Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update polkadot to v0.9.43 #968

Merged
merged 11 commits into from
Aug 14, 2023
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 .docker/Dockerfile-chain-dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ WORKDIR /dev_chain
RUN cargo build --release
RUN echo "$NETWORK"

CMD cargo run --release --features=${NETWORK}-runtime -- --dev -linfo --unsafe-ws-external --rpc-cors=all --unsafe-rpc-external
CMD cargo run --release --features=${NETWORK}-runtime -- --dev -linfo --rpc-cors=all --unsafe-rpc-external
3 changes: 1 addition & 2 deletions .docker/Dockerfile-collators.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkado

EXPOSE 9844
EXPOSE 9944
EXPOSE 9933
EXPOSE 9833
EXPOSE 40333
EXPOSE 30333

CMD export NVM_DIR="$HOME/.nvm" && \
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
cd /polkadot-launch && \
yarn start launch-config.json
yarn start launch-config.json
1 change: 0 additions & 1 deletion .docker/Dockerfile-testnet.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ COPY --from=uniquenetwork/builder-polkadot:{{ POLKADOT_BUILD_BRANCH }} /unique_p

EXPOSE 9844
EXPOSE 9944
EXPOSE 9933
EXPOSE 9833
EXPOSE 40333
EXPOSE 30333
Expand Down
1 change: 0 additions & 1 deletion .docker/Dockerfile-xcm.j2
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ COPY --from=uniquenetwork/builder-astar:{{ ASTAR_BUILD_BRANCH }} /unique_paracha
COPY --from=uniquenetwork/builder-chainql:{{ CHAINQL }} /chainql/target/release/chainql /chainql/target/release/

