Ralph Pichler
Ralph Pichler
Right now if the user experience for entering the initial deposit amount on the first start with `Swap` enabled is subpar. A few things that should improve: * The error...
The transaction scheduler will provide a mechanism to reliably be notified of a cashing transactions result. The question is what do we do when we are notified. The obvious: *...
If a node terminates after sending a transaction or before enough confirmations have been reached we should continue monitoring this transaction after it restarts.
> A crashing or terminating node issue should be handled IMHO. It is bad design if this leads to problems. There should be some sanity check for example when rebooting...
To avoid nonce issue deposits should also use the transaction queue once it is implemented.
Sometimes the node tries to send transaction to the swap chequebook with a too low transaction nonce. This happens in tests (at least simulation tests) and has also been observed...
In case of chain forks there might be issue concerning replay of transactions on chequebooks or factories deployed to the same addresses. Or cheques being cashed on another chain. Todo:...