bsc/core
lmittmann 2003d543e8 all: prefer new(big.Int) over big.NewInt(0) (#25087)
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-10-28 09:03:38 +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 merge with go-ethereum 1.1.5 2022-02-10 18:48:16 +08:00
rawdb core/rawdb: add HasCode, HashTrieNode and use them where possible (#24454) 2022-08-22 14:43:14 +08:00
state core/state/snapshot: fix race condition (#24685) 2022-09-21 17:02:02 +08:00
systemcontracts fix: update cross chain logic of native stake (#1066) 2022-08-31 14:42:23 +08:00
types core/types: remove unused field 'td' in Block (#25010) 2022-10-28 09:03:21 +08:00
vm core/vm: optimize jumpdest analysis (#23500) 2022-10-28 09:03: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 fix: code compatibility fixes 2022-07-05 11:14:21 +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: use less memory during reorgs (#24616) 2022-10-28 09:03:21 +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 cmd/geth: add support for sepolia testnet (#23730) 2021-11-08 13:06:01 +02: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 tracers ci: drop duktape engine (#24934) and add linux-arm binaries to releases page (#1100) 2022-09-26 17:31:16 +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 core: fix the order of address in queue (#24907) 2022-09-21 17:02:02 +08:00
types.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00