This repository was archived by the owner on Oct 20, 2024. It is now read-only.
2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
- Makefile+1
- accounts/scwallet/securechannel.go+2-5
- build/checksums.txt+15-15
- cmd/geth/chaincmd.go+4-5
- cmd/geth/dbcmd.go+11-14
- cmd/geth/snapshot.go+6-7
- cmd/geth/verkle.go+2-2
- cmd/utils/flags.go+5-5
- consensus/bor/api.go+4
- core/blockchain.go+6-1
- core/blockchain_repair_test.go+8
- core/blockchain_sethead_test.go+2
- core/blockchain_snapshot_test.go+4
- core/blockchain_test.go+13-13
- core/headerchain.go+3
- core/rawdb/accessors_chain.go+19-2
- core/rawdb/accessors_chain_test.go+3-3
- core/rawdb/bor_receipt.go+1-1
- core/rawdb/chain_freezer.go+2-2
- core/rawdb/chain_iterator.go+16-3
- core/rawdb/database.go+187-35
- core/rawdb/freezer.go+27-9
- core/rawdb/freezer_batch.go+9-5
- core/rawdb/freezer_resettable.go+11-1
- core/rawdb/freezer_table.go+1-1
- core/rawdb/freezer_table_test.go+13-13
- core/rawdb/freezer_test.go+9-9
- core/rawdb/schema.go+6
- core/rawdb/table.go+10
- core/state/pruner/pruner.go+237
- crypto/crypto.go+12-4
- crypto/ecies/ecies.go+31-27
- crypto/secp256k1/secp256_test.go+1-3
- crypto/signature_cgo.go+2-6
- crypto/signature_nocgo.go+50-6
- docs/cli/README.md+4
- docs/cli/inspect-ancient-db.md+19
- docs/cli/server.md+4-2
- docs/cli/snapshot.md+5-1
- docs/cli/snapshot_inspect-ancient-db.md+19
- docs/cli/snapshot_prune-block.md+32
- docs/cli/snapshot_prune-state.md+4-1
- eth/api_backend.go+4
- eth/backend.go+1-1
- eth/bor_checkpoint_verifier.go+1
- eth/downloader/downloader.go+2-2
- eth/downloader/downloader_test.go+1-1
- eth/fetcher/block_fetcher.go+9-4
- eth/filters/IDatabase.go+29
- eth/gasprice/feehistory.go+2-2
- eth/handler.go+68-10
- eth/protocols/eth/peer.go+10
- eth/state_accessor.go+4
- eth/sync.go+30-42
- eth/tracers/api.go+4-2
- ethdb/database.go+6
- ethdb/remotedb/remotedb.go+8
- ethstats/ethstats.go+24-2
- go.mod+8-7
- go.sum+3-2
- internal/cli/chain.go+2-2
- internal/cli/command.go+10
- internal/cli/snapshot.go+442-4
- internal/cli/snapshot_test.go+246
- internal/ethapi/api.go+24-4
- internal/ethapi/api_test.go+4
- internal/ethapi/backend.go+3
- internal/ethapi/transaction_args_test.go+4
- internal/web3ext/web3ext.go+5
- les/api_backend.go+4
- node/node.go+3-1
- p2p/rlpx/rlpx.go+4-3
- packaging/templates/package_scripts/control+1-1
- packaging/templates/package_scripts/control.arm64+1-1
- packaging/templates/package_scripts/control.profile.amd64+1-1
- packaging/templates/package_scripts/control.profile.arm64+1-1
- packaging/templates/package_scripts/control.validator+1-1
- packaging/templates/package_scripts/control.validator.arm64+1-1
- params/version.go+1-1
- tests/bor/bor_api_test.go+10-1
- trie/triedb/pathdb/database_test.go+1-1
0 commit comments