MGW in the news:
http://bitcoinmagazine.com/18567/multigateway-the-first-decentralized-crypto-currency-exchange/I am currently waiting on some tech from others before I can proceed debugging most effectively. So rather than be inefficiently debugging, I figured I would cleanup the MGW codebase and while doing that I thought I might as well integrate it into SuperNET API.
I got the deposit side coded and mostly debugged already, but the withdraw is always toughest...
Anyway, the MGW maintains what is very much like the private blockchains that the peer to peer Teleport needs, and I plan to leverage this code for InstantDEX order clearing also. I estimate that after the SuperNET API gets the MGW functions, the MGW servers will take less than 1000 lines of code. It will also allow anyone to setup their own multisig addresses for whatever they want to use it for, eg. escrow.
A bit unexpected to be doing this now, but turns out it will solve some of the pesky accounting things that needed to be done eventually, so that explains the big drop in github activity. Coding locally as it is a lot of code to be moving around and it is in an intermediate non-working state now
James