Dagur Valberg Johannsson
|
e38eaaa26c
|
Add BCMR indexer
This adds BCMR indexer, including downloading and parsing the actual
BCMR files.
|
2024-05-27 11:56:35 +02:00 |
|
Dagur Valberg Johannsson
|
49730f27ca
|
chore: Fix clippy issue
|
2024-05-06 11:18:05 +02:00 |
|
Dagur Valberg Johannsson
|
c2bb75b375
|
bugfix: Don't list old APY state
|
2024-05-04 19:45:13 +02:00 |
|
Dagur Valberg Johannsson
|
98ab9a81b3
|
bugfix: List most recent pool utxos
|
2024-04-15 23:05:06 +02:00 |
|
Dagur Valberg Johannsson
|
bce825c91b
|
bug: sql syntax error
|
2024-04-04 08:09:05 +02:00 |
|
Dagur Valberg Johannsson
|
4ef2257f5d
|
Merge branch 'add-rpc' into 'master'
Add more rpc endpoints
See merge request riftenlabs/riftenlabs-indexer!5
|
2024-04-04 06:08:07 +00:00 |
|
Dagur Valberg Johannsson
|
76f0dcdb31
|
rpc: List pools by token and pkh
|
2024-04-03 21:45:18 +02:00 |
|
Dagur Valberg Johannsson
|
a53782d035
|
Add cashaddr support
|
2024-04-03 21:45:18 +02:00 |
|
Dagur Valberg Johannsson
|
17f0d6017f
|
Add contract count for specific token
|
2024-04-03 21:44:42 +02:00 |
|
Dagur Valberg Johannsson
|
1b38f65224
|
Add 'valuelocked' endpoints
|
2024-04-03 21:44:42 +02:00 |
|
Dagur Valberg Johannsson
|
03a149e29a
|
Merge branch 'rename' into 'master'
rename binary
See merge request riftenlabs/riftenlabs-indexer!4
|
2024-04-03 19:44:26 +00:00 |
|
Dagur Valberg Johannsson
|
519c442e34
|
rename binary
|
2024-04-02 14:07:30 +02:00 |
|
Dagur Valberg Johannsson
|
3dc1a695d5
|
Merge branch 'price' into 'master'
api: current price
See merge request riftenlabs/riftenlabs-indexer!3
|
2024-04-02 11:24:36 +00:00 |
|
Dagur Valberg Johannsson
|
b80b1144da
|
api: current price
|
2024-04-02 13:17:25 +02:00 |
|
Dagur Valberg Johannsson
|
c8ca5cc698
|
Add volume endpoint
|
2024-03-21 11:15:44 +01:00 |
|
Dagur Valberg Johannsson
|
e52314c138
|
rpc: Add contract count
Fixes #2
|
2024-03-18 12:34:46 +01:00 |
|
Dagur Valberg Johannsson
|
a4c194ff3e
|
Enable foreign key pragma with every connection
|
2024-03-14 15:00:38 +01:00 |
|
Dagur Valberg Johannsson
|
21a57554f8
|
Add sqlite connection pool
|
2024-03-14 12:14:55 +01:00 |
|
Dagur Valberg Johannsson
|
ca6fd42cbd
|
Fix wrong license in Cargo file
License was changed with commit b6eae5bdfa
|
2024-03-14 11:38:11 +01:00 |
|
Dagur Valberg Johannsson
|
efe1618611
|
README: contributors license
|
2024-03-14 10:54:44 +01:00 |
|
Dagur Valberg Johannsson
|
0561576450
|
Add linters
|
2024-03-14 10:54:44 +01:00 |
|
Dagur Valberg Johannsson
|
1c817c8cfd
|
Add support for calculating pool APY
|
2024-03-14 10:54:33 +01:00 |
|
Dagur Valberg Johannsson
|
1912b18f8d
|
Handle orphaned blocks
|
2024-03-01 09:49:40 +01:00 |
|
Dagur Valberg Johannsson
|
5c4907ff8f
|
Merge branch 'mempool' into 'master'
Track transactions in the mempool
See merge request riftenlabs/riftenlabs-indexer!2
|
2024-02-16 14:15:59 +00:00 |
|
Dagur Valberg Johannsson
|
cd22aa8d70
|
Track transactions in the mempool
|
2024-02-16 14:18:41 +01:00 |
|
Dagur Valberg Johannsson
|
168670c9bf
|
Support block reorgs
|
2024-02-14 11:11:16 +01:00 |
|
Dagur Valberg Johannsson
|
861ce15a39
|
bugfix: prices in wrong interval
|
2024-02-06 13:58:50 +01:00 |
|
Dagur Valberg Johannsson
|
1d5f4a845c
|
history: Remove empty intervals from result
|
2024-02-06 11:47:17 +01:00 |
|
Dagur Valberg Johannsson
|
0be0cd8b63
|
Add price history API call
|
2024-02-05 16:32:42 +01:00 |
|
Dagur Valberg Johannsson
|
b6eae5bdfa
|
use AGPL
|
2024-02-05 16:32:27 +01:00 |
|
Dagur Valberg Johannsson
|
d0a8c49ec4
|
Include all tokens with liquidity in list
When listing tokens, include all tokens with liquidity, also those
without volume last 30 days.
|
2024-01-20 20:38:13 +01:00 |
|
Dagur Valberg Johannsson
|
b8943fb48d
|
Add CORS
|
2024-01-19 14:38:31 +01:00 |
|
Dagur Valberg Johannsson
|
b4305a07de
|
rpc: list_tokens update
Improve volume calculation; add additional fields
|
2024-01-19 14:03:23 +01:00 |
|
Dagur Valberg Johannsson
|
2387888017
|
Add call to list token by utxo volume
UTXO volume is a decent proxy for token activity.
|
2024-01-19 11:28:49 +01:00 |
|
Dagur Valberg Johannsson
|
703eb3dfba
|
Merge branch 'ci' into 'master'
Add CI
See merge request riftenlabs/riftenlabs-indexer!1
|
2024-01-05 13:30:00 +00:00 |
|
Dagur Valberg Johannsson
|
0a07407546
|
Format fixes
|
2024-01-05 14:21:50 +01:00 |
|
Dagur Valberg Johannsson
|
61157dd65a
|
Add CI
Add basic CI build. Also, move tvl route to /cauldron/
|
2024-01-05 14:19:21 +01:00 |
|
Dagur Valberg Johannsson
|
69405d035a
|
Initial commit
|
2024-01-05 13:59:11 +01:00 |
|