-
Notifications
You must be signed in to change notification settings - Fork 23
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
Association History Processing (Part 1) #617
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f460aea
to
96fcc6f
Compare
v | ||
} | ||
|
||
pub fn rand_u64() -> u64 { |
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.
These are unused for now, but will be once the second PR in the stack goes in
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!
Summary
AssociationState
(will make more sense after you look at the next PRMemberIdentifier
struct used to hold either wallet addresses or installation public keys.