Skip to content

Commit

Permalink
v4.0.0 (#211)
Browse files Browse the repository at this point in the history
* spot subgraph update (#207)

* Removed fixed per-tranche mint cap  (#206)

* updated per-tranche mint cap

* removed redundant constant

* added dr to the spot and vault interface

* added mintedSupplyPerTranche cleanup

* updated rounding

* updated unit test

* renamed constants in rollover vault to keep consistant with perp

* Bill broker (#203)

* bill broker

* BB Internal audit fixes (#210)

* internal audit fixes

* code review fixes

* Update spot-vaults/contracts/_interfaces/BillBrokerErrors.sol

Co-authored-by: Brandon Iles <brandon@fragments.org>

---------

Co-authored-by: Brandon Iles <brandon@fragments.org>

---------

Co-authored-by: Brandon Iles <brandon@fragments.org>

* updated yarn lock

* bumped up ci version

---------

Co-authored-by: Brandon Iles <brandon@fragments.org>

* ci config update

* Peck audit changes (#212)

* pve001

* pve002

* using msg.sender instead of _msgSender

* Perp upgrade and bill-broker deployment (#213)

* perp min-cap upgrade deployed to testnet

* mock contracts for testnet

* tasks to interact with bb

* oz testnet deployment

* updated yarn lock

* removed todo comment

* upgraded perp on mainnet

* bb mainnet deployment

* minor task updates

* Delete spot-contracts/notes.txt

deleted unused file

---------

Co-authored-by: Brandon Iles <brandon@fragments.org>
  • Loading branch information
aalavandhan and brandoniles authored Jun 21, 2024
1 parent c0a9819 commit 05e2014
Show file tree
Hide file tree
Showing 91 changed files with 13,911 additions and 1,775 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]

steps:
Expand All @@ -34,3 +34,12 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "./spot-contracts/coverage/lcov.info"

- name: spot-vaults run coverage
run: yarn workspace @ampleforthorg/spot-vaults run coverage

- name: spot-vaults report coverage
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "./spot-vaults/coverage/lcov.info"
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main,dev]

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: true
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"packageManager": "yarn@3.2.1",
"workspaces": [
"spot-contracts",
"spot-subgraph"
"spot-vaults",
"spot-subgraph",
"spot-staking-subgraph"
]
}
Loading

0 comments on commit 05e2014

Please sign in to comment.