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

Remove the `AccountingService` from middleware, and make use of the accounting service from backend #2712

Closed koekiebox closed 1 month ago

koekiebox commented 1 month ago

ILP connector middleware is currently making use of its own AccountingService interface. The interface should be replaced with the accounting interface from: packages/backend/src/accounting/service.ts

See related:

https://github.com/interledger/rafiki/issues/2629

PR:

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

sabineschaller commented 1 month ago

Done with #2743