-
In order to allow senders to know when a STREAM credential expires, the SPSP response should contain an extra piece of meta-data to indicate when the credentials will expire. In addition, the Receiver…
-
**Issue Description:**
I would like to contribute to this repository by enhancing the README.md for improved clarity and aesthetics. My suggestion is to add emojis to the existing headings in the REA…
-
**Short summary**:
A `chain_id` larger than 255 does not work and results in an `invalid sender` error when trying to settle.
**Commit hash or branch**:
`master` / `0f13e34f000163ce759be0fd037f…
-
In trying to setup an account that would prefund its peer, I couldn't find any documentation on what a positive/negative balance represents or how I should set the `settle_to`, nor what units I should…
-
> Edit config/server.js, config/client1.js and config/client2.js
This is pretty tedious. Can we automate that?
> npm install michielbdejong/ilp-node#62a7979
Maybe mention that's only if you d…
-
[§ 1. The Impossible, Inescapable Reform of Advertising](https://darobin.github.io/garuda/#the-impossible-inescapable-reform-of-advertising):
> _“While other business models do exist and…
tripu updated
3 years ago
-
We may want to specify the padding for base64URL encoding in https://interledger.org/five-bells-condition/spec.html.
From [rfc4648](https://tools.ietf.org/html/rfc4648) :
```
In some circumstances,…
-
Found by @inacali in https://github.com/interledger/five-bells-condition/issues/51
If you run the following and leave out the message from the second to last line you'll see a `ValidationError: Inval…
-
### What it does
It warns about wrapping an `IntoIterator` (concrete example: `Option`) with `std::iter::once`. I'd say this is an antipattern because for example the `Option` already implements `…
-
Currently, this module waits for the response to each Prepare packet before sending the next one. If the path can support sending multiple packets at the same time, the module should fire off as many …