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
config
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
Dockerfile
Makefile
README.md
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.