Adam Gibson
caac18734d
wallet-tool and directsend segwit working
9 years ago
Adam Gibson
73cdad08dd
initial sw-wallet support
9 years ago
Adam Gibson
3acf717351
fix help message for wtool
9 years ago
Adam Gibson
0f0d965c97
refactor wallet-tool for reusability
9 years ago
Adam Gibson
6ad114d1da
bump version for segwit backend support
9 years ago
Adam Gibson
671e689495
segwit backend support
9 years ago
Adam Gibson
28912acb5f
add signmessage to wallet, update version
9 years ago
Adam Gibson
cd80f7265a
option to force imports for external interfaces
9 years ago
Adam Gibson
118d1aeda7
update version and set interdependency
9 years ago
Adam Gibson
e26ecfab65
guide for upgrade/binaries in INSTALL doc
9 years ago
Adam Gibson
1be387d191
move service_identity install to venv
9 years ago
Adam Gibson
2424104c5a
allow non-zero starting mixdepth in tumbler
9 years ago
Adam Gibson
675e4cde1c
Merge pull request #52 from eduard6/addrask
...
Fix schedule files with addrask
9 years ago
eduard6
c9310f2c6c
Fix schedule files with addrask
9 years ago
Adam Gibson
f587385265
allow non-default walletdir
9 years ago
Adam Gibson
d3475cd8b3
remove logger hello msg
9 years ago
Adam Gibson
a09818006c
Merge pull request #49 from eduard6/daemon-port
...
Increment daemon_port and try again if listen fails
9 years ago
eduard6
7325911793
Increment daemon_port and try again if listen fails
...
Undo joinmarketd.py changes
9 years ago
Adam Gibson
178b71d272
Merge pull request #47 from eduard6/setup-pip
...
Small setup and install doc changes
9 years ago
eduard6
62a567ce3c
Fix travis error
9 years ago
eduard6
8d7b8fbac0
Ignore *.egg-info, and scripts/logs/*.schedule
9 years ago
eduard6
8050dc9d64
Add --develop mode and docs for it
9 years ago
eduard6
909dd147ca
A few install doc fixes, document upgrade process
9 years ago
eduard6
72295f19c6
Upgrade packages if needed (for example after getting latest git commits). Tested working with new install too
9 years ago
Adam Gibson
014f94da25
fix taker test
9 years ago
Adam Gibson
c6ac4f1848
fix scripts readme formatting
9 years ago
Adam Gibson
c288374367
optional select_utxos filter
9 years ago
Adam Gibson
22dabecead
allow get_utxos_by_mixdepth to be silent
9 years ago
Adam Gibson
099227b3c7
allow config,bci injection by client packages
9 years ago
Adam Gibson
0d663b7ed4
Add push to random-peer and not-self options
9 years ago
Adam Gibson
519d29e90c
add primitive p2sh tx estimation support
9 years ago
Adam Gibson
295ad78972
openssl import optional in client
9 years ago
Adam Gibson
7e381b6c80
Updates for Electrum 2.8
...
ElectrumWalletInterface now supports testnet.
Changes to Electrum API in btc.py for new 2.8 code.
9 years ago
Adam Gibson
c36afac66d
move docs to docs, add pubkey
9 years ago
Adam Gibson
fbbf85c851
Qt: reset tumbler defaults to normal (non-test) values
9 years ago
Adam Gibson
ad16bafb12
Qt: Wallet() respects gaplimit, port setting is string
9 years ago
Adam Gibson
de0db595ae
fix test: fee sanity check
9 years ago
Adam Gibson
537ae872be
Qt tumble no longer aborts or blocks on too-new commitments
9 years ago
Adam Gibson
a61b18abc9
Qt: warnings with large text use scrollable MessageBox
9 years ago
Adam Gibson
025a4e9f66
Qt: Honor abort and flush any future singleShot call
...
On pressing Abort, the confirm_callback and clientStart calls
should not proceed, also startNextTransaction triggered from Qt
singleShot should be stop()ed. This is Qt specific as command
line does not involve restart within same app instance.
9 years ago
Adam Gibson
d56a15353b
Fix Qt tumble restart to prompt for options
9 years ago
Adam Gibson
3a43869ddf
Support direct send in Qt
...
via 0 entry in num counterparties. Modify tooltip to reflect.
Rename tumble_support to taker_utils for generic Taker code.
Refactor direct_send function to that module, shared with
sendpayment CLI script.
9 years ago
Adam Gibson
97ac9c485f
Bugfix destaddr check; wrap tooltips
9 years ago
Adam Gibson
c5eb4b405c
Qt: no. of dest. addresses controlled by mixdepthcount
...
Wallet maxmixdepth must be amended upwards and resync if needed;
user is warned to do this; may be a more seamless way.
9 years ago
Adam Gibson
cdd072eb8c
Support maxcjfee settings for tumble in Qt
...
Also refactor tumbler offer filter callback to tumble_support
Add default values for first page of tumbler wizard (Qt)
9 years ago
Adam Gibson
1e49bf4ec3
persist ignored_makers in Qt app; rationalize cleanUp()
...
Modify tooltip for Start button to explain Abort
Retrieve nonresponsive makers in daemon and pass to client
Taker receives ignored_makers in init and client adds
9 years ago
Adam Gibson
04c8b6655f
support restart in Qt
9 years ago
Adam Gibson
50f2fcc4ee
update utxos for multiple (non-tumble) without sync
9 years ago
Adam Gibson
5d7b89a4af
disable single join donation
9 years ago
Adam Gibson
713fee28ed
prompt user on unconfirmed for single
9 years ago