erigon-pulse/core
racytech 40947f6c98
eip-4844: adding data_gas to gaspool (#7428)
Adding `data_gas` to gas pool. EIP-4844 gas pool includes data_gas which
is used to fee blob transactions.
2023-05-03 09:02:30 +07:00
..
allocs Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +00:00
asm enable more linters #954 (#7179) 2023-03-25 05:13:27 +00:00
forkid Use Aura.PosdaoTransition rather than posdaoBlock for fork ID (#7312) 2023-04-14 09:34:25 +00:00
rawdb erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00
state Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
systemcontracts Update matic token contract codes (#7324) 2023-04-21 09:32:36 +07:00
types eip-4844: adding data_gas to gaspool (#7428) 2023-05-03 09:02:30 +07:00
vm Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
block_builder_parameters.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
block_validator_test.go stop using olddb in simulated backend (#7219) 2023-03-30 03:31:15 +00:00
block_validator.go Simplify miner gas limit post EIP-1559. Default to 30M (#3205) 2022-01-05 16:36:24 +07:00
blockchain.go eip-4844: adding data_gas to gaspool (#7428) 2023-05-03 09:02:30 +07:00
blocks.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
bor_fee_log.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
chain_makers.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
error.go eip-4844: small additions and modified gaspool (#7190) 2023-03-27 21:39:15 +00:00
events.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
evm.go eip-4844: assigned value to excessDataGas, unused packages removed (#7289) 2023-04-12 05:45:44 +00:00
gaspool.go eip-4844: small additions and modified gaspool (#7190) 2023-03-27 21:39:15 +00:00
genesis_test.go Remove Sokol (#7224) 2023-03-30 14:34:46 +00:00
genesis_write.go add flag --db.size.limit (#7325) 2023-04-17 12:48:57 +00:00
mkalloc.go Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
rlp_test.go Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
skip_analysis.go Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +00:00
state_processor.go eip-4844: receipts to include dataGasPrice and dataGasUsed (#7385) 2023-04-28 17:53:43 +01:00
state_transition.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
system_contract_lookup.go Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +00:00
tx_cacher.go Move ETL to erigon-lib (#2667) 2021-09-12 08:50:17 +01:00