mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
docs: add debug execution witness methods to pruning tables (#20561)
This commit is contained in:
@@ -128,7 +128,10 @@ The following tables describe RPC methods available in the full node.
|
||||
#### `debug` namespace
|
||||
|
||||
| RPC | Note |
|
||||
| -------------------------- | ---------------------------------------------------------- |
|
||||
| ----------------------------------- | ---------------------------------------------------------- |
|
||||
| `debug_executionWitness` | Only for the last 10064 blocks |
|
||||
| `debug_executionWitnessByBlockHash` | Only for the last 10064 blocks |
|
||||
| `debug_getBadBlocks` | |
|
||||
| `debug_getRawBlock` | |
|
||||
| `debug_getRawHeader` | |
|
||||
| `debug_getRawReceipts` | Only for the last 10064 blocks and Beacon Deposit Contract |
|
||||
@@ -231,7 +234,10 @@ The following tables describe the requirements for prune segments, per RPC metho
|
||||
#### `debug` namespace
|
||||
|
||||
| RPC / Segment | Sender Recovery | Transaction Lookup | Receipts | Account History | Storage History |
|
||||
| -------------------------- | --------------- | ------------------ | -------- | --------------- | --------------- |
|
||||
| ----------------------------------- | --------------- | ------------------ | -------- | --------------- | --------------- |
|
||||
| `debug_executionWitness` | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
| `debug_executionWitnessByBlockHash` | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
| `debug_getBadBlocks` | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| `debug_getRawBlock` | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| `debug_getRawHeader` | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| `debug_getRawReceipts` | ✅ | ✅ | ❌ | ✅ | ✅ |
|
||||
|
||||
Reference in New Issue
Block a user