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
Casey Gardiner d25b6c6ee2
Mainnet Release Candidate 2023.1.2 (#4376)
2 years ago
..
worker Remove blockchain dependency from engine. (#4310) 2 years ago
README.md Add readme for /node 6 years ago
api.go Release Candidate: dev -> main (#4319) 2 years 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 Mainnet Release Candidate 2023.1.2 (#4376) 2 years ago
node.md [service][node] Project Tech debt clean up, remove wallet (#2664) 5 years ago
node_cross_link.go Testnet shard reduction (#4301) 2 years ago
node_cross_shard.go Consensus accepts blockchain as a parameter. (#4296) 2 years ago
node_explorer.go Testnet reset (#4207) 2 years ago
node_handler.go Mainnet Release Candidate 2023.1.2 (#4376) 2 years ago
node_handler_test.go Release Candidate: dev -> main (#4319) 2 years ago
node_newblock.go Mainnet Release Candidate 2023.1.2 (#4376) 2 years ago
node_newblock_test.go Release Candidate: dev -> main (#4319) 2 years ago
node_syncing.go Mainnet Release Candidate 2023.1.2 (#4376) 2 years ago
node_test.go Mainnet Release Candidate 2023.1.2 (#4376) 2 years ago
service_setup.go Mainnet Release Candidate 2023.1.2 (#4376) 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.