Skip to content

Commit

Permalink
Add baedeker workflow - in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Jul 29, 2024
1 parent 103a839 commit 451f134
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .baedeker/util/runtimeUpgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');

const NODE_URL = 'ws://127.0.0.1:9946';
const SUDO_ACCOUNT_SEED = '//Alice';
const WASM_FILE_PATH = '../../target/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm';
const WASM_FILE_PATH = '../../target/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.wasm';

async function main() {
// Create a provider connected to the local node
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/check-finney-clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,18 @@ jobs:
../../scripts/wait_first_block_local.sh
echo "Executing runtime upgrade"
node runtimeUpgrade.js
# check that runtime upgrade happened (spec version updated)
# Wait for new blocks after upgrade
# Balance transfer test

# need process exit from JS, it's not exiting

# see how to run custom JS with this job (msg from Sam J.)

# epoch test: Set subnet1 tempo to 10 blocks
# - wait for OTF hotkey to receive rewards
# - check block times

# feature for testing hotkey tempos (talk to Samuel - maybe add to fast-blocks)
# - add childkey test

0 comments on commit 451f134

Please sign in to comment.