Jorian
Jorian
Swaps that fail are not recognized by the GUI. This has been a change from mm1.0; in mm1.0 there wasn't a clear way to tell that a swap had failed....
mm2.0 has a [RPC](https://developers.komodoplatform.com/basic-docs/atomicdex/atomicdex-api.html#cancel-all-orders) to cancel all open orders. A button to cancel all open orders for all pairs, preferably in the separate Open Orders section here: 
v0.1.0-alpha.10 Console log: ``` index.js:29 Error: Unsupported state or unable to authenticate data at StreamCipher._final (authCipher.js:92) at StreamCipher.CipherBase._finalOrDigest (index.js:76) at checkNative.then.res (decrypt.js:75) at ``` Getting this while logging in. UI...
The input that is put in on this screen: Should be cleansed of any non-valid IP-address character transgressions. Possible solution: use a regular expression to clean the input.
I have this strange behaviour with a Discord bot that I'm currently making. For a cryptocurrency project, I am using rust-jsonrpc as a client to query that cryptocurrency's blockchain. It...
When typing a payload in the Debug window, the letters c and v (lowercase and uppercase) do not work. Also, traversing a payload with the arrow keys left and right...