Skip to content

Commit

Permalink
Merge pull request #43 from oasisprotocol/kostko/feature/prepare-3.0.…
Browse files Browse the repository at this point in the history
…1-testnet

runtime: Prepare 3.0.1-testnet
  • Loading branch information
kostko authored Nov 10, 2023
2 parents 60118d4 + 7e0e936 commit 005e962
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cipher-paratime"
version = "3.0.0-testnet"
version = "3.0.1-testnet"
authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const fn is_testnet() -> bool {
const fn state_version() -> u32 {
if is_testnet() {
// Testnet.
6
7
} else {
// Mainnet.
2
Expand Down Expand Up @@ -108,8 +108,8 @@ impl sdk::Runtime for Runtime {
if is_testnet() {
// Testnet.
Some(TrustRoot {
height: 17976280,
hash: "7b71cce3c8426491af0fa3755083812fd51615777ffbae8814eb07c51cdab89d".into(),
height: 18203386,
hash: "fd0136fe3103af6a37e5d22f6d8c60b52165a35e45e79a5a56ef31625626ffc1".into(),
runtime_id: "0000000000000000000000000000000000000000000000000000000000000000"
.into(),
chain_context: "0b91b8e4e44b2003a7c5e23ddadb5e14ef5345c0ebcb3ddcae07fa2f244cab76"
Expand Down

0 comments on commit 005e962

Please sign in to comment.