cspr-rad / kairos

Apache License 2.0
2 stars 0 forks source link

Data availability #124

Closed Rom3dius closed 1 month ago

Rom3dius commented 2 months ago

Stores withdrawals, transfers and deposits in a single postgresql table. Allows to query for a maximum amount of 500 transactions, using the following filters:

Timestamp is created right before insert.

Testing needs work, tests currently fail because test setup is synchronous but pool setup needs async runtime. And of course the missing database. This is the current testing connection string: postgres://kairos:kairos@localhost/kairos

koxu1996 commented 1 month ago

Superseded by https://github.com/cspr-rad/kairos/pull/147.