Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contango wand #531

Open
wants to merge 33 commits into
base: tweak/update-utils
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
33240fe
Merge pull request #529 from yieldprotocol/tweak/update-utils
alcueca Feb 27, 2023
2e8044e
npm bump
Feb 27, 2023
8285f39
draft: ContangoWand
Feb 24, 2023
b076cc8
ContangoWantTest skeleton + var renaming
ultrasecreth Feb 28, 2023
10ed29e
testCopySpotOracle
ultrasecreth Feb 28, 2023
255de9f
testCopyLendingOracle
ultrasecreth Feb 28, 2023
ef44d42
copyDebtLimits
ultrasecreth Feb 28, 2023
df71da5
addAsset
ultrasecreth Feb 28, 2023
d92ea4b
addSeries
ultrasecreth Feb 28, 2023
2c087a6
test refactor
ultrasecreth Feb 28, 2023
a06386e
CR management
ultrasecreth Feb 28, 2023
d29e45c
addIlks
ultrasecreth Feb 28, 2023
ca67a10
CR management 2
ultrasecreth Feb 28, 2023
e5a3213
DebtLimits
ultrasecreth Feb 28, 2023
fd3e87f
setYieldSpaceOracleSource
ultrasecreth Feb 28, 2023
0219875
setCompositeOracleSource
ultrasecreth Feb 28, 2023
0e5b49f
setCompositeOraclePath
ultrasecreth Feb 28, 2023
6b8326b
AddPool
ultrasecreth Feb 28, 2023
08c5fe0
AddIntegration
ultrasecreth Feb 28, 2023
f87c7d4
AddToken
ultrasecreth Feb 28, 2023
f6e2b2b
AddJoin
ultrasecreth Feb 28, 2023
75db1be
Integration test from Contango side
ultrasecreth Mar 1, 2023
a7b0e40
Basic witch management
ultrasecreth Mar 1, 2023
0225010
fix unit tests
ultrasecreth Mar 1, 2023
9009912
Remove defaultRatio
ultrasecreth Mar 2, 2023
4054a69
Remove defaultDebtLimits
ultrasecreth Mar 2, 2023
17ff990
Assing permissions when copying Joins/FYTokens
ultrasecreth Mar 2, 2023
3d58390
Deploy Join
ultrasecreth Mar 2, 2023
ad74505
ConfigureWitch
ultrasecreth Mar 2, 2023
8a94542
SetAuctioneerReward
ultrasecreth Mar 2, 2023
adc6298
ignore coverage report
ultrasecreth Mar 2, 2023
b55c693
re-instate check for composite oracle paths
ultrasecreth Mar 2, 2023
728e570
remove cache from git
ultrasecreth Mar 2, 2023
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
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ crytic-export/
.VsCodeCounter/

# Foundry
out/
out/
cache/

# coverage
report/
lcov.info
Loading