git.delta.rocks / unique-network / refs/commits / ccd8d868d81f

difftreelog

Merge remote-tracking branch 'origin/develop' into feature/CORE-180-v2

Yaroslav Bolyukin2021-10-19parents: #acef225 #b24dbee.patch.diff
in: master

3 files changed

modifiedREADME.mddiffbeforeafterboth
302```302```
303// use pallet_contracts::weights::WeightInfo;303// use pallet_contracts::weights::WeightInfo;
304...304...
305// use pallet_contracts::chain_extension::UncheckedFrom;
306...
307// pub use pallet_timestamp::Call as TimestampCall;305// pub use pallet_timestamp::Call as TimestampCall;
308...306...
309// mod chain_extension;307// mod chain_extension;
modifieddocker-compose-tests-parachain.ymldiffbeforeafterboth
--- a/docker-compose-tests-parachain.yml
+++ b/docker-compose-tests-parachain.yml
@@ -7,7 +7,7 @@
     ports:
       - 9944:9944
       - 9844:9844
-      - 9933:9933
+      - 9933:9934
     build:
       context: ./
       dockerfile: Dockerfile-parachain
modifiedlaunch-config.jsondiffbeforeafterboth
--- a/launch-config.json
+++ b/launch-config.json
@@ -76,7 +76,7 @@
                     "name": "bob",
                     "flags": [
                         "--rpc-cors=all",
-                        "--rpc-port=9934"
+                        "--rpc-port=9934", "--unsafe-rpc-external"
                     ]
                 }
             ]