Releases: iotexproject/iotex-address
Releases · iotexproject/iotex-address
v0.2.8
remove special staking address
v0.2.7 remove special staking addr (#19)
v0.2.6
an Address object can now be created for these 2 special addresses
- StakingBucketPoolAddr = "io000000000000000000000000stakingprotocol"
- RewardingPoolAddr = "io0000000000000000000000rewardingprotocol"
this will ease the code that used to treat these 2 specially
Add special addr for staking actions
v0.2.5 Add special addr for staking actions (#15)
add Hex() and FromHex()
Hex() returns the hex-string of 20-byte public key hash
FromHex() converts such a hex-string to address
remove more dependency
removed dependency to /ethereum/go-ethereum and /iotexproject/go-pkgs
add system rewarding/staking pool address
v0.2.2 add special rewarding/staking pool address (#10)
refine dependencies
Upgrade go-pkgs to v0.1.1 to remove dependencies of iotex-address v0.1.0 and iotex-core