Commit 6324f3d
committed
Merge remote-tracking branch 'upstream' into vui-chee/custom-genesis-number
* upstream: (203 commits)
feat(node-core): make rpc server args customizable (paradigmxyz#20312)
feat: add `account_history_in_rocksdb` field to `StorageSettings` (paradigmxyz#20282)
feat(engine): Add BAL stub methods to ExecutionPayload and BlockOrPayload (paradigmxyz#20311)
docs: fix misleading links (paradigmxyz#20300)
ci: add more sccache (paradigmxyz#20316)
feat: bump alloy-evm (paradigmxyz#20314)
feat: allow larger ws frames on client side (paradigmxyz#20307)
docs: add architecture diagrams to ExEx documentation (paradigmxyz#20193)
feat: add semaphore for blocking IO requests (paradigmxyz#20289)
ci: scale down depot runners (paradigmxyz#20295)
perf: fetch header directly (paradigmxyz#20294)
docs(exex): fix DebugApi comment (paradigmxyz#20296)
feat: add support for testing_ rpc namespace and testing_buildBlockV1 (paradigmxyz#20094)
chore: update engine_getBlobs metric (paradigmxyz#20290)
chore(optimism): move predeploy constant to op-alloy (paradigmxyz#20181)
docs: fix stages order and add missing EraStage (paradigmxyz#20283)
docs: improve map_add_ons method documentation (paradigmxyz#20248)
feat: add `transaction_hash_numbers_in_rocksdb` field to `StorageSettings` (paradigmxyz#20209)
docs: clarify network mode, tx gossip and NAT (paradigmxyz#20247)
feat: add support for debug_getBadBlock (paradigmxyz#20177)
...File tree
389 files changed
+24793
-4760
lines changed- .config
- .github
- assets/hive
- workflows
- bin
- reth-bench-compare/src
- reth-bench
- reth
- crates
- chain-state/src
- chainspec/src
- cli
- commands
- src
- db
- init_state
- util
- config/src
- consensus
- common/src
- debug-client/src/providers
- engine
- primitives/src
- tree
- benches
- src
- tree
- payload_processor
- util/src
- era-utils/src
- era
- src
- common
- era/types
- tests/it
- era1
- era
- ethereum
- cli/src
- engine-primitives/src
- evm/src
- node
- src
- tests/it
- payload/src
- primitives/src
- evm
- evm/src
- execution-types/src
- exex/types/src
- metrics/src/common
- net
- discv4/src
- dns/src
- downloaders
- src
- test_utils
- eth-wire-types/src
- network-api/src
- test_utils
- network
- src
- fetch
- transactions
- tests/it
- node
- builder/src
- builder
- components
- launch
- core
- src/args
- optimism
- chainspec/src
- superchain
- cli/src/commands
- consensus/src
- validation
- evm/src
- flashblocks
- src
- node/src
- payload/src
- primitives/src
- rpc/src/eth
- payload
- basic/src
- primitives/src
- primitives-traits/src
- block
- header
- transaction
- prune
- prune
- src
- segments
- user
- types/src
- ress/provider/src
- rpc
- ipc/src/server
- rpc-api
- src
- rpc-builder
- src
- tests/it
- rpc-convert/src
- rpc-engine-api/src
- rpc-eth-api/src
- helpers
- rpc-eth-types/src
- builder
- error
- rpc-server-types/src
- rpc-testing-util/src
- rpc
- src
- eth
- helpers
- stages
- api/src/pipeline
- stages/src/stages
- stateless
- src
- storage
- db-api/src
- models
- tables
- db-models/src
- provider
- src
- providers
- database
- rocksdb
- state
- static_file
- writer
- transaction-pool
- src
- blobstore
- pool
- test_utils
- validate
- tests/it
- trie
- common/src
- db/src
- trie
- benches
- src
- hashed_cursor
- proof_v2
- proof
- trie_cursor
- docs
- cli
- crates
- design
- vocs
- docs/pages
- cli
- op-reth
- db
- clear
- get
- settings
- set
- static-file-header
- p2p
- rlpx
- stage
- dump
- unwind
- reth
- db
- get
- exex
- jsonrpc
- run
- faq
- sdk/node-components
- etc
- grafana/dashboards
- examples
- custom-engine-types/src
- custom-node/src
- evm
- custom-payload-builder/src
- custom-rpc-middleware
- src
- exex-hello-world/src
- rpc-db/src
- pkg/reth/debian
- testing/ef-tests/src
- cases
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
389 files changed
+24793
-4760
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | | - | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments