Releases: defi-wonderland/balancer-v1-amm
Releases · defi-wonderland/balancer-v1-amm
BalCow v1.3.0
What's Changed
- using OZ SafeTransfer #115
- rm EMPTY_COMMITMENT (unused) #115
- declare MAX_ORDER_DURATION in minutes #115
- share lock mechanism between reentrancy guard and commitment #115
- renaming errors #115
- adding zero address checks on setters #132
- addressing gas optimizations #131
- fixing typos and style consistency #133
- make finalized check a modifier #134
- fixing incorrect error msgs #138
- fixing MAX_ORDER_DURATION check #138
- make the pool factory public #143
- changing bLabs naming for bDao #147
- increasing max swap fee to 99% #158
- re-do unit tests with BTT approach
Full Changelog: v1.2.0-alpha...v1.3.0
BCoW V1 - Alpha Release
- Adds CoW Swap support in BCoWPool contract
BalV1 v1.1.0
- adds live balances
- deprecates
BBaseToken
in favour of OZ ERC20 - deprecates
BColor
- deprecates
rebind
method in favour ofbind + unbind
- deprecates exit tax on
unbind
BalV1 v1.0.0
- Forked Balancer V1 from https://github.com/balancer/balancer-core
- Added Foundry Boilerplate
- Deprecated legacy tests
- Added Foundry unit tests
- 100% Coverage in BPool contract