kadena_dart_sdk 2.1.0 copy "kadena_dart_sdk: ^2.1.0" to clipboard
kadena_dart_sdk: ^2.1.0 copied to clipboard

A dart package for interacting with the Kadena blockchain.

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 envData and pactCode to the SigningRequest model

2.0.3 #

  • Added defaults for creationTime and nonce

2.0.2 #

  • Added KIP17 kadena_getAccounts_v1 models 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