Skip to content

Commit

Permalink
build: role manager (#28)
Browse files Browse the repository at this point in the history
* build: role manager

* build: use just role manager

* build: endorse vaults

* feat: strategy manager

* build: role manager

* chore: updates

* build: permissionless

* build: strategy manager

* test: role manager

* test: role manager

* feat: library roles

* fix: cleanup

* fix: tests

* fix: debt allocator updates

* fix: debt allocator

* feat: keepers move ratios

* fix: workflow

* fix: workflow

* fix: action 2 4

* feat: add debt allocatr in event

* fix: event
  • Loading branch information
Schlagonia authored Dec 16, 2023
1 parent 9c36607 commit 17dce26
Show file tree
Hide file tree
Showing 10 changed files with 2,441 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: ApeWorX/github-action@v2.0
- uses: ApeWorX/github-action@v2.4
with:
python-version: '3.10'

Expand All @@ -27,7 +27,7 @@ jobs:
- run: npm install hardhat

- run: ape test
timeout-minutes: 10
timeout-minutes: 40
env:
WEB3_ALCHEMY_PROJECT_ID: ${{ secrets.WEB3_ALCHEMY_PROJECT_ID }}
WEB3_INFURA_PROJECT_ID: ${{ secrets.WEB3_INFURA_PROJECT_ID }}
Expand Down
Loading

0 comments on commit 17dce26

Please sign in to comment.