diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 931906904..f5ca48945 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -20,14 +20,15 @@ // marketmaker // // new features: +// -check for completed one being spent +// make remember remember // sign, spv check // bittrex balancing // stats - -// -detect port conflicts on enable -// -check for completed one being spent -// -prevent autxo reuse -// -add extra hash to keypair25519 +// so alice doesnt detect swap complete and electrum doesnt get .finished after swapstatus. ok, seems like an electrum tx construction/detection issue in the swapstatus path and some wonkiness with SWAP complete detection in general. I need to cleanup that logic a lot +// gettxout mempool a few other local network calls +// electrum cache for blockchain.transaction.get +// scan history for electrum after swap // unduplicated bugs: // swap cancel should cleanly cancel diff --git a/iguana/exchanges/electrums b/iguana/exchanges/electrums index 06efc8f02..43b4d8811 100755 --- a/iguana/exchanges/electrums +++ b/iguana/exchanges/electrums @@ -1,5 +1,6 @@ -ource userpass +source userpass +curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"electrum\",\"coin\":\"REVS\",\"ipaddr\":\"173.212.225.176\",\"port\":50050}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"electrum\",\"coin\":\"CHIPS\",\"ipaddr\":\"173.212.225.176\",\"port\":50076}" curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"electrum\",\"coin\":\"ARG\",\"ipaddr\":\"173.212.225.176\",\"port\":50081}"