erigon-pulse/core
Andrew Ashikhmin 9b3f3bd118
EIP-4844: fix wiring of maxFeePerBlobGas (#7981)
Previously maxFeePerBlobGas was lost in the `BlobTx` -> `Message`
conversion.

Also added initial support of [EL
EIPTests](https://github.com/ethereum/tests/tree/develop/EIPTests).
2023-08-08 17:44:02 +02:00
..
allocs Remove the Rinkeby testnet (#7677) 2023-06-07 07:42:36 +02:00
asm
forkid Schedule Shapella for Gnosis Chain (#7784) 2023-06-22 15:36:07 +02:00
rawdb Replaced old version of Engine API with newer version (#7972) 2023-08-05 23:33:10 +02:00
state Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02:00
systemcontracts Added non root logger to bor.ValidatorSet (#7668) 2023-06-06 10:55:59 +01:00
types EIP-4844: fix wiring of maxFeePerBlobGas (#7981) 2023-08-08 17:44:02 +02:00
vm Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02:00
.gitignore
block_builder_parameters.go Support engine_forkchoiceUpdatedV3 with ParentBeaconBlockRoot (EIP-4788) (#7969) 2023-08-06 11:54:14 +02:00
block_validator_test.go Update execution-spec-tests to v1.0.1 (#7980) 2023-08-08 15:01:35 +02:00
block_validator.go
blockchain.go EIP-4844: Rename "data gas" to "blob gas" (#7937) 2023-07-28 12:12:05 +02:00
blocks.go
bor_fee_log.go
chain_makers.go EIP-4844: Rename "data gas" to "blob gas" (#7937) 2023-07-28 12:12:05 +02:00
error.go EIP-4844: Rename "data gas" to "blob gas" (#7937) 2023-07-28 12:12:05 +02:00
events.go
evm.go EIP-4844: rename "data hash" to "blob hash" (#7947) 2023-07-31 10:12:53 +02:00
gaspool.go EIP-4844: Rename "data gas" to "blob gas" (#7937) 2023-07-28 12:12:05 +02:00
genesis_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
genesis_write.go Update execution-spec-tests to v1.0.1 (#7980) 2023-08-08 15:01:35 +02:00
mkalloc.go
rlp_test.go e3: release chain maker changes (#7787) 2023-06-23 10:07:42 +07:00
skip_analysis.go
state_processor.go EIP-4844: Rename "data gas" to "blob gas" (#7937) 2023-07-28 12:12:05 +02:00
state_transition.go EIP-4844: rename "data hash" to "blob hash" (#7947) 2023-07-31 10:12:53 +02:00
system_contract_lookup.go
tx_cacher.go