@@ -11,11 +11,13 @@ Fully backwards compatible with Liquidity Launcher v1.0.0 deployments. Contains
1111- New package ` blocknumberish ` to handle block number retrieval on different chains (to support Arbitrum)
1212- ` IContinuousClearingAuction.lbpInitializationParams ` to return the initialization parameters for the LBP initializer
1313- ` IContinuousClearingAuction.supportsInterface ` to check if the contract supports the LBP initializer interface
14+ - Added ` ValidationHookIntrospection ` to existing ValidationHook contracts to support introspection via ERC165
1415
1516### Changed
1617
17- - Some minor code quality changes
18+ - Fixed a bug in certain rare edge cases which would cause bids to be permanently locked in the contract
1819- Fixed an issue in error parameter order
20+ - Some minor code quality changes
1921
2022### Audits
2123
@@ -24,10 +26,10 @@ Fully backwards compatible with Liquidity Launcher v1.0.0 deployments. Contains
2426** ContinuousClearingAuctionFactory**
2527| Network | Address | Commit Hash | Version |
2628| -------- | ------------------------------------------ | ---------------------------------------- | ---------------- |
27- | Mainnet | 0xcca1101C61cF5cb44C968947985300DF945C3565 | 95d7da7a2d25cf60f14eaccd6ab5fb24d393a452 | v1.1.0 |
28- | Unichain | 0xcca1101C61cF5cb44C968947985300DF945C3565 | 95d7da7a2d25cf60f14eaccd6ab5fb24d393a452 | v1.1.0 |
29- | Base | 0xcca1101C61cF5cb44C968947985300DF945C3565 | 95d7da7a2d25cf60f14eaccd6ab5fb24d393a452 | v1.1.0 |
30- | Sepolia | 0xcca1101C61cF5cb44C968947985300DF945C3565 | 95d7da7a2d25cf60f14eaccd6ab5fb24d393a452 | v1.1.0 |
29+ | Mainnet | 0xCCccCcCAE7503Cac057829BF2811De42E16e0bD5 | 87b2546a298f691c095b06ec077ceef25ba56007 | v1.1.0 |
30+ | Unichain | 0xCCccCcCAE7503Cac057829BF2811De42E16e0bD5 | 87b2546a298f691c095b06ec077ceef25ba56007 | v1.1.0 |
31+ | Base | 0xCCccCcCAE7503Cac057829BF2811De42E16e0bD5 | 87b2546a298f691c095b06ec077ceef25ba56007 | v1.1.0 |
32+ | Sepolia | 0xCCccCcCAE7503Cac057829BF2811De42E16e0bD5 | 87b2546a298f691c095b06ec077ceef25ba56007 | v1.1.0 |
3133
3234## v1.0.0
3335
0 commit comments