Skip to content
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

Range proof middles should contain all #387

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Conversation

rkuris
Copy link
Collaborator

@rkuris rkuris commented Nov 28, 2023

Previous range proofs left off the edges

Previous range proofs left off the edges
@rkuris rkuris enabled auto-merge (squash) November 28, 2023 19:40
@rkuris rkuris self-assigned this Nov 28, 2023
})
.try_collect::<Vec<(Vec<u8>, Vec<u8>)>>()
.await?,
);

// remove the last key from middle and do a proof on it
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: update the comment accordingly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, can we address this in a follow up?

@rkuris rkuris merged commit ae01a4a into main Nov 28, 2023
5 checks passed
@rkuris rkuris deleted the rkuris/range_proof_middle_fixup branch November 28, 2023 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants