neoneo-go/pkg/network
Roman Khimov b483c38593 block/transaction: add network magic into the hash
We make it explicit in the appropriate Block/Transaction structures, not via a
singleton as C# node does. I think this approach has a bit more potential and
allows better packages reuse for different purposes.
2020-06-18 12:39:50 +03:00
..
capability capability: prevent panic on wrong capabilities receival 2020-05-29 00:11:54 +03:00
metrics cli,pkg: use zap.Logger 2020-01-10 11:14:27 +03:00
payload block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
blockqueue.go core: move Blockchainer interface to a separate package 2020-04-11 10:56:36 +03:00
blockqueue_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
compress.go network: fix compression handling functions 2020-06-18 12:12:43 +03:00
discovery.go protocol: add capabilities to address payload 2020-05-27 19:02:25 +03:00
discovery_test.go protocol: add capabilities to address payload 2020-05-27 19:02:25 +03:00
helper_test.go rpc: update RPC server invoke* calls 2020-06-11 19:34:13 +03:00
message.go block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
message_string.go protocol: implement getblockdata p2p command 2020-05-22 19:16:49 +03:00
message_test.go network: remove outdated fields 2020-05-27 19:32:50 +03:00
peer.go protocol: add capabilities to version payload 2020-05-27 19:01:14 +03:00
prometheus.go monitoring: add prometheus monitoring 2019-10-29 20:51:17 +03:00
relay_reason.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
server.go block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
server_config.go config: move NetMode into its own micropackage 2020-06-18 12:09:57 +03:00
server_test.go protocol: add capabilities to version payload 2020-05-27 19:01:14 +03:00
tcp_peer.go block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
tcp_peer_test.go protocol: add capabilities to version payload 2020-05-27 19:01:14 +03:00
tcp_transport.go protocol: add capabilities to version payload 2020-05-27 19:01:14 +03:00
transport.go protocol: add capabilities to version payload 2020-05-27 19:01:14 +03:00