v7.0.0-beta.7
Pre-release
Pre-release
github-actions
released this
29 Sep 16:03
·
95 commits
to main
since this release
7.0.0-beta.7 (2024-09-29)
⚠ BREAKING CHANGES
Various breaking changes since initial v7 beta
ExecuteParams
->SendParams
sendAtomicTransactionComposer
takes a params object that extendsSendParams
nowalgorand.transactions.
is nowalgorand.createTransaction.
appClient.transactions.
is nowappClient.createTransaction.
appFactory.create/deploy
now returns the app client in anappClient
property rather than anapp
propertyappFactory.create
is nowappFactory.send.create
andappFactory.send.bare.create
Features
- Renamed app client and algorand client properties for more obvious and consistent naming
- Make the compile method public in app factory and app client
- Improving error stack trace propagation from sendAtomicTransactionComposer
- Added
setSigners
onAccountManager
so you can copy signers from oneAccountManager
to another - Added transaction creation to app factory
- Rename
execute
onAlgoKitComposer
tosend
for consistency - Removing use of Expand<> inline in method calls since it results in a sub-par experience in the npm consumed package
- Updated to latest ARC-56 spec
- Updated docs for v7