George Roman
George Roman
@dora-gt Can you remember why the `Error decrypting Unspecified` error was triggered? I'm running into the same issue (followed by `interledger_stream::server: Unable to parse data, rejecting Prepare packet`) and some...
No worries, I’ll look into it by myself and let you know if I manage to address it. On Mon, 20 Jul 2020 at 07:00, Taiga Nakayama wrote: > @georgeroman...
@dora-gt I just managed to fix the issue. I was issuing a payment involving three ILP nodes (as in the [`eth-xrp-three-nodes`](https://github.com/interledger-rs/interledger-rs/tree/master/examples/eth-xrp-three-nodes) example) but I was only setting the exchange rates...
@Eijebong Besides rebasing, is this work finished?
Sorry, I somehow missed your response. There were some tests in https://github.com/servo/servo/pull/23229 that failed due to this issue (https://github.com/servo/servo/pull/23229#issuecomment-484605716). Would it be possible to rebase so that this can get...
I've got the same issue, while the warning doesn't bother me, it's a bit annoying having to refresh the webpage in order for `account` to be non-null after calling `activateBrowserWallet`.
Hey everyone, any updates on this?
Nice, a few questions / notes: - How does the new migration logic handles the old migrations (which I see were ported over)? Ideally it will skip them and only...
This is probably coming from the chain you're deploying to not supporting the `PUSH0` opcode, which the canonical Seaport 1.6 deployment uses. You can either wait until the chain adds...