Definitely getting tired...
I saw:
curl -k --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "SuperNET", "params": ["{\"requestType\":\"MGWdeposits\",\"actionflag\":\"-1\",\"handler\":\"mgw\",\"actionflag\":\"0\",\"specialNXT\":\"7117166754336896747\",\"rescan\":\"1\",\"coin\":\"BTCD\",\"asset\":\"11060861818140490423\",\"NXT0\":\"423766016895692955\",\"NXT1\":\"12240549928875772593\",\"NXT2\":\"8279528579993996036\",\"exclude0\":\"7581814105672729429\",\"exclude1\":\"13434315136155299987\",\"exclude2\":\"10694781281555936856\"}"] }' -H 'content-type: text/plain;'
https://127.0.0.1:4000/{"circulation":"7996.95900000","unspent":"8026.04805468","pendingdeposits":"0.00000000","deposits":[],"redeems":[{"redeemtxid":"467556451624104852","destaddr":"RMMEUFFSEN7gtcMciBumAaSAJ1fZVYhdS1","amount":"99.70000000"}, {"redeemtxid":"11782007374754530178","destaddr":"RTyHH3kiiUsGSJ1D2MTRhgzktLXKAdQQg8","amount":"86.00000000"}],"withdraws":[{"redeemtxid":"467556451624104852","destaddr":"RMMGbxZdav3cRJmWScNVX6BJivn6BNbBE8","amount":"0.02010000"}, {"redeemtxid":"11782007374754530178","destaddr":"RMMEUFFSEN7gtcMciBumAaSAJ1fZVYhdS1","amount":"99.68990000"}],"batchsigned":"01000000fea58e540223af8a8e471848f15e68c5c48071972db19bf2b4aff843b282693e402980985102000000b500483045022100ffe9c2ca8a20308850381b07afcc31c06b668d201a6e2ace785c489171e1931f02200886a93962213b90f7ae3e936f12506ec08edbf7ea587a239b4abb20bf2c13bc014c69522102a74f604c082576eabca43c5e901b8afe93f3b1e2590d6e880cbfa0898c0444ea2103e1bb6ea9a2d3febeb0ebf22b954d3316b58a37fd315b51964beb2f151b0776472102a60e3b5ddabc1606383a225aab476fb7be66f87041c5bf6b2a0a2dcbe53a3aa253aeffffffff56a5b19aaada0496780b1fbce72f7647da5f940883da7ee5d5774f673c6703c401000000b500483045022100a1db56d5c30f0273244a4743fa6f3981efeebcf3e927dc7bc557255279b3935e02205e603777275d3533e42b6c64a7aba9104d8b055c6b2c527b3713f4ec6fe4d8fa014c695221035827b3c432eb5a528a21657d36a1b61dd85078a6ba5f328bed2d928c173a46c421024ae5e013fda966cf8544025534012156f84a40a5672a894c42e144b0664202502102acdb9c782d499de9b98e8b166fc22bd68895e2293cb49e4a2e071f1254d1a7aa53aeffffffff0490ab1e00000000001976a9148466f34f39c23547abf922d422e3e5322fdf156588ac30b73252020000001976a91484652b7f7000095ae0391302ce9e2d4449f709f688acb02c8a00020000001976a914cd073e0a5d4225f2577113400c3abf9ac1ad2cc488acdba94f930400000017a9140a45720c0a3e8cbb76dfbc789c4c73e77f681a308700000000","cointxid":"f4324147469f092768a59d4da0d575a6fcd507d03141484a9bb46f7c08da7e63","AMtxid":"10522040622539461566","crcs":[548618282, 548618282, 548618282],"numredeems":2,"pending_withdraw":"185.69990000"}
But I missed the "cointxid":"f4324147469f092768a59d4da0d575a6fcd507d03141484a9bb46f7c08da7e63","AMtxid":"10522040622539461566"
so I spent 2 hours trying to get the withdraw to work, but it couldnt find any withdraws to do. Since the AMtxid and cointxid is the signal that the withdraws were sent, that kind of makes sense.
So, at long last DG mgwBTCD is caught up. It is a horribly inefficient process as it is as there are some reliability issues with the UDP packets, but that is on my list next to address. Also, you have to run the command one server at a time and the third server that got the broadcasts of the other two has all the data needed to verify consensus and get the signatures.
I am just too tired to debug the bridge modes, so doing it all easy from a remote node is going to have to wait. But this data transfer reliability issue simply has to be fixed as it is causing bugs all throughout the system.
James
tldr: mgwBTCD is all caught up, plz post if you have a pending tx