Skip to content

Commit

Permalink
Merge pull request #61 from oasisprotocol/kostko/feature/bump-sdk
Browse files Browse the repository at this point in the history
runtime: Bump Oasis SDK to 408b8c5f9d2a7aeafaba773effb4bda5f6306a6e
  • Loading branch information
kostko authored Sep 28, 2022
2 parents 78a9e9c + b4c8361 commit 92f6757
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions runtime/Cargo.lock

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

4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ debug = false

[dependencies]
cipher-keymanager = { git = "https://github.com/oasisprotocol/cipher-paratime", rev = "1c0094da3d485b33c873078e94efec31f72d85de" }
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "b8e5f8f8c725eaf28f643f221930b55775b5a765", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "b8e5f8f8c725eaf28f643f221930b55775b5a765" }
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "408b8c5f9d2a7aeafaba773effb4bda5f6306a6e", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "408b8c5f9d2a7aeafaba773effb4bda5f6306a6e" }

# Third party.
once_cell = "1.8.0"
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ impl sdk::Runtime for Runtime {
if is_testnet() {
// Testnet.
Some(TrustRoot {
height: 11085243,
hash: "40611473dba904e840cbd9c63a931aa255fa59dced764b174d54e1246d46a608".into(),
height: 11841636,
hash: "5c7cb488ac0ebe0ca4ce8687c3ca7f85d305ab8d36f8b3dcea149d0ccb7b3e6d".into(),
runtime_id: "000000000000000000000000000000000000000000000000a6d1e3ebf60dff6c"
.into(),
})
Expand Down

0 comments on commit 92f6757

Please sign in to comment.