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 |
| |
|
- .nancy-ignore+1
- CHANGELOG.md+56-1
- Makefile+4-4
- README.md-2
- cmd/extradump/extradump_test.go+87-3
- cmd/extradump/main.go+15-1
- cmd/faucet/faucet.go+47-18
- cmd/faucet/rate_limiter.go+44
- cmd/geth/chaincmd.go+6-10
- cmd/geth/config.go+6-7
- cmd/geth/dbcmd.go+6-6
- cmd/geth/main.go+3-5
- cmd/geth/pruneblock_test.go+6
- cmd/jsutils/README.md+21-1
- cmd/jsutils/get_perf.js+70
- cmd/jsutils/getchainstatus.js+164
- cmd/jsutils/getslashcount.js+119
- cmd/jsutils/gettxcount.js-41
- cmd/jsutils/getvalidatorversion.js-38
- cmd/utils/flags.go+10-10
- cmd/utils/history_test.go+1-1
- consensus/consensus.go+3
- consensus/parlia/abi.go+13
- consensus/parlia/api.go+64-14
- consensus/parlia/bohrFork.go+91
- consensus/parlia/parlia.go+184-45
- consensus/parlia/parlia_test.go+37-20
- consensus/parlia/snapshot.go+116-38
- core/blockchain.go+49-59
- core/blockchain_reader.go+16-2
- core/blockchain_repair_test.go+9
- core/blockchain_sethead_test.go+9
- core/chain_indexer.go+2-2
- core/chain_makers.go+5-1
- core/data_availability_test.go+4
- core/events.go+2
- core/forkchoice.go+12-2
- core/genesis.go+12-10
- core/headerchain.go+8-4
- core/rawdb/accessors_chain.go+35-26
- core/rawdb/accessors_indexes.go+1-1
- core/rawdb/ancient_utils.go+14
- core/rawdb/chain_freezer.go+19-25
- core/rawdb/chain_iterator.go+8-8
- core/rawdb/database.go+38-40
- core/rawdb/freezer.go-35
- core/rawdb/freezer_table.go+5
- core/rawdb/prunedfreezer.go+35-13
- core/rawdb/table.go+4
- core/state/statedb.go+2-2
- core/state/sync.go+1-1
- core/state/sync_test.go+5-5
- core/state_processor.go+7
- core/systemcontracts/bohr/chapel/StakeHubContract+1
- core/systemcontracts/bohr/chapel/ValidatorContract+1
- core/systemcontracts/bohr/mainnet/StakeHubContract+1
- core/systemcontracts/bohr/mainnet/ValidatorContract+1
- core/systemcontracts/bohr/rialto/StakeHubContract+1
- core/systemcontracts/bohr/rialto/ValidatorContract+1
- core/systemcontracts/bohr/types.go+27
- core/systemcontracts/upgrade.go+55
- core/types/block.go+45-45
- core/vote/vote_manager.go+64-16
- core/vote/vote_pool.go+21-21
- eth/api_backend.go+11
- eth/backend.go+9-7
- eth/downloader/downloader.go+5-5
- eth/ethconfig/config.go+2-5
- eth/ethconfig/gen_config.go+5-11
- eth/filters/filter_system_test.go+1-1
- eth/protocols/eth/dispatcher.go+1-1
- eth/protocols/snap/sync.go+51-16
- eth/sync_test.go+14-13
- ethclient/ethclient.go+2-2
- ethdb/database.go+15-6
- ethdb/memorydb/memorydb.go+112
- ethdb/remotedb/remotedb.go+4
- go.mod+14-15
- go.sum+26-579
- internal/ethapi/api.go+10-4
- internal/ethapi/api_test.go+3-2
- internal/ethapi/backend.go+2
- internal/ethapi/dbapi.go+2-2
- internal/ethapi/transaction_args_test.go+2
- miner/bid_simulator.go+153-65
- miner/miner.go+1-1
- miner/worker.go+9-1
- node/node.go+23-23
- params/config.go+1-1
- params/protocol_params.go+5
- params/version.go+1-1
- signer/fourbyte/abi.go+1-1
- tests/0001-diff-go-ethereum.patch+19-5
- tests/run-evm-tests.sh+1
- trie/sync.go+23-11
- trie/sync_test.go+9-10
0 commit comments