Kristaps Kaupe
d909f626fd
Hint for `bitcoin-cli rescanblockchain` in `restart_msg`
7 years ago
Alex Cato
078b2e2894
Message-signature-verification: also accept lowercase hostid as valid.
...
The hostid upper/lowercase seems can be different depending
on how someone connects to an IRC server (via TOR, clearnet,
etc.). This leads to message signature verification failures,
if the receiving counterparty has a differently capitalized id.
7 years ago
AdamISZ
f6bcf0dc2b
Merge #352 : Upgrade testing framework to use generatetoaddress.
...
31eabde Upgrade testing framework to use generatetoaddress. (AdamISZ)
7 years ago
AdamISZ
850ba7a8e3
Merge #349 : Trivial: fix typo (s/butfailed/but failed/)
...
f8ec97b fix typo (s/butfailed/but failed/) (Kristaps Kaupe)
7 years ago
AdamISZ
12e93acc46
Merge #350 : Replace full Understanding Bitcoin video with individual JoinMarket video
...
c4b40bf Replace full Understanding Bitcoin video with individual JoinMarket video (Kristaps Kaupe)
7 years ago
AdamISZ
31eabde005
Upgrade testing framework to use generatetoaddress.
...
Prior to this commit, the regtest testing framework
used the bitcoin rpc command `generate` to mine coins
in preparation for tests, and to tick forward the
chain for confirmations. This rpc command is deprecated
and will be removed in 0.19. Hence this commit changes
the two usages of `generate` to `generatetoaddress` and
specifies a mining address created with `getnewaddress`.
7 years ago
Kristaps Kaupe
c4b40bf43e
Replace full Understanding Bitcoin video with individual JoinMarket video
7 years ago
Kristaps Kaupe
f8ec97b2ad
fix typo (s/butfailed/but failed/)
7 years ago
AdamISZ
81dbca7a69
Merge #345 : Minor UI/UX tweaks
...
2cb5df4 Output full path/file name of lockfile in a case of lock (Kristaps Kaupe)
5ffa950 Better default column sizes in "JM Wallet" tab (Kristaps Kaupe)
7 years ago
AdamISZ
96d0cd481b
Merge #346 : Small testing related changes
...
0385a5b Metion bitcoind 0.17+ requirement in docs (Kristaps Kaupe)
7b5a127 Avoid "no such file or directory" error (Kristaps Kaupe)
7 years ago
AdamISZ
cfb89cfa76
Merge #347 : Add basic QR code support to the GUI
...
79eb790 Add QR code support to the GUI (Kristaps Kaupe)
7 years ago
Kristaps Kaupe
79eb790e27
Add QR code support to the GUI
7 years ago
Kristaps Kaupe
0385a5b7fd
Metion bitcoind 0.17+ requirement in docs
...
Payjoin tests fail on 0.16.
7 years ago
Kristaps Kaupe
7b5a127f14
Avoid "no such file or directory" error
7 years ago
Kristaps Kaupe
2cb5df4a32
Output full path/file name of lockfile in a case of lock
7 years ago
Kristaps Kaupe
5ffa95088c
Better default column sizes in "JM Wallet" tab
7 years ago
Kristaps Kaupe
8140c6833c
Update Windows instructions
7 years ago
AdamISZ
31bb22e3dd
Merge #343 : add link to video of demo given during understandingbtc
...
f3f4aae skip introduction by Giacomo Zucco (d3spwn)
57061fb add link to video of demo given during understandingbtc (d3spwn)
7 years ago
AdamISZ
0cc79745dd
Merge #342 : JoinMarketQt: Use restartForScan callback in selectWallet
...
22467f4 Use restartForScan callback in selectWallet (Kristaps Kaupe)
7 years ago
d3spwn
f3f4aae4d0
skip introduction by Giacomo Zucco
7 years ago
d3spwn
57061fb6c6
add link to video of demo given during understandingbtc
7 years ago
AdamISZ
11d17bd944
Bugfix: basename of schedule file path is a tuple in new Qt
...
Previous to this commit, selecting a new schedule file would
not "correctly" detect that an unfinished tumble run was selected
(note that this "detection" is currently just checking the
name of the file, so it may have to be changed in future). The
reason for the failure to detect is that in the PyQt5 version,
the filenames are returned as a tuple, and so the str() conversion
did not match.
7 years ago
Kristaps Kaupe
22467f436a
Use restartForScan callback in selectWallet
7 years ago
AdamISZ
3e78b46544
add coin control note to README
7 years ago
AdamISZ
dcde815bcb
bump version and release notes for 0.5.4
7 years ago
chris-belcher
484f8ce907
Merge pull request #339 from JoinMarket-Org/readmetypo
...
Fix markup typo in README
7 years ago
chris-belcher
24e7bfe201
Fix markup typo in README
7 years ago
AdamISZ
1b462a4915
Merge #334 : Basic coin control.
...
bfdf0b2 expand non-empty tree sections in Coins tab (AdamISZ)
9295673 Basic coin control. (AdamISZ)
7 years ago
AdamISZ
bfdf0b29b3
expand non-empty tree sections in Coins tab
7 years ago
AdamISZ
482bde7c98
Merge #338 : Minor updates to docs on installation and usage;
...
26e6e15 Minor updates to docs on installation and usage; add segwit donation address to Qt About page. (AdamISZ)
7 years ago
AdamISZ
26e6e15acc
Minor updates to docs on installation and usage;
...
add segwit donation address to Qt About page.
7 years ago
AdamISZ
9295673821
Basic coin control.
...
Wallet persists utxo metadata; currently only
contains a field 'disabled' indexed by utxo.
User can switch this on or off (enabled) via
wallet-tool 'freeze' method.
Disabled utxos will not be used in coin
selection in any transaction.
Wallet still displays all utxo balances in
display method (and in GUI).
Add tests of disabling to test_utxomanager
Add Coins tab to Qt, with freeze/unfreeze feature.
Coins tab shows updated utxo info txid:n, amt, address and
enabled/disabled, which can be toggled from right click menu.
7 years ago
AdamISZ
004e08f4a7
Merge #335 : Update macOS installation instructions
...
2dd9c06 Update installation instructions for macOS (hyp-hen)
7 years ago
AdamISZ
3c12937a0c
Merge #333 : JoinMarket-Qt: Display GUI error to user when no password entered on wallet load
...
46ce06d Display GUI error to user when no password entered on wallet load (Kristaps Kaupe)
7 years ago
hyp-hen
2dd9c06a9e
Update installation instructions for macOS
7 years ago
Kristaps Kaupe
46ce06d142
Display GUI error to user when no password entered on wallet load
7 years ago
AdamISZ
d845ebe070
Merge #332 : JoinMarket-Qt: Don't ask for wallet password if "Cancel" pressed in "Load" dialog
...
9e2db3c Don't ask for wallet password if "Cancel" pressed in "Load" dialog (Kristaps Kaupe)
7 years ago
AdamISZ
7fb3dd597b
Merge #330 : Don't ask for maxcjfee limits in sendpayment when manual order picking (-P) is selected
...
5026809 Don't ask for maxcjfee limits when manual order picking is selected (Kristaps Kaupe)
7 years ago
AdamISZ
c2abd26e3d
Merge #327 : Correct help, Bitcoin Core wallets aren't supported for some time already
...
b75702e Correct help, Bitcoin Core wallets aren't supported for some time already (Kristaps Kaupe)
7 years ago
Kristaps Kaupe
9e2db3cc07
Don't ask for wallet password if "Cancel" pressed in "Load" dialog
7 years ago
Kristaps Kaupe
5026809a5a
Don't ask for maxcjfee limits when manual order picking is selected
7 years ago
Kristaps Kaupe
b75702e540
Correct help, Bitcoin Core wallets aren't supported for some time already
7 years ago
AdamISZ
c33d43dcd3
bump version and release notes 0.5.3
7 years ago
AdamISZ
de3818dbb9
add note to Windows install, update JMQT guide
7 years ago
AdamISZ
e921593b73
Merge #323 : Add instruction for running JoinMarket-Qt on Windows
...
3cefc47 Add instruction for running JoinMarket-Qt on Windows (d3spwn)
7 years ago
AdamISZ
4246ef2fcd
Merge #326 : Fix F632 use ==/!= to compare str, bytes, and int literals flake8 errors
...
2db4e23 Fix F632 use ==/!= to compare str, bytes, and int literals flake8 errors (James Hilliard)
7 years ago
James Hilliard
2db4e23603
Fix F632 use ==/!= to compare str, bytes, and int literals flake8 errors
7 years ago
AdamISZ
e3a11c0fad
Merge #325 : Bugfix crash on unexpected error from gettransaction call.
...
3045370 Bugfix crash on unexpected error from gettransaction call. (AdamISZ)
7 years ago
AdamISZ
3045370ea8
Bugfix crash on unexpected error from gettransaction call.
...
Prior to this commit, if the call to the bitcoin rpc
gettransaction resulted in an exception other than JsonRpcError,
the code would crash as the variable `res` was uninitialized.
This fixes that by always setting res to None in this case, and
also promotes the logging messages for such errors to warning.
7 years ago
AdamISZ
2d57efde75
Merge #320 : conditionally run docker tests on travis
...
ba4ae04 conditionally run docker tests on travis (fivepiece)
7 years ago