plugeth/accounts/abi
Péter Szilágyi bbc565ab05
core/types, params: add blob transaction type, RLP encoded for now (#27049)
* core/types, params: add blob transaction type, RLP encoded for now

* all: integrate Cancun (and timestamp based forks) into MakeSigner

* core/types: fix 2 back-and-forth type refactors

* core: fix review comment

* core/types: swap blob tx type id to 0x03
2023-04-21 12:52:02 +03:00
..
bind core/types, params: add blob transaction type, RLP encoded for now (#27049) 2023-04-21 12:52:02 +03:00
abi_test.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
abi.go trie, accounts/abi: add error-checks (#26914) 2023-03-17 06:19:51 -04:00
argument.go accounts/abi: return toGoType error immediately (#25565) 2022-09-29 10:47:12 +02:00
doc.go
error_handling.go accounts/abi: fix integer encoding/decoding (#26568) 2023-02-07 08:32:27 -05:00
error.go
event_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
event.go
method_test.go
method.go
pack_test.go
pack.go
packing_test.go
reflect_test.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
reflect.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
selector_parser_test.go
selector_parser.go
topics_test.go
topics.go
type_test.go accounts/abi: return error on fixed bytes with size larger than 32 bytes (#26075) 2022-11-01 14:28:40 +01:00
type.go accounts/abi: return error on fixed bytes with size larger than 32 bytes (#26075) 2022-11-01 14:28:40 +01:00
unpack_test.go accounts/abi: fix integer encoding/decoding (#26568) 2023-02-07 08:32:27 -05:00
unpack.go accounts/abi: fix integer encoding/decoding (#26568) 2023-02-07 08:32:27 -05:00
utils.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00