Skip to content
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

v0.10: blob DA #304

Merged
merged 38 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
74eef30
build env for LimeChain base
lispc Jan 16, 2024
788034a
change zkevm-circuits to develop
lispc Feb 21, 2024
b84da02
CHAIN_ID=534351 TRACE_PATH=`realpath integration/tests/extra_traces/s…
lispc Feb 21, 2024
3143b03
fix wrong assignment of rlp_table.q_enable
kunxian-xia Mar 11, 2024
a73cc88
patch zkevm-circuits to feat/blob-4844-da branch
kunxian-xia Mar 22, 2024
866086b
update zkevm-circuits
kunxian-xia Mar 25, 2024
a67103b
load trace path from env by default
kunxian-xia Mar 25, 2024
bb520f7
simplify deps
lispc Mar 26, 2024
02fd03e
update zkevm-circuits to latest
kunxian-xia Mar 26, 2024
3efcb1f
update circuit
lispc Mar 28, 2024
5c9dc7f
add release.sh
lispc Mar 28, 2024
8e41a44
trace: add batch dumper and batch 25 traces
lispc Mar 28, 2024
bcec803
Merge branch 'test/4844' of github.com:scroll-tech/scroll-zkevm into …
lispc Mar 28, 2024
a0cc9fe
delete outdated traces
lispc Mar 28, 2024
0dd2b47
fix trace
lispc Mar 28, 2024
8ba82e1
add batch_25_lite traces
lispc Mar 29, 2024
b1c78bd
commit
lispc Mar 29, 2024
4e500bd
add mock.sh
lispc Mar 30, 2024
2148385
fix agg
lispc Mar 30, 2024
3b0d601
0.10.0i
lispc Mar 30, 2024
216e5de
add batch 24
lispc Apr 1, 2024
010046f
Merge branch 'test/4844' of github.com:scroll-tech/scroll-zkevm into …
lispc Apr 1, 2024
7812156
zip trace fetching
lispc Apr 1, 2024
272017c
add test to dump out batch's metadata like raw blob
kunxian-xia Apr 1, 2024
2c22de5
update zkevm-circuits
kunxian-xia Apr 1, 2024
349c56d
update traces
lispc Apr 1, 2024
97942eb
update
lispc Apr 2, 2024
b4a370f
add batch1
lispc Apr 3, 2024
65e37d3
Merge branch 'test/4844' of github.com:scroll-tech/scroll-zkevm into …
lispc Apr 3, 2024
0caa771
add batch 13
lispc Apr 3, 2024
32d65e7
trace: env4 batch1
lispc Apr 6, 2024
f98eda1
add chunk 295
lispc Apr 9, 2024
3a4e06d
lint
lispc Apr 10, 2024
5e5c111
Merge remote-tracking branch 'origin/main' into test/4844
lispc Apr 10, 2024
2718e7e
try ci
lispc Apr 10, 2024
70836bc
fix
lispc Apr 10, 2024
9b41415
fix ci
lispc Apr 10, 2024
45191ad
use make test in ci
lispc Apr 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
- name: Run tests
run: cargo test --verbose
run: make test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ prover/tests/traces/bridge/*.proof

# ignore local logs
*.log
*.sh

# ignore local parameters
*.srs
Expand Down
Loading
Loading