ChickenTicket icon indicating copy to clipboard operation
ChickenTicket copied to clipboard

Add Peers and Nodes

Open Aareon opened this issue 6 years ago • 3 comments

Using websockets, add handling of peers and nodes. More information will be added later.

Aareon avatar Apr 10 '18 16:04 Aareon

Netcode found in network.py and node.py

Aareon avatar Apr 23 '22 14:04 Aareon

Currently working on HTTPNode because I suck at async and sockets

Aareon avatar May 02 '22 09:05 Aareon

Blocks can now be transmitted via HTTPNode. An example of usage can be found in simplegui.py. A new method/route is needed to broadcast new blocks/transactions after a client has synced.

A synced message would help denote peers that are ready to receive new blocks/transactions.

Aareon avatar May 04 '22 04:05 Aareon