v0.3.1-holesky-longtail
wadealexc
released this
07 Aug 19:19
·
18 commits
to testnet-holesky
since this release
This release adds the StrategyFactory
to the public holesky deployment, enabling anyone to deploy strategies for any ERC20-compliant token, which are then whitelisted for deposit via the StrategyManager
.
- Check out README.md#strategies for the new contract addresses
- Check out the
StrategyFactory
docs here for details on deploying strategies.
What's Changed
- Add rewards helper functions by @seanmcgary in #586
- Chore: Turn on code coverage by @jbrower95 in #584
- Feat: make distributionRoots internal by @ypatil12 in #587
- chore: fix commitlint on PRs by @wadealexc in #594
- feat: improve certora coverage by @ChaoticWalrus in #489
- ci: remove storage from coverage by @8sunyuan in #600
- feat: disable pending roots by @8sunyuan in #599
- chore: fix ethereum dependency by @seanmcgary in #618
- feat: add
forge fmt src/contracts
to CI by @0xClandestine in #614 - chore: add rewards coordinator deployment script by @shrimalmadhur in #621
- feat: remove unused imports by @0xClandestine in #622
- fix: delegateTo address(0) by @8sunyuan in #635
- feat: deploy script for mainnet rewards by @8sunyuan in #638
- Task: require solhint as part of continuous integration by @jac18281828 in #654
- feat: StrategyFactory contract by @ChaoticWalrus in #522
- chore: add strategy factory deploy info to config by @wadealexc in #665
New Contributors
- @jbrower95 made their first contribution in #584
- @shrimalmadhur made their first contribution in #621
- @jac18281828 made their first contribution in #654
Full Changelog: v0.3.0-holesky-rewards...v0.3.1-holesky-longtail