Skip to content

Releases: iotexproject/go-pkgs

bump to go 1.21.11

21 Feb 06:39
35fce5f

Choose a tag to compare

upgrade to go 1.21.11 (#42)

Co-authored-by: zhi <thecoderzhi@gmail.com>

v0.1.14

11 Apr 02:00
4a059c1

Choose a tag to compare

refactor p256k1 public key, avoid unnecessary Unmarshal()

v0.1.13

20 Jul 04:37
8498bf1

Choose a tag to compare

[cache] introduce DummyLRU (#35)

v0.1.12

17 Feb 06:50
683b25f

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

Choose a tag to compare

[hash] optimize hash memory with sync.Pool (#31)

* opt hash memory

v0.1.10

24 Nov 05:52
a1168bb

Choose a tag to compare

bump to iotex-address v0.2.6

v0.1.9

18 Nov 20:19
492a27d

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

Choose a tag to compare

[cache] use interface{} as key

v0.1.6

09 Oct 06:00
dacb910

Choose a tag to compare

add RangeEvictOnError() for LRU cache

v0.1.5

16 Jul 18:34

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