-
Notifications
You must be signed in to change notification settings - Fork 17
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
soft fork: implement a way to change the circuit of a chain #1205
Merged
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
p4u
reviewed
Nov 28, 2023
p4u
reviewed
Nov 28, 2023
altergui
force-pushed
the
fork/circuit-tags
branch
3 times, most recently
from
November 28, 2023 16:41
33926fb
to
3240d24
Compare
altergui
commented
Nov 28, 2023
altergui
force-pushed
the
fork/circuit-tags
branch
3 times, most recently
from
November 28, 2023 19:32
4d9eb9c
to
f7dd973
Compare
TestVoteCheckZkSNARK is failing, any ideas @lucasmenendez ?
|
altergui
force-pushed
the
fork/circuit-tags
branch
6 times, most recently
from
November 28, 2023 23:39
c8d8f8d
to
451e07a
Compare
altergui
force-pushed
the
fork/circuit-tags
branch
from
December 4, 2023 13:28
9fdb56b
to
e76dcee
Compare
* TransactionHandler.ZkVKs * genesis.Circuits
this avoids an import cycle in upcoming refactor of circuit package
altergui
force-pushed
the
fork/circuit-tags
branch
3 times, most recently
from
December 4, 2023 18:37
90176ce
to
7dc0342
Compare
Pull Request Test Coverage Report for Build 7099611641
💛 - Coveralls |
altergui
force-pushed
the
fork/circuit-tags
branch
from
December 4, 2023 18:44
7dc0342
to
45fe77f
Compare
last steps:
|
altergui
force-pushed
the
fork/circuit-tags
branch
2 times, most recently
from
December 5, 2023 09:01
45fe77f
to
7e686dd
Compare
altergui
force-pushed
the
fork/circuit-tags
branch
from
December 5, 2023 09:14
7e686dd
to
777c1e7
Compare
p4u
approved these changes
Dec 5, 2023
* circuit package now has a Global() circuit, and all packages (including TransactionHandler) use that * circuit/config.go: rename `dev` -> `v0.0.1` and add voceremony as `v1.0.0` * circuit/config.go: rename `tag` concept into `version` * circuit/config.go: now ZkCircuitConfig has Version field, drop app.circuitConfigTag * circuit/config.go: now PublicSignals is a property of each circuit (previously hardcoded in prover) * prover: use PubSignals from circuit.Global() instead of hardcoded indexes * api: /chain/info now returns circuitVersion (instead of misspelt cicuitConfigurationTag) * apiclient: small fix, LoadZkCircuit once on NewHTTPclient instead of every Vote * testsuite: mount zkCircuits cache dir in test container as well * vochain/app.go: SetZkCircuit during beginBlock * add config/forks.go * circuit: add DownloadArtifacts funcs * DownloadArtifactsForChainID * DownloadDefaultArtifacts * NewBaseApplication now calls circuit.DownloadDefaultArtifacts instead of transactionHandler.LoadZkCircuit * newTendermint now calls circuit.DownloadArtifactsForChainID
altergui
force-pushed
the
fork/circuit-tags
branch
from
December 5, 2023 10:45
777c1e7
to
27f8863
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
(see commit messages, please don't squash)