Remove client-side json-rpc calls that were removed server-side (#2659)

This commit is contained in:
Kim De Mey 2024-09-25 22:35:19 +02:00 committed by GitHub
parent dd5bb695ed
commit 5e3f3db165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,25 +15,10 @@ Opt[string].useDefaultSerializationIn JrpcConv
createRpcSigsFromNim(RpcClient):
## Portal History Network json-rpc debug & custom calls
proc portal_historyGossipHeaders(
era1File: string, epochAccumulatorFile: Opt[string]
): bool
proc portal_historyGossipHeaders(era1File: string, epochRecordFile: Opt[string]): bool
proc portal_historyGossipHeaders(era1File: string): bool
proc portal_historyGossipBlockContent(era1File: string): bool
proc portal_history_storeContent(dataFile: string): bool
proc portal_history_propagate(dataFile: string): bool
proc portal_history_propagateHeaders(dataFile: string): bool
proc portal_history_propagateBlock(dataFile: string, blockHash: string): bool
proc portal_history_propagateEpochRecord(dataFile: string): bool
proc portal_history_propagateEpochRecords(path: string): bool
proc portal_history_storeContentInNodeRange(
dbPath: string, max: uint32, starting: uint32
): bool
proc portal_history_offerContentInNodeRange(
dbPath: string, nodeId: NodeId, max: uint32, starting: uint32
): int
proc portal_history_depthContentPropagate(dbPath: string, max: uint32): bool
proc portal_history_breadthContentPropagate(dbPath: string): bool