mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
34 lines
566 B
JSON
34 lines
566 B
JSON
{
|
|
"commands": {
|
|
"config": [],
|
|
"db": {
|
|
"stats": [],
|
|
"list": [],
|
|
"get": [],
|
|
"drop": [],
|
|
"version": [],
|
|
"path": []
|
|
},
|
|
"debug": {
|
|
"execution": [],
|
|
"merkle": []
|
|
},
|
|
"import": [],
|
|
"init": [],
|
|
"node": [],
|
|
"p2p": {
|
|
"header": [],
|
|
"body": []
|
|
},
|
|
"stage": {
|
|
"run": [],
|
|
"drop": [],
|
|
"dump": ["execution", "storage-hashing", "account-hashing", "merkle"],
|
|
"unwind": ["to-block", "num-blocks"]
|
|
},
|
|
"test-vectors": {
|
|
"tables": []
|
|
}
|
|
}
|
|
}
|