Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from Sovereign-Labs/dub/upgrade
Browse files Browse the repository at this point in the history
Upgrade sov-rollup-starter-wip to latest sovereign-sdk-wip
  • Loading branch information
dubbelosix authored Mar 22, 2024
2 parents 080b426 + cf86502 commit d620682
Show file tree
Hide file tree
Showing 13 changed files with 625 additions and 219 deletions.
579 changes: 487 additions & 92 deletions Cargo.lock

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ publish = false
rust-version = "1.73"

[workspace.dependencies]
sov-modules-api = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-state = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-accounts = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-bank = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-ledger-rpc = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-sequencer-registry = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-modules-stf-blueprint = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-modules-rollup-blueprint = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-stf-runner = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-db = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-sequencer = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-rollup-interface = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-risc0-adapter = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-mock-zkvm = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-first-read-last-write-cache = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-cli = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-mock-da = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-celestia-adapter = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-prover-storage-manager = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
sov-modules-api = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-state = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-accounts = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-bank = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-ledger-rpc = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-sequencer-registry = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-modules-stf-blueprint = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-modules-rollup-blueprint = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-stf-runner = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-db = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-sequencer = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-rollup-interface = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-risc0-adapter = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-mock-zkvm = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-first-read-last-write-cache = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-cli = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-mock-da = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-celestia-adapter = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }
sov-prover-storage-manager = { git = "ssh://[email protected]/Sovereign-Labs/sovereign-sdk-wip.git", rev = "cf048cd59789209bb9c37effddd20efe19375bca" }

stf-starter = { path = "./crates/stf" }

Expand Down
4 changes: 3 additions & 1 deletion celestia_rollup_config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[da]
# The JWT used to authenticate with the celestia light client. Instructions for generating this token can be found in the README
celestia_rpc_auth_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiLCJhZG1pbiJdfQ.koUbl4hpFmW98lzIDdr3-snv98s2LTZkxPFM6iVwA-Q"
celestia_rpc_auth_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiLCJhZG1pbiJdfQ.ZZdR4NKBi7tZ_7iTm25PGtEfW27-oxzD6kIjEAf3sj0"
# The address of the *trusted* Celestia light client to interact with
celestia_rpc_address = "http://127.0.0.1:26658"
# The largest response the rollup will accept from the Celestia node. Defaults to 100 MB
max_celestia_response_body_size = 104_857_600
# The maximum time to wait for a response to an RPC query against Celestia node. Defaults to 60 seconds.
celestia_rpc_timeout_seconds = 60
# Address of this sequencer. Should match address of connected bridge/full node.
own_celestia_address = "celestia1a68m2l85zn5xh0l07clk4rfvnezhywc53g8x7s"

[storage]
# The path to the rollup's data directory. Paths that do not begin with `/` are interpreted as relative paths.
Expand Down
Loading

0 comments on commit d620682

Please sign in to comment.