a3127af026
add: meta proxy
2022-05-31 11:35:49 +03:00
7fc0e0681b
feat: add admin/auth api
...
- jwt cookie based auth
- /auth
- admin/*
2022-05-30 17:24:59 +03:00
7bda44c169
add: (feat) individual token stats
...
- volume chart
- token holders
- token tx count
* minor refactors
2022-05-23 15:41:24 +03:00
f0690d62be
add: (feat) balances query api
...
- add address utils
- return uint64 for balances instead of float
2022-05-19 09:52:34 +03:00
d4506e6303
update: (dashboard-api) cors and sql limits
...
- add cors for core websites and dev env
- update sql query limit to 2 years
- enabled future cors for auth
2022-05-12 12:32:33 +03:00
128b15407a
server: init api server
...
- echo (https://echo.labstack.com/ ) as web framework
- carbon for auto date-range parsing
- add dashboard sql queries
2022-05-11 16:57:56 +03:00
6b71657e5b
sohail/update deps structure ( #5 )
...
* refactor: syncer structure
- move syncer jobs to internal dir
* refactor: queries struct and pkg updates
- update cic-go to latest
- separate sql queries by logic
* ci: add dependabot
2022-05-11 12:32:11 +03:00
9882a9ddc6
refactor: move pkg's out
...
- to cic_go
2022-05-06 16:53:57 +03:00
05ab865c63
add: token syncer
...
core:
- add koanf for runtime config loading
- cicnet connection must dial else panic
- add db connection init
- add goyesql for convenient querying
- add async tasker processor (scheduler, processor)
dev:
- add redis server to dev docker-compose
- update volume to prune-able local
2022-05-03 18:54:51 +03:00
e6651fc911
add: cicnet package
...
- query cicnet contracts
2022-04-29 11:09:25 +03:00
b7452778d5
project: init
...
- create dw db structure
- write remote syncer queries
2022-04-25 18:29:38 +03:00