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

1CY - chapter 1 #124

Draft
wants to merge 27 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
64b3970
wip: poolmerchant
scolear Oct 2, 2024
88812a9
wip: enzyme-forks
scolear Oct 3, 2024
8178d36
wip: working deposit flow, early withdraw
scolear Oct 4, 2024
eab9bbc
wip/feat: PoolMerchant with integration allocations
scolear Oct 28, 2024
84cafb8
chore: comment out outdated enzyme script
scolear Oct 28, 2024
cb167f4
wip: curve integration
scolear Oct 29, 2024
0237284
integrations:curve:no-zap
Rayerleier Oct 30, 2024
c69b16a
curve.sol:add authentication
Rayerleier Oct 30, 2024
777f83c
WIP: curve integration
scolear Oct 30, 2024
44341bf
feat: working full forked flow
scolear Oct 30, 2024
ef97e59
fix:decimals and interfaces
Rayerleier Oct 31, 2024
375feb0
adding: enzyme.sol
Rayerleier Oct 31, 2024
3650380
feat: single integration vaults
scolear Oct 31, 2024
f8dcc6d
integrationSample.sol
Rayerleier Nov 5, 2024
a0d8083
feat: add uuid-taproot mapping
scolear Nov 5, 2024
0978ead
feat: working IntegrationSample
scolear Nov 5, 2024
6eb3149
feat: taproot-integration --> uuid
scolear Nov 7, 2024
eaad16c
feat: getvaultDetails only takes a uuid
scolear Nov 7, 2024
c00f5a4
ref: update vaultDetails and reward naming
scolear Nov 7, 2024
362ac1c
chore: better scripts
scolear Nov 7, 2024
77f0343
wip: arbsep deployment
scolear Nov 7, 2024
f8bab99
feat: deployscript and getAllActiveINtegrations
scolear Nov 8, 2024
0aa3958
feat: icyAddress in dlcVault
scolear Nov 8, 2024
5cc033e
fix: docker
scolear Nov 8, 2024
f1733d6
fix: dockerignore
scolear Nov 8, 2024
72daec0
3.3.0
scolear Nov 8, 2024
4c2de9e
fix: allocation check
scolear Nov 11, 2024
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
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cache/
artifacts/
.openzeppelin/
.husky/
contracts/mocks/
contracts/upgrades/

scripts/log.txt
Expand Down
Loading