thenewboston-blockchain / thenewboston-python

Python library for thenewboston digital currency.
https://thenewboston.com
MIT License
104 stars 35 forks source link

Changes to SelfConfiguration #52

Open buckyroberts opened 3 years ago

buckyroberts commented 3 years ago

When making changes to SelfConfiguration, broadcast those changes to all known nodes. Banks also have to stream down those changes to users so that the Account Manager (and other clients) can update.

Nodes will send out signed PATCH requests when changes are made to the following fields.

Banks

Validators

Notes

Miscellaneous

Original notes for background/context - https://docs.google.com/document/d/1igRh6Zbz5_UhbNMRRtO7XGk9Yiuaf6Hj2-rHwsVzAoc/edit?usp=sharing

Changes