Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "js/polkadot-launch"]
path = js/polkadot-launch
url = https://github.com/paritytech/polkadot-launch.git
url = https://github.com/ChainSafe/polkadot-launch.git
14 changes: 0 additions & 14 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@
]
}
]
},
{
"bin": "./bin/statemint",
"chain": "statemint-dev",
"id": "300",
"balance": "1000000000000000000000",
"nodes": [
{
"wsPort": 9999,
"port": 31300,
"name": "alice",
"flags": ["--force-authoring", "--", "--execution=wasm"]
}
]
Comment on lines -42 to -55
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

}
],
"simpleParachains": [],
Expand Down
3 changes: 1 addition & 2 deletions docker/launch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ FROM debian:buster-slim
COPY config.json config.json
COPY js/polkadot-launch polkadot-launch
COPY --from=chainsafe/pint /usr/local/bin/pint bin/
COPY --from=clearloop/rococo-v1 /polkadot bin/
COPY --from=clearloop/statemint /statemint bin/
COPY --from=parity/polkadot:v0.9.12 /usr/bin/polkadot bin/
ENV CARGO_TERM_COLOR=always
RUN apt-get update -y \
&& apt-get install openssl curl git -y \
Expand Down
20 changes: 0 additions & 20 deletions docker/rococo.Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions docker/statemint.Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion js/polkadot-launch