16.0.0 (2022-09-16)
Bug Fixes
-
๐ Add asset name and funding round name length validations (7912a5a)
-
๐ Fix ordering for native SQ queries (a6e5bc1)
-
๐ fix bug where only the default signer was used (#831) (c04d5e4)
-
๐ improve the typing of splitTransactions (83a7af7)
-
Alpha into beta (#850) (84cda4d), closes #850 #825 #817 #821 #822 #818 #824 #785 #828 #785 #829 #831
-
Da 35/add multisig entity (#715) (629c418), closes #715 #724
Features
- ๐ธ Add modify MultiSig method (#730) (8cd3368)
- ๐ธ allow for exempted identities to be removed (5036a1d)
- ๐ธ release elimination of transaction queues (#828) (7d5a11b), closes #785
- ๐ธ use a more specific type for onStatusChange in txBase (#829) (32bf5d9)
BREAKING CHANGES
-
๐งจ non passed exempted identities are removed when calling
setTransferRestriction -
๐งจ AccountManagement.getAccount is now async
-
๐งจ non passed exempted identities are removed when calling
setTransferRestriction
Improve doc comments, make args a string[] instead of unknown[] for
proposal details, resolve lint errors