Skip to content

Releases: iotexproject/iotex-address

v0.2.8

01 Apr 21:42
f20cee9
Compare
Choose a tag to compare

check address format

remove special staking address

16 Feb 21:34
9e2197a
Compare
Choose a tag to compare
v0.2.7

remove special staking addr (#19)

v0.2.6

22 Nov 19:39
759723d
Compare
Choose a tag to compare

an Address object can now be created for these 2 special addresses

  1. StakingBucketPoolAddr = "io000000000000000000000000stakingprotocol"
  2. RewardingPoolAddr = "io0000000000000000000000rewardingprotocol"

this will ease the code that used to treat these 2 specially

Add special addr for staking actions

04 Aug 23:10
96dd6dd
Compare
Choose a tag to compare
v0.2.5

Add special addr for staking actions (#15)

add Hex() and FromHex()

22 Nov 05:35
b07b71f
Compare
Choose a tag to compare

Hex() returns the hex-string of 20-byte public key hash
FromHex() converts such a hex-string to address

remove more dependency

21 Nov 07:28
1345643
Compare
Choose a tag to compare

removed dependency to /ethereum/go-ethereum and /iotexproject/go-pkgs

add system rewarding/staking pool address

21 Jul 00:08
8463438
Compare
Choose a tag to compare
v0.2.2

add special rewarding/staking pool address (#10)

refine dependencies

12 Sep 19:02
6a64310
Compare
Choose a tag to compare

Upgrade go-pkgs to v0.1.1 to remove dependencies of iotex-address v0.1.0 and iotex-core

v0.2.0

06 May 18:56
e628d9e
Compare
Choose a tag to compare
  1. Add crypto package for key generation and transaction signing
  2. Remove dependency to iotex-core
  3. Switch to go mod, deprecate dep ensure artifacts