agent_dart 0.1.8 copy "agent_dart: ^0.1.8" to clipboard
agent_dart: ^0.1.8 copied to clipboard

outdated

An agent library built for Internet Computer, a plugin package for dart and flutter apps. Developers can build ones to interact with Dfinity's blockchain directly.

0.0.1 #

  • Initial release

0.0.2 #

  • Added webauth_provider

0.0.3 #

  • Added Signer to Wallet
  • Added Lock and unlock to Wallet

0.0.4 #

revamp

0.0.5 #

  • Added isolate to encrypt/decrypt phrase keystore because scrypt in dart is too slow. Thinking about added another ffi method like ethsign to complete the job however the serde_json is too large to bundle. Related issue: https://github.com/AstroxNetwork/agent_dart/issues/6

0.0.6 #

  • fix encode/decode

0.0.7 #

  • added static Ed25519KeyIdentityRecoveredFromII Ed25519KeyIdentity.recoverFromIISeedPhrase(String s)

0.1.0 #

  • linting and first milestone finished

0.1.1 #

  • fix error decoding
  • follow agent-js latest features
  • fix readme

0.1.2 #

  • fix delegation chain transformRequest

0.1.3 #

  • fix delegation request sign and request_id

0.1.4 #

  • added sourceType of II, plugWallet, keysmith with different settings since they use different derivePath to generate seed
  • added Signer.importPhrase to use settings above
  • added related tests

0.1.5 #

  • BREAKING remove ICPSigner.fromPrivatekey and added ICPSigner.fromSeed
  • Won't support import privatekey to signer anymore, may separate different signer, eg: Secp256k1Signer or SchnorrSigner in the future supporting different coin specs.

0.1.6 #

  • Fix cbordecode in the Delegation
  • Apply rosetta-api to current docker specs

0.1.7 #

  • Use blsSync instead of async isolation

0.1.8 #

  • fixed uri parser, added path to auth_client
21
likes
0
pub points
69%
popularity

Publisher

verified publisherastrox.io

An agent library built for Internet Computer, a plugin package for dart and flutter apps. Developers can build ones to interact with Dfinity's blockchain directly.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, bip32, bip39, cbor, collection, convert, crypto, ffi, fixnum, flutter, flutter_web_auth, http, pinenacl, pointycastle, protobuf, recase, tuple, typed_data, uuid, validators

More

Packages that depend on agent_dart