-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Renamed app client and algorand client properties for more obvious and consistent naming feat: Make the compile method public in app factory and app client feat: Improving error stack trace propagation from sendAtomicTransactionComposer feat: Added `setSigners` on `AccountManager` so you can copy signers from one `AccountManager` to another feat: Added transaction creation to app factory refactor: Rename `execute` on `AlgoKitComposer` to `send` for consistency refactor: Removing use of Expand<> inline in method calls since it results in a sub-par experience in the npm consumed package feat: Updated to latest ARC-56 spec docs: Updated docs for v7 BREAKING CHANGES: Various since initial v7 beta * ExecuteParams -> SendParams * sendAtomicTransactionComposer takes a params object that extends SendParams now * algorand.transactions. is now algorand.createTransaction. * appClient.transactions. is now appClient.createTransaction. * appFactory.create/deploy now returns the app client in an appClient property rather than an app property * appFactory.create is now appFactory.send.create and appFactory.send.bare.create
- Loading branch information
Showing
83 changed files
with
2,121 additions
and
1,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.