Skip to content

Commit

Permalink
feat: update polkadot node container version
Browse files Browse the repository at this point in the history
Signed-off-by: Minh Huy Tran <[email protected]>
  • Loading branch information
NhoxxKienn committed Apr 23, 2024
1 parent 4d61c08 commit b5c3a04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-go-
- name: Start Substrate node
run: docker run --rm -d --name substrate -p 9944:9944 ghcr.io/perun-network/polkadot-test-node:0.2.0
run: docker run --rm -d --name substrate -p 9944:9944 ghcr.io/perun-network/polkadot-test-node:0.4.0

- name: Wait for Substrate node
# Wait for port 9944 to listen.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd perun-polkadot-backend
2. Start a local Substrate node with the Perun Pallet installed. See the [polkadot node] repository for more details.

```sh
docker run --rm -p 9944:9944 ghcr.io/perun-network/polkadot-test-node
docker run --rm -p 9944:9944 ghcr.io/perun-network/polkadot-test-node:0.4.0
```

3. Run the tests. This step needs a working [Go distribution](https://golang.org), see [go.mod](go.mod) for the required version.
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/perun-network/perun-polkadot-backend

go 1.21

toolchain go1.21.4

require (
github.com/ChainSafe/go-schnorrkel v1.1.0
github.com/centrifuge/go-substrate-rpc-client/v4 v4.2.1
Expand Down

0 comments on commit b5c3a04

Please sign in to comment.