This repository was archived by the owner on Oct 20, 2024. It is now read-only.
2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
- CHANGELOG.md+22
- README.md+2-2
- cmd/geth/chaincmd.go+5
- cmd/geth/config.go+4
- cmd/geth/dbcmd.go+22-7
- cmd/geth/main.go+1
- cmd/geth/pruneblock_test.go+3-4
- cmd/geth/snapshot.go+15-1
- cmd/jsutils/check_blobtx.js+51
- cmd/jsutils/faucet_request.js+49
- cmd/utils/flags.go+6
- cmd/utils/history_test.go+1-1
- core/block_validator.go+26-20
- core/blockchain_reader.go+9
- core/blockchain_repair_test.go+2-6
- core/blockchain_sethead_test.go+2-6
- core/blockchain_test.go+10-10
- core/genesis.go+4
- core/rawdb/accessors_chain_test.go+3-3
- core/rawdb/chain_freezer.go+100-40
- core/rawdb/database.go+133-8
- core/rawdb/freezer.go+2-2
- core/rawdb/table.go+4
- core/state/pruner/pruner.go+1-1
- core/txindexer_test.go+1-1
- core/types/bid.go+32-21
- eth/api_admin.go-29
- eth/api_miner.go+28
- eth/backend.go+4
- eth/downloader/downloader.go+8
- eth/downloader/downloader_test.go+1-1
- eth/ethconfig/config.go+3
- eth/ethconfig/gen_config.go+6
- eth/fetcher/block_fetcher_test.go+1-1
- eth/handler.go+15-19
- eth/handler_test.go+1-1
- ethdb/database.go+1
- ethdb/remotedb/remotedb.go+4
- internal/web3ext/web3ext.go+24
- miner/bid_simulator.go+48-42
- miner/miner.go+1-1
- miner/worker.go+13
- node/node.go+7-6
- params/config.go+28-2
- params/version.go+1-1
- trie/inspect_trie.go+180-170
- triedb/pathdb/database_test.go+1-1
- triedb/pathdb/journal.go+4-2
0 commit comments