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
Delweng 9358b62fcb
accounts: replace noarg fmt.Errorf with errors.New (#27331)
1 year ago
..
bind accounts: replace noarg fmt.Errorf with errors.New (#27331) 1 year ago
abi.go accounts/abi: add ErrorById (#27277) 1 year ago
abi_test.go accounts/abi: add ErrorById (#27277) 1 year ago
argument.go accounts/abi: return toGoType error immediately (#25565) 2 years ago
doc.go all: fix license headers one more time 9 years ago
error.go accounts/abi: add ErrorById (#27277) 1 year ago
error_handling.go accounts/abi: fix integer encoding/decoding (#26568) 2 years ago
event.go accounts/abi/bind: fix duplicate field names in the generated go struct (#24924) 2 years ago
event_test.go all: add whitespace linter (#25312) 2 years ago
method.go accounts/abi: improve documentation and names (#21540) 4 years ago
method_test.go accounts/abi: Prevent recalculation of internal fields (#20895) 4 years ago
pack.go accounts/abi: improve documentation and names (#21540) 4 years ago
pack_test.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 4 years ago
packing_test.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 4 years ago
reflect.go accounts: replace noarg fmt.Errorf with errors.New (#27331) 1 year ago
reflect_test.go all: fix some typos (#25551) 2 years ago
selector_parser.go accounts: replace noarg fmt.Errorf with errors.New (#27331) 1 year ago
selector_parser_test.go all: update license headers and AUTHORS from git history (#24947) 2 years ago
topics.go accounts/abi: improve documentation and names (#21540) 4 years ago
topics_test.go all: update license headers and AUTHORS from git history (#24947) 2 years ago
type.go accounts: replace noarg fmt.Errorf with errors.New (#27331) 1 year ago
type_test.go accounts/abi: return error on fixed bytes with size larger than 32 bytes (#26075) 2 years ago
unpack.go accounts: replace noarg fmt.Errorf with errors.New (#27331) 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