forked from 0xPolygonHermez/zkevm-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport v0.0.1-RC3 changes (0xPolygonHermez#1463)
* fix: update aggregator proto to send pub address This commit applies the changes introduced to the aggregator proto file. The changes are regarding the GetGenFinalProofRequest message that now needs to send the aggregator public address. * chore: add goreleaser file * Get NewLocalExitRoot and NewStateRoot from last batch in the aggregated proof * feat: add prover IP address This commit adds the prover IP address to the Prover struct. The address is retrieved from the grpc connection and logged alogside the prover ID. * fix: remove ShortID method from Prover This commit removes the ShortID method from the Prover. This because the prover ID can be a fixed arbitrary string and not only a UUID. * fix accinputhash (0xPolygonHermez#1458) * refac: send final proof in FinalProofInputs This commit modifies the FinalProofInputs struct to hold also the final proof. The VerifyBatches signature has been modified accordingly. Co-authored-by: zkronos73 <[email protected]> Co-authored-by: Alonso Rodriguez <[email protected]> Co-authored-by: zkronos73 <[email protected]> Co-authored-by: Alonso Rodriguez <[email protected]>
- Loading branch information
1 parent
58334d4
commit 8354a86
Showing
14 changed files
with
435 additions
and
312 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ builds: | |
- amd64 | ||
- arm64 | ||
env: | ||
- CGO_ENABLED=0 | ||
- CGO_ENABLED=0 |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.