Maximilian Langenfeld

Results 21 comments of Maximilian Langenfeld

The webui-api-docs should go to the main docs anyway. I'll look into this and see how to integrate it in sphinx.

This looks promising how to integrate in sphinx: - Creating custom URL-Rules with [typedoc-plugin-sourcefile-url](https://github.com/gdelmas/typedoc-plugin-sourcefile-url) if neccessary for compilation of the `.md` files - use `recommonmark` Markdown-parser plugin for sphinx

Unfortunately ---^ is not easily integratable in sphinx. Best solution would be to modify the [typedoc-markdown-theme](https://github.com/kimamula/typedoc-markdown-theme) and let it output `.rst` files with appropriate `toc-tree` and `:doc:`-link directives inserted. This...

Before we have come up with a solution (also for the js-docs), I will just reference the README files with it's absolute GitHub URL.

Some analysis to move this forward: ## Role: Mediator #### Phase 1: mediate / refund incoming LockedTransfer: `ActionInitMediator -> mediator.handle_init( ) -> MediatorTransferState` |event| receiver| address from? | associated state|...

## Suggestion / plan-to-action To summarise some ideas and plan on how to move forward, I gathered some information / ideas below. Some of this is already implemented or was...

This was implemented (with a little bit different architecture than planned) in #6906. Currently the aforementioned non-time-critical messages (SendWithdrawRequest) do not explicitly query the PFS for a user, but hand...

We decided to deprecate `armv7l` and `aarch64` builds for now, correct?

@agatsoh thank you for your input. Could you clarify on what you mean by "dirty" node? Do you happen to still have the actual log-file (JSON format) instead of the...

The PFS knows about it, but it does not enforce relative `reveal_timeout` synchronisation between the nodes. Also, the Lock-expiration is not chosen by the PFS (please correct me if I'm...