0.8.3 (2024-11-12)
- session management connection issue (0b53def)
0.8.2 (2024-11-11)
- fastapi type validation issue (87747ae)
0.8.1 (2024-11-11)
- broken query from sqla upgrade (a8414e5)
0.8.0 (2024-11-05)
- add last datapoint for pool and token series #69 (7baeef4)
- add stability fund balances #66 (fd1fa64)
- bump pydantic, sqlmodel, and fastapi (e3fc2cc)
- add head attribute to series table and delete all head entries before adding a new one (53fe55c)
- change the period for getting prices from time + delta to time - delta to allow head record to be current (0379fc0)
- issue with cg api where cache was being corrupted with a specific query combo (7c90333)
- update stability fund sum by replacing materialized view #68 (a047e7b)
- update the token and pool series API so that 0 for end means most up to date #69 (0ee304e)
0.7.0 (2024-09-03)
0.6.4 (2024-07-22)
0.6.3 (2024-07-19)
- add another exception handler to make sure it crashes if there is any connection issue on session creation (7b8f5a3)
0.6.2 (2024-07-04)
0.6.1 (2024-06-28)
- add another CG hack - rm iusdc (46c74a2)
0.6.0 (2024-06-25)
- add icx burned series #44 (c2ec78b)
- add implied pool prices chart (7a2c735)
- add new collateral tokens (ce9bab4)
- add savings rate deposit series #45 (10d77d1)
- mark tokens as stable #47 (2efad23)
- add back the collateral method addresses (1594877)
- db init function (e7d9cbe)
- enable coingecko (69a0c33)
0.5.5 (2024-06-05)
- disable coingecko altogether (54295be)
0.5.4 (2024-06-05)
- release (fbe404c)
0.5.3 (2024-05-26)
- gecko hack (a92a6a7)
0.5.2 (2024-05-21)
- add better health check for cache (d5179ce)
- bump gecko cuttoff to 1000 (c028c31)
- make sicx the same as icx for coingecko -> wtf... (b664283)
- remove low liquidity pools from coingecko and cmc endpoints (d3147e3)
- sleep in cache for early requests (88b3777)
0.5.1 (2024-04-25)
0.5.0 (2024-03-21)
- add dex swaps endpoint (c9f8e66)
- add sort to endpoints limitted to 1k records which are now missing data (714a2b5)
- change order of cron - stats last (b14cd51)
- pool series mismatch #31 #29 (571fb9b)
- rm daily historical indexes and add ellipses to pks (86be747)
0.4.0 (2023-07-10)
0.3.5 (2023-05-09)
- switch order of series to newest to oldest (851d726)
- switch order of series to oldest to newest (c13374c)
0.3.4 (2023-05-09)
- issue with method series not showing (5e31d8c)
0.3.3 (2023-03-24)
- pkeys in daily historicals deleting records (3c6434d)
0.3.2 (2023-03-22)
- sorting of method endpoint (56cec88)
0.3.1 (2023-03-21)
- coingecko endpoint name: (eae6372)
0.3.0 (2023-03-20)
- add more method collectors for getTotalCollateralDebt (62e7ca1)
- add additional where condition in method utils (e369a0d)
0.2.0 (2023-03-16)
- add coingecko endpoints (354f1ab)
- decimals in contract methods cron (04d9ba4)
0.1.4 (2023-03-14)
- ci issue (8679f8b)
0.1.3 (2023-03-14)
- build (6467cc7)
0.1.2 (2023-03-13)
- pricing algorithm with inverse for path step (72574a6)
- timestamp for method_addresses cron for start block init (9436d3b)
0.1.1 (2023-03-09)
0.1.0 (2023-03-07)
- add contract method daily volumes worker (f48b706)
- add dex adds index (a699223)
- add new volumes endpoint and add retry mechanisms along with refactor (2765228)
- update all the crons (00b55b7)
- update token pricing scheme (685f049)
- api prefix (29af592)
- bad time conversion overflowing db int field (9b51f5e)
- change table name (b7ce3a4)
- datetime type hint on api and expose api (2e95213)
- dividends math (d7d1863)
- don't overwrite pool data (564e5c1)
- error with timestamp unit overflowing sql column (17e8818)
- non-indexed lookup issue (fbb8e78)
- quote_volume_* in pools and dividends (aa9a730)
- rebalance data in non indexed log (9137f87)