bsc/light
lx 3bf998f55c
code: remove accountTrieCache and storageTrieCache (#1949)
accountTrieCache and storageTrieCache were introduced in this PR:
https://github.com/bnb-chain/bsc/pull/257, which is to improve performance.
Actually the performance gain is quite limited, as there is already dirty
and clean cache for trie node.
And after big merge, these 2 cache can not be used when PBSS is enabled.
So remove these code to simplify the logic.
2023-10-30 10:29:54 +08:00
..
lightchain_test.go all: activate pbss as experimental feature from eth (#26274) 2023-09-26 16:14:32 +08:00
lightchain.go upstream: Merge tag 'v1.12.2' into develop 2023-08-23 17:46:08 +08:00
nodeset.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00
odr_test.go all: activate pbss as experimental feature from eth (#26274) 2023-09-26 16:14:32 +08:00
odr_util.go all: rename dataGas to blobGas (#27789) 2023-07-27 16:53:28 +03:00
odr.go core/state, light, les: make signature of ContractCode hash-independent (#27209) 2023-06-28 12:11:02 +03:00
postprocess.go all: activate pbss as experimental feature from eth (#26274) 2023-09-26 16:14:32 +08:00
trie_test.go all: activate pbss as experimental feature from eth (#26274) 2023-09-26 16:14:32 +08:00
trie.go code: remove accountTrieCache and storageTrieCache (#1949) 2023-10-30 10:29:54 +08:00
txpool_test.go all: activate pbss as experimental feature from eth (#26274) 2023-09-26 16:14:32 +08:00
txpool.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00