Skip to content

Commit

Permalink
Merge pull request #98 from InvArch/gabriel-pre_launch_fixes2
Browse files Browse the repository at this point in the history
Upgraded InvArch and RMRK pallets
  • Loading branch information
arrudagates authored Aug 13, 2022
2 parents 293824a + 9cb773c commit 7c11707
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 45 deletions.
103 changes: 63 additions & 40 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions runtime/brainstorm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", branch = "mai
#pallet-ipf = { path = "../../../InvArch-Pallet-Library/INV4/pallet-ipf", default-features = false }

## Parity's Unique + RMRK Pallets
pallet-rmrk-core = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "e4aa98631ec3b4cdc821fd07698ae553af86d889" }
pallet-rmrk-equip = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "e4aa98631ec3b4cdc821fd07698ae553af86d889" }
pallet-rmrk-core = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "405af2499ca2a9b3f4717eec238fc80dd6abc3f7" }
pallet-rmrk-equip = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "405af2499ca2a9b3f4717eec238fc80dd6abc3f7" }
pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.26" }

## ORML Pallets
Expand Down
4 changes: 2 additions & 2 deletions runtime/tinkernet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", branch = "mai
#pallet-ipf = { path = "../../../InvArch-Pallet-Library/INV4/pallet-ipf", default-features = false }

## Parity's Unique + RMRK Pallets
pallet-rmrk-core = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "e4aa98631ec3b4cdc821fd07698ae553af86d889" }
pallet-rmrk-equip = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "e4aa98631ec3b4cdc821fd07698ae553af86d889" }
pallet-rmrk-core = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "405af2499ca2a9b3f4717eec238fc80dd6abc3f7" }
pallet-rmrk-equip = { git = "https://github.com/rmrk-team/rmrk-substrate", default-features = false, rev = "405af2499ca2a9b3f4717eec238fc80dd6abc3f7" }
pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.26" }

## ORML Pallets
Expand Down
2 changes: 1 addition & 1 deletion runtime/tinkernet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("tinkernet_node"),
impl_name: create_runtime_str!("tinkernet_node"),
authoring_version: 1,
spec_version: 2,
spec_version: 3,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 7c11707

Please sign in to comment.