erigon-pulse/core
e-danko 19b7354a1d
#2658: eliminated HeadersSeal function (#2731)
* #2658: removed using HeadersSeal function from experiments module

* #2658: lint issues

* #2658: fix typo
2021-10-13 08:31:04 +07:00
..
allocs Fermion genesis block (#2787) 2021-10-06 12:00:23 +03: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 No senders is fine (#2775) 2021-10-05 10:03:49 +07:00
state RemoteRPC: coherentCache for kv.Code; LocalRPC: enable small blocksLRU (#2815) 2021-10-12 12:04:04 +07:00
types #2658: eliminated HeadersSeal function (#2731) 2021-10-13 08:31:04 +07:00
vm Add check to have pre-Homestead behavior on code store error (#2749) 2021-10-01 12:24:48 +07:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
block_validator_test.go #2658: eliminated HeadersSeal function (#2731) 2021-10-13 08:31:04 +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 Inner errors (#2774) 2021-10-04 22:16:52 +07:00
blocks.go rename (#1978) 2021-05-20 19:25:53 +01:00
chain_makers.go #2658: eliminated HeadersSeal function (#2731) 2021-10-13 08:31:04 +07:00
error.go EIP-3607 (check if sender is EOA). Update tests to v10.0 (#2820) 2021-10-13 08:30:09 +07: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 Inner errors (#2774) 2021-10-04 22:16:52 +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 (#2792) 2021-10-07 11:16:48 +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 EIP-3607 (check if sender is EOA). Update tests to v10.0 (#2820) 2021-10-13 08:30:09 +07:00
tx_cacher.go Move ETL to erigon-lib (#2667) 2021-09-12 08:50:17 +01:00
tx_journal.go Clean up DEBUG category logs (#2776) 2021-10-05 08:14:04 +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 Clean up DEBUG category logs (#2776) 2021-10-05 08:14:04 +07:00