- Improved serialization process for large transaction scripts.
- Added support for the Electra network.
- Create and spent from uncomprossed public key format.
- Important Notice: This is the final version supporting Dart v2. The next release will require Dart v3.3 or higher.
- Update dependencies
- Resolved issue with transaction deserialization (unsigned tx)
- Resolved issue with transaction deserialization (Issue #9)
- Correct Bitcoin address network configuration.
- Resolve issue with Electrum fee estimation results.
- Update dependencies
- Update dependencies
- add asyncTransactionBuilder method to support building transactions asynchronously.
- Added support for Pepecoin network
- Update dependencies
- Update dependencies
- Update dependencies
- Added hourFee and economyFee to mempool api getNetworkFeeRate method
- Update dependencies
- Update dependencies
- Update dependencies
- Added support for BitcoinSV network
- Introduced classes for improved network address handling
- Implemented functionalities to create, sign, spend, mint, and burn Bitcoin Cash Tokens (FT, NFT tokens)
- Implemented a class for creating the Bitcoin Cash Metadata Registry (BCMR).
- Utilized BIP69 ordering for enhanced transaction sorting
- Update dependencies
- Update dependencies
- Update dependencies
- Downgrade dart SDK from 3.1 to 2.15
- Update dependencies
- add some types for find network address support
- Added support for Dogecoin, Litecoin, Bitcoin Cash, and Dash.
- Fix blockcypher API
- Include a constructor in the address for improved clarity and comprehension.
- Update dependencies.
- Update dependencies
- The http package was removed from dependencies. Use your HTTP provider
- Remove all dependencies except
blockchain_utils
- Change AddressType to BitcoinAddressType
- Update dependencies
- TransactionBuilder
- Fix bugs
- Fix p2sh(segwit)
- add bip32, bip39
- add hdwallet
- add new bitcoin address types p2sh(segwit)
- commands for methods, better understanding
- add lints package to dependencies
- TODO: Release.