-
Notifications
You must be signed in to change notification settings - Fork 24
Feat/recon update sortkey #144
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
base: main
Are you sure you want to change the base?
Conversation
CIPs/cip-124.md
Outdated
| * `init_event_cid_bytes` is the CID of the first Event of the this stream. | ||
| * `event_height` is the "height" of the event InitEvent. For InitEvents this value is `0` else `prev.event_height + 1`. | ||
| * `event_cid_bytes` the CID of the event itself | ||
| * `event_height` is the "height" of the event InitEvent. For InitEvents this value is `1` else `prev.event_height + 1`. |
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.
I thought we were not making the change from 0 to 1 on InitEvents?
oed
left a comment
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.
Should we add some language for "fencepost" in the ** Stream Set Ranges** section. Would also be good to update the examples there.
No description provided.