Skip to content

Latest commit

 

History

History
273 lines (139 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

273 lines (139 loc) · 15.4 KB

Changelog

0.8.3 (2024-11-12)

Bug Fixes

  • session management connection issue (0b53def)

0.8.2 (2024-11-11)

Bug Fixes

  • fastapi type validation issue (87747ae)

0.8.1 (2024-11-11)

Bug Fixes

  • broken query from sqla upgrade (a8414e5)

0.8.0 (2024-11-05)

Features

  • add last datapoint for pool and token series #69 (7baeef4)
  • add stability fund balances #66 (fd1fa64)
  • bump pydantic, sqlmodel, and fastapi (e3fc2cc)

Bug Fixes

  • 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)

Features

0.6.4 (2024-07-22)

Bug Fixes

  • add exception handler for new tokens that have no swaps #62 (c85e744)

0.6.3 (2024-07-19)

Bug Fixes

  • 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)

Bug Fixes

  • add better logging handler from potentially changed pools #58 (746c7c3)

0.6.1 (2024-06-28)

Bug Fixes

  • add another CG hack - rm iusdc (46c74a2)

0.6.0 (2024-06-25)

Features

Bug Fixes

  • add back the collateral method addresses (1594877)
  • db init function (e7d9cbe)
  • enable coingecko (69a0c33)

0.5.5 (2024-06-05)

Bug Fixes

  • disable coingecko altogether (54295be)

0.5.4 (2024-06-05)

Bug Fixes

0.5.3 (2024-05-26)

Bug Fixes

0.5.2 (2024-05-21)

Bug Fixes

  • 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)

Bug Fixes

0.5.0 (2024-03-21)

Features

Bug Fixes

  • 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)

Features

  • add token/circulating-supply endpoints (2db9be0)
  • add tokens/prices endpoint (43f71d7)

0.3.5 (2023-05-09)

Bug Fixes

  • switch order of series to newest to oldest (851d726)
  • switch order of series to oldest to newest (c13374c)

0.3.4 (2023-05-09)

Bug Fixes

  • issue with method series not showing (5e31d8c)

0.3.3 (2023-03-24)

Bug Fixes

  • pkeys in daily historicals deleting records (3c6434d)

0.3.2 (2023-03-22)

Bug Fixes

  • sorting of method endpoint (56cec88)

0.3.1 (2023-03-21)

Bug Fixes

  • coingecko endpoint name: (eae6372)

0.3.0 (2023-03-20)

Features

  • add more method collectors for getTotalCollateralDebt (62e7ca1)

Bug Fixes

  • add additional where condition in method utils (e369a0d)

0.2.0 (2023-03-16)

Features

  • add coingecko endpoints (354f1ab)

Bug Fixes

  • decimals in contract methods cron (04d9ba4)

0.1.4 (2023-03-14)

Bug Fixes

0.1.3 (2023-03-14)

Bug Fixes

0.1.2 (2023-03-13)

Bug Fixes

  • pricing algorithm with inverse for path step (72574a6)
  • timestamp for method_addresses cron for start block init (9436d3b)

0.1.1 (2023-03-09)

Bug Fixes

  • ci make command: (e1b5198)
  • timestamp for initializing the method series (a8a7f5d)

0.1.0 (2023-03-07)

Features

  • 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)

Bug Fixes

  • 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)