bsc/core
setunapo 58644491ad worker: reused triePrefetch when multi-fillTransactions to mine a block.
avoid too much trie prefetch routines when several fillTransactions are called.
2022-11-28 13:21:14 +08:00
..
asm all: use strings.EqualFold for string comparison (#24890) 2022-09-21 17:02:02 +08:00
beacon all: separate catalyst package (#24280) 2022-01-31 14:22:35 +02:00
bloombits fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
forkid core/forkid: refactor nextForkHash (#1177) 2022-11-17 12:12:12 +08:00
rawdb core/rawdb: add HasCode, HashTrieNode and use them where possible (#24454) 2022-08-22 14:43:14 +08:00
state worker: reused triePrefetch when multi-fillTransactions to mine a block. 2022-11-28 13:21:14 +08:00
systemcontracts upgrade: update Gibbs fork height and system contract code 2022-11-21 19:42:35 +08:00
types merge with master branch 2022-10-31 15:12:21 +08:00
vm merge with master branch 2022-10-31 15:12:21 +08:00
.gitignore
bench_test.go core: fix benchmark panic (#24657) 2022-09-21 17:02:02 +08:00
block_validator_test.go consensus: fix the GasLimitBoundDivisor (#1060) 2022-08-22 11:24:50 +08:00
block_validator.go core:remove redundant func (#1159) 2022-10-31 14:03:45 +08:00
blockchain_diff_test.go fix: asynchronous caching of difflayer causes random errors in tests 2022-07-06 15:43:33 +08:00
blockchain_insert.go core: fix snapshot missing when recovery from crash (#23496) 2021-11-01 14:09:36 +01:00
blockchain_notries_test.go fix: asynchronous caching of difflayer causes random errors in tests 2022-07-06 15:43:33 +08:00
blockchain_reader.go fix: fast node can not recover from force kill or panic (#1014) 2022-07-25 21:12:45 +08:00
blockchain_repair_test.go fix bug #1034, offline tool start failed when start with pruneancient 2022-08-16 14:02:45 +08:00
blockchain_sethead_test.go fix bug #1034, offline tool start failed when start with pruneancient 2022-08-16 14:02:45 +08:00
blockchain_snapshot_test.go fix bug #1034, offline tool start failed when start with pruneancient 2022-08-16 14:02:45 +08:00
blockchain_test.go all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-10-28 09:03:38 +08:00
blockchain.go core: remove lock in BlockChain.ExportN (#25254) 2022-11-15 11:54:31 +08:00
blocks.go core: typos and comments improve 2017-05-25 17:14:33 +03:00
bloom_indexer.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
chain_indexer_test.go core: fix potential race in chainIndexerTest (#22346) 2021-03-19 13:32:57 +01:00
chain_indexer.go all: make logs a bit easier on the eye to digest (#22665) 2021-04-15 20:35:00 +03:00
chain_makers_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
chain_makers.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
dao_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2021-06-15 13:56:14 +03:00
error.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
events.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
evm.go core/evm: RANDOM opcode (EIP-4399) (#24141) 2022-01-10 09:44:21 +02:00
forkchoice.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
gaspool.go miner: avoid unnecessary work (#15883) 2018-01-15 12:57:06 +02:00
gen_genesis_account.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
gen_genesis.go core: change baseFee into baseFeePerGas in genesis json 2021-06-14 14:04:44 +02:00
genesis_alloc.go core/genesis: remove calaverasAllocData (#25516) 2022-11-18 11:16:03 +08:00
genesis_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
genesis.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
headerchain_test.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
headerchain.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
mkalloc.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
receipt_processor.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
remote_state_verifier.go [R4R]fix: resolve the concurrent cache read and write issue for fast node (#1009) 2022-07-22 15:54:06 +08:00
rlp_test.go core: fix benchmark tests (#23803) 2021-10-27 13:08:51 +02:00
state_prefetcher_test.go core: fix potential goroutine leak (#1079) 2022-09-21 17:02:02 +08:00
state_prefetcher.go core: fix potential goroutine leak (#1079) 2022-09-21 17:02:02 +08:00
state_processor_test.go bep153: Native Staking on BSC (#1051) 2022-08-18 14:36:45 +08:00
state_processor.go [Feature]: Improve trie prefetch (#952) 2022-08-01 17:41:50 +08:00
state_transition.go merge with master branch 2022-10-31 15:12:21 +08:00
tx_cacher.go Comment error (#18303) 2018-12-14 11:15:31 +01:00
tx_journal.go core: transaction journal should not be executable (#23090) 2021-06-23 07:29:20 +03:00
tx_list_test.go core: fix benchmark tests (#23803) 2021-10-27 13:08:51 +02:00
tx_list.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
tx_noncer.go core: more efficient nonce-update in txpool (#22231) 2021-11-02 18:32:23 +01:00
tx_pool_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
tx_pool.go nanofork: add black list account (#1109) 2022-10-07 11:46:38 +08:00
types.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00