mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
40 lines
683 B
JSON
40 lines
683 B
JSON
{
|
|
"commands": {
|
|
"config": [],
|
|
"db": {
|
|
"stats": [],
|
|
"list": [],
|
|
"diff": [],
|
|
"get": [],
|
|
"drop": [],
|
|
"clear": [],
|
|
"version": [],
|
|
"path": []
|
|
},
|
|
"debug": {
|
|
"execution": [],
|
|
"merkle": [],
|
|
"in-memory-merkle": []
|
|
},
|
|
"import": [],
|
|
"init": [],
|
|
"node": [],
|
|
"p2p": {
|
|
"header": [],
|
|
"body": []
|
|
},
|
|
"recover": {
|
|
"storage-tries": []
|
|
},
|
|
"stage": {
|
|
"run": [],
|
|
"drop": [],
|
|
"dump": ["execution", "storage-hashing", "account-hashing", "merkle"],
|
|
"unwind": ["to-block", "num-blocks"]
|
|
},
|
|
"test-vectors": {
|
|
"tables": []
|
|
}
|
|
}
|
|
}
|