erigon-pulse/accounts/abi
racytech 7aa217f015
eip-4844: setting header's excess_data_gas, verifiying eip-4844 headers (#7308)
In this PR Header's ExcessDataGas is set to the actual value, but it's
still unused. It will be used to compute data fee for eip-4844 data
blobs, logic of which will be added in later PRs. Also eip-4844 header
verification logic added.
2023-04-16 08:12:40 +00:00
..
bind eip-4844: setting header's excess_data_gas, verifiying eip-4844 headers (#7308) 2023-04-16 08:12:40 +00:00
abi_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
abi.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
argument.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
error.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
event_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
event.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
method_test.go accounts/abi: Prevent recalculation of internal fields (#20895) 2020-05-20 15:26:22 +03:00
method.go rename (#1978) 2021-05-20 19:25:53 +01:00
pack_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
pack.go enable more linters #954 (#7179) 2023-03-25 05:13:27 +00:00
packing_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
reflect_test.go all: remove redundant conversions and import names (#21903) 2021-03-08 12:43:02 +01:00
reflect.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
topics_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
topics.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
type_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
type.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
unpack_test.go enable more linters #954 (#7179) 2023-03-25 05:13:27 +00:00
unpack.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00