Skip to content

Commit

Permalink
Remove [replace]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 30, 2025
1 parent f46e47d commit d4b460d
Show file tree
Hide file tree
Showing 72 changed files with 0 additions and 576 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/internal/lang-err/call-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/internal/lang-err/contract-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/internal/mapping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/internal/mother/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/internal/sr25519-verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/internal/static-buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/internal/storage-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/call-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/combined-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/conditional-compilation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/contract-invocation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ std = [
ink-as-dependency = []
e2e-tests = []

# 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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ std = ["ink/std", "scale/std", "scale-info/std"]
ink-as-dependency = []
e2e-tests = []

# 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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ std = ["ink/std", "scale/std", "scale-info/std"]
ink-as-dependency = []
e2e-tests = []

# 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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ std = ["ink/std", "scale/std", "scale-info/std"]
ink-as-dependency = []
e2e-tests = []

# 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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ std = ["ink/std", "scale/std", "scale-info/std"]
ink-as-dependency = []
e2e-tests = []

# 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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ std = ["ink/std", "scale/std", "scale-info/std"]
ink-as-dependency = []
e2e-tests = []

# 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 = [
Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/contract-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/contract-terminate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/contract-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 0 additions & 8 deletions integration-tests/public/contract-xcm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
Loading

0 comments on commit d4b460d

Please sign in to comment.