Skip to content

Commit

Permalink
Upgrade runtime to 230 (#24)
Browse files Browse the repository at this point in the history
* Upgrade runtime to 230

* update pallet weights
  • Loading branch information
sigoden authored Nov 4, 2021
1 parent 2f028ae commit 9cd4a41
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 161 deletions.
12 changes: 6 additions & 6 deletions 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 node/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deer-cli"
version = "0.2.2"
version = "0.2.3"
authors = ["Deer Network"]
description = "Official Rust implementation of the Deer protocol"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deer-runtime"
version = "0.2.2"
version = "0.2.3"
edition = "2018"
build = "build.rs"
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 220,
spec_version: 230,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion pallets/nft-auction/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-nft-auction"
version = "0.2.2"
version = "0.2.3"
edition = "2018"
license = "Apache 2.0"

Expand Down
Loading

0 comments on commit 9cd4a41

Please sign in to comment.