Skip to content

Commit

Permalink
Add tests in experimental off-chain env for multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Mar 1, 2022
1 parent e60baf2 commit 48dd177
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 5 deletions.
3 changes: 1 addition & 2 deletions examples/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ink_metadata = { version = "3.0.0-rc9", path = "../../crates/metadata", default-
ink_env = { version = "3.0.0-rc9", path = "../../crates/env", default-features = false }
ink_storage = { version = "3.0.0-rc9", path = "../../crates/storage", default-features = false }
ink_lang = { version = "3.0.0-rc9", path = "../../crates/lang", default-features = false }
ink_prelude = { version = "3.0.0-rc9", path = "../../crates/prelude", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2", default-features = false, features = ["derive"], optional = true }
Expand All @@ -28,8 +27,8 @@ std = [
"ink_storage/std",
"ink_lang/std",
"ink_primitives/std",
"ink_prelude/std",
"scale/std",
"scale-info/std",
]
ink-as-dependency = []
ink-experimental-engine = ["ink_env/ink-experimental-engine"]
Loading

0 comments on commit 48dd177

Please sign in to comment.