Releases: iotexproject/go-pkgs
Releases · iotexproject/go-pkgs
bump to go 1.21.11
21 Feb 06:39
Compare
Sorry, something went wrong.
No results found
upgrade to go 1.21.11 (#42)
Co-authored-by: zhi <thecoderzhi@gmail.com>
v0.1.14
11 Apr 02:00
Compare
Sorry, something went wrong.
No results found
refactor p256k1 public key, avoid unnecessary Unmarshal()
v0.1.13
20 Jul 04:37
Compare
Sorry, something went wrong.
No results found
[cache] introduce DummyLRU (#35)
v0.1.12
17 Feb 06:50
Compare
Sorry, something went wrong.
No results found
bloom filter re-use underlying byte slice
bump iotex-address to v0.2.7
v0.1.11
12 Jan 19:27
Compare
Sorry, something went wrong.
No results found
[hash] optimize hash memory with sync.Pool (#31)
* opt hash memory
v0.1.10
24 Nov 05:52
Compare
Sorry, something went wrong.
No results found
bump to iotex-address v0.2.6
v0.1.9
18 Nov 20:19
Compare
Sorry, something went wrong.
No results found
add Keys() to export all keys from cache
add Remove0xPrefix() to handle input string with "0x" prefix
v0.1.8
17 Nov 00:07
Compare
Sorry, something went wrong.
No results found
[cache] use interface{} as key
v0.1.6
09 Oct 06:00
Compare
Sorry, something went wrong.
No results found
add RangeEvictOnError() for LRU cache
v0.1.5
16 Jul 18:34
Compare
Sorry, something went wrong.
No results found
upgrade to go-ethereum v1.9.23 stable (supports Istanbul EVM)
add Address() API for PublicKey interface
add general bloom filter