wormhole-explorer/jobs
agodnic 0ec1cb86e2
Use decimals instead of floats in price cache (#362)
## Description

Previously, the notional cache was using the `float64` type to manipulate price data. Since floating point types can't represent price data accurately, this commit changes the codebase to use a lossless representation (i.e.: `decimal.Decimal`).
2023-05-31 16:24:40 -03:00
..
cmd Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
config Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
internal/coingecko Use decimals instead of floats in price cache (#362) 2023-05-31 16:24:40 -03:00
jobs Remove duplicated code in token database (#356) 2023-05-30 11:14:19 -03:00
.gitignore Add 24h volume to scorecards (#274) 2023-05-04 20:17:03 -03:00
Dockerfile Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
Makefile Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
README.md Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
go.mod New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00
go.sum New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00

README.md

Jobs

This component contains the jobs to be scheduler.