erigon-pulse/accounts/abi
racytech 975e38a800
eip-4844: NewEVMBlockContext now expects excessDataGas (#7203)
Small change in core.NewEVMBlockContext and now it expects
excessDataGas. This will be used in state transition to compute data fee
for eip-4844 data blobs. The logic that computes it will be added in the
next PRs.
2023-03-29 06:39:36 +00:00
..
bind eip-4844: NewEVMBlockContext now expects excessDataGas (#7203) 2023-03-29 06:39:36 +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