-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #306 from peaqnetwork/feature/1205115997693338_add…
…-checkMetadataHash-support Add checkMetadataHash support for peaq Update the cargo.lock
- Loading branch information
Showing
17 changed files
with
723 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
release: | ||
types: | ||
- published | ||
|
||
workflow_dispatch: | ||
|
||
env: | ||
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Compile node | ||
uses: addnab/docker-run-action@v2 | ||
with: | ||
|
@@ -31,16 +31,16 @@ jobs: | |
options: -v ${{ github.workspace }}:/work | ||
run: | | ||
cd /work | ||
echo "Building tracing enabled wasm" | ||
cargo build --release -p peaq-node-runtime --features "std aura evm-tracing" | ||
cargo build --release -p peaq-node-runtime --features "std aura evm-tracing on-chain-release-build" | ||
echo "Building network node" | ||
cargo build --release | ||
cargo build --release --features on-chain-release-build | ||
- uses: tenhaus/get-release-or-tag@v2 | ||
id: tag | ||
|
||
- name: Compress peaq node | ||
uses: a7ul/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.