mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-29 13:35:38 +00:00
f219c69840
- More consistent naming in calls used by the JSON-RPC debug API - Use storeContent everywhere to make sure content is only stored if in range - Remove populateHistoryDb subcommand and replace by JSON-RPC call storeContent - Remove some whitespace and fix some indentations
6 lines
315 B
Nim
6 lines
315 B
Nim
## Portal History Network json-rpc debug & testing calls
|
|
proc portal_history_store(contentKey: string, content: string): bool
|
|
proc portal_history_storeContent(dataFile: string): bool
|
|
proc portal_history_propagate(dataFile: string): bool
|
|
proc portal_history_propagateBlock(dataFile: string, blockHash: string): bool
|