OSDN Git Service

Format netsync module code directory (#88)
authoryahtoo <yahtoo.ma@gmail.com>
Mon, 27 May 2019 07:30:22 +0000 (15:30 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 27 May 2019 07:30:22 +0000 (15:30 +0800)
commit7e01ede3ce5d3688fa29f30bc766593beb9508e4
treea76c0c11920ec5c323b252b18f91fa05e14d30cd
parent85d69b6527ed724f0785e180db12230b71f2e2a9
Format netsync module code directory (#88)
15 files changed:
api/api.go
api/nodeinfo.go
netsync/block_fetcher.go [deleted file]
netsync/chainmgr/block_keeper.go [moved from netsync/block_keeper.go with 91% similarity]
netsync/chainmgr/block_keeper_test.go [moved from netsync/block_keeper_test.go with 92% similarity]
netsync/chainmgr/handle.go [new file with mode: 0644]
netsync/chainmgr/protocol_reactor.go [moved from netsync/protocol_reactor.go with 61% similarity]
netsync/chainmgr/tool_test.go [moved from netsync/tool_test.go with 85% similarity]
netsync/chainmgr/tx_keeper.go [moved from netsync/tx_keeper.go with 84% similarity]
netsync/handle.go [deleted file]
netsync/messages/chain_msg.go [moved from netsync/message.go with 94% similarity]
netsync/messages/chain_msg_test.go [moved from netsync/message_test.go with 99% similarity]
netsync/peers/peer.go [moved from netsync/peer.go with 51% similarity]
netsync/sync_manager.go [new file with mode: 0644]
p2p/switch.go