microraiden
microraiden copied to clipboard
Example: https://github.com/raiden-network/microraiden/issues/138#issuecomment-347636141 > Please include failure cases/fault tolerance schemes! (receiving node offline, contestation trees, etc) - installation issues (node-gyp and local python2..) - WebUI browser restart (or disable/reenable MM) after...
- [ ] add commandline argument `--network=` to the proxy - [ ] make sure correct address of default contract is used - [ ] check if the ethereum node...
This should be closed when the EIP712 is finalized and we update our implementation. The EIP712 saga You can find info about the standard here: https://github.com/ethereum/EIPs/pull/712 Last known status before...
Agenda Part 1: Proxy & channel manager code overview November 27th, 2017. Discuss scenarios 1. Receiver should stop providing resources to the client after sending a `closing signature` - receiver...
My understanding is, that the current implementation of the paywall proxy can only handle one request/payment at a time. The payment requirement is checked against the latest balance proof, so...
This is an extension to the 1st bullet point of #99 I would like to propose that instead of having a `setLatestVersionAddress()` function to let all old contracts know what...
## Problem contract & token addresses are hardcoded in the `config.py` file, making it difficult to switch between networks. ## Proposal Something like a config singleton that will return proper...
Use cases where a payment must come with some signed extra data?