-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Lighthouse Types instead of maintaining our own (#77)
* update circuits and witnesses, still need to update tests * fix preprocessor * fixed tests * tests for preprocessor work * in progress: tixing test-utils * fixed test-utils * prover wip * lint * switch to lighthouse unstable branch * Add fork version to RPC request * Everything builds * remove prints * merkle proof asserts * fix preprocessor asserts * pull from finalized not head * Update Lighthouse version to tagged release from unstable branch * Move Lighthoust EthSpec as associated type in Spec * Pin compiler nightly-2024-04-01 * remove comment * Remove comments * remove comments * No unwrap * Fix cargo toml * Clippy * cargo udeps * update contracts submodule * fix cargo toml * lighouse legacy arith * remove unnecessary generic bounds * remove blob params from Spec
- Loading branch information
Showing
26 changed files
with
585 additions
and
740 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
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
Submodule contracts
updated
8 files
+2 −2 | Cargo.toml | |
+5 −12 | rust-abi/lib.rs | |
+2 −2 | script/DeploySpectre.s.sol | |
+2 −2 | script/DeploySpectreLocal.s.sol | |
+13 −13 | snark-verifiers/testnet/committee_update_verifier.sol | |
+13 −13 | snark-verifiers/testnet/sync_step_verifier.sol | |
+30 −41 | src/Spectre.sol | |
+38 −0 | test/Spectre.t.sol |
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
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
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
Oops, something went wrong.