kadena_dart_sdk 2.1.1
kadena_dart_sdk: ^2.1.1 copied to clipboard
A dart package for interacting with the Kadena blockchain.
2.1.1 #
- Added signingPubKey to
constructPactCommandPayload - Made multiple values in
SignRequestoptional, and removed all defaults - Added defaults to
CommandMetadata - If caps is empty, the
clistin the PactCommandPayload will not exist now, so you can do unrestricted signing
2.1.0 #
- Pact API rework and tests added
- Sign API rework based on Pact API to make sure sig and hash are correct
2.0.5 #
- Updated sign API to double encode the cmd so that it matches the PactCommand's cmd string exactly
2.0.4 #
- Added
envDataandpactCodeto the SigningRequest model
2.0.3 #
- Added defaults for
creationTimeandnonce
2.0.2 #
- Added KIP17
kadena_getAccounts_v1models for WalletConnect
2.0.1 #
- Fixed bug with QuicksignSigner
2.0.0 #
- Changes to sign function in the SigningApi class so you can parse -> Pact Command Payload -> Sign
- Added function to sign individual CommandSigData from a QuicksignRequest so wallets can display each and sign each individually
- Bug fixes and test updates
1.0.1 #
- Updated readme to give correct quickstart guide
1.0.0 #
- Initial Release