Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into bernhard-malus-fx
Browse files Browse the repository at this point in the history
* master:
  Bump `parity-util-mem` to 0.10.2 (#3897)
  Revert "remove connected disconnected state only (#3868)" (#3896)
  Companion for Generate storage info for pallet im_online #9654 (#3744)
  Gather memory usage statistics through `parity-util-mem` (#3893)
  ci: cache seed in fuzzer job (#3885)
  Add benchmarking for parachain runtime configuration pallet (#3862)
  Run fmt (#3887)
  remove connected disconnected state only (#3868)
  • Loading branch information
ordian committed Sep 20, 2021
2 parents cd65b53 + 6531305 commit 5827196
Show file tree
Hide file tree
Showing 29 changed files with 677 additions and 392 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/honggfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
with:
fetch-depth: 1

- name: Cache Seed
id: cache-seed-round-trip
uses: actions/cache@v2
with:
path: erasure-coding/fuzzer/hfuzz_workspace
key: ${{ runner.os }}-erasure-coding

- name: Install minimal stable Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -52,6 +59,13 @@ jobs:
with:
fetch-depth: 1

- name: Cache Seed
id: cache-seed-reconstruct
uses: actions/cache@v2
with:
path: erasure-coding/fuzzer/hfuzz_workspace
key: ${{ runner.os }}-erasure-coding

- name: Install minimal stable Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit 5827196

Please sign in to comment.