Kincaid O'Neil
Kincaid O'Neil
To protect against malicious receivers, I think the STREAM client needs to always check the rate against an external provider. This would make specifying the destination amount much more secure,...
Also... when/if we add that exchange rate logic, we _definitely_ need to fix this: https://github.com/interledger-rs/interledger-rs/blob/master/crates/interledger-stream/src/client.rs#L121 Right now intermediary connectors can steal ALL the money!
Might be a useful endpoint, but I'm very skeptical of using probing for determining the exchange rate while the network is in its infancy: it's very easy for intermediaries to...
> We keep the global spread set by the operator, and we add an optional per-account spread which will get used instead of the default if present. 👍 > I...
I think more customization of spreads will eventually be necessary (use cases above), but we should wait for more feedback before implementing. --- Averaging the spread of the two accounts...
As Evan noted, we agree that whatever app is used to connect to Interledger should support multiple uplinks simultaneously, for different currencies. We've been working on an SDK and desktop...
I feel like we're conflating two separate things. While today spawning a new "account" instantiates a plugin and middleware stack (in the connector refactor), it's conceivable that it could load...
> I'd recommend reverting the 1.0.0 bump and going ahead with the next released versions being 0.x series. crates.io doesn't have any 1.0 crates nor does dockerhub, at least as...
[The peering doc](https://github.com/interledger-rs/interledger-rs/blob/master/docs/peering.md#payments-and-settlement-related-parameters) is more helpful, but still not great, and isn't linked from the README
> when the STREAM server fulfills the packet, the NodeA balance would be increased by 100, back to 0 This behavior seems incorrect. FULFILLs should only increase the balance on...