·
723 commits
to main
since this release
Major Changes
- 0b71558:
- Adds support for EVM transactions.
- Rename
getOfflineSigner
togetCosmosSigner
. - Adds
getEVMSigner
. - Adds
onTransactionBroadcast
which is called when a transaction is broadcasted to the chain.
Patch Changes
- b8ada23: Add changesets for proper releases
- 903b43d: - Updates lifecycle tracking types to include the explorer links now provided by the API
- Renamed
onTransactionSuccess
toonTransactionCompleted
because it's not only called on success - Pass full
TxStatusResponse
toonTransactionCompleted
instead of abridged data.
- Renamed