-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: version 302 * fix: remove increase and decrease allowance (#75) * feat: just track total assets (#73) * feat: just track total assets * fix: comments * feat: pass the storage pointer (#74) * feat: pass the storage pointer * chore: rebase * chore: formatting and comments * chore: rebase * fix: formatting functions * fix: test coverage * fix: remove lcov file * fix: ignore coverage file * fix: max redeem rounding (#83) * fix: use convert to shares * fix: tests * test: add check * test: fix invariants * fix: formatting (#78) * fix: naming * fix: pack struct (#81) * fix: pack struct further * fix: format * chore: dont use modifier require * chore: organize * chore: remove is functions * chore: add chain id to symbol * chore: organize * fix: revert symbol change * chore: fix symbol bakc * fix: minor changes (#82) * chore: remove min fee * fix: tests * build: cheaper reentrancy * chore: fix spech * feat: remove internal preview * feat: make factory immutable (#87) * feat: lower report costs (#76) * feat: only update unlock date * feat: dont burn unlocked (#77) * feat: burn shares once * feat: dont convert twice * fix: loss shares to burn * chore: comments * fix: report updates * fix: dont burn unless there is shares * chore: rebase to storage pointer * chore: organize reporting * chore: rebase * chore: final formatting and script (#88) * fix: solc * chore: comments * chore: deployment script * chore: yarn
- Loading branch information
1 parent
9fdb2da
commit b2ad48b
Showing
28 changed files
with
1,035 additions
and
1,017 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ docs/ | |
.env | ||
|
||
node_modules/ | ||
.gas-snapshot | ||
.gas-snapshot | ||
lcov.info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openzeppelin-contracts
updated
544 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.