diff --git a/.github/check-extrinsics.sh b/.github/check-extrinsics.sh index d3b846b4..16a1ead1 100755 --- a/.github/check-extrinsics.sh +++ b/.github/check-extrinsics.sh @@ -72,8 +72,8 @@ for RUNTIME in "${runtimes[@]}"; do # compare to mainnet and testnet explicitly b/c latest release could be any of them # for now this comparison is only used to provide more info in CI - # polkadot-js-metadata-cmp wss://rpc.cc3-mainnet.creditcoin.network/ws "$HEAD_WS" > metadata-cmp-with-mainnet.txt - # polkadot-js-metadata-cmp wss://rpc.cc3-testnet.creditcoin.network/ws "$HEAD_WS" > metadata-cmp-with-testnet.txt + polkadot-js-metadata-cmp wss://rpc.cc3-mainnet.creditcoin.network/ws "$HEAD_WS" > metadata-cmp-with-mainnet.txt + polkadot-js-metadata-cmp wss://rpc.cc3-testnet.creditcoin.network/ws "$HEAD_WS" > metadata-cmp-with-testnet.txt if [ -n "$changed_extrinsics" ]; then echo "[!] Extrinsics indexing/ordering has changed in the ${RUNTIME} runtime! If this change is intentional, please bump transaction_version in lib.rs. Changed extrinsics:" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05e11ccd..7d88621b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -548,9 +548,8 @@ jobs: path: | head-node.log release-node.log - # disabled until we have mainnet and testnet - # metadata-cmp-with-mainnet.txt - # metadata-cmp-with-testnet.txt + metadata-cmp-with-mainnet.txt + metadata-cmp-with-testnet.txt unit-test-cli: runs-on: ubuntu-24.04