- Add support for Bitcoin RegTest for all BIPs: `Bip44Coins.BITCOIN_REGTEST`, `Bip49Coins.BITCOIN_REGTEST`, `Bip84Coins.BITCOIN_REGTEST`, `Bip86Coins.BITCOIN_REGTEST` - Keep leading zeroes in Aptos addresses by default
2.9.2
- Fix dependencies depending on the Python version - Fix dependencies for Python 3.12
2.9.1
- Update dependencies for Python 3.12
2.9.0
- Add support for the following coins:
|Coin | Main net enum | Test net enum| |---|---|---| |Arbitrum|`Bip44Coins.ARBITRUM`|-| |Fetch.ai|`Bip44Coins.FETCH_AI`|-| |Fetch.ai (Ethereum coin type)|`Bip44Coins.FETCH_AI_ETH`|-| |Metis|`Bip44Coins.METIS`|-| |Optimism|`Bip44Coins.OPTIMISM`|-| |Sui|`Bip44Coins.SUI`|-| |Stafi (Cosmos)|`Bip44Coins.STAFI`|-|
- Add `Brainwallet` module to create brainwallets with different algorithms (wallets whose passphrase is chosen by the user)
2.8.0
- Fix coincurve version - Add support for Injective
2.7.1
- Fix bug in Bitcoin Taproot address encoding, when the tweaked public key had leading zeros