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 |
| |
|
- .github/workflows/pre-release.yml+8-8
- .github/workflows/release.yml+8-8
- .nancy-ignore+1
- CHANGELOG.md+39
- Makefile+5
- README.md+6-20
- beacon/fakebeacon/api_func.go+87
- beacon/fakebeacon/handlers.go+88
- beacon/fakebeacon/server.go+97
- beacon/fakebeacon/server_test.go+90
- beacon/fakebeacon/utils.go+65
- cmd/faucet/customized/DIN.png
- cmd/faucet/customized/README.md+23
- cmd/faucet/customized/demotoken.png
- cmd/faucet/faucet.go+166-79
- cmd/geth/config.go+17-4
- cmd/geth/main.go+13-7
- cmd/utils/flags.go+83
- consensus/parlia/parlia.go+5-3
- core/block_validator.go+20-26
- core/blockchain.go+6-3
- core/forkchoice.go+13-6
- core/rawdb/prunedfreezer.go+7-11
- core/systemcontracts/upgrade.go+7-5
- core/systemcontracts/upgrade_test.go+32
- core/types/blob_sidecar.go+39
- crypto/bn256/cloudflare/gfp12.go+1-1
- crypto/bn256/cloudflare/gfp2.go+1-1
- crypto/bn256/cloudflare/gfp6.go+1-1
- crypto/bn256/google/gfp12.go+1-1
- crypto/bn256/google/gfp2.go+1-1
- crypto/bn256/google/gfp6.go+1-1
- eth/api_backend.go+3-3
- eth/api_miner.go+1-1
- eth/downloader/downloader.go+2-2
- eth/downloader/downloader_test.go+1-1
- eth/fetcher/block_fetcher.go+2-2
- eth/handler.go+10-17
- eth/protocols/eth/protocol.go+2-1
- eth/sync.go+4-1
- ethclient/ethclient.go+4-4
- go.mod-1
- go.sum-2
- internal/debug/flags.go-4
- internal/ethapi/api.go+47-29
- internal/ethapi/api_test.go+3-3
- internal/ethapi/backend.go+2-2
- internal/ethapi/transaction_args_test.go+1-1
- miner/bid_simulator.go+9
- miner/miner.go+1-1
- miner/worker.go+19
- params/config.go+2-2
- params/protocol_params.go+2
- params/version.go+1-1
0 commit comments