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/internal/newnode
alok 5e3c50431c adding readme 6 years ago
..
README.md adding readme 6 years ago
newnode.go newnode test 6 years ago
newnode_handler.go proto files 6 years ago
newnode_test.go newnode test 6 years ago

README.md

Newnode package is for handling the interactions of a new candidate node that wants to join the network. Such interaction at the moment is about contacting the beaconchain and getting assigned a shard and findingout the shardleader. In future this package will be merged into the node package.