The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/node
nico 631d384609 woop 8 months ago
..
worker woop 8 months ago
README.md woop 8 months ago
api.go woop 8 months ago
double_signing.go woop 8 months ago
metrics.go woop 8 months ago
node.go woop 8 months ago
node.md woop 8 months ago
node_cross_link.go woop 8 months ago
node_cross_shard.go woop 8 months ago
node_explorer.go woop 8 months ago
node_handler.go woop 8 months ago
node_handler_test.go woop 8 months ago
node_newblock.go woop 8 months ago
node_newblock_test.go woop 8 months ago
node_syncing.go woop 8 months ago
node_test.go woop 8 months ago
service_setup.go woop 8 months ago

README.md

Node struct is the core entity that represents a network node participating in the Woop protocol.

A node is the main message handler to all kinds of protocol messages such as consensus message, block sync, transactions etc. A node contains all the necessary references to other objects (e.g. blockchain object and consensus object) to handle the incoming messages.