Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9fecf4a
support proveCommittedBatchStateView in Shadow Proving
anylots Feb 27, 2026
537b16a
update morph-reth deps and fix MorphTx V1 decoding
chengwenxi Feb 27, 2026
b0db337
cargo fmt
chengwenxi Mar 2, 2026
367d26d
update morph-reth deps to v0.1.0 tag
chengwenxi Mar 4, 2026
4638eb8
code clean
chengwenxi Mar 5, 2026
4eecf60
prover: update morph-reth to main@7454ea1
chengwenxi Mar 9, 2026
e1a591b
prover: remove default impls for morph_tx_version/reference/memo in T…
chengwenxi Mar 9, 2026
0f35034
add local state test
anylots Mar 9, 2026
a3ec0f1
fix test_execute_block
anylots Mar 9, 2026
5bcab98
Merge branch 'prover-jade-upgrade' into reference-key-prover
anylots Mar 9, 2026
1fab79c
gen verifier elf
anylots Mar 9, 2026
2f9c851
chore: update morph-reth dependency to latest main
chengwenxi Mar 11, 2026
5ccc78a
fix: correct ShadowProver constructor param order and handle get_rece…
chengwenxi Mar 11, 2026
e5b6f44
fix: address code review feedback
chengwenxi Mar 11, 2026
c07f296
chore: switch morph-reth to deps/downgrade-reth-v1.10.0 branch
chengwenxi Mar 12, 2026
59b991b
chore: switch morph-reth dependency to release/0.1.x branch
chengwenxi Mar 12, 2026
a624c78
update sp1 elf
anylots Mar 12, 2026
1208e36
shdow-proving setup_logging
anylots Mar 12, 2026
625b2d1
Remove txn-decode in host
anylots Mar 12, 2026
b32ea7e
opt shadow logs
anylots Mar 12, 2026
1ffb952
fix cargo fmt & clippy
anylots Mar 13, 2026
aec3e19
fix cargo fmt & clippy
anylots Mar 13, 2026
b83069a
Merge branch 'main' into reference-key-prover
anylots Mar 13, 2026
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 contracts/src/deploy-config/holesky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
l2BaseFee: 0.1, // Gwei

// verify contract config
programVkey: '0x001bbd0e32f56275cefa4a7313c51b94b763a4c295ac02af037b494895bc58c2',
programVkey: '0x0075749fa7bc5836f4fc2037d56fc6a9db3d2d40234facaa8749f3bd8a010266',
// rollup contract config
// initialize config
finalizationPeriodSeconds: 600,
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/deploy-config/hoodi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
l2BaseFee: 0.1, // Gwei

// verify contract config
programVkey: '0x001bbd0e32f56275cefa4a7313c51b94b763a4c295ac02af037b494895bc58c2',
programVkey: '0x0075749fa7bc5836f4fc2037d56fc6a9db3d2d40234facaa8749f3bd8a010266',
// rollup contract config
// initialize config
finalizationPeriodSeconds: 600,
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/deploy-config/l1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
l2BaseFee: 0.1, // Gwei

// verify contract config
programVkey: '0x001bbd0e32f56275cefa4a7313c51b94b763a4c295ac02af037b494895bc58c2',
programVkey: '0x0075749fa7bc5836f4fc2037d56fc6a9db3d2d40234facaa8749f3bd8a010266',
// rollup contract config
// initialize config
finalizationPeriodSeconds: 10,
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/deploy-config/qanetl1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
l2BaseFee: 0.1, // Gwei

// verify contract config
programVkey: '0x001bbd0e32f56275cefa4a7313c51b94b763a4c295ac02af037b494895bc58c2',
programVkey: '0x0075749fa7bc5836f4fc2037d56fc6a9db3d2d40234facaa8749f3bd8a010266',
// rollup contract config
// initialize config
finalizationPeriodSeconds: 600,
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/deploy-config/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
/**
* ---to---legacy property
*/
programVkey: '0x001bbd0e32f56275cefa4a7313c51b94b763a4c295ac02af037b494895bc58c2',
programVkey: '0x0075749fa7bc5836f4fc2037d56fc6a9db3d2d40234facaa8749f3bd8a010266',
rollupMinDeposit: 0.0001,
rollupProofWindow: 86400,
rollupGenesisBlockNumber: 0,
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/deploy-config/testnetl1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
sequencerWindowSize: 200,
channelTimeout: 120,

programVkey: '0x001bbd0e32f56275cefa4a7313c51b94b763a4c295ac02af037b494895bc58c2',
programVkey: '0x0075749fa7bc5836f4fc2037d56fc6a9db3d2d40234facaa8749f3bd8a010266',
rollupMinDeposit: 1,
rollupProofWindow: 100,
rollupGenesisBlockNumber: 0,
Expand Down
3 changes: 2 additions & 1 deletion prover/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ contracts
out
lib

proof
proof
state
Loading
Loading