-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
865 additions
and
132 deletions.
There are no files selected for viewing
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,20 +1,20 @@ | ||
[package] | ||
name = "basic-contract-caller" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
# Note: We **need** to specify the `ink-as-dependency` feature. | ||
# | ||
# If we don't we will end up with linking errors! | ||
other-contract = { path = "other-contract", default-features = false, features = ["ink-as-dependency"] } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,15 +1,15 @@ | ||
[package] | ||
name = "other-contract" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,12 +1,12 @@ | ||
[package] | ||
name = "call-runtime" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
# Substrate | ||
# | ||
|
@@ -18,7 +18,7 @@ sp-io = { version = "23.0.0", default-features = false, features = ["disable_pan | |
sp-runtime = { version = "24.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,12 +1,12 @@ | ||
[package] | ||
name = "combined_extension" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
psp22_extension = { path = "../psp22-extension", default-features = false, features = ["ink-as-dependency"] } | ||
rand_extension = { path = "../rand-extension", default-features = false, features = ["ink-as-dependency"] } | ||
|
||
|
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,14 +1,14 @@ | ||
[package] | ||
name = "conditional-compilation" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,15 +1,15 @@ | ||
[package] | ||
name = "contract-storage" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,15 +1,15 @@ | ||
[package] | ||
name = "contract_terminate" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,15 +1,15 @@ | ||
[package] | ||
name = "contract_transfer" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,20 +1,20 @@ | ||
[package] | ||
name = "cross-contract-calls" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
# Note: We **need** to specify the `ink-as-dependency` feature. | ||
# | ||
# If we don't we will end up with linking errors! | ||
other-contract = { path = "other-contract", default-features = false, features = ["ink-as-dependency"] } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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
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
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,15 +1,15 @@ | ||
[package] | ||
name = "other-contract" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,20 +1,20 @@ | ||
[package] | ||
name = "custom-allocator" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
# We're going to use a different allocator than the one provided by ink!. To do that we | ||
# first need to disable the included memory allocator. | ||
ink = { version = "5.0.0-rc.2", default-features = false, features = ["no-allocator"] } | ||
ink = { version = "5.0.0", default-features = false, features = ["no-allocator"] } | ||
|
||
# This is going to be our new global memory allocator. | ||
dlmalloc = {version = "0.2", default-features = false, features = ["global"] } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,15 +1,15 @@ | ||
[package] | ||
name = "custom-environment" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,12 +1,12 @@ | ||
[package] | ||
name = "dns" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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,15 +1,15 @@ | ||
[package] | ||
name = "e2e_call_runtime" | ||
version = "5.0.0-rc.2" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
ink = { version = "5.0.0-rc.2", default-features = false } | ||
ink = { version = "5.0.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
ink_e2e = { version = "5.0.0-rc.2" } | ||
ink_e2e = { version = "5.0.0" } | ||
|
||
[lib] | ||
path = "lib.rs" | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Ignore build artifacts from the local tests sub-crate. | ||
/target/ | ||
|
||
# Ignore backup files creates by cargo fmt. | ||
**/*.rs.bk | ||
|
||
# Remove Cargo.lock when creating an executable, leave it for libraries | ||
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock | ||
Cargo.lock |
Oops, something went wrong.