Skip to content

Commit

Permalink
Update to spec version 5 and update CI to use new node #548 (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaudenz Kessler <[email protected]>
  • Loading branch information
gaudenzkessler and gkessler-scs authored Dec 2, 2021
1 parent 6c9b478 commit 5f7b470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ jobs:
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: ci.yml
name: integritee-node-dev-c07b6aab6c45123802b994508f65eedfc20bf251
name: integritee-node-dev-5b2868e0269181e7bd31f4e3970bf7b6fd5166de
# in fact this action should download the latest artifact, but sometimes fails. Then we need to
# set the `run_id` to force a download of an updated binary.
run_id: 1492039473
run_id: 1503342881
path: node
repo: integritee-network/integritee-node

Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
run: |
touch ${{ env.LOG_DIR}}/local-setup.log
./local-setup/launch.py local-setup/github-action-config.json 2>&1 | tee ${{ env.LOG_DIR}}/local-setup.log &
sleep 45
sleep 60
- name: ${{ matrix.demo_name }}
# * the change the symbolic link which points to the target/release... folder.
Expand Down
2 changes: 1 addition & 1 deletion core-primitives/settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub mod node {
pub static PROPOSED_SIDECHAIN_BLOCK: u8 = 4u8;
pub static SHIELD_FUNDS: u8 = 5u8;
// bump this to be consistent with integritee-node runtime
pub static RUNTIME_SPEC_VERSION: u32 = 4;
pub static RUNTIME_SPEC_VERSION: u32 = 5;
pub static RUNTIME_TRANSACTION_VERSION: u32 = 1;
pub static UNSHIELD: u8 = 6u8;
}

0 comments on commit 5f7b470

Please sign in to comment.