Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/npm-random-beacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@ jobs:
cache-dependency-path: solidity/random-beacon/yarn.lock

- name: Resolve latest contracts
# `@threshold-network/solidity-contracts` is pinned to 1.3.0-dev.11
# (the version used by the last successful publish, 2.1.0-dev.18)
# because the `development` dist-tag was bumped to 1.3.0-dev.16,
# which refactored `TokenStaking` and removed `approveApplication`
# (called by `deploy/05_approve_random_beacon_in_token_staking.ts`).
# Unpin once the deploy scripts and Go ABI bindings are migrated
# to the new TokenStaking API.
run: |
yarn upgrade --exact \
@keep-network/sortition-pools \
@threshold-network/solidity-contracts
@threshold-network/solidity-contracts@1.3.0-dev.11

# Deploy contracts to a local network to generate deployment artifacts that
# are required by dashboard and client compilation.
Expand Down
Loading