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
static 48162c1e3a Merge branch 'dev' into feature/clear-stale-staking-data-31024 9 months ago
..
worker lint issues 12 months ago
README.md Add readme for /node 6 years ago
api.go Thread safe Decider. (#4610) 10 months ago
double_signing.go [stream] node.IsRunningBeaconChain is refactored to a new method 4 years ago
metrics.go [metrics] Add crosslink messages to metrics (#3762) 3 years ago
node.go Updated protobuf from outdated github.com/golang/protobuf to google.golang.org/protobuf. (#4636) 9 months ago
node.md Fix typos (#4563) 1 year ago
node_cross_link.go Revert "Removed engine dependency." (#4392) 2 years ago
node_cross_shard.go Consensus: removed double initialization. (#4404) 1 year ago
node_explorer.go Thread safe Decider. (#4610) 10 months ago
node_handler.go Fixed infinity loop sync. (#4575) 12 months ago
node_handler_test.go Refactored verify block. (#4554) 1 year ago
node_newblock.go Update dev to include main hotfixes (#4633) 9 months ago
node_newblock_test.go Refactored verify block. (#4554) 1 year ago
node_syncing.go Fixed infinity loop sync. (#4575) 12 months ago
node_test.go Revert improvements. (#4520) 1 year ago
service_setup.go Typed cache & Node cleanup. (#4409) 2 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.