James Hilliard
1d707832d0
Add miniircd.tar.gz to gitignore.
7 years ago
AdamISZ
1fd9176ad0
Merge #216 : Replace deprecated py.test syntax with pytest.
...
089f75c Replace deprecated py.test syntax with pytest. (James Hilliard)
7 years ago
James Hilliard
089f75c0a3
Replace deprecated py.test syntax with pytest.
7 years ago
AdamISZ
382ba1e648
release notes for 0.4.1
7 years ago
AdamISZ
833cdfffef
Merge #212 : fix loading of irc configuration
...
0d7a91f quit after creating a new config file (undeath)
426cb87 fix loading of irc configuration (undeath)
7 years ago
undeath
0d7a91ff6a
quit after creating a new config file
7 years ago
undeath
426cb87039
fix loading of irc configuration
7 years ago
AdamISZ
c833aa4df1
Merge #207 : release notes for 0.4.0
...
c9ce648 add wallet changes info to release notes (undeath)
2461c9a release notes for 0.4.0 (AdamISZ)
7 years ago
undeath
c9ce6480d4
add wallet changes info to release notes
7 years ago
undeath
a86e154b15
revert bad change in convert_old_wallet.py
7 years ago
AdamISZ
2461c9a5f3
release notes for 0.4.0
7 years ago
AdamISZ
2d434ee3ed
Merge #166 : add random-under-max order chooser
...
a2c74ee add random-under-max order chooser (undeath)
7 years ago
undeath
a2c74ee563
add random-under-max order chooser
7 years ago
AdamISZ
9c8c3e133c
Merge #172 : Fixes the sweep maker selection issue ( #171 ) by moving to approximate cjamount estimation
...
c5644df Fixes the sweep issue (#171 ), in which a maker with severals offers has a higher chance to be selected by a taker's sweeping coinjoin. This is done by approximating the cjamount ceiling and filtering to one offer per maker before the actual selection algorithm runs. (Alex Cato)
7 years ago
undeath
a057b87e4b
add setupall.py --all mode
7 years ago
AdamISZ
697d8d7691
bugfix: sendpayment invalid reference to userpcwallet
7 years ago
AdamISZ
99690bd5f7
Merge #197 : Fix mixdepth behaviour
...
310fac8 add test for wallet.mixdepth (undeath)
3921882 change wallet mixdepth behaviour (undeath)
4f23647 revert 98bcc86446 (undeath)
7 years ago
undeath
310fac8cf9
add test for wallet.mixdepth
7 years ago
undeath
392188209c
change wallet mixdepth behaviour
7 years ago
undeath
4f23647954
revert 98bcc86446
7 years ago
undeath
f11b977bc7
improve irc server setting handling
7 years ago
undeath
bdbf62b3c0
fix flake8 warning
7 years ago
AdamISZ
33bcbc5713
Merge #200 : Remove --rpcwallet CLI option
...
fdd0d11 Remove --rpcwallet CLI option (Kristaps Kaupe)
7 years ago
Kristaps Kaupe
fdd0d11919
Remove --rpcwallet CLI option
...
It is not working (not implemented) since 995c123eec
7 years ago
AdamISZ
a65b82271e
fix help msg error for changemixdepth
7 years ago
AdamISZ
db62223ecd
Merge #186 : Switch over to using labels instead of accounts
...
b52bc06 Switch over to using labels instead of accounts (chris-belcher)
7 years ago
chris-belcher
b52bc06acf
Switch over to using labels instead of accounts
...
Bitcoin Core 0.17 deprecates the accounts feature and replaces it with
labels. The RPC functions using accounts still work for use with older
version of Core.
7 years ago
AdamISZ
504bb7aa2a
Merge #198 : update libsodium url and core to v0.16.3 in docker
...
51eb77e update libsodium url and core to v0.16.3 in docker (fivepiece)
7 years ago
AdamISZ
aeb4541231
Merge #183 : add flake8 style checks to travis
...
03ee77b fix issues highlighted by flake8 (undeath)
9d72573 add flake8 config and enable in travis (undeath)
7 years ago
fivepiece
51eb77e30d
update libsodium url and core to v0.16.3 in docker
7 years ago
undeath
03ee77b96b
fix issues highlighted by flake8
7 years ago
undeath
9d72573de2
add flake8 config and enable in travis
7 years ago
AdamISZ
ebcb640689
fix amount fraction comment in tumblerguide
7 years ago
AdamISZ
ff96426ac9
Merge #194 : fix old wallet conversion with mnemonic extension
...
d3a6dd0 fix old wallet conversion with mnemonic extension (undeath)
7 years ago
undeath
d3a6dd0722
fix old wallet conversion with mnemonic extension
7 years ago
AdamISZ
6a26e48def
Disallow less than 1 mixdepth in changemixdepth.
...
Maxmixdepth error msg in tumbler: fix off-by-one
bugfix md num
7 years ago
AdamISZ
897837299f
Merge #192 : Additional method changemixdepth in wallet-tool
...
98bcc86 Additional method changemixdepth in wallet-tool (AdamISZ)
7 years ago
AdamISZ
98bcc86446
Additional method changemixdepth in wallet-tool
...
This commit adds a method 'changemixdepth' to the list
of methods that can be invoked with the wallet-tool.py script.
It is a noscan method, so doesn't require sync, and uses the
value of the -m option as the new *number* of mixdepths, and
updates the wallet's storage for future runs.
Users are advised not to reduce this number, but increasing it
should always be fine.
Running tumbler with insufficient mixdepths quits with warning.
7 years ago
AdamISZ
b0c0702270
Merge #190 : open wallet in read-only mode if possible
...
8f434b5 open wallet in read-only mode if possible (undeath)
7 years ago
AdamISZ
048b5c7efc
Merge #189 : fix int assertions
...
59a998f fix int assertions (undeath)
7 years ago
undeath
8f434b5a9f
open wallet in read-only mode if possible
7 years ago
undeath
59a998fda0
fix int assertions
7 years ago
AdamISZ
c032e46273
Merge #184 : install script fixed
...
be1374c install script fixed (mighty-merganser)
7 years ago
mighty-merganser
be1374c829
install script fixed
...
the libsodium was moved to the download.libsodium.org/libsodium/releases/old url.
7 years ago
AdamISZ
36c3fd9c57
Merge #182 : remove unused imports
...
1451c9e remove unused imports (undeath)
7 years ago
undeath
1451c9e3ae
remove unused imports
7 years ago
AdamISZ
fd0e5b22b6
Merge #181 : new wallet follow-up
...
3a89ee4 move wallet upgrade docs and improve wallet opening error handling (undeath)
7 years ago
undeath
3a89ee4542
move wallet upgrade docs and improve wallet opening error handling
7 years ago
AdamISZ
1473c15ce0
Merge #180 : use libsecp256 @d333521 for secp256k1-py
...
316f866 use libsecp256 @d333521 for secp256k1-py (fivepiece)
7 years ago
fivepiece
316f866194
use libsecp256 @d333521 for secp256k1-py
7 years ago