Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/accounts/abi
Péter Szilágyi 2c007cfed7
accounts/abi/bind/backend: use requested header for gas prices and gas limits (#28280)
1 year ago
..
bind accounts/abi/bind/backend: use requested header for gas prices and gas limits (#28280) 1 year ago
abi.go account/abi: handle solidity panic revert (#27868) 1 year ago
abi_test.go account/abi: handle solidity panic revert (#27868) 1 year ago
argument.go accounts/abi: return toGoType error immediately (#25565) 2 years ago
doc.go
error.go all: remove trailing whitespace (#27741) 2 years ago
error_handling.go accounts/abi: fix integer encoding/decoding (#26568) 2 years ago
event.go
event_test.go
method.go account/abi: convert if-else-if chain to tagged switch (#27869) 1 year ago
method_test.go account/abi: convert if-else-if chain to tagged switch (#27869) 1 year ago
pack.go
pack_test.go
packing_test.go
reflect.go accounts: replace noarg fmt.Errorf with errors.New (#27331) 2 years ago
reflect_test.go all: fix some typos (#25551) 2 years ago
selector_parser.go accounts: replace noarg fmt.Errorf with errors.New (#27331) 2 years ago
selector_parser_test.go
topics.go
topics_test.go
type.go accounts, cmd/evm: fix docstrings (#27703) 2 years ago
type_test.go accounts/abi: return error on fixed bytes with size larger than 32 bytes (#26075) 2 years ago
unpack.go account/abi: convert if-else-if chain to tagged switch (#27869) 1 year ago
unpack_test.go accounts/abi: fix integer encoding/decoding (#26568) 2 years ago
utils.go build: upgrade to go 1.19 (#25726) 2 years ago