From 938055a638ec201c022f680c8e8cbd0349e70ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 23 Feb 2023 11:19:27 +0100 Subject: [PATCH] Inform users about the new repo (#3098) Closes: https://github.com/paritytech/smoldot/issues/3097 Is that okay @tomaka? --- .github/workflows/ci.yml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d4896c97e..fc31900f91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - uses: baptiste0928/cargo-install@v1 # This action ensures that the twiggy compilation is cached. with: crate: twiggy - version: 0.6 + version: 0.7 - run: git checkout ${{ github.event.pull_request.base.sha }} - run: cd bin/wasm-node/javascript && npm ci && npm run-script build - run: cp ./target/wasm32-wasi/min-size-release/smoldot_light_wasm.wasm ./.ci-parent-build.wasm # TODO: maybe get the path from the `npm build` output or something? diff --git a/README.md b/README.md index dc8f3841a2..7e670fffd2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# DEPRECATED + +This repository is deprecated in favor of: + + + Lightweight Substrate and Polkadot client. # Introduction