Skip to content

Releases: axiomadev/multisig-money-tree

v0.1.3 Inject network settings to MoneyTree

21 Mar 11:40
Compare
Choose a tag to compare
  • Inject network settings to MoneyTree
  • Use original MoneyTree from rubygems.org

#node_for implementation for bip45

21 Mar 07:56
Compare
Choose a tag to compare
Pre-release
Hotfix #35654 Add method node_for to BIP45Node class (#4)

* Hotfix #35654 Add method node_for to BIP45Node class

* Hotfix #35654 Tests for node_for method in BIP45Node

v0.1.1 save cosigner index in bip45 pubkey

19 Mar 15:15
Compare
Choose a tag to compare

Update bip45 public key:

  • store keys with indexes
  • keys in bip32 format

v0.1.0: bip45 implementation (#1)

16 Mar 13:31
Compare
Choose a tag to compare
Pre-release
* Gem for generate multisig addresses (BIP45)

* push network to bip45 public key

* Allow generate redeem_script before address

* is_private to boolean method

* Thebestcoin network support, more validations bip45 options

* Errors fix

* Add RDoc documentation for methods, write Readme

* docs for Node attributes

* tests

* ci

* ci

* Delete .gitlab-ci.yml

* test bip45 node, refact pubkeys managment in node

* rm coverage

* change test bin

* Comments for test script

* Write demo script scenario

* Write demo script scenario

* Puts example demo script to readme

* fix gamspec

* fix gamspec