jl777 / libjl777

Other
17 stars 21 forks source link

[win32] InstantDEX agent has a limited set of methods #14

Open blackyblack opened 9 years ago

blackyblack commented 9 years ago

InstantDEX methods.(["msigaddr", "bid", "ask", "makeoffer3", "respondtx"]) from SuperNET console.

jl777 commented 9 years ago

this is not a bug

blackyblack commented 9 years ago

define INSTANTDEX_LOCALAPI "allorderbooks", "orderbook", "lottostats", "LSUM", "makebasket", "disable", "enable", "peggyrates", "tradesequence", "placebid", "placeask", "orderstatus", "openorders", "cancelorder", "tradehistory"

define INSTANTDEX_REMOTEAPI "msigaddr", "bid", "ask", "makeoffer3", "respondtx"

Looks like localapi path disabled in Windows.

blackyblack commented 9 years ago

Tested with bitcoindarkd build. Found that extended set of methods is supported with RPC call. I think RPC calls and console calls should be unified...