erigon-pulse/core
Giulio rebuffo dbf1225cb2
Added partial SSZ library (#7083)
Implements SSZ encode/decoding and hashtreeroot for simple list-lacking
data structures. does not account offset case.
2023-03-12 14:41:53 +00:00
..
allocs Remove Ropsten & Fermion (#6262) 2022-12-10 22:55:31 +00:00
asm Use hex package to convert bytes to string (#6205) 2022-12-05 09:06:16 +07:00
forkid Schedule Shapella on Görli/Prater (#7012) 2023-03-03 13:27:36 +00:00
rawdb nil ptr in delete ancient (#7081) 2023-03-11 05:46:32 +00:00
state etl: distinct empty values from nil (#7039) 2023-03-07 04:19:00 +00:00
systemcontracts Rpc get code (#6899) 2023-03-02 14:12:16 +00:00
types Added partial SSZ library (#7083) 2023-03-12 14:41:53 +00:00
vm Remove ETC-specific DAOForkSupport=false functionality (#7075) 2023-03-10 12:10:11 +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 Update consensus tests to v11 (#4724) 2022-07-26 09:35:38 +02: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 Remove ETC-specific DAOForkSupport=false functionality (#7075) 2023-03-10 12:10:11 +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 Remove ETC-specific DAOForkSupport=false functionality (#7075) 2023-03-10 12:10:11 +00:00
error.go EIP-3860: Limit and meter initcode (#5892) 2022-10-31 13:40:41 +01:00
events.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
evm.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
gaspool.go e3: less locks, less casts (#6991) 2023-03-01 07:59:56 +00:00
gen_genesis_account.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
gen_genesis.go Added processing for Attestation (#6772) 2023-02-03 16:39:09 +01:00
genesis_test.go CL lightclient to create memdb in the tmpdir which gets cleaned up on… (#6829) 2023-02-11 20:44:51 +00:00
genesis.go CL lightclient to create memdb in the tmpdir which gets cleaned up on… (#6829) 2023-02-11 20:44:51 +00:00
mkalloc.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
rlp_test.go CL lightclient to create memdb in the tmpdir which gets cleaned up on… (#6829) 2023-02-11 20:44:51 +00:00
skip_analysis.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
state_processor.go Remove StarknetTransaction and friends (#6745) 2023-01-30 16:56:58 +01: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 Rpc get code (#6899) 2023-03-02 14:12:16 +00:00
tx_cacher.go Move ETL to erigon-lib (#2667) 2021-09-12 08:50:17 +01:00
tx_pool.go txpool changes for eip-3860 (#6499) 2023-01-17 11:07:57 +00:00