-
Notifications
You must be signed in to change notification settings - Fork 61
Self validating structured data and removal of transaction managers #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Be good if @chandraprakash or @qi.ma could comment and help with this one. Be good to get it in shape and then have some discussions and debates if it makes merge and then has an issue assigned for all to chime in. |
To handle shares, safecoin type data etc. Allows encrypted data to be decrypted by all holding encrypt key (for read only shares for example) and multiple read/write owners who must agree on any change for those types. Allows upper layers to decide on n+m sharing (contracts, currency) or any of type sharing (for shared private data for instance). Some small note for sentinel here as it reduces sentinel lookups for keys as they are included no in type. This further reduces network load.
|
Paging @s-brian as Shepherd (make sure PR is in order to get pushed and proposed). Step after this is to assign an issue number and begin any discussions |
Also add more information on changes to libraries. This may have the be detailed with a separate section for each library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
64 bits i think (= 8 bytes)
Self validating structured data and removal of transaction managers
|
Below are two minor issues 1- 'Feature Name: Remove Transaction Managers from network and have network only recognise 2 Structured data sub-types' 2- In 'New Protocols' , the first sentence is not parse-able by my English level. |
|
Thanks @mmoadeli I will make those changes |
|
Changes applied |
Please feel free to comment on initial proposal. An issue will be created to discuss this more widely in terms of design and improvements.