Commit 6d87312
fix: Prague code merge [v1.13.15, v1.14.11] CI fix (bnb-chain#55)
* fix compile for statedb_test.go
* format addresses of core/vm/contracts
* fix compilation of package simulated
* tests: update tests
* remove rootParent in triePrefetcher
* add ClearAccessList for processing system txs before Cancun
* copy prefetcher when copy statedb
* always prefetch the account trie once the prefetcher is constructed
* recover TriePrefetchInAdvance
* fix comment for s.StopPrefetcher
* fix noTrie in statedb.go
* improve SnapToDiffLayer
* fix test cases in core/state
* fix compilation of test cases in core
* fix compilation of test cases in cmd, internal and trie
* remove Requests in BlockBody
* define RequestsHash in parlia engine
* fix compilation of test cases in eth
* fix compilation of test cases in ethclient and miner
* fix compilation of test cases in triedb/pathdb
* add todo for relation between witness and noTrie
* fix Nancy CI
* fix golangci-lint part I
* update golang to 1.23.x from 1.21.x in workflows
* remove sepoliaAllocData and holeskyAllocData
* modifiy interface FinalizeAndAssemble
* fix golangci-lint part II
* fix golangci-lint part III
* fix golangci-lint done
* check for multidb
* improve interface EnableBlockValidator
* fix getGenesisState
* code review for core/rawdb
* fix mustCopyTrie
* fix state_processor
* adapt for changes in func NewBlock
* improve EncodeSigHeader
* fix test cases in dir core, part I
* fix TestParliaBlobFeeReward
* fix repairHistory
* remove diskdb in triedb.Database
* fix asyncnodebuffer
* adapt memory freezer for blob table
* comment verkle related test cases
* fix golang lint
* use 1.21.x to run golangci-lint
* fix TestBsc1Messages
* fix TestSnapSyncWithBlobs
* fix traceTx
* update golang version for docker
* improve newWorker
* fix: truncate state history ut
* TestTailTruncateHistory clear up
* fix test cases in dir tests
* remove deprecated flags in truffle test
* comment filterNode
* HeaderChain.GenesisHeader
* fix golangcilint
* fix truffle-test CI
* update .nancy-ignore to avoid conflicts with develop branch
* update diff go-ethereum patch
* remove isTTDReached in worker
* fix mockparlia FinalizeAndAssemble
* fix golangci-lint
* fix makeEnv
* change log level for tri prefetch
---------
Co-authored-by: joeylichang <joeycli0919@gmail.com>
Co-authored-by: joey <joeycli@tencent.com>1 parent 82e0d8c commit 6d87312
107 files changed
Lines changed: 716 additions & 1058 deletions
File tree
- .github/workflows
- cmd
- geth/testdata
- utils
- consensus
- beacon
- clique
- ethash
- parlia
- core
- rawdb
- state
- tracing
- txpool
- blobpool
- legacypool
- types
- vm
- vote
- docker
- ethclient
- gethclient
- simulated
- ethdb/memorydb
- eth
- downloader
- fetcher
- filters
- gasprice
- protocols
- bsc
- eth
- tracers
- internal
- ethapi
- flags
- jsre
- miner
- p2p/discover
- params
- tests
- truffle
- config
- scripts
- triedb
- pathdb
- trie
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments