-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: Bump Oasis SDK to 45367837bc74540253c8a943cd982583f698be3f
This bumps Oasis Core to 22.2.5 and increases the heap size to 256 MiB.
- Loading branch information
Showing
2 changed files
with
43 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|