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
Rongjian Lan e298bc572a Clean up some code 6 years ago
..
README.md adding readme 6 years ago
newnode.go Clean up some code 6 years ago
newnode_handler.go proto files 6 years ago
newnode_test.go fix go test errors in travis_checker.sh 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.