Skip to content

Commit

Permalink
Merge pull request #388 from balancer/develop
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
johngrantuk authored Mar 20, 2023
2 parents fac5e6f + 79436c1 commit 4d0e1dd
Show file tree
Hide file tree
Showing 123 changed files with 5,273 additions and 3,224 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/balancer-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- name: Generate Subgraph Queries
run: yarn subgraph:generate
- name: Generate Typechain
run: yarn typechain:generate
- name: Build
run: yarn build

Expand All @@ -76,6 +78,8 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- name: Generate Subgraph Queries
run: yarn subgraph:generate
- name: Generate Typechain
run: yarn typechain:generate
- name: Compile
run: yarn build
- name: Run node in background for integration tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/beta-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
key: yarn-v1-${{ hashFiles('**/yarn.lock') }}
- run: yarn --immutable
if: steps.cache.outputs.cache-hit != 'true'
- name: Generate Typechain
run: yarn typechain:generate
- env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions balancer-js/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ src/subgraph/generated/
cache/
balancer-js.iml
temp/
src/contracts/
Loading

0 comments on commit 4d0e1dd

Please sign in to comment.