Releases: iotexproject/go-pkgs
Releases · iotexproject/go-pkgs
v0.1.14
refactor p256k1 public key, avoid unnecessary Unmarshal()
v0.1.13
[cache] introduce DummyLRU (#35)
v0.1.12
- bloom filter re-use underlying byte slice
- bump iotex-address to v0.2.7
v0.1.11
[hash] optimize hash memory with sync.Pool (#31)
* opt hash memory
v0.1.10
bump to iotex-address v0.2.6
v0.1.9
- add Keys() to export all keys from cache
- add Remove0xPrefix() to handle input string with "0x" prefix
v0.1.8
[cache] use interface{} as key
v0.1.6
add RangeEvictOnError() for LRU cache
v0.1.5
- upgrade to go-ethereum v1.9.23 stable (supports Istanbul EVM)
- add Address() API for PublicKey interface
- add general bloom filter
v0.1.4
correct go-ethereum version