Skip to content

Commit

Permalink
Merge pull request #149 from availproject/miguel/new_chainspec
Browse files Browse the repository at this point in the history
New Testnet `Kate` chain specs
  • Loading branch information
fmiguelgarcia authored May 25, 2023
2 parents b0d3b02 + d1741c3 commit 99b8525
Show file tree
Hide file tree
Showing 80 changed files with 3,764 additions and 4,000 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
- name: Build node
run: cargo build --release -p data-avail
#env:
# SKIP_WASM_BUILD: true

- name: Upload data-avail binary
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -151,7 +149,6 @@ jobs:
env:
RUSTFLAGS: "-C instrument-coverage"
LLVM_PROFILE_FILE: "profile-%p-%m.profraw"
SKIP_WASM_BUILD: true

- name: Display SCCache Stats
run: ${{ env.SCCACHE_BIN }} --show-stats
Expand Down Expand Up @@ -222,7 +219,7 @@ jobs:
cargo run --release --manifest-path avail-subxt/Cargo.toml --example max_block_submit
cargo run --release --manifest-path avail-subxt/Cargo.toml --example submit_data
cargo run --release --manifest-path avail-subxt/Cargo.toml --example submit_data_and_dispatch_data_root
cargo run --release --manifest-path avail-subxt/Cargo.toml --example democracy_external
# cargo run --release --manifest-path avail-subxt/Cargo.toml --example democracy_external
- name: Display SCCache Stats
run: ${{ env.SCCACHE_BIN }} --show-stats
Expand Down
Loading

0 comments on commit 99b8525

Please sign in to comment.