-
Notifications
You must be signed in to change notification settings - Fork 0
Wire protocol Extended (Child processes)
Platonx99 edited this page May 25, 2018
·
2 revisions
Webchain Child processes allow any node to connect to an existing node and share it's parent process to handle all network communication and data persisting. This will allow for multiple Webchain light nodes on the same host with full access to the block chain through the parent process.
Intercom messages range from 0x30 - X all messages are specified as
[0x30, [block hash]]- Retrieve the block by hash or empty if block couldn't be found
[0x31, [block]]- Returns the given block as a reply on
get block.
❤️ Stay Classy