Skip to content

feat(bindings): add account factory bindings export (#223) - #381

Merged
Jambox11 merged 2 commits into
mux-labs:mainfrom
joshuaolabodebello2020-cyber:feat/223-account-factory-bindings-export
Jun 30, 2026
Merged

feat(bindings): add account factory bindings export (#223)#381
Jambox11 merged 2 commits into
mux-labs:mainfrom
joshuaolabodebello2020-cyber:feat/223-account-factory-bindings-export

Conversation

@joshuaolabodebello2020-cyber

@joshuaolabodebello2020-cyber joshuaolabodebello2020-cyber commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Closes #223- Add deployAccountWithMetadata and getAccountMetadata to MuxAccountFactoryClient

  • Add MetadataNotFound to MuxAccountFactoryError type
  • Fix errors.ts: remove duplicate LimitExceeded/WalletNotFound keys
  • Add missing error codes: MetadataNotFound, AdminNotFound, TooManyContracts, TooManyMembers, TooManyRoles, AlreadyApproved
  • Add muxAccountFactory, muxRegistry, muxPolicy to MuxContractIds
  • Wire new fields through addresses.ts, addresses-config.ts, network.ts
  • Fix factory-integration.test.ts cast; fix addresses.test.ts fixture

Tests: 190/198 pass, 20/20 suites (8 .todo)

- Add deployAccountWithMetadata and getAccountMetadata to MuxAccountFactoryClient
- Add MetadataNotFound to MuxAccountFactoryError type
- Fix errors.ts: remove duplicate LimitExceeded/WalletNotFound keys
- Add missing error codes: MetadataNotFound, AdminNotFound, TooManyContracts,
  TooManyMembers, TooManyRoles, AlreadyApproved
- Add muxAccountFactory, muxRegistry, muxPolicy to MuxContractIds
- Wire new fields through addresses.ts, addresses-config.ts, network.ts
- Fix factory-integration.test.ts cast; fix addresses.test.ts fixture

Tests: 190/198 pass, 20/20 suites (8 .todo)
@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@joshuaolabodebello2020-cyber Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Jambox11
Jambox11 merged commit 71c0e21 into mux-labs:main Jun 30, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Account factory: Add bindings export

2 participants