Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2b90732
tee: make MAA attestation client optional when Azure SDK not installed
ladislavdubravsky Mar 2, 2026
903a269
mcp-external: treat SQLite INDEX_DB as unset, fall back to rollup REST
ladislavdubravsky Mar 2, 2026
6d931e1
tee: L1 commit/finalize via executor service (L1 commit finalize plac…
ladislavdubravsky Mar 2, 2026
22eff57
add midnight-l2-contracts as rollup-ligero submodule
ladislavdubravsky Mar 11, 2026
550b3f5
midnight adapter: update state fetching
ladislavdubravsky Mar 11, 2026
1aca72f
tee: rollup-managed L1 Bridge lifecycle with deferred DA block produc…
ladislavdubravsky Mar 17, 2026
53807b8
recover committed-but-not-finalized L1 batches on restart
ladislavdubravsky Mar 17, 2026
507e25e
fix: store pool_state.sqlite inside the data directory so that it get…
ladislavdubravsky Mar 18, 2026
4dbb90b
update Bridge contract state decoding
ladislavdubravsky Mar 19, 2026
f4e2414
unify Midnight interactions between batch lifecycle and L1 deposits t…
ladislavdubravsky Mar 19, 2026
28b2070
sync Midnight bridge generation + TEE batch seeding from executor
ladislavdubravsky Mar 19, 2026
c6643d3
withdrawal module skelet
ladislavdubravsky Jan 19, 2026
689c311
port protocol types from L1 (Compact) contract
ladislavdubravsky Jan 21, 2026
fccc723
message queue, withdrawals root
ladislavdubravsky Jan 21, 2026
54de363
withdrawal proof
ladislavdubravsky Jan 21, 2026
870586a
Merge pull request #58 from dcSpark/feature/midnight-bridge-withdrawals
ladislavdubravsky Mar 30, 2026
a71e575
new contracts version
ladislavdubravsky Mar 30, 2026
5565d13
initialize verifier set on contract genesis
ladislavdubravsky Mar 31, 2026
9f07405
withdrawal relaying
ladislavdubravsky Apr 2, 2026
894e1ad
Withdrawal relay: bridge worker, TEE withdraw_root wiring, and batch …
ladislavdubravsky Apr 8, 2026
ff0df72
TEE batch settlement: discard stale proof on resync, log state roots,…
ladislavdubravsky Apr 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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "crates/module-system/sov-test-utils/lib/v2-periphery"]
path = crates/module-system/sov-test-utils/lib/v2-periphery
url = https://github.com/Uniswap/v2-periphery.git
[submodule "examples/rollup-ligero/midnight-l2-contracts"]
path = examples/rollup-ligero/midnight-l2-contracts
url = https://github.com/dcSpark/midnight-l2-contracts
Loading