chris-belcher
9e88e865d8
Add signed donation addresses to README
...
Also added my pgp pubkey and some text promoting the donations.
7 years ago
AdamISZ
90607ed961
Merge #262 : Allow more specific --python targets for install.sh
...
5ac3aae Allow more specific --python targets for install.sh (Kristaps Kaupe)
7 years ago
AdamISZ
26b1946716
Merge #263 : Don't show password when loading wallet in JoinmarketQt
...
51a257f Don't show password when loading wallet in JoinmarketQt (Kristaps Kaupe)
7 years ago
Kristaps Kaupe
51a257f288
Don't show password when loading wallet in JoinmarketQt
...
Wrong parameter name, guess a bug introduced with 8e5826d4ea .
7 years ago
Kristaps Kaupe
5ac3aae565
Allow more specific --python targets for install.sh
...
Now you can specify not only python2/python3, but also
python3.4/python3.6/etc...
7 years ago
AdamISZ
83a126306a
remove unused bci.py module
7 years ago
AdamISZ
ed99e8840d
Merge #257 : Remove unused regex based type detection
...
c541b01 Remove unused regex based type detection (James Hilliard)
7 years ago
AdamISZ
fefa1ad8a9
Merge #249 : Write pid to wallet lockfile, display it when lock already in place
...
585d2f9 Write pid to wallet lockfile, display it when lock already in place (Kristaps Kaupe)
7 years ago
AdamISZ
46e65ba7ae
Merge #252 : adapt install.sh for Qt with python3
...
0d1981e adapt install.sh to Qt with python3 (fivepiece)
7 years ago
AdamISZ
9aa229fbaf
Merge #258 : require minimum bencoder.pyx version
...
9799f2c require minimum bencoder.pyx version (undeath)
7 years ago
fivepiece
0d1981eb55
adapt install.sh to Qt with python3
...
* use python3 with Qt in travis native host
* install Qt on dockers
* update readme
7 years ago
undeath
9799f2c617
require minimum bencoder.pyx version
7 years ago
James Hilliard
c541b012c3
Remove unused regex based type detection
7 years ago
Kristaps Kaupe
585d2f9033
Write pid to wallet lockfile, display it when lock already in place
7 years ago
AdamISZ
5d6825bfb1
Fix bug in convert_old_wallet after Py3 upgrade
...
In the Python3 compatibility upgrade, jmbase.support.getpassword
was changed and now returns bytes, therefore the password should
not be utf-8 encoded in the function decrypt_wallet_data. Without
this change, the conversion script errors; this fixes that error.
7 years ago
AdamISZ
b49128202f
Merge #251 : release notes and docs for 0.5.0
...
a475b3b release notes and docs for 0.5.0 (AdamISZ)
7 years ago
AdamISZ
a475b3b854
release notes and docs for 0.5.0
7 years ago
AdamISZ
bcc662cf30
Merge #250 : fix crash on IRC notice with non-ascii characters
...
9ce9ee5 fix encode crash on irc notice (undeath)
7 years ago
AdamISZ
d7a2b6b5a8
regtest: fix wallet load in Qt
7 years ago
AdamISZ
9fe7fd83a6
update install instructions in README for new JoinmarketQT install
7 years ago
AdamISZ
5907cc253a
Merge #248 : Convert JoinmarketQt to PySide2, qt5reactor
...
8e5826d Convert JoinmarketQt to PySide2 (AdamISZ)
7 years ago
undeath
9ce9ee5fec
fix encode crash on irc notice
7 years ago
AdamISZ
8e5826d4ea
Convert JoinmarketQt to PySide2
7 years ago
AdamISZ
1033b6428e
remove unused locks from global config
7 years ago
undeath
3ae5bffed6
fix TestMakerClientProtocol failing with py3 (2)
7 years ago
undeath
12705b5e72
fix TestMakerClientProtocol failing with py3
7 years ago
AdamISZ
94c158013b
Merge #245 : add basic test case for JMMakerClientProtocol
...
a43eceb add very basic JMMakerClientProtocol test (undeath)
d33cc5c clean up Maker interface (undeath)
7 years ago
AdamISZ
d71efb6894
Merge #243 : remove slowaes
...
42060db remove slowaes (undeath)
7 years ago
AdamISZ
19fbef1fa0
Fix nondeterministic failure in test tumbler tweak
...
Prior to this commit, the test function test_tumble_tweak in
jmclient/test_schedule.py would occasionally fail due to the
creation of a schedule with less than 7 transactions, resulting
in an index error when trying to tweak the remaining schedule
entries (of which there were none). Here we bump the number of
mixdepths to make this probabilistically infeasible.
7 years ago
undeath
42060db090
remove slowaes
7 years ago
AdamISZ
e70519a728
Merge #241 : Convert jmclient to py3 style
...
6dc3504 Convert jmclient to py3 style (James Hilliard)
7 years ago
James Hilliard
6dc3504f8a
Convert jmclient to py3 style
7 years ago
undeath
a43eceb026
add very basic JMMakerClientProtocol test
7 years ago
undeath
d33cc5c6a8
clean up Maker interface
7 years ago
AdamISZ
3d0c2bebd3
Merge #238 : Override system libsecp256k1 for coincurve
...
214dbf3 override system libsecp256k1 for coincurve (fivepiece)
7 years ago
fivepiece
214dbf3fb9
override system libsecp256k1 for coincurve
7 years ago
AdamISZ
3027c03528
Merge #242 : Fix bugs in bigstring and test_commands
...
46e61f3 Fix bugs in bigstring and test_commands (AdamISZ)
7 years ago
AdamISZ
46e61f33b8
Fix bugs in bigstring and test_commands
...
The keys created in the bigstring.py module in case of message
length greater than 65535 were unicode and this was unsupported
by amp.py, this fixes the key to be ascii.
Additionally the tests in test_commands.py were failing silently
due to an unupgraded command syntax in JM_SETUP, it's now upgraded
and now tests, as originally, the large orderbook case, which now
passes due to the previously mentioned bugfix in bigstring for the
new Py3 compatibilty mode (builtins).
7 years ago
AdamISZ
53cf504975
Merge #240 : fix test_net_byte
...
512cddd fix test_net_byte (James Hilliard)
7 years ago
James Hilliard
512cddd789
fix test_net_byte
7 years ago
AdamISZ
20124a3284
Merge #239 : Handle invalid utxos in query_utxo_set
...
be6735d Handle invalid utxos in query_utxo_set (AdamISZ)
7 years ago
AdamISZ
8ff30ee02b
Merge #231 : clean up and re-enable test_configure
...
249d547 clean up test_configure (undeath)
32c4376 revert cd3b31d (undeath)
7 years ago
AdamISZ
be6735dca6
Handle invalid utxos in query_utxo_set
...
Previous to this commit, if a utxo string did not conform to
the standard txid:n in hex format, of the correct length, an
exception would be thrown (specifically for invalid values of
the output index, which must be parseable as an integer). This
could allow a taker to crash a maker by sending an invalid
commitment string. After this commit this invalid utxo is
correctly ignored (and the commitment of course is invalid).
7 years ago
AdamISZ
f813e4c17a
Merge #229 : Convert jmbitcoin to py3 style
...
3537fb4 Convert jmbitcoin to py3 style (James Hilliard)
7 years ago
James Hilliard
3537fb48fb
Convert jmbitcoin to py3 style
7 years ago
AdamISZ
25ca6d2ea1
testing: allow auditing maker wallets in manual test
7 years ago
AdamISZ
99ac1cabf4
update TESTING.md with latest test syntax
7 years ago
AdamISZ
d278e85b8b
Merge #237 : fix possible crash on tx with odd scripts
...
979480e fix possible crash on tx with odd scripts (undeath)
7 years ago
AdamISZ
c43d1f1440
Merge #235 : Validate maker destination addresses
...
b112576 Validate maker destination addresses (AdamISZ)
7 years ago
undeath
979480e4cd
fix possible crash on tx with odd scripts
7 years ago