-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: import committed notes from older blocks that current #472
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.
Leaving some comments for now, did not fully review all the logic but it's looking good for now!
cb04529
to
d6fc884
Compare
f2db2f1
to
baa789e
Compare
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! Tested on my machine and it works correctly. I left a couple of small comments
a27e5be
to
ceb8960
Compare
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! I think we can merge this once the integration test failure is reviewed and fixed and then continue with #449
Follows up #405
### Do not merge until 0xPolygonMiden/miden-base#823 is merged.This PR adds support for committed notes from "the past" (in the client's perspective).
TO DOs:
after_block_num
field inNoteFile::NoteDetails
as explained here.after_block_num
field toNoteFile::NoteDetails
miden-base#823