polkadart_keyring 0.7.2
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 reformattedlib/src/ed25519.dart- Method parameters reformattedlib/src/sr25519.dart- Method signatures and calls reformattedlib/src/keypair.dart- Equality operator reformattedlib/src/keyring.dart- Constructor and method signatures reformattedlib/src/pairs.dart- Return statements reformattedlib/utils/utilities.dart- Function signature reformattedtest/keyring_test.dart- Variable initializations and expect statements reformattedexample/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_schema2from being a required dependency
0.4.4 #
- Fixes
UnmodifiableUint8ListViewmissing 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.