erigon-pulse/core
2021-06-21 19:54:41 +01: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 Implemented panic handling, graceful shutdown and reporting for all goroutines that don't explicitly handle them. (#2153) 2021-06-13 17:41:39 +01:00
forkid add london testnet blocks (#2178) 2021-06-16 12:06:55 +01:00
rawdb To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
state tx.AsMessage was called twice (#2209) 2021-06-21 06:56:56 +01:00
types Changed gas price oracle to use effective tip and ignoreUnder parameter for 1559. (#2173) 2021-06-15 21:45:34 +01:00
vm To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
block_validator_test.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
block_validator.go rename (#1978) 2021-05-20 19:25:53 +01:00
blockchain_insert.go rename (#1978) 2021-05-20 19:25:53 +01:00
blockchain.go Restore TD records (#2164) 2021-06-14 19:51:57 +01:00
blocks.go rename (#1978) 2021-05-20 19:25:53 +01:00
chain_makers.go TEVM status pruning (#2034) 2021-06-11 09:34:25 +01:00
error.go eip 1559_tx_constraints (#2079) 2021-06-03 08:09:56 +01:00
events.go rename (#1978) 2021-05-20 19:25:53 +01:00
evm.go TEVM status pruning (#2034) 2021-06-11 09:34:25 +01: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 Upgrade tests to 9.0.2 (#2147) 2021-06-13 14:01:11 +01:00
genesis.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
mkalloc.go rename (#1978) 2021-05-20 19:25:53 +01:00
rlp_test.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
skip_analysis.go Update skip_analysis.go (#2189) 2021-06-17 14:51:38 +01:00
state_processor.go don't create block context twice (#2213) 2021-06-21 19:54:41 +01:00
state_transition.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
tx_cacher.go Implemented panic handling, graceful shutdown and reporting for all goroutines that don't explicitly handle them. (#2153) 2021-06-13 17:41:39 +01:00
tx_journal.go rename (#1978) 2021-05-20 19:25:53 +01:00
tx_list_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
tx_list.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
tx_noncer.go rename (#1978) 2021-05-20 19:25:53 +01:00
tx_pool_test.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
tx_pool.go To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00