rename p2p protocol to /fil/chain/xchg/0.0.1 (backwards-compatible); rename more.

This commit is contained in:
Raúl Kripalani
2020-09-07 19:45:34 +01:00
parent 55b1456d45
commit 453e826a0f
8 changed files with 28 additions and 21 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ const (
SetGenesisKey
RunHelloKey
RunBlockSyncKey
RunChainExchangeKey
RunChainGraphsync
RunPeerMgrKey
@@ -259,7 +259,7 @@ func Online() Option {
Override(new(*dtypes.MpoolLocker), new(dtypes.MpoolLocker)),
Override(RunHelloKey, modules.RunHello),
Override(RunBlockSyncKey, modules.RunBlockSync),
Override(RunChainExchangeKey, modules.RunChainExchange),
Override(RunPeerMgrKey, modules.RunPeerMgr),
Override(HandleIncomingBlocksKey, modules.HandleIncomingBlocks),