undeath
89b5cd4280
add new wallet classes to existing tests
7 years ago
undeath
3cf99266b5
remove references to old wallet classes
7 years ago
undeath
2a0757c4bc
remove BitcoinCoreWallet
7 years ago
undeath
6aaabb2f30
change yieldgenerator using new wallet implementation, start porting wallet_utils
7 years ago
undeath
995c123eec
replace old wallet implementation with new one
7 years ago
undeath
474a77dd20
add setup.py dependencies
7 years ago
undeath
ca57a14d0a
add new wallet implementation
7 years ago
AdamISZ
a2d2616fd9
update docs and versions for 0.3.5
7 years ago
AdamISZ
f8d1cb8d1c
Merge #179 : Install virtualenv on travis osx via pip
...
51ca0b9 pip install virtualenv on travix osx (fivepiece)
7 years ago
fivepiece
51ca0b9475
pip install virtualenv on travix osx
7 years ago
AdamISZ
287ed8d56f
Remove misleading suggestion from commitment error message
7 years ago
AdamISZ
5802c57354
Fixes reactor.stop bug when no commitments fit size restraint
...
See commit 56aec439be ; this fix
fixes the same issue relating to commitments.
7 years ago
AdamISZ
d00be363bf
add 3rd vector for bip32 (leading null byte)
7 years ago
AdamISZ
c86c776484
Merge #175 : Add caching support for dependencies
...
6cfb841 cache joinmarket deps on docker (fivepiece)
c99a209 get bitcoind from ppa only on linux host (fivepiece)
9005ee1 cache joinmarket deps on travis (fivepiece)
974b5ae add cache support to install.sh (fivepiece)
7 years ago
fivepiece
6cfb8415d4
cache joinmarket deps on docker
8 years ago
fivepiece
c99a209364
get bitcoind from ppa only on linux host
8 years ago
fivepiece
9005ee1474
cache joinmarket deps on travis
8 years ago
fivepiece
974b5ae639
add cache support to install.sh
8 years ago
AdamISZ
4a15cbd3c7
Merge #173 : Fixes bugs in restart-with-subset including #169 ; see PR for more
...
3bb6c78 Fixes bugs in restart-with-subset including #169 ; see PR for more (AdamISZ)
8 years ago
AdamISZ
a0ee299470
Merge #168 : update manual joinmarket-qt install steps in readme
...
be79a06 manual install for joinmarket-qt (fivepiece)
62b4fe6 escape regex for '.' (fivepiece)
8 years ago
AdamISZ
57ada0c0d9
Merge #170 : add the wallets directory to gitignore
...
7df69d0 add the wallets directory to gitignore (fivepiece)
8 years ago
AdamISZ
3bb6c785ff
Fixes bugs in restart-with-subset including #169 ; see PR for more
8 years ago
fivepiece
7df69d0ce7
add the wallets directory to gitignore
8 years ago
fivepiece
be79a0695d
manual install for joinmarket-qt
8 years ago
fivepiece
62b4fe645b
escape regex for '.'
8 years ago
AdamISZ
f1e3476a64
Fix bug: user rejects offers resulted in crash
...
If a user doing sendpayment decided to reject the offered fees,
before this commit this resulted in a crash because the call
to Taker.on_finished_callback was passed with fromtx=True for
a single line schedule, which attempts to restart. fromtx should
have been set to False when it is the last item in the schedule
(in this case, both first and last). This incorrect argument
existed before restart-with-subset but was then harmless, now
it attempts to recover with no Taker.nonrespondants and crashes.
Fix is simply to provide the right second argument (False) to
the function call.
8 years ago
AdamISZ
ced064bc2b
update docs for release 0.3.4
8 years ago
AdamISZ
fcd66713d1
Merge #165 : Yield generator default fee adjustments
...
f7029f6 Reduce yield generator default cj fees by one order of magnitude to be in line with current JM fee environment (Alex Cato)
8 years ago
AdamISZ
83166834ea
Merge #159 : Allow Takers to restart with honest makers
...
b741b24 Allow sendpayment to restart with honest makers If N makers are chosen and M fail to respond with sig, this alteration to taker code allows restart of entire transaction with that specific subset of makers (N-M) that originally responded honestly. (Adam Gibson)
8 years ago
Alex Cato
f7029f6492
Reduce yield generator default cj fees by one order of magnitude to be in line with current JM fee environment
8 years ago
AdamISZ
e8b3066e51
Merge #71 : Build process improvements
...
9048369 Use docker to build and run tests on multiple distributions (fivepiece)
8 years ago
Adam Gibson
b741b24764
Allow sendpayment to restart with honest makers
...
If N makers are chosen and M fail to respond with sig,
this alteration to taker code allows restart of
entire transaction with that specific subset of makers (N-M)
that originally responded honestly.
8 years ago
fivepiece
90483690a5
Use docker to build and run tests on multiple distributions
8 years ago
AdamISZ
e61e523f1e
add more detailed comments to maker and daemon code
8 years ago
AdamISZ
4494c6dacd
update BIP49 wallet refs in docs
8 years ago
AdamISZ
2a5529429b
Merge #160 : add basic test for coinjoins
...
2bfe080 add teardown code in test_coinjoin for clean reactor (undeath)
4524293 add basic test for coinjoins (undeath)
8 years ago
undeath
2bfe080017
add teardown code in test_coinjoin for clean reactor
8 years ago
undeath
4524293c6b
add basic test for coinjoins
8 years ago
AdamISZ
39eba7a17b
Merge #161 : fix estimatesmartfee failing
...
fc0977c fix error condition with estimate fee (undeath)
8 years ago
undeath
fc0977cadc
fix error condition with estimate fee
8 years ago
AdamISZ
f7d597bfdd
Merge #158 : add retry to curl in install process
...
80de159 add retry to curl in install process (fivepiece)
8 years ago
AdamISZ
bfc1045dc8
Merge #157 : Fix bug in IRC nick collision handling
...
ec60bcd Fix bug in IRC nick collision handling. (Adam Gibson)
8 years ago
Adam Gibson
ec60bcd14f
Fix bug in IRC nick collision handling.
...
Previously, if a bot reconnected and encountered a nick
collision, it would append '_' and connect, but counterparties
would ignore appended characters after NICK_MAX_ENCODED+2, and
so would send to the other nick. This happens in network
connection failure scenarios.
Strategy here is to simply insist on regaining the nick on that
message channel where it has been lost, retrying every 10s.
There is also a loud warning message printed.
8 years ago
fivepiece
80de159599
add retry to curl in install process
8 years ago
AdamISZ
f04bf43fee
Merge #155 : More clear description of sendpayment -P option
...
4f29990 More clear description of sendpayment -P option (Kristaps Kaupe)
8 years ago
AdamISZ
785634d610
Merge #156 : fix SIGHASH_SINGLE signing in segwit
...
589ed31 fix bug in segwit SIGHASH_SINGLE signing (undeath)
8 years ago
undeath
589ed31fde
fix bug in segwit SIGHASH_SINGLE signing
8 years ago
Kristaps Kaupe
4f29990526
More clear description of sendpayment -P option
8 years ago
AdamISZ
4089f3c9db
Update docs to include non-segwit option and updates on segwit info
8 years ago
AdamISZ
5b30404bb0
Merge #151 : Ensure sweep fraction in tumbler is greater than a nominal amount (5%).
...
7842c42 Ensure sweep fraction in tumbler is greater than a nominal amount (5%). (AdamISZ)
8 years ago