EXPOSE 9844
EXPOSE 9933
EXPOSE 9944
EXPOSE 9946
EXPOSE 9947
Expand Down
20 changes: 7 additions & 13 deletions .docker/additional/xcm-rococo/launch-config-xcm-opal-rococo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"nodes": [
{
"name": "alice",
"wsPort": 9844,
"rpcPort": 9843,
"rpcPort": 9844,
"port": 30444,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -21,8 +20,7 @@
},
{
"name": "bob",
"wsPort": 9855,
"rpcPort": 9854,
"rpcPort": 9855,
"port": 30555,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -32,8 +30,7 @@
},
{
"name": "charlie",
"wsPort": 9866,
"rpcPort": 9865,
"rpcPort": 9866,
"port": 30666,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -43,8 +40,7 @@
},
{
"name": "dave",
"wsPort": 9877,
"rpcPort": 9876,
"rpcPort": 9877,
"port": 30777,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -54,8 +50,7 @@
},
{
"name": "eve",
"wsPort": 9888,
"rpcPort": 9887,
"rpcPort": 9888,
"port": 30888,
"flags": [
"--unsafe-rpc-external",
Expand Down Expand Up @@ -86,8 +81,7 @@
"nodes": [
{
"port": 31200,
"wsPort": 9944,
"rpcPort": 9933,
"rpcPort": 9944,
"name": "alice",
"flags": [
"--unsafe-rpc-external",
Expand All @@ -104,7 +98,7 @@
"balance": "1000000000000000000000000",
"nodes": [
{
"wsPort": 9948,
"rpcPort": 9948,
"port": 31204,
"name": "alice",
"flags": [
Expand Down
29 changes: 11 additions & 18 deletions .docker/additional/xcm-rococo/launch-config-xcm-quartz-rococo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"nodes": [
{
"name": "alice",
"wsPort": 9844,
"rpcPort": 9843,
"rpcPort": 9844,
"port": 30444,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -21,8 +20,7 @@
},
{
"name": "bob",
"wsPort": 9855,
"rpcPort": 9854,
"rpcPort": 9855,
"port": 30555,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -32,8 +30,7 @@
},
{
"name": "charlie",
"wsPort": 9866,
"rpcPort": 9865,
"rpcPort": 9866,
"port": 30666,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -43,8 +40,7 @@
},
{
"name": "dave",
"wsPort": 9877,
"rpcPort": 9876,
"rpcPort": 9877,
"port": 30777,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -54,8 +50,7 @@
},
{
"name": "eve",
"wsPort": 9888,
"rpcPort": 9887,
"rpcPort": 9888,
"port": 30888,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -65,8 +60,7 @@
},
{
"name": "ferdie",
"wsPort": 9899,
"rpcPort": 9898,
"rpcPort": 9899,
"port": 30999,
"flags": [
"--unsafe-rpc-external",
Expand Down Expand Up @@ -96,8 +90,7 @@
"nodes": [
{
"port": 31200,
"wsPort": 9944,
"rpcPort": 9933,
"rpcPort": 9944,
"name": "alice",
"flags": [
"-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",
Expand All @@ -119,7 +112,7 @@
],
"nodes": [
{
"wsPort": 9946,
"rpcPort": 9946,
"port": 31202,
"name": "alice",
"flags": [
Expand All @@ -137,7 +130,7 @@
"specNamePrefix": "moonriver-local-",
"nodes": [
{
"wsPort": 9947,
"rpcPort": 9947,
"port": 31203,
"name": "alice",
"flags": [
Expand All @@ -156,7 +149,7 @@
"balance": "1000000000000000000000000",
"nodes": [
{
"wsPort": 9948,
"rpcPort": 9948,
"port": 31204,
"name": "alice",
"flags": [
Expand All @@ -173,7 +166,7 @@
"balance": "1000000000000000000000000",
"nodes": [
{
"wsPort": 9949,
"rpcPort": 9949,
"port": 31205,
"name": "alice",
"flags": [
Expand Down
29 changes: 11 additions & 18 deletions .docker/additional/xcm-rococo/launch-config-xcm-unique-rococo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"nodes": [
{
"name": "alice",
"wsPort": 9844,
"rpcPort": 9843,
"rpcPort": 9844,
"port": 30444,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -21,8 +20,7 @@
},
{
"name": "bob",
"wsPort": 9855,
"rpcPort": 9854,
"rpcPort": 9855,
"port": 30555,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -32,8 +30,7 @@
},
{
"name": "charlie",
"wsPort": 9866,
"rpcPort": 9865,
"rpcPort": 9866,
"port": 30666,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -43,8 +40,7 @@
},
{
"name": "dave",
"wsPort": 9877,
"rpcPort": 9876,
"rpcPort": 9877,
"port": 30777,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -54,8 +50,7 @@
},
{
"name": "eve",
"wsPort": 9888,
"rpcPort": 9887,
"rpcPort": 9888,
"port": 30888,
"flags": [
"--unsafe-rpc-external",
Expand All @@ -65,8 +60,7 @@
},
{
"name": "ferdie",
"wsPort": 9899,
"rpcPort": 9898,
"rpcPort": 9899,
"port": 30999,
"flags": [
"--unsafe-rpc-external",
Expand Down Expand Up @@ -96,8 +90,7 @@
"nodes": [
{
"port": 31200,
"wsPort": 9944,
"rpcPort": 9933,
"rpcPort": 9944,
"name": "alice",
"flags": [
"-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",
Expand All @@ -119,7 +112,7 @@
],
"nodes": [
{
"wsPort": 9946,
"rpcPort": 9946,
"port": 31202,
"name": "alice",
"flags": [
Expand All @@ -137,7 +130,7 @@
"specNamePrefix": "moonbeam-local-",
"nodes": [
{
"wsPort": 9947,
"rpcPort": 9947,
"port": 31203,
"name": "alice",
"flags": [
Expand All @@ -156,7 +149,7 @@
"balance": "1000000000000000000000000",
"nodes": [
{
"wsPort": 9948,
"rpcPort": 9948,
"port": 31204,
"name": "alice",
"flags": [
Expand All @@ -173,7 +166,7 @@
"balance": "1000000000000000000000000",
"nodes": [
{
"wsPort": 9949,
"rpcPort": 9949,
"port": 31205,
"name": "alice",
"flags": [
Expand Down
2 changes: 0 additions & 2 deletions .docker/docker-compose.collators.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ services:
container_name: collator-selection-{{ NETWORK }}
expose:
- 9944
- 9933
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9933:9933
2 changes: 0 additions & 2 deletions .docker/docker-compose.forkless-data.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
container_name: forkless-data-{{ NETWORK }}
expose:
- 9944
- 9933
- 33044
- 33055
- 33066
Expand All @@ -16,7 +15,6 @@ services:
- 33155
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9933:9933
- 127.0.0.1:33044:33044
- 127.0.0.1:33055:33055
- 127.0.0.1:33066:33066
Expand Down
2 changes: 0 additions & 2 deletions .docker/docker-compose.forkless-nodata.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ services:
container_name: forkless-nodata
expose:
- 9944
- 9933
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9933:9933
4 changes: 1 addition & 3 deletions .docker/docker-compose.tmp-dev.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ services:
container_name: node-dev
expose:
- 9944
- 9933
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9933:9933
logging:
options:
max-size: "1m"
max-file: "3"
command: cargo run --release --features={{ NETWORK }}-runtime -- --dev -linfo --unsafe-ws-external --rpc-cors=all --unsafe-rpc-external
command: cargo run --release --features={{ NETWORK }}-runtime -- --dev -linfo --rpc-cors=all --unsafe-rpc-external
2 changes: 0 additions & 2 deletions .docker/docker-compose.tmp-node.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ services:
expose:
- 9944
- 9945
- 9933
- 9844
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9945:9945
- 127.0.0.1:9933:9933
- 127.0.0.1:9844:9844
logging:
options:
Expand Down
2 changes: 0 additions & 2 deletions .docker/docker-compose.try-runtime.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
container_name: try-runtime
expose:
- 9944
- 9933
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9933:9933

Loading
Loading