-
Notifications
You must be signed in to change notification settings - Fork 213
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
Fix: improve UX of findCheckpointHints #750
Fix: improve UX of findCheckpointHints #750
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.
LGTM
Please consider adding a few docs about 1-based indexing for the checkpoints (it's not stated explicitly while _start
and _end
are called indexes
).
There are merge conflicts on the way 🌵
…-rc2' into fix/find-hints-for-zero-checlpoints
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.
Much better docs 👍
findCheckpointHints returns NOT_FOUND for unfinalized requests instead of reverting.
Motivation: compatibility with
getClaimableEther()