Files
nanoreth/book/cli/config.json
2023-09-20 14:51:09 -07:00

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": []
}
}
}