This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 858
upgrade halo2 ecosystem dependencies #1749
Merged
hero78119
merged 1 commit into
privacy-scaling-explorations:main
from
hero78119:upgrade_dep
Feb 1, 2024
Merged
upgrade halo2 ecosystem dependencies #1749
hero78119
merged 1 commit into
privacy-scaling-explorations:main
from
hero78119:upgrade_dep
Feb 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
crate-bus-mapping
Issues related to the bus-mapping workspace member
crate-zkevm-circuits
Issues related to the zkevm-circuits workspace member
T-bench
Type: benchmark improvements
crate-circuit-benchmarks
Issues related to the circuit-benchmarks workspace member
crate-integration-tests
Issues related to the integration-tests workspace member
crate-eth-types
Issues related to the eth-types workspace member
crate-gadgets
Issues related to the gadgets workspace member
labels
Feb 1, 2024
hero78119
force-pushed
the
upgrade_dep
branch
from
February 1, 2024 08:40
bd6b6e1
to
a47ede5
Compare
ChihChengLiang
approved these changes
Feb 1, 2024
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 with 1 nitpick.
Comment on lines
+810
to
811
// assert_eq!(prover.verify(), Ok(())); | ||
// prover.assert_satisfied(); |
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.
These two are comments. We can remove them
Suggested change
// assert_eq!(prover.verify(), Ok(())); | |
// prover.assert_satisfied(); |
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 think its ok to leave them to be clean up later, since mpt feature still under development.
han0110
approved these changes
Feb 1, 2024
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!
Merged
via the queue into
privacy-scaling-explorations:main
with commit Feb 1, 2024
90eebff
15 checks passed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
crate-bus-mapping
Issues related to the bus-mapping workspace member
crate-circuit-benchmarks
Issues related to the circuit-benchmarks workspace member
crate-eth-types
Issues related to the eth-types workspace member
crate-gadgets
Issues related to the gadgets workspace member
crate-integration-tests
Issues related to the integration-tests workspace member
crate-zkevm-circuits
Issues related to the zkevm-circuits workspace member
T-bench
Type: benchmark improvements
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
crate-io
, which got latest release0.6.0
Issue Link
#1691
Type of change