Skip to content

Releases: iotexproject/go-pkgs

v0.1.14

11 Apr 02:00
4a059c1
Compare
Choose a tag to compare

refactor p256k1 public key, avoid unnecessary Unmarshal()

v0.1.13

20 Jul 04:37
8498bf1
Compare
Choose a tag to compare
[cache] introduce DummyLRU (#35)

v0.1.12

17 Feb 06:50
683b25f
Compare
Choose a tag to compare
  1. bloom filter re-use underlying byte slice
  2. bump iotex-address to v0.2.7

v0.1.11

12 Jan 19:27
c2c5a13
Compare
Choose a tag to compare
[hash] optimize hash memory with sync.Pool (#31)

* opt hash memory

v0.1.10

24 Nov 05:52
a1168bb
Compare
Choose a tag to compare

bump to iotex-address v0.2.6

v0.1.9

18 Nov 20:19
492a27d
Compare
Choose a tag to compare
  1. add Keys() to export all keys from cache
  2. add Remove0xPrefix() to handle input string with "0x" prefix

v0.1.8

17 Nov 00:07
b6863a3
Compare
Choose a tag to compare

[cache] use interface{} as key

v0.1.6

09 Oct 06:00
dacb910
Compare
Choose a tag to compare

add RangeEvictOnError() for LRU cache

v0.1.5

16 Jul 18:34
Compare
Choose a tag to compare
  1. upgrade to go-ethereum v1.9.23 stable (supports Istanbul EVM)
  2. add Address() API for PublicKey interface
  3. add general bloom filter

v0.1.4

20 Nov 05:55
26a7e0a
Compare
Choose a tag to compare

correct go-ethereum version