Releases: onflow/FlowYieldVaults
Releases · onflow/FlowYieldVaults
0.1.1
What's Changed
- Add initial Tidal contract & supporting scripts & transactions by @sisyphusSmiling in #1
- Add MockOracle & initial stablecoin by @sisyphusSmiling in #2
- Add
MockSwappercontract for mocking token swaps on mocked oracle price data by @sisyphusSmiling in #3 - Add Mocked YieldToken contract by @sisyphusSmiling in #4
- Update internal dependencies by @sisyphusSmiling in #5
- Add DeFiBlocks dependencies as a submodule by @sisyphusSmiling in #6
- Add Strategy composition & AutoBalancer management contracts by @sisyphusSmiling in #7
- Add TidalProtocol submodule & restructure internal dependencies by @sisyphusSmiling in #13
- Update Tidal event values by @sisyphusSmiling in #16
- Add yield decrease testcase by @Kay-Zee in #15
- Add CodeCov bot to Cadence CI by @sisyphusSmiling in #20
- Add readme rebase by @nialexsan in #22
- remove unused scripts' by @bthaile in #23
- Remove scripts by @bthaile in #24
- Collateral increase test fixes by @sisyphusSmiling in #21
- better understanding of debt in this script by @bthaile in #25
- fix health calc, update variable names by @bthaile in #26
- ci/cd on push to main by @nialexsan in #29
- Add collateral price increase test by @Kay-Zee in #18
- alex debug by @nialexsan in #28
- workaround the overflow issue by @bthaile in #30
- Rename DeFiBlocks (DFB) references to DeFiActions (DFA) by @sisyphusSmiling in #39
- Rename tidal yield by @nialexsan in #37
- fix math errors in script by @bthaile in #38
- Revert "fix math errors in script" by @nialexsan in #40
- get position health from tidalProtocol.Pool like the position health … by @bthaile in #41
- improved precision on swapper by @nialexsan in #42
- Precision Fixes Integration: UInt256 Migration Analysis and Test Updates by @kgrgpg in #33
- context rounding by @nialexsan in #45
- Nialexsan/math utils by @nialexsan in #44
- mock punchswap by @nialexsan in #49
- incrementfi amm setup by @nialexsan in #50
- dedup defi actions by @nialexsan in #54
- Nialexsan/non public pool by @nialexsan in #55
- Fix example script in readme by @Kay-Zee in #51
- testnet kms by @nialexsan in #57
- usdc contract by @nialexsan in #59
- Edit Readme to add links, notes, and formatting by @briandoyle81 in #61
- Kan/add contract address tables by @Kay-Zee in #65
- deploy tidalmath by @nialexsan in #68
- Nialexsan/add v3 to strategy by @nialexsan in #60
- Nialexsan/rename by @nialexsan in #69
- Univ3 connector in strategy by @nialexsan in #58
- fix emulator image by @nialexsan in #70
- Add mUSDC strategy by @Kay-Zee in #74
- Fix: Rebalance tests - Initialize FlowALP submodule and revert incomplete UniswapV3 integration by @kgrgpg in #72
- Integrate 4626 connectors into TracerStrategy by @sisyphusSmiling in #77
- Nialexsan/mainnet deployment by @nialexsan in #73
- update health script to return correct type UFix128 by @bthaile in #82
- fix stub strategies deployments by @nialexsan in #81
- Update mainnet addresses by @Kay-Zee in #83
- fixes by @nialexsan in #84
- Nialexsan/punchswap test env by @nialexsan in #75
- Nialexsan/fix token addresses by @nialexsan in #88
- Add open source repo template by @Kay-Zee in #86
- update contracts hashed by @nialexsan in #92
- Refactor tests to use test env embedded VM Bridge by @sisyphusSmiling in #90
- Global supervisor rebalancing + auto-register + strict proofs + E2E tests by @kgrgpg in #76
- Remove mds related to previous PRs by @Kay-Zee in #95
- admin handler cap by @nialexsan in #91
- testnet deployment by @nialexsan in #96
- update ref and fix dockerfile by @nialexsan in #97
- Rename Tide to YieldVault by @liobrasil in #98
- rename FlowALP to FlowCreditMarket by @nialexsan in #99
- Renaming from
FlowVaultstoFlowYieldVaultsby @liobrasil in #100 - Remove local copies of scripts and txs that live in FlowCreditMarket by @Kay-Zee in #101
- Nialexsan/deployment fixes by @nialexsan in #102
- Do not check getRegisteredYieldVaultIDs, as it's unnecessary by @Kay-Zee in #103
- mainnet update 1204 by @nialexsan in #104
- Nialexsan/fix tests after revert by @nialexsan in #105
- Add FlowVaultsEVM to Git Submodules by @nvdtf in #107
- Update recurring config by @sisyphusSmiling in #109
- Add stored config to allow adding new strategies by @loic1 in #115
- Add Tau USDF strategy by @loic1 in #114
- Skip rescheduling if config is nil by @loic1 in #116
- Update FlowYieldVaultsEVM submodule by @liobrasil in #117
- Followup to #109 - Update entitlements in admin transactions by @sisyphusSmiling in #113
- Update FlowYieldVaultsEVM submodule by @liobrasil in #118
- Nialexsan/flow looping strategy by @nialexsan in #110
- Update scheduled txn related transactions & Supervisor reschedule fun by @sisyphusSmiling in #119
- update env vars by @nialexsan in #121
- chore: update FlowYieldVaultsEVM submodule to latest main by @liobrasil in #143
- add pyusd FUSDEV strategy by @nialexsan in #130
- chore: temporarily remove FlowYieldVaultsEVM submodule by @liobrasil in #149
- Nialexsan/wbtc weth by @nialexsan in #108
- Expose encapsulated strategy type in YieldVault by @loic1 in #153
- Add strategyType and owner to events by @loic1 in #123
- FLOW-5 - Clean up existing capability before granting new beta access by @liobrasil in #145
- add maximum possible size data for estimateSchedulingCost in Supervisor by @holyfuchs in #150
- FLOW-3: Consistent tokenType usage across YieldVault events by @liobrasil in #156
- FLOW-7: Emit event on Supervisor rescheduling failure by @liobrasil in #157
- chore: bump FlowCreditMarket submodule ref by @liobrasil in #167
- update FCM ref by @nialexsan in #166
- rename FCM to FlowALP by @nialexsan i...