Skip to content

Commit

Permalink
Remove client-side json-rpc calls that were removed server-side (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeme authored Sep 25, 2024
1 parent dd5bb69 commit 5e3f3db
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions fluffy/rpc/rpc_calls/rpc_portal_debug_calls.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e3f3db

Please sign in to comment.