go-ethereum/accounts/abi/bind
Daniel Liu c6a8f79702 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.
2025-01-24 16:54:12 +08:00
..
backends core: move genesis alloc types to core/types (#29003) 2025-01-24 16:54:12 +08:00
auth.go accounts/abi/bind: check invalid chainID first (#29275) 2025-01-24 16:54:12 +08:00
backend.go accounts/abi/bind: fixed typos (#28634) 2025-01-24 16:54:12 +08:00
base.go accounts/abi/bind: add accessList support to base bond contract (#30195) 2025-01-24 16:54:12 +08:00
base_test.go accounts: run tests in parallel (#28544) 2025-01-24 16:54:12 +08:00
bind.go all: fix typos in comments (#28662) 2025-01-24 16:54:12 +08:00
bind_test.go core: move genesis alloc types to core/types (#29003) 2025-01-24 16:54:12 +08:00
source.go.tpl accounts/abi/bind: use embed pkg to split go source template to file (#30098) 2025-01-24 16:54:12 +08:00
template.go accounts/abi/bind: use embed pkg to split go source template to file (#30098) 2025-01-24 16:54:12 +08:00
util.go accounts/abi/bind: improve WaitMined error handling (#24321) 2025-01-24 16:18:30 +08:00
util_test.go core: move genesis alloc types to core/types (#29003) 2025-01-24 16:54:12 +08:00