go-ethereum/ethclient
Daniel Liu 0662224c31
ethclient: support networkID in hex format #30263 (#1392)
Some chains’ network IDs use hexadecimal such as Optimism ("0xa" instead
of "10"), so when converting the string to big.Int, we cannot specify
base 10; otherwise, it will encounter errors with hexadecimal network
IDs.

Co-authored-by: Zhihao Lin <3955922+kkqy@users.noreply.github.com>
2025-08-28 18:58:05 +08:00
..
gethclient ethclient: use 'input', not 'data' as field for transaction input #28078 (#1381) 2025-08-26 15:12:41 +08:00
ethclient.go ethclient: support networkID in hex format #30263 (#1392) 2025-08-28 18:58:05 +08:00
ethclient_test.go ethclient: replace noarg fmt.Errorf with errors.New #27334 (#1385) 2025-08-28 18:55:20 +08:00
signer.go ethclient: fix tx sender cache miss detection #23877 (#1366) 2025-08-21 13:43:52 +08:00