jl777
4ede8a0893
Fix
7 years ago
jl777
48a3e9cb13
Activate gtc flag
7 years ago
jl777
a394834dbb
Fix
7 years ago
jl777
667b2e1f5a
Test
7 years ago
jl777
0a69b8bf76
Bob side fill
7 years ago
jl777
dfcbca6a12
Fix
7 years ago
jl777
5d41c71b58
Fix
7 years ago
jl777
2799ce8f92
New options hooks
7 years ago
jl777
4657d92e57
-print
7 years ago
jl777
855650a1a9
Print
7 years ago
jl777
99809f0d0f
Sync bob's waiting for alicepayment, by waiting for bob deposit
7 years ago
Artem Pikulin
ccc95df4e6
#84 Request ETOMIC from faucet when enable in electrum mode.
7 years ago
Artem Pikulin
437d9b23df
#82 Use prev ETH/ERC20 balance on portfolio in case of request error.
7 years ago
Artem Pikulin
b8890ba2e9
#80 Set ERC20 decimals upon coin enable to avoid repetitive requests.
7 years ago
Artem Pikulin
6db6af6fe4
#81 Add ETH address validation upon coin enable and eth_withdraw.
7 years ago
jl777
e9dd2d60bd
Autosplit .95/2/2/change
7 years ago
Artem Pikulin
79f7579e5a
#79 Add proper ETH address comparison based on cpp-ethereum code.
7 years ago
Artem Pikulin
c64228ba6b
#66 Possibly finish using only 1 ETOMIC for ETH/ERC20 trades.
7 years ago
Artem Pikulin
bfdf9a3265
#66 Possibly finish forcing 1 ETOMIC for ETH/ERC20 trades.
7 years ago
Artem Pikulin
7844891d1e
#75 Do not call ETH/ERC20 balance for disabled coins.
7 years ago
Artem Pikulin
b0d9e5f22b
#66 Do not forcefully use 1 ETOMIC for ETH/ERC20 trades yet.
7 years ago
Artem Pikulin
68c3a42eac
#73 Add more console logs when eth tx sends fails.
7 years ago
Artem Pikulin
963c8fcc7c
#66 Use only 1 ETOMIC for ETH/ERC20 trades instead of using 1:1 amount.
7 years ago
Artem Pikulin
9d35f61c0d
#66 hardcode 1 ETOMIC for all ETOMIC trades on order to test.
7 years ago
Artem Pikulin
1ff4621fde
#58 Add ETH/ERC20 avevolume/maxvolume to orderbooks.
7 years ago
Artem Pikulin
7eeb533b74
#71 Fix crash on failing ETH/ERC20 balance requests.
7 years ago
jl777
3227dc9142
+print
7 years ago
jl777
4302955f38
Remove dup
7 years ago
jl777
92db58605e
Add back 10 second connect()
7 years ago
jl777
8f478087bd
Fix
7 years ago
jl777
bc181dc041
LP_alicequery_clear();
7 years ago
jl777
4d3bb7d04e
Ifdef electrum connect timeout
7 years ago
jl777
8ff428b226
Unrevert
7 years ago
jl777
6d37c041db
Revert double send of request
7 years ago
jl777
c99b5d5f03
Revert connect timeout
7 years ago
jl777
c4c960ab8d
10 seconds connect
7 years ago
Artem Pikulin
245325e5a2
#70 Make instantdex_deposit method error more clear.
7 years ago
Artem Pikulin
869e57a8af
#69 Add ETH/ERC20 balance to LP_RTsmartbalance.
7 years ago
jl777
f93654ac75
-print
7 years ago
jl777
247600cbf6
PRLPAY
7 years ago
Artem Pikulin
adb2364056
#57 . Add "broadcast" parameter to eth_withdraw method.
7 years ago
DeckerSU
b17a01b384
fix (2) work with nonblocking socket for Windows
7 years ago
jl777
8c71bb2164
Fix !=
7 years ago
DeckerSU
1508814b3a
fix (?) work with nonblocking socket for Windows
read https://msdn.microsoft.com/en-us/library/windows/desktop/ms737625%28v=vs.85%29.aspx from:
With a nonblocking socket, the connection attempt cannot be completed immediately. In this case, connect will return SOCKET_ERROR, and WSAGetLastError will return WSAEWOULDBLOCK. In this case, there are three possible scenarios:
[Solution] Use the select function to determine the completion of the connection request by checking to see if the socket is writeable.
What exactly do we do below ... calls to `select`.
7 years ago
jl777
88fec8dcd3
Disable errno closing
7 years ago
jl777
f61ca0fc4f
Fix komodo_connect retail
7 years ago
jl777
c563ba96a6
Fix windows nonblack connect, thanks decker!
7 years ago
jl777
54079372af
Max coins -> 255
7 years ago
jl777
7c8cfd6e86
Disable parallel curl
7 years ago
jl777
b1287211ce
#define LP_MAXPRICEINFOS 512
7 years ago