Skip to content

Commit

Permalink
Updates for lodestar v1.2.1 (paritytech#733)
Browse files Browse the repository at this point in the history
* Updates for lodestar v1.2.1

* Updates tests.

* Updates tests.

* Fix last test

* Cleanup tests and add github repo token to protoc job

* Update benchmark data.

* Fix benchmark tests.

* Fix spacing

* Updates lockfile

* Adds newlines.

* Changes ForkVersions to a struct

* Fix whitespace.
  • Loading branch information
claravanstaden authored Dec 9, 2022
1 parent c2f2eb0 commit 40215ee
Show file tree
Hide file tree
Showing 32 changed files with 6,671 additions and 6,156 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
${{ runner.os }}-cargo-
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion core/packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@polkadot/types": "9.6.2",
"@polkadot/util": "10.1.11",
"@polkadot/util-crypto": "10.1.11",
"@chainsafe/lodestar": "1.1.0",
"@chainsafe/lodestar": "1.2.1",
"@types/keccak": "^3.0.1",
"@types/node": "^16.4.2",
"@types/yargs": "^17.0.2",
Expand Down
Loading

0 comments on commit 40215ee

Please sign in to comment.