Ulrich Petri
Ulrich Petri
Basic capability publishing support as been implemented via #6482. Now this needs to be done so wen can take advantage.
Yes please, our log levels are all over the place.
Can you try manually doing a curl request to both of the PFS' info endpoints from the SP server (ideally from within a docker container)? I had some slowness when...
Ah we crossed messages. Looks like it hangs after the PFS info request. So then that's likely not the problem.
One more option we discussed: - [ ] Add a soft-restart feature that would allow the client to self restart from the outer layer (cli) in case of an exception,...
@istankovic Because we've heavily modified it via method overrides (and in some cases where no suitable method override was possible by copying code into and then modifying it in our...
That would only solve the idempotence issue, not how notifications get removed. I agree with @manuelwedler that their lifecycle should be managed from where they were created.
See https://github.com/raiden-network/light-client/issues/2730#issuecomment-847734343
# Issues / ideas from Augusto offboarding - Smart Contracts: - Use libraries to avoid copying code and allow bigger code size - Don't re-deploy secret registry for the same...
Yes, you should never delete a node DB, *unless* you delete the DB of **all** nodes involved in a channel. But even then a withdraw could still be invalid if...