Skip to content

Releases: mainnet-cash/mainnet-js

v2.3.11 - Better typings for wallet providers

12 Mar 20:12
Compare
Choose a tag to compare
  • Better typings for wallet providers

2.3.10

21 Feb 23:19
@2qx 2qx
9526184
Compare
Choose a tag to compare
  • Bugfix: Revert mainnet.cash nodejs version for REST validator.

2.3.9

10 Feb 20:05
@2qx 2qx
788b46d
Compare
Choose a tag to compare
Bugfix/storage provider type (#204)

* patch storage provider

* Apply formatting changes

* public constructor on StorageProvider

* Apply formatting changes

---------

Co-authored-by: 2qx <2qx@users.noreply.github.com>

2.3.8-alpha.0

10 Feb 18:05
@2qx 2qx
58a30c3
Compare
Choose a tag to compare
2.3.8-alpha.0 Pre-release
Pre-release
Bugfix/storage provider type (#203)

* patch storage provider

* Apply formatting changes

---------

Co-authored-by: 2qx <2qx@users.noreply.github.com>

2.3.7

30 Jan 16:00
@2qx 2qx
Compare
Choose a tag to compare

Bump docker base image.

Release 2.3.6

30 Jan 14:13
@2qx 2qx
Compare
Choose a tag to compare

Maintenance release to propagate 2.3.4 changes.

Phoenix 🔥

29 Jan 13:58
@2qx 2qx
Compare
Choose a tag to compare
  • All the cool features of 2.3.4, again.

Upgrade mnemonics to scure/bip39

28 Jan 14:26
@2qx 2qx
0c7c741
Compare
Choose a tag to compare

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.

24 Jan 19:35
@2qx 2qx
6dd82b1
Compare
Choose a tag to compare

This bugfix should resolve a number of accounting issues burning fungible tokens held across multiple utxos.

Bugfix: remove crypto dependency

24 Jan 15:56
@2qx 2qx
f647eac
Compare
Choose a tag to compare

Remove possible dependency on nodejs crypto in global scope.