Skip to content

Releases: ebellocchia/bip_utils

Version 1.5.0

Choose a tag to compare

@ebellocchia ebellocchia released this 11 Sep 12:12
  • Add support for Ethereum Classic and VeChain

Version 1.4.0

Choose a tag to compare

@ebellocchia ebellocchia released this 09 Aug 10:27
  • Add support for Kava, IRIS network and Binance Coin

Version 1.3.1

Choose a tag to compare

@ebellocchia ebellocchia released this 07 Aug 13:59
  • Fix setup.py for loading all packages in sub-folders

Version 1.3.0

Choose a tag to compare

@ebellocchia ebellocchia released this 07 Aug 13:23
  • Add support for Zcash, Cosmos and Band Protocol
  • Organize project into different folders

Version 1.2.0

Choose a tag to compare

@ebellocchia ebellocchia released this 06 Aug 13:27
  • Add support for Tron

Version 1.1.0

Choose a tag to compare

@ebellocchia ebellocchia released this 26 Jul 16:10
  • Fix WIF for private keys correspondent to compressed public keys
  • Add support for Bitcoin Cash and BitcoinSV
  • Refactor Bech32 module to support both Segwit and Bitcoin Cash formats

Version 1.0.5

Choose a tag to compare

@ebellocchia ebellocchia released this 28 Apr 10:46
  • Add support for Ripple alphabet in Base58 module. The alphabet is now passed as parameter, so it's possible to choose if encoding/decoding with the Bitcoin or Ripple one (default parameter is Bitcoin to maintain retro-compatibility).

Version 1.0.4

Choose a tag to compare

@ebellocchia ebellocchia released this 27 Apr 20:24
  • Add Bip39WordsNum for enumerating accepted words number and Bip39EntropyBitLen for accepted entropy bit lengths
    NOTE: Bip39MnemonicGenerator.FromWordsNumber and EntropyGenerator.Generate methods still accept integers as parameter to maintain retro-compatibility
  • Improve bip39 module

Version 1.0.3

Choose a tag to compare

@ebellocchia ebellocchia released this 21 Apr 06:41
  • Add binary search algorithm for finding a word in BIP39 words list
  • Remove some useless exceptions in Bip32, since they those checks are already performed by ecdsa library

Version 1.0.2

Choose a tag to compare

@ebellocchia ebellocchia released this 18 Apr 09:30
  • Minor improvements in Bip32 module