go-ethereum/accounts
ysh0566 67b8137100
accounts/abi/bind: add accessList support to base bond contract (#30195)
Adding the correct accessList parameter when calling a contract can
reduce gas consumption. However, the current version only allows adding
the accessList manually when constructing the transaction. This PR can
provide convenience for saving gas.
2024-08-01 12:09:04 -06:00
..
abi accounts/abi/bind: add accessList support to base bond contract (#30195) 2024-08-01 12:09:04 -06:00
external all: replace fmt.Errorf() with errors.New() if no param required (#29472) 2024-04-08 12:59:17 +02:00
keystore all: simplify tests using t.TempDir() (#30150) 2024-07-15 15:26:58 +02:00
scwallet accounts: avoid duplicate regex compilation (#29943) 2024-06-12 10:46:36 +03:00
usbwallet all: remove deprecated protobuf dependencies (#30232) 2024-08-01 16:25:55 +02:00
accounts.go
accounts_test.go
errors.go
hd.go
hd_test.go
manager.go
sort.go
url.go
url_test.go