Releases: The-Poolz/Locked-pools
Releases · The-Poolz/Locked-pools
V1.01
V2.3.3
What's Changed
- update LDV2 package version by @YouStillAlive in #159
- experiment by @YouStillAlive in #162
Full Changelog: v2.3.2...V2.3.3
V2.3.2
Locked Deal V2.3.2
After the auditor's report.
What's Changed
- Removed notZeroValue modifier from ApproveAllowance function by @YouStillAlive in #158
Full Changelog: V2.3.0...v2.3.2
V2.3.1
Pre Audit - Start Testnet Testing with UI
What's Changed
- updated PoolSplit event by @YouStillAlive in #156
- require changed to assert by @ashwinarora in #155
Full Changelog: V2.3.0...V2.3.1
V2.3
What's Changed
- default return variables used by @YouStillAlive in #131
- added LockTime variable by @YouStillAlive in #133
- transfer vulerability fixed and split pool functionality deleted by @ashwinarora in #135
- split logic fix by @ashwinarora in #136
- fix calculation by @Lomet in #139
- optimizations by @ashwinarora in #140
- tests refactor by @YouStillAlive in #141
- added notZeroValue modifier by @YouStillAlive in #142
- changed TokenWithdrawn event by @YouStillAlive in #146
- updated isTokenWhiteListed function by @YouStillAlive in #147
- added two new view functions with tests by @YouStillAlive in #148
- added CliffTime length check by @YouStillAlive in #150
- added invalid amount require to SplitPool function by @YouStillAlive in #151
Full Changelog: V2.2.2...V2.3.0
V2.2.2
What's Changed
- added checked with refunded and withdrawn case for withdrawls by @ashwinarora in #123
- added internal payFee function by @YouStillAlive in #127
- Issue 126 by @YouStillAlive in #128
Full Changelog: v2.2.1...V2.2.2
V2.2.1
v2.2.0
v2.1,1
What's Changed
- Added notZeroAddress modifier to SplitPoolAmount and SplitPoolAmountFrom functions by @YouStillAlive in #98
- removed msg.sender calls from view functions by @YouStillAlive in #97
- updated FeeBaseHelper version by @YouStillAlive in #100
- updated isLocked modifier by @YouStillAlive in #102
- Pool transfer by @YouStillAlive in #99
- remove double modifier call by @YouStillAlive in #105
- used approve with MAX_UINT256 value by @YouStillAlive in #106
- Issue 104 by @YouStillAlive in #107
- removed deadsnakes package by @YouStillAlive in #110
- removed require(pool.FinishTime > block.timestamp) from PoolTransfer by @YouStillAlive in #113
- added isTransferPoolActive view function by @YouStillAlive in #117
- added isLocked modifier, now only when the debit amount is zero we can use the PoolTransfer function by @YouStillAlive in #115
- added prettier config, formatted files by @YouStillAlive in #111
Full Changelog: v2.1.0...v2.1.1
v2.1.0
new function added GetMyPoolDataByToken and split creation logic
What's Changed
- Issue 90 by @YouStillAlive in #91
- splitting of creation logic by @YouStillAlive in #92
- added failure tests by @YouStillAlive in #94
Full Changelog: V2.0.0...v2.1.0