You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [unreleased]
9
9
10
-
## [0.6.2] - TBD
10
+
## [0.6.2] - 2023-03-01
11
11
-`observations` extends to `1800` at `CumulativeTwap.sol` to support extreme circumstance.
12
12
- To better enhance above performance, we introduce binary search mimicked from https://github.com/Uniswap/v3-core/blob/05c10bf/contracts/libraries/Oracle.sol#L153.
13
13
- Remove `CT_NEH` from `CumulativeTwap.sol`. Won't be calculated if so. Simply return latest price at `CachedTwap.sol`.
14
14
- Fix imprecise TWAP calculation when historical data is not enough at `CumulativeTwap.sol`. Won't be calculated if so.
15
15
16
-
## [0.6.1] - TBD
16
+
## [0.6.1] - 2023-03-01
17
17
- Fix cachedTwap won't be updated when latest updated timestamp not changed
18
18
19
-
## [0.6.0] - TBD
19
+
## [0.6.0] - 2023-03-01
20
20
### Added
21
21
- Add `ChainlinkPriceFeedV3.sol` with better error handling when Chainlink is broken.
22
22
- Add `PriceFeedDispatcher.sol`, a proxy layer to fetch Chainlink or Uniswap's price.
0 commit comments