-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
1/4 PoS: initial version of the PoS crate #418
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.
A few small comments. I still need to review the validation.rs
file
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.
Epoched
structs look really nice!
I left comments for lib.rs
though I'm reviewing the validation part.
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.
LGTM!
Co-authored-by: Yuji Ito <yuji@phact-columba.com>
Co-authored-by: Jacob Turner <jacob.turner870@gmail.com>
Co-authored-by: Jacob Turner <jacob.turner870@gmail.com>
Co-authored-by: yito88 <yuji@phact-columba.com>
5a47a07
to
4aad89b
Compare
This PR is split from #385. Closes #322
The PoS system and its integration is described in #324. Rendered: https://github.com/anoma/anoma/blob/tomas/pos-design/docs/src/explore/design/pos.md and https://github.com/anoma/anoma/blob/tomas/pos-design/docs/src/explore/design/ledger/pos-integration.md, respectively.
Together with #419, #420, #421, these PRs contain the PoS MVP with:
BeginBlock