Skip to content

Commit

Permalink
runtime: Bump Oasis SDK to 45367837bc74540253c8a943cd982583f698be3f
Browse files Browse the repository at this point in the history
This bumps Oasis Core to 22.2.5 and increases the heap size to 256 MiB.
  • Loading branch information
kostko committed Jan 23, 2023
1 parent 8f40c63 commit 56d76d8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 41 deletions.
72 changes: 36 additions & 36 deletions runtime/Cargo.lock

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

12 changes: 7 additions & 5 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapphire-paratime"
version = "0.3.0"
version = "0.3.1-testnet"
authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -12,15 +12,17 @@ runtime-id = "000000000000000000000000000000000000000000000000f80306c9858e7279"
runtime-id = "000000000000000000000000000000000000000000000000a6d1e3ebf60dff6c"

[package.metadata.fortanix-sgx]
heap-size = 134217728
heap-size = 268435456 # 256 MiB
stack-size = 2097152
threads = 6
debug = false

[dependencies]
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.3.2" }
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "c43daf9d09c0d2c98c7bd6bf83294ced1db62a5c", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "c43daf9d09c0d2c98c7bd6bf83294ced1db62a5c" }
keymanager = { git = "https://github.com/oasisprotocol/keymanager-paratime", tag = "v0.3.3-testnet" }

# SDK.
module-evm = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "45367837bc74540253c8a943cd982583f698be3f", package = "oasis-runtime-sdk-evm" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", rev = "45367837bc74540253c8a943cd982583f698be3f" }

# Third party.
once_cell = "1.8.0"
Expand Down

0 comments on commit 56d76d8

Please sign in to comment.