polkadart_keyring 0.7.2 copy "polkadart_keyring: ^0.7.2" to clipboard
polkadart_keyring: ^0.7.2 copied to clipboard

Substrate Keyring.

0.7.2 #

Changed #

  • Code formatting improvements throughout the package following Dart style guidelines
  • Multi-line parameter formatting with trailing commas for better readability
  • No functional changes - all logic, algorithms, and API signatures remain identical

Files Updated (formatting only) #

  • lib/src/ecdsa.dart - Method parameters and return statements reformatted
  • lib/src/ed25519.dart - Method parameters reformatted
  • lib/src/sr25519.dart - Method signatures and calls reformatted
  • lib/src/keypair.dart - Equality operator reformatted
  • lib/src/keyring.dart - Constructor and method signatures reformatted
  • lib/src/pairs.dart - Return statements reformatted
  • lib/utils/utilities.dart - Function signature reformatted
  • test/keyring_test.dart - Variable initializations and expect statements reformatted
  • example/example.dart - Main function call reformatted

0.7.1 #

  • Update dependencies

0.7.0 #

  • Bump polkadart version to 0.7.0

0.6.1 #

  • Packages were bumped for new publish workflow

0.6.0 #

  • All packages have been bumped to add web support

0.5.0 #

  • Removes json_schema2 from being a required dependency

0.4.4 #

  • Fixes UnmodifiableUint8ListView missing on newer dart versions

0.4.3 #

  • Bumps ecdsa version

0.4.2 #

  • Fixes extrinsics encoded with ecdsa signature

0.4.1 #

  • Bump dependency requirements

0.4.0 #

  • Adds support for multisig account

0.3.2 #

  • Fixes readme version

0.3.1 #

  • Adds ecdsa support

0.3.0 #

  • Adds sr25519 support

0.2.1 #

  • Fixed wrong dependencies

0.2.0 #

  • License update

0.1.0 #

  • Initial version.