erigon-pulse/core
Alex Sharov c7c3a5932a
rename ReadBody to ReadBodyWithTransactions to make it obvious that it's heavier then just ReadBody (#2534)
* rename ReadBody to ReadBodyWithTransactions

* rename ReadBody to ReadBodyWithTransactions
2021-08-15 17:08:28 +07:00
..
allocs Sokol genesis and chainconfig (#2116) 2021-06-07 12:01:54 +01:00
asm rename (#1978) 2021-05-20 19:25:53 +01:00
bloombits hide file exists err (#2218) 2021-06-22 11:09:45 +01:00
forkid Apache licensed logger (#2460) 2021-07-29 17:23:23 +07:00
rawdb rename ReadBody to ReadBodyWithTransactions to make it obvious that it's heavier then just ReadBody (#2534) 2021-08-15 17:08:28 +07:00
state move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
types parse dynFee tx corner case (#2500) 2021-08-08 14:27:34 +07:00
vm removed meaningless code (#2519) 2021-08-13 10:49:15 +07:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
block_validator_test.go Move bucket constants into kv package, move kv interface to kv package (#2455) 2021-07-28 09:47:38 +07:00
block_validator.go rename (#1978) 2021-05-20 19:25:53 +01:00
blockchain_insert.go step towards kv interface (#2311) 2021-07-07 23:15:49 +07:00
blockchain.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
blocks.go rename (#1978) 2021-05-20 19:25:53 +01:00
chain_makers.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
error.go Remove unnecessary value transfer check from TransitionDb (#2424) 2021-07-26 15:09:39 +01:00
events.go rename (#1978) 2021-05-20 19:25:53 +01:00
evm.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
gaspool.go miner: avoid unnecessary work (#15883) 2018-01-15 12:57:06 +02:00
gen_genesis_account.go Upgrade tests to 9.0.2 (#2147) 2021-06-13 14:01:11 +01:00
gen_genesis.go rpc: 1559 in call and tracing (#2327) 2021-07-11 04:05:56 +00:00
genesis.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
mkalloc.go rename (#1978) 2021-05-20 19:25:53 +01:00
rlp_test.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
skip_analysis.go Update skip_analysis.go (#2517) 2021-08-12 11:29:28 +03:00
state_processor.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
state_transition.go Minor fixes for tracing (#2485) 2021-08-03 20:58:18 +01:00
tx_cacher.go hide file exists err (#2218) 2021-06-22 11:09:45 +01:00
tx_journal.go Apache licensed logger (#2460) 2021-07-29 17:23:23 +07:00
tx_list_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
tx_list.go txPool: propagate on peer connect (#2335) 2021-07-11 14:01:16 +07:00
tx_noncer.go rename (#1978) 2021-05-20 19:25:53 +01:00
tx_pool_test.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
tx_pool.go rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00