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 #12 from Sovereign-Labs/dub/upgrade_nightly_latest
Browse files Browse the repository at this point in the history
Upgrade to latest sdk nightly
  • Loading branch information
dubbelosix authored Mar 29, 2024
2 parents f983b48 + b9f5a98 commit eea325e
Show file tree
Hide file tree
Showing 22 changed files with 334 additions and 206 deletions.
85 changes: 53 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 20 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ members = [
"crates/stf"
]

exclude = ["scripts/bank_load"]

[workspace.package]
version = "0.3.0"
edition = "2021"
Expand All @@ -18,26 +16,26 @@ publish = false
rust-version = "1.73"

[workspace.dependencies]
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" }

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

serde = { version = "1.0.192", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion celestia_rollup_config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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.ZZdR4NKBi7tZ_7iTm25PGtEfW27-oxzD6kIjEAf3sj0"
celestia_rpc_auth_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiLCJhZG1pbiJdfQ.lXgdrI5WCB7BIJsxp32WrwarByIJSpZvFrRNFa1F7WU"
# 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
Expand Down
Loading

0 comments on commit eea325e

Please sign in to comment.