Skip to content

Commit c12b735

Browse files
authored
Examples and Testing: switch to use rococo node (#802)
* use westend-runtime * it's compiling * add missing file * fix clippy * fix kitchensink_runtime wasm file name * fix tests * fix examplex * change default config to be the main config * fix pallet balances test * fix state_tests * fix extrinsic events example * remove acc identity example: Gets call filtered * fix runtime upgrade examples * fix get_storage and rename to rococo * fix clippy * fix runtime_api_tests * cargo fmt * fix author test * update docu * update README * update README * remove flipper.wasm * add wasm building to the developer docs * fix README
1 parent 69b4d76 commit c12b735

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1043
-4931
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,9 @@ jobs:
208208
compose_extrinsic,
209209
custom_nonce,
210210
check_extrinsic_events,
211-
get_account_identity,
212211
get_blocks,
213212
get_storage,
214213
print_metadata,
215-
staking_batch_payout,
216214
subscribe_events,
217215
sudo,
218216
new_json_rpc_api_calls,
@@ -225,7 +223,6 @@ jobs:
225223
jsonrpsee_tests,
226224
keystore_tests,
227225
pallet_balances_tests,
228-
pallet_contract_tests,
229226
pallet_transaction_payment_tests,
230227
runtime_api_tests,
231228
tungstenite_client_test,
@@ -240,7 +237,7 @@ jobs:
240237

241238
- name: Run latest node
242239
run: |
243-
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-178e699c --dev --rpc-external &
240+
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 parity/polkadot:latest --dev --rpc-external &
244241
245242
- name: Wait until node has started
246243
run: sleep 20s

0 commit comments

Comments
 (0)