-
Notifications
You must be signed in to change notification settings - Fork 447
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
72 changed files
with
0 additions
and
576 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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -4,14 +4,6 @@ version = "6.0.0-alpha" | |
authors = ["Use Ink <[email protected]>"] | ||
edition = "2021" | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -6,14 +6,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
psp22_extension = { path = "../psp22-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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
scale = { package = "parity-scale-codec", version = "=3.6.12", default-features = false, features = ["derive"] } | ||
|
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 |
---|---|---|
|
@@ -4,14 +4,6 @@ version = "6.0.0-alpha" | |
authors = ["Use Ink <[email protected]>"] | ||
edition = "2021" | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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
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
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
|
||
|
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 |
---|---|---|
|
@@ -5,14 +5,6 @@ authors = ["Use Ink <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# todo | ||
# we temporarily replace the version of this dep in child deps. this is because of version | ||
# issues with the `parity-scale-codec` used in `ink` and `polkadot-sdk`. there was some | ||
# yanking of `parity-scale-codec` dep versions recently and this replacement here should | ||
# not be necessary for long. | ||
[patch.crates-io] | ||
parity-scale-codec-derive = { git = "https://github.com/paritytech/parity-scale-codec", tag = "v3.6.12" } | ||
|
||
[dependencies] | ||
ink = { path = "../../../crates/ink", default-features = false } | ||
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", rev = "645878a27115db52e5d63115699b4bbb89034067", default-features = false } | ||
|
Oops, something went wrong.