DeckerSU
6739b34ce5
added marketmaker_build_depends.cmd script
(git and cmake installed are required)
script will automatically download and build all needed *.lib and *.dll
for build marketmaker.
currently script built only 64-bit Release versions of *.lib and *.dll,
pthread_lib.lib is compiled for statically linked and nanomsg.lib and
libcurl.lib for using with dlls: libcurl.dll and nanomsg.dll .
Later i will improve it to build both 32-bit and 64-bit versions, and
versions for static linking marketmaker without any external deps. But
this will take time and some work on MSVC project files (marketmaker.vcxproj
and marketmaker.sln).
7 years ago
jl777
b87a6494bc
Log req-quote in too late and unspendable msg
7 years ago
jl777
fa29d5d1fe
estimatesmartfee
7 years ago
jl777
86bf0a0e76
Merge pull request #597 from lukechilds/fix-mm-build
Fix mm build
7 years ago
jl777
3610971d0b
Allow sha256(passphrase) to be used as userpass
7 years ago
jl777
1f303d797d
Revert default passphrase
7 years ago
DeckerSU
2d6a7c5e53
Merge branch 'dev' of https://github.com/jl777/SuperNET into dev-decker-dev
7 years ago
Luke Childs
f66fa86c64
Use dynamic nanomsg by default. Build static on macOS
7 years ago
Luke Childs
715b02ea4f
Add shebang to m_mm
Otherwise /bin/sh will be inferred which will cause errors as this
script uses bash features such as "[[".
7 years ago
jl777
4d20d4a35a
Splitfunds test
7 years ago
jl777
73120ed2da
Activate ETH mainnet
7 years ago
jl777
c5665fcec9
Use base/rel instead of autxo->coin
7 years ago
jl777
a02cc7c963
Debug print
7 years ago
jl777
c2d500708e
Mainnet toggle
7 years ago
jl777
cfc520a50d
Print
7 years ago
jl777
366226844f
Fix ETH as alice
7 years ago
jl777
b32516609e
Test
7 years ago
jl777
a934476229
Require DB/* are writable, else fatal error
7 years ago
jl777
722581f687
ZEL
7 years ago
jl777
772ede8b91
-print
7 years ago
jl777
b88d14519b
wait for swap, even if error
7 years ago
jl777
faa1a9d563
-prints
7 years ago
jl777
19b93b1706
Tweak margins
7 years ago
jl777
fbdba8d564
Add newline
7 years ago
jl777
94eb6fa7ac
Sleep to delay sandman
7 years ago
jl777
32eecf6a49
Sendmany reactivated in airdropH
7 years ago
jl777
60346144ff
-bobetomic
7 years ago
jl777
ab7914b8e2
Test
7 years ago
jl777
f064c1800d
Test
7 years ago
jl777
76c2dcf6f7
Test
7 years ago
jl777
c94345b460
Test
7 years ago
jl777
b9895d322a
Test
7 years ago
jl777
ecf367517d
BTC airdropH
7 years ago
jl777
fc3033619c
Bobtomic
7 years ago
jl777
849ae3c100
Skip first api return
7 years ago
jl777
2d88a063d9
Test
7 years ago
jl777
825290036c
Test
7 years ago
jl777
e27eb90084
Test
7 years ago
jl777
fe5da7ef0a
Merge pull request #595 from artemii235/etomic
Got working ETH swaps. Many additional checks are required.
7 years ago
jl777
fceb8c07d3
PIVX
7 years ago
Artem Pikulin
753a1aac7e
Add ERC20 bob deposit/payment. Bob spends alice payment only when alicetomic not empty.
7 years ago
Artem Pikulin
9ee7f40746
Remove LP_swap_remember persistentPrivKey field.
7 years ago
Artem Pikulin
733ba0c52c
Add 107 instead of 75 to datalen. ETH txid was added.
7 years ago
Artem Pikulin
222584f497
Fix remember bobtomic/alicetomic.
7 years ago
Artem Pikulin
84385107f4
Add methods for reclaim/refunds. Stop put persistent privkey to file.
7 years ago
Artem Pikulin
e699a75bf2
Remove Bob double payment send. Fix Alice spend.
7 years ago
Artem Pikulin
3511f9aeeb
Fix warnings.
7 years ago
Artem Pikulin
00c6897902
Send ETH payments and deposits inside sendrawtx.
7 years ago
Artem Pikulin
64e84d610b
Exchange ETH txids.
7 years ago
Artem Pikulin
3e0f8255f0
Exchange ETH txids.
7 years ago