Maya Sharafian
Maya Sharafian
For now, you can force a new channel by setting a 'name' field in your moneyd config (More on that here: https://github.com/interledgerjs/moneyd-xrp#multiple-instances) We're working on patching the root of the...
That's because ilp-plugin-xrp-asym-server is a multi-plugin, which means it behaves as a minimal connector. So the connector is basically "peered" with an asym-server, to which the clients connect, rather than...
No, the forwarding vs. delivery distinction is based on whether the plugin ever asserts that something is the last hop (and then sets the transfer amount to match the destination...
Codius uses Moneyd so that it can receive payment for running contracts. Moneyd uses your XRP secret to make a payment channel to a connector. This lets you send payments...
I'm not saying that the connector middleware should have any concept of claims; I'm just saying that we should use an error code to distinguish error cases where money was...
I don't think we should be moving the balance logic out of the connector. It's already optional so there's no advantage to removing it and forcing all existing plugins to...
What connector are you using? In your `moneyd.json` there should be a "server" field with a URL in it. Can you post the hostname from there?
Ok, got it. @adrianhopebailie can you make sure that your server has `ilp-plugin-mini-accounts` version 3.4.8 and `ilp-plugin-xrp-asym-server` verson 1.4.6?
Thanks for reporting this! For the first two, it looks like those hosts are down. We're working on patching the CLI so that when hosts are down it will automatically...
Is this on the new version of the plugin?