Skip to content

Commit

Permalink
Upgrade to substrate commit 7406442 (metadata v14) (#540)
Browse files Browse the repository at this point in the history
* Upgrade worker to substrate for V14 Metadata :

Compile with error  duplicate lang item in crate `sgx_tstd`

Sgx runtime upgraded to new substrate, but has extrinsics-factory errors.

Upgrade works, problem in substrate-api-client fixed in version #a4d931c85f30ba22ff1f982c47caf57fe43ebc90

Rebase to master and update changes to new substrate

cargo clippy

Remove patch to local dependencies

Remove comments

Update spec version to 4

Changes from review

* Rebase and update CI to use new upgraded node

Co-authored-by: echevrier <[email protected]>
  • Loading branch information
echevrier and echevrier authored Dec 6, 2021
1 parent 5f7b470 commit 5149f05
Show file tree
Hide file tree
Showing 15 changed files with 778 additions and 497 deletions.
4 changes: 2 additions & 2 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-5b2868e0269181e7bd31f4e3970bf7b6fd5166de
name: integritee-node-dev-a97ddbce0048a9b48eef76799f3e42e37690c334
# 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: 1503342881
run_id: 1544655658
path: node
repo: integritee-network/integritee-node

Expand Down
Loading

0 comments on commit 5149f05

Please sign in to comment.