plugeth/core
ucwong cc8d40c65f
core/state: initialize maps with known size (#27222)
* core/state : fix map size avoid resizing

* core/state : fixed size
2023-05-08 09:59:14 +03:00
..
asm
bloombits core/bloombits: use atomic type (#26993) 2023-03-28 03:05:29 -04:00
forkid params: schedule shanghai fork on mainnet (#26908) 2023-03-20 07:38:34 -04:00
rawdb cmd/utils, node: switch to Pebble as the default db if none exists (#27136) 2023-04-21 19:24:18 +03:00
state core/state: initialize maps with known size (#27222) 2023-05-08 09:59:14 +03:00
txpool core/txpool : fix map size avoid resizing (#27221) 2023-05-05 12:33:01 +03:00
types core/types: go generate (#27196) 2023-05-02 04:32:27 -04:00
vm core/vm: order opcodes properly (#27113) 2023-04-20 02:52:00 -04:00
.gitignore
bench_test.go core/types, params: add blob transaction type, RLP encoded for now (#27049) 2023-04-21 12:52:02 +03:00
block_validator_test.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-05-03 12:58:39 +03:00
block_validator.go consensus: improve consensus engine definition (#26871) 2023-03-16 15:34:25 -04:00
blockchain_insert.go
blockchain_reader.go core: remove unused ContractCode method from BlockChain (#27186) 2023-05-02 04:56:08 -04:00
blockchain_repair_test.go all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
blockchain_sethead_test.go all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
blockchain_snapshot_test.go all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
blockchain_test.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-05-03 12:58:39 +03:00
blockchain.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-05-03 12:58:39 +03:00
blocks.go
bloom_indexer.go
chain_indexer_test.go
chain_indexer.go core: use atomic type (#27011) 2023-03-30 06:53:32 -04:00
chain_makers_test.go core: fix a merge fault (#26802) 2023-03-03 12:11:39 +02:00
chain_makers.go core: add Timestamp method in BlockGen (#26844) 2023-03-10 14:03:27 +01:00
dao_test.go all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
error.go
events.go
evm.go core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
forkchoice.go
gaspool.go core, miner: revert block gas counter in case of invalid transaction (#26799) 2023-03-07 05:23:52 -05:00
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go
genesis.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-05-03 12:58:39 +03:00
headerchain_test.go
headerchain.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-05-03 12:58:39 +03:00
mkalloc.go
rlp_test.go
sender_cacher.go
state_prefetcher.go core/types, params: add blob transaction type, RLP encoded for now (#27049) 2023-04-21 12:52:02 +03:00
state_processor_test.go all: use unified emptyRootHash and emptyCodeHash (#26718) 2023-02-21 06:12:27 -05:00
state_processor.go core/types, params: add blob transaction type, RLP encoded for now (#27049) 2023-04-21 12:52:02 +03:00
state_transition.go core, miner: drop transactions from the same sender when error occurs (#27038) 2023-04-05 07:09:25 -04:00
types.go core: use atomic type (#27011) 2023-03-30 06:53:32 -04:00