Releases: mainnet-cash/mainnet-js
Releases · mainnet-cash/mainnet-js
v2.3.11 - Better typings for wallet providers
- Better typings for wallet providers
2.3.10
2.3.9
2.3.8-alpha.0
Bugfix/storage provider type (#203) * patch storage provider * Apply formatting changes --------- Co-authored-by: 2qx <2qx@users.noreply.github.com>
2.3.7
Release 2.3.6
Maintenance release to propagate 2.3.4 changes.
Phoenix 🔥
Upgrade mnemonics to scure/bip39
This update switches mnemonics to a more modern implementation of bip39.
- Allows for custom configuration of alternative known language word lists.
- Automatic checksums for altering the configured word list.
- Removed hacks for legacy bip39 library.
2.3.3: Bug fixes - FT burns from multiple utxos.
This bugfix should resolve a number of accounting issues burning fungible tokens held across multiple utxos.
Bugfix: remove crypto dependency
Remove possible dependency on nodejs crypto
in global scope.