erigon-pulse/core
2023-04-04 03:30:07 +00: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 Schedule mainnet Shapella. Fix BellatrixForkEpoch (#7145) 2023-03-20 12:01:35 +00:00
rawdb Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
state e3: replace sync.Cond to fix deadlock (#7243) 2023-04-03 11:33:43 +00:00
systemcontracts Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +00:00
types eip-4844: ApplyTransaction now expects excessDataGas (#7233) 2023-04-03 14:30:28 +00:00
vm [erigon-lib] Remove ShardingForkTime in favour of CancunTime (#7230) 2023-03-31 09:11:09 +00: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 move aura epoch data from chainDB to auraDB. remove epochReader parameter from consensus interface (#7250) 2023-04-04 03:30:07 +00: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 move aura epoch data from chainDB to auraDB. remove epochReader parameter from consensus interface (#7250) 2023-04-04 03:30:07 +00: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: excessDataGas param added to block execution functions (#7217) 2023-03-30 20:42:43 +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 Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +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: ApplyTransaction now expects excessDataGas (#7233) 2023-04-03 14:30:28 +00:00
state_transition.go Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +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