Commit c48a4bc
Support for L3 Validium (Cloak) (#164)
* cargo check
* fix
* fix
* x
* exchange code
* fix rebase
* fmt
* actually Infallible
* fmt
* add validium
* mark todo
* add test data
* add test
* upgrade
* update openvm guest
* fmt & check
* update batch program
* build
* build
* fix: remove tiny-keccak (#168)
* fix merge
* fix build
* remove generic as no need for rkyv
* fmt
* make ecies openvm irrelevant
* add makefile
* fix download-release.sh
* proving 0.5.2
* fix tx data len
* feat: update sbv bincode (#169)
* update ref
* revert chunk_exe_commit.rs
* rewrite vk in testing
* sync
* add script
* add script
* cleanup
* clean much old codes
* lint
* clippy
* update sbv
* 0.6.0
* docker ignore
* build
* add exe_commit.rs
* update
* validium batch-bundle (#175)
* preliminary work
* chore: clippy fix
* update versioned public inputs
* fix: compilation for crate/integration
* fix: further changes to support integration tests
* fix: dir name for validium
* test: with euclid-v2 for older testdata
* commitment
* fix: update due to upstream
---------
Co-authored-by: Zhuo Zhang <mycinbrin@gmail.com>
* clean
* unify openvm to v1.4.0
* add old feynman witness structs
* fix gpu
* fix
* move blob_consistency/types.rs
* fix
* minor improvements
* clean
* fmt
* better logging
* commits
* add feature=host for types crate
* fix merge
* sanity check for blob
* test: more data (feynman) for validium
* fix: path to witnesses
* feat: update public for validium
* make ValidiumInputs public
* chore: export version module
* chore: serde for version types
* chore: commitments
* release: update release name to validium
* fix: script syntax ?
* chore: restore changes
* fix building scripts
* swtich back to non-force mode in gen verifier.bin
* it is 1.3.. a bit tricky.. will explain later.
* update guest commits
* [Fix] Issues for validium mode (#194)
* fix issues in e2e test with coordinator
* add debug fields
* update commits
* Soundness issues in Validium (#196)
* fix: soundness issues in validium mode
* chore: rename method validium pi_hash
* chore: rename another pi_hash validium
* update commit
---------
Co-authored-by: Zhuo Zhang <mycinbrin@gmail.com>
Co-authored-by: Rohit Narurkar <rohit.narurkar@proton.me>
* update sbv and reth
* Merge remote-tracking branch 'origin/master' into feat/validium
* release.sh be compatible with sh
* resume features removed by mistake
allow chunk can be built in host
* fix soundness issue
update commit
* fix batch gen. in integration
* hack some test stuff to fit the integration tests
---------
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
Co-authored-by: Rohit Narurkar <rohit.narurkar@proton.me>
Co-authored-by: Velaciela <git.rover@outlook.com>
Co-authored-by: Ho <fan@scroll.io>
Co-authored-by: Ho <noelwei@gmail.com>1 parent 558fdc5 commit c48a4bc
File tree
53 files changed
+3047
-2020
lines changed- crates
- circuits
- batch-circuit
- src
- bundle-circuit
- src
- chunk-circuit
- src
- integration
- src
- bin
- testers
- utils
- testdata/validium/witnesses
- tests
- types
- base/src
- public_inputs
- batch/src
- builder
- header
- payload
- bundle/src
- chunk
- src
- scroll
- types
- src
- releases/dev/verifier
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+3047
-2020
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
159 | 178 | | |
160 | 179 | | |
161 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
20 | 32 | | |
21 | 33 | | |
22 | 34 | | |
| |||
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
57 | 72 | | |
58 | 73 | | |
59 | 74 | | |
| |||
66 | 81 | | |
67 | 82 | | |
68 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
69 | 87 | | |
70 | 88 | | |
71 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments