-
It seems that `two_nodes_btp` test is unstable.
When it failed, I just reran.
https://circleci.com/gh/interledger-rs/interledger-rs/2641
Then it succeeded.
https://circleci.com/gh/interledger-rs…
-
-
Replicate the quick return logic found in the Rust implementation: https://github.com/emschwartz/interledger-rs/issues/92
The specific code in Rust is here (https://github.com/interledger-rs/interl…
-
While handling the latest 1.49 clippy lints in #667, there are at least two public instances of `Result` which are now nagged by clippy changing of which require a minor version bump:
- 2233dc97c61…
-
I think we can rename the `min_balance` variable to something like: `credit_limit`. It's slightly clearer I think.
`settle_to` could also be renamed to something more descriptive, not sure yet what…
-
#693 introduced fuzzing targets to some crates and in the interest of avoiding forever lasting PRs, I didn't fix all of the found issues. Current status at the end of the PR is:
* packet: address…
-
And add it to the docs:
https://www.postman.com/interledger/workspace/interledger/collection/22855701-92761441-6d0c-4fc6-aa04-73eccf6afd4c?action=share&creator=22855701
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
In our repo, https://gi…
-
It might be interesting to build a prototype of [Codius](https://codius.org/) + e-Invoicing.
We could apply for a https://www.grantfortheweb.org/apply grant (possibly in the "Web Monetization
API & …
-
We should consider getting rid of the `interledger-service::{IncomingService,OutgoingService}` traits and switching everything to [`tower-service`](https://github.com/tower-rs/tower/tree/master/tower-…