dartsv 0.2.5-RC1
dartsv: ^0.2.5-RC1 copied to clipboard
Dart Library for interacting with the Bitcoin network. This library is especially well-suited for use in developing Flutter applications.
0.2.5-RC1 #
- Added CLI example app
0.2.4-RC1 #
- Additional test coverage for Signatures
- Minor code refactor to improve code readability in line with linter suggestions
0.2.3-RC1 #
- Minor code refactor to improve code readability in line with linter suggestions
0.2.1-RC1 #
- Minor code refactor to improve code readability in line with linter suggestions
0.2.0-RC1 #
- Completed the API documentation
- Small API changes and cleanup
0.1.0-RC1 #
- Library is now functionally complete
- Script Interpreter Implementation is complete
- Handling of Raw Blocks has been implemented
- Bip39 mnemonics now has complete test coverage
- Minor updates to various APIs
0.1.0-alpha2 #
- Added support for contributed Bip39 mnemonics
- Added support for Bitcoin Signed Messages
0.1.0-alpha #
- Initial Release