Skip to content

Releases: talonlab/python-bip38

bip38 v1.3.1

01 Dec 12:28
Compare
Choose a tag to compare

Improvement

  • Include a Source link in our PyPI metadata, pointing directly to this repository.

bip38 v1.3.0

11 Nov 13:53
Compare
Choose a tag to compare

New

  • Support Python v3.13 package

Bug Fixes

  • Fix error message typos

bip38 v1.2.0

24 Aug 17:29
Compare
Choose a tag to compare

Improvements

  • Updated the create_new_encrypted_wif function by changing the public_key_type parameter to align with the wif_type naming convention.
  • Added and enhanced the handling of exceptions related to BIP38 for improved error management.

Bug Fixes

  • Resolved the logic issue related to the handling of lot and sequence values.

bip38 v1.1.0

17 Aug 10:59
00d0be1
Compare
Choose a tag to compare

New

  • Add network param on BIP38 methods
  • Add custom exception

bip38 v1.0.1

13 Aug 18:14
Compare
Choose a tag to compare

New

  • Add Point, PubicKey & PrivateKey secp256k1 implementation.
  • Add Pay to Public Key Hash (P2PKH) address implementation.

New Cryptocurrencies

Now, this module supports more than 150+ cryptocurrencies, including the following:

Supported Cryptocurrencies
Name
Network
WIF Prefix
Address Prefix
Adcoinmainnet0xb00x17
Anonmainnet0x800x582
Argoneummainnet0xbf0x32
Artaxmainnet0x970x17
Aryacoinmainnet0x970x17
Asiacoinmainnet0x970x17
Auroracoinmainnet0x970x17
Avianmainnet0x800x3c
Axemainnet0xcc0x37
Batamainnet0xa40x19
BeetleCoinmainnet0x990x1a
BelaCoinmainnet0x990x19
BitCloudmainnet0x990x19
BitSendmainnet0xcc0x66
Bitcoinmainnet0x800x00
testnet0xef0x6f
regtest0xef0x6f
BitcoinAtommainnet0x800x17
BitcoinGoldmainnet0x800x26
BitcoinGreenmainnet0x2e0x26
BitcoinPlusmainnet0x990x19
BitcoinPrivatemainnet0x800x1325
testnet0xef0x1957
BitcoinSVmainnet0x800x00
BitcoinZmainnet0x800x1cb8
Bitcoremainnet0x800x03
Blackcoinmainnet0x990x19
BlockStampmainnet0x800x00
Blocknodemainnet0x4b0x19
testnet0x890x55
Bolivarcoinmainnet0xd50x55
BritCoinmainnet0x990x19
CPUChainmainnet0x800x1c
CanadaeCoinmainnet0x9c0x1c
Cannacoinmainnet0x9c0x1c
Clamsmainnet0x850x89
ClubCoinmainnet0x990x1c
Compcoinmainnet0x9c0x1c
CranePaymainnet0x7b0x1c
Cravemainnet0x990x46
Dashmainnet0xcc0x4c
testnet0xef0x8c
DeepOnionmainnet0x9f0x1f
Defcoinmainnet0x9e0x1e
Denariusmainnet0x9e0x1e
Diamondmainnet0xda0x5a
DigiBytemainnet0x800x1e
Digitalcoinmainnet0x9e0x1e
Divimainnet0xd40x1e
testnet0xd40x1e
Dogecoinmainnet0xf10x1e
testnet0xf10x71
EDRCoinmainnet0xdd0x5d
Ecoinmainnet0xdc0x5c
Einsteiniummainnet0xa1<...
Read more

bip38 v0.3.0

25 Oct 08:21
Compare
Choose a tag to compare

Support WIF (Wallet Import Format) testnet network

bip38 v0.2.1

14 Oct 22:53
Compare
Choose a tag to compare

Fix: Some typo error

bip38 v0.2.0

12 Oct 17:51
Compare
Choose a tag to compare

Now, It supports both Bitcoin mainnet and testnet network addresses.

bip38 v0.1.1

07 Sep 12:03
Compare
Choose a tag to compare

Fix bugs

bip38 v0.1.0

07 Sep 07:55
Compare
Choose a tag to compare

It supports both No EC-multiply and EC-multiply modes.