Skip to content

Releases: celer-network/goutils

v0.3.1

20 Nov 03:34
ef82040

Choose a tag to compare

What's Changed

  • Bump github.com/consensys/gnark-crypto from 0.16.0 to 0.18.1 by @dependabot[bot] in #80
  • Use string matching instead of errors.Is by @Dominator008 in #81

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Nov 01:33
e1c9fda

Choose a tag to compare

Improve eth utils

v0.2.0

07 Apr 20:24

Choose a tag to compare

transactor: improve gas and nonce control

v0.1.63

19 Dec 11:12
b651276

Choose a tag to compare

  • transactor always dry-runs the tx
  • use go 1.19

v0.1.60

22 Mar 23:47
10c1101

Choose a tag to compare

Update go-ethereum to v1.11.5

v0.1.59

22 Mar 21:35

Choose a tag to compare

transctor use pendingNonce

goutils v0.1.55

26 May 05:32
62a58fe

Choose a tag to compare

forceGasGwei (#62)

goutils v0.1.54

26 May 03:32
5237dd1

Choose a tag to compare

  • Check account nonce to limit the number of pending txs
  • Allow forceGasGwei to be 0

goutils v0.1.53

26 May 03:31
58faf21

Choose a tag to compare

If FilterLogs rpc return error, retry same fromBlk in next ticker (#59)

* fix FilterLog rpc err case and add test
* fix merge lost code

goutils v0.1.52

26 May 03:31
58bb256

Choose a tag to compare

add StopMon to only stop MonAddr but keeps updating blk num (#57)