OSDN Git Service

Bytom spv client implement
authorYahtoo Ma <yahtoo.ma@gmail.com>
Mon, 20 Aug 2018 06:46:55 +0000 (14:46 +0800)
committerYahtoo Ma <yahtoo.ma@gmail.com>
Mon, 20 Aug 2018 06:57:08 +0000 (14:57 +0800)
commitbe501c69b5ce10d2395abef0660a52deb8648de7
treeef86f3fe3a577faf99bdb3076cd75a58b999704a
parent63f9ccd3444a3b227d508c82c5acd6655e9fa977
Bytom spv client implement
12 files changed:
account/accounts.go
consensus/server_flag.go
netsync/block_keeper.go
netsync/handle.go
netsync/message.go
netsync/peer.go
netsync/protocol_reactor.go
netsync/spv.go [new file with mode: 0644]
node/node.go
p2p/listener.go
protocol/bc/types/merkleBlock.go [new file with mode: 0644]
protocol/validation/block.go