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
Rongjian Lan eb3ce16014 Merge branch 'master' of github.com:harmony-one/harmony into rj_branch 6 years ago
..
worker Break tie of core-consensus-core import cycle; add pRnd channel for consensus 6 years ago
README.md Add readme for /node 6 years ago
contract.go whole network can restart and resume from previous state 6 years ago
contract_test.go Handle NewMask errors 6 years ago
demo_contract.go getting players is called from smart contract 6 years ago
node.go Add back missed code for last PR 6 years ago
node.md Some adhoc cleanup 6 years ago
node_genesis.go make 1+3 sharded network work locally with deploy.sh 6 years ago
node_handler.go Merge conflict 6 years ago
node_handler_test.go Handle NewMask errors 6 years ago
node_newblock.go [log] adding log to debug #680 6 years ago
node_syncing.go fix nil pointer error for calculate reponse in state sync 6 years ago
node_test.go Handle NewMask errors 6 years ago
node_utils.go replace consensus blsAddr with new syncID for state syncing 6 years ago
p2p.go [cleanup] remove libp2p unicast support 6 years ago
service_setup.go add api /shard for explorer. (#667) 6 years ago
staking.go migrate bls identity from address to public key 6 years ago
staking_test.go Merge conflict 6 years ago

README.md

Node struct is the core entity that represents a network node participating in the Harmony 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.