-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Protocol] MVP implementation off the on-chain SubmitProof
message handling
#141
Comments
@Olshansk I'm starting on:
I've got a happy path unit test already (TDD-ing it). |
@bryanchriswhite Have you (planning to, considering, open-to) implemented the equivalent of #148 and #151 for proofs? I created #243 for the work we discussed today and will drive that myself but wanted to know if the above is on your radar. |
Yessir! The starting point I was referring to is analogous to #148 + #236 - testutils (which I will endeavor to isolate as reasonable). I think this is the best place to start as it's the most "outside", allowing me to work outside-in. Parts of the #151 analogue may be driven out along the way but otherwise I think it will be quite natural to lay out more isolated PRs for the various pieces.
👍 🙏 |
@bryanchriswhite While I was thinking / organizing notes, I made some small modifications / additions to the Putting it here as a reference for both of us, and potentially act as a source for documentation in the future too.
|
Objective
MVP Implementation of
SubmitProof
to enable Shannon TestNet.Origin Document
Goals
Deliverables
SubmitProof
message (verification, etc...)Non-goals / Non-deliverables
General deliverables
Creator: @Olshansk
Co-Owners: @bryanchriswhite
The text was updated successfully, but these errors were encountered: