Skip to content

Commit

Permalink
Inform users about the new repo (#3098)
Browse files Browse the repository at this point in the history
Closes: #3097

Is that okay @tomaka?
  • Loading branch information
bkchr committed Feb 23, 2023
1 parent 76994b5 commit 938055a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# DEPRECATED

This repository is deprecated in favor of: <https://github.com/smol-dot/smoldot>



Lightweight Substrate and Polkadot client.

# Introduction
Expand Down

0 comments on commit 938055a

Please sign in to comment.