Conversation
Integrates origin/main (per-program-crate refactor) and re-homes the cross-zone messaging feature onto it. BREAKING CHANGE: Genesis state root changes. This registers six builtin programs (cross_zone_outbox, cross_zone_inbox, ping_sender, ping_receiver, bridge_lock, wrapped_token) and seeds their genesis accounts (the wrapped_token authorized minter config, the per-zone inbox config, and optional bridge-lock holdings). Building the new cores alongside the existing builtins also enables serde/alloc for the shared programs build, regenerating every builtin program image id. All nodes must upgrade together.
…g-conflicts fix: solve merging conflicts with main
Syncs dev (which merged main via #593) and reconciles the indexer testnet-state fix with the cross-zone genesis seed in block_store.rs open_db.
feat!: viewing key and ciphertext binding
Breaking: 1. Now a lot of wallet commands return `TransactionExecuted`, instead of `Empty`. 2. Sequencer's `getTransaction()` RPC response changed from `tx` to `(tx, block_id)`
…r-tx-committed feat!(wallet): wait for deploy tx inclusion in block
…ration-tests feat(test_fixtures): use prebuilt sequencer dp to speed up integration tests
…hecks test with: RISC0_DEV_MODE=1 RISC0_SKIP_BUILD=1 cargo test -p common -p storage -p indexer_core
test: `RISC0_DEV_MODE=1 RISC0_SKIP_BUILD=1 cargo test -p common --lib block::tests`
test `RISC0_DEV_MODE=1 RISC0_SKIP_BUILD=1 cargo test -p storage -p indexer_core --lib chain_breaker`
…ursor feat(cross-zone): persist each watcher's peer read cursor
…nd-sdk feat(zone_sdk): update to a new bedrock & zone sdk
moudyellaz
approved these changes
Jul 31, 2026
test: bridge guard account flags modification
schouhy
approved these changes
Jul 31, 2026
Benchmark for 07b4935Click to view benchmark
|
…imeout ci: unblock valid-proof-test timeout
Benchmark for a1cdf0eClick to view benchmark
|
Benchmark for 93b0bedClick to view benchmark
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Purpose
Merge dev to main for a new release
⚙️ Approach
N/A
🧪 How to Test
N/A
🔗 Dependencies
None
🔜 Future Work
None
📋 PR Completion Checklist
N/A