-
Notifications
You must be signed in to change notification settings - Fork 51
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
[dip-196] Initial onchain network identity DIP draft #200
Conversation
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.
Coming along well
# Implementations | ||
|
||
N/A | ||
|
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.
recommend an Examples section of how the Diem tech stack would leverage this -- e.g., event emitting, pick up identity, update networking stack... mention other enhancements that you built out to help mitigate attacks (TBF and connection limits)
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.
This isn't specified in DIP-0. We should update the process even if it's just suggested.
dips/dip-196.md
Outdated
## Consuming Network Identity | ||
|
||
Consumers of `NetworkIdentity` may keep track of a list of accounts to watch. The consumers then can watch the event streams of each account's `NetworkIdentity` for updates and update accordingly. | ||
|
||
A consumer may choose to subscribe to all accounts, in which it will watch the `Treasury compliance` account updates and keep track of which accounts to watch accordingly. |
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.
can you provide the code snippet?
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.
Currently reworking some of the technical details involving integration with move. Can come up with examples and code snippets once that's done.
ebb4762
to
969005f
Compare
@aching Do you have any other comments for this DIP? |
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.
Nice work!
Have you had a chance to get to the feedback? I think once addressed, we can commit the draft and make more progress here. |
969005f
to
bc91cd5
Compare
bc91cd5
to
3ee3b68
Compare
I've addressed all the feedback but examples / code snippets, as I'm still waiting on changes in the move language to support vec<vec> |
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.
Looks good for a draft! Hopefully others will review it as well for the next phase.
Summary
DIP for Onchain Network Identity