interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
226 stars 77 forks source link

Review TigerBeetle integration based on current TigerBeetle release #2756

Open koekiebox opened 3 weeks ago

koekiebox commented 3 weeks ago

Rafiki already supports the production release (0.15.3) for TigerBeetle, but it would be a good exercise to revisit the way in which TigerBeetle is being used in Rafiki. The items would include:

See

https://docs.tigerbeetle.com/reference/requests/get_account_transfers https://docs.tigerbeetle.com/reference/account/#flagshistory https://docs.tigerbeetle.com/reference/requests/get_account_balances

PR

https://github.com/interledger/rafiki/pull/2776

koekiebox commented 1 day ago

I will be keeping this PR open, the next TB 0.15.4 will release this or next week, which will enable us to make use of the --development flag. In the meantime, I will get the remainder of the PR ready for review.