From acb08680911aee29e05ab538ed6281467be5b146 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 30 Oct 2025 10:27:41 -0400 Subject: [PATCH 1/2] add note about ink v6 support --- docs/wasm-contracts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/wasm-contracts.md b/docs/wasm-contracts.md index 95a08af73..df0313c7d 100644 --- a/docs/wasm-contracts.md +++ b/docs/wasm-contracts.md @@ -14,6 +14,10 @@ For general smart contract development on Subtensor, please refer to the officia - [ink! Getting Started Guide](https://use.ink/docs/v5/getting-started/setup) - [ink! Examples](https://github.com/use-ink/ink-examples/tree/v5.x.x) +> [!NOTE] +> ink! `>= 6.0` drops support for `pallet-contracts`, please use `ink < 6.0`. +> See: https://github.com/use-ink/ink/releases/tag/v6.0.0-alpha + ## Subtensor-Specific Features ### Chain Extension From 0cef978dbc2127292ea986f159a922a6fabed5f5 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 30 Oct 2025 10:29:55 -0400 Subject: [PATCH 2/2] use new line and warning --- docs/wasm-contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wasm-contracts.md b/docs/wasm-contracts.md index df0313c7d..ed6e9ecdd 100644 --- a/docs/wasm-contracts.md +++ b/docs/wasm-contracts.md @@ -14,7 +14,7 @@ For general smart contract development on Subtensor, please refer to the officia - [ink! Getting Started Guide](https://use.ink/docs/v5/getting-started/setup) - [ink! Examples](https://github.com/use-ink/ink-examples/tree/v5.x.x) -> [!NOTE] +> [!WARNING] > ink! `>= 6.0` drops support for `pallet-contracts`, please use `ink < 6.0`. > See: https://github.com/use-ink/ink/releases/tag/v6.0.0-alpha