mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Implement Shards
This commit is contained in:
committed by
Scott Schurr
parent
aeda2430cd
commit
718d217158
@@ -122,6 +122,7 @@ JSS ( code ); // out: errors
|
||||
JSS ( command ); // in: RPCHandler
|
||||
JSS ( complete ); // out: NetworkOPs, InboundLedger
|
||||
JSS ( complete_ledgers ); // out: NetworkOPs, PeerImp
|
||||
JSS ( complete_shards ); // out: OverlayImpl, PeerImp
|
||||
JSS ( consensus ); // out: NetworkOPs, LedgerConsensus
|
||||
JSS ( converge_time ); // out: NetworkOPs
|
||||
JSS ( converge_time_s ); // out: NetworkOPs
|
||||
@@ -384,6 +385,7 @@ JSS ( server_state ); // out: NetworkOPs
|
||||
JSS ( server_status ); // out: NetworkOPs
|
||||
JSS ( settle_delay ); // out: AccountChannels
|
||||
JSS ( severity ); // in: LogLevel
|
||||
JSS ( shards ); // out: GetCounts
|
||||
JSS ( signature ); // out: NetworkOPs, ChannelAuthorize
|
||||
JSS ( signature_verified ); // out: ChannelVerify
|
||||
JSS ( signing_key ); // out: NetworkOPs
|
||||
|
||||
Reference in New Issue
Block a user