Skip to content

feat(docker): use polkadot-v0.9.12 image directly#467

Merged
mattsse merged 2 commits intomainfrom
cl/docker
Nov 17, 2021
Merged

feat(docker): use polkadot-v0.9.12 image directly#467
mattsse merged 2 commits intomainfrom
cl/docker

Conversation

@clearloop
Copy link
Contributor

@clearloop clearloop commented Nov 16, 2021

Changes

  • use polkadot-v0.9.12 for rococo testnet
  • remove rococo.Dockerfile
  • remove statemint.Dockerfile

Tests


Issues

Comment on lines -42 to -55
},
{
"bin": "./bin/statemint",
"chain": "statemint-dev",
"id": "300",
"balance": "1000000000000000000000",
"nodes": [
{
"wsPort": 9999,
"port": 31300,
"name": "alice",
"flags": ["--force-authoring", "--", "--execution=wasm"]
}
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The statemint repo is too old for the @polkadot/api.

As there are no updated repo provided by parity, we can test the runtime integrations in rust, and only the polkadot integrations in javascript additionally

@clearloop clearloop added the needs review PR needs reviewing label Nov 16, 2021
@clearloop clearloop requested a review from mattsse November 16, 2021 06:59
@mattsse mattsse merged commit 4f4b5c2 into main Nov 17, 2021
@mattsse mattsse deleted the cl/docker branch November 17, 2021 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs review PR needs reviewing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Updates the docker images of polkadot and statemint

2 participants