erigon-pulse/core
2023-05-27 16:39:14 +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 Fix fork ID test for Chiado (#7576) 2023-05-25 07:59:33 +02:00
rawdb receipts: less allocs in DeriveFields, use blockReader, remove ReadReceiptsByHash, gasPriceOracle don't read block twice and use blockLru (#7592) 2023-05-27 16:39:14 +07:00
state Use BlockReader in ForkValidator, CliqueAPI (#7562) 2023-05-23 14:49:17 +07:00
systemcontracts e4: tests compat (#7436) 2023-05-04 11:30:21 +07:00
types receipts: less allocs in DeriveFields, use blockReader, remove ReadReceiptsByHash, gasPriceOracle don't read block twice and use blockLru (#7592) 2023-05-27 16:39:14 +07:00
vm eip-4844: vm and engine_api extensions, minor fixes/changes (#7514) 2023-05-19 18:43:04 +01: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 add blockReader to mining, blockchain_test (#7569) 2023-05-24 13:53:22 +07: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 Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02: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 Rename Serenity consensus engine to Merge (#7475) 2023-05-09 18:45:33 +01:00
error.go eip-4844: data gas fees & related check (#7449) 2023-05-08 12:20:10 +07:00
events.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
evm.go eip-4844: vm and engine_api extensions, minor fixes/changes (#7514) 2023-05-19 18:43:04 +01:00
gaspool.go eip-4844: small additions and modified gaspool (#7190) 2023-03-27 21:39:15 +00:00
genesis_test.go Use BlockReader in ForkValidator, CliqueAPI (#7562) 2023-05-23 14:49:17 +07:00
genesis_write.go Introduce BlockWriter object (txsV3 step 0) (#7559) 2023-05-22 15:49:21 +07: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 Use BlockReader in ForkValidator, CliqueAPI (#7562) 2023-05-23 14:49:17 +07:00
skip_analysis.go Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +00:00
state_processor.go Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02:00
state_transition.go eip-4844: vm and engine_api extensions, minor fixes/changes (#7514) 2023-05-19 18:43:04 +01: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