Skip to content

Commit

Permalink
Changed CLI properties to match what is around now (#41)
Browse files Browse the repository at this point in the history
Some were outright deprecated and some collpased into the same property.
You can see the information on what happened here
paritytech/substrate#13384

Problem
=======
A lot of CLI properties were deprecated or collapsed, this fixes our
script that deploys schemas for a convenience container to use for
testing

Solution
========
Matched the CLI Properties to what they are today

Change summary:
---------------
* Same as above

Steps to Verify:
----------------
1. Use a project that uses that container and test, my projects pass
  • Loading branch information
pfrank13 authored Sep 30, 2023
1 parent c0531bf commit fdbf1ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/deploy_schemas_to_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ whoami
--no-telemetry \
--no-prometheus \
--port=30333 \
--rpc-port=9933 \
--ws-port=9944 \
--rpc-port=9944 \
--rpc-external \
--rpc-cors=all \
--ws-external \
--rpc-methods=Unsafe \
--base-path=/data \
&
Expand Down

0 comments on commit fdbf1ef

Please sign in to comment.