Skip to content

Commit

Permalink
runtime: Bump Oasis SDK to 0.10.0 and prepare 0.9.0-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Oct 24, 2024
1 parent a665ff3 commit bfd2e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapphire-paratime"
version = "0.8.2"
version = "0.9.0-testnet"
authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -21,8 +21,8 @@ debug = false
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.5.0" }

# SDK.
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.9.6", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.9.6" }
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.10.0", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.10.0" }

# Third party.
once_cell = "1.8.0"
Expand Down
2 changes: 2 additions & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ impl modules::rofl::Config for Config {
const GAS_COST_CALL_AUTHORIZED_ORIGIN_NODE: u64 = 2000;
/// Gas cost of rofl.AuthorizedOriginEntity call.
const GAS_COST_CALL_AUTHORIZED_ORIGIN_ENTITY: u64 = 2000;
/// Gas cost of rofl.StakeThresholds call.
const GAS_COST_CALL_STAKE_THRESHOLDS: u64 = 10;

/// Amount of stake required for maintaining an application (10_000 ROSE/TEST).
const STAKE_APP_CREATE: BaseUnits =
Expand Down

0 comments on commit bfd2e10

Please sign in to comment.