-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
cleanupImproves code but doesn't fix bugs or add features. E.g. typo fixes, comments, optimisationImproves code but doesn't fix bugs or add features. E.g. typo fixes, comments, optimisation
Description
The node file is now 1200+ lines.
There should be 3 files:
- node.py - contains core node code (websocket server, boot script)
- blockchain.py - contains blockchain functions (
send(),verifySignature(), etc) - rpc.py - contains rpc functions (
broadcast(),vote(),getHead(), etc)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanupImproves code but doesn't fix bugs or add features. E.g. typo fixes, comments, optimisationImproves code but doesn't fix bugs or add features. E.g. typo fixes, comments, optimisation