zebra-lucky
347a4a4077
fix BitcoinCoreInterface._rpc, twisted_sys_exit, finalize_main_task
7 months ago
zebra-lucky
456fbfaef3
fix existing tests
8 months ago
zebra-lucky
dcfe04560b
add FrostWallet
8 months ago
Kristaps Kaupe
904b780b80
Unify cli user input code where limited range of answers are allowed
2 years ago
Kristaps Kaupe
b93b6be641
Update version
2 years ago
Kristaps Kaupe
053e9d882c
Release notes and version for v0.9.11
...
Co-authored-by: Marnix <93143998+MarnixCroes@users.noreply.github.com>
2 years ago
Kristaps Kaupe
fe9ec99322
When looking for a free TCP ports, bind only to localhost
2 years ago
Kristaps Kaupe
2978b18245
De-duplicate and change dict_factory
3 years ago
roshii
c8eef50e93
Migrate to modern packaging and src layout
3 years ago
Kristaps Kaupe
b65a5f35af
Update version to 0.9.11dev
3 years ago
Kristaps Kaupe
9f10af3adf
Release notes and version for v0.9.10
3 years ago
Adam Gibson
55285e3847
update version 0.9.10dev
3 years ago
Adam Gibson
9574cfc42f
release notes and version for v0.9.9
3 years ago
Kristaps Kaupe
61b640073e
Tests: bind to any first free TCP ports instead of hardcoded ones
3 years ago
Adam Gibson
f1f3972aa1
update version to 0.9.9dev
4 years ago
Adam Gibson
a7e3eed318
add release notes and version for 0.9.8
4 years ago
Adam Gibson
ed6f745372
update version for 0.9.8dev
4 years ago
Adam Gibson
28df2fc0e4
add release notes and version for 0.9.7
4 years ago
Adam Gibson
7254149353
update version for 0.9.7dev
4 years ago
Adam Gibson
4c9c8d1f3c
Add release notes and version for 0.9.6
4 years ago
Adam Gibson
a7d49b26bb
update to new dev version
4 years ago
Adam Gibson
321a792712
Add release notes and version for 0.9.5
4 years ago
Kristaps Kaupe
f7e9c16363
update version to 0.9.5dev
5 years ago
Adam Gibson
e3b5a05ce8
add release notes and version 0.9.4
5 years ago
Adam Gibson
d01e9bc0ca
update version to 0.9.4dev
5 years ago
Adam Gibson
fce946db75
add release notes and version for 0.9.3
5 years ago
Adam Gibson
4b8d499a90
update version to 0.9.3dev
5 years ago
Adam Gibson
a50edfa524
add release notes and version for 0.9.2
5 years ago
Kristaps Kaupe
040fb548f0
Fix JSON output when stdout is not a terminal
...
When output is redirected, colourizer is not used, so character
replacements aren't needed too.
5 years ago
Adam Gibson
8b95b3ada0
update version to 0.9.2dev
5 years ago
Adam Gibson
b5c01c4c75
release notes and version 0.9.1
5 years ago
Adam Gibson
ef69ec0348
add release notes and version for 0.9.0
5 years ago
Adam Gibson
24f3aabf9e
Consistent dust threshold in client and obwatch
...
Fixes #899 .
Before this commit, the dust threshold used to filter
orders in `jmdaemon.OrderbookWatch` was different than
that used in `jmclient`. This is corrected by setting
the threshold in client config and passing this as a
parameter in the `JMInit` command (since the daemon
does not know the client config).
5 years ago
Adam Gibson
cde95f8829
update version to 0.9.0dev
5 years ago
Adam Gibson
1d4a6fdb54
Add release notes and version for 0.8.3
5 years ago
Kristaps Kaupe
96c03ed3b1
Disable coloured output if stdout is not a terminal
5 years ago
Adam Gibson
60622ff0aa
Change log output to STDOUT from STDERR
...
Fixes #825 .
5 years ago
Adam Gibson
60215e1100
BIP78 input ordering correct for > 2 inputs
...
Prior to this commit, the receiver code was assuming only
2 inputs always, when it decided how to change the input
ordering (randomly doing a reversal), but this is not correct
according to the BIP78 spec, which requires that the
receiver's inputs are *inserted* randomly, without changing
the ordering of the existing (sender) inputs. After this
commit, the BIP78 protocol is adhered to for any number of
inputs.
Added test for random_insert and for payjoin with 3 inputs
5 years ago
Adam Gibson
15468cbd15
Payjoin receiver via daemon.
...
This completes the task of enabling
network isolation by running the receiver
side using a hidden service in the daemon,
and communicating over AMP, as is already
the case for the sender.
Updates test_payjoin for daemon receiver.
Qt BIP78 receiver update for daemon.
5 years ago
Kristaps Kaupe
da1fa05f4c
Output JM version at the start of yield generator
5 years ago
Adam Gibson
0ef05554ba
update version to 0.8.3dev
5 years ago
Adam Gibson
d235638b71
Add release notes and version for 0.8.2
5 years ago
Adam Gibson
53a1822fa6
Adds SNICKER functionality
...
For detailed description of functionality in
this commit, see the newly created docs/SNICKER.md
5 years ago
Adam Gibson
9d7f332dea
Correct formatting of sendtomany help message.
...
Also refactors IndentedHelpFormatterWithNL to be in
jmbase so it can be used by all scripts for future
updates.
5 years ago
Adam Gibson
5c6eaafed1
update version to 0.8.2dev
5 years ago
Adam Gibson
990faace9f
Add release notes and version for 0.8.1
5 years ago
Adam Gibson
13661583b9
update version to 0.8.1dev
6 years ago
Adam Gibson
a6c2d68810
Add release notes and version for 0.8.0
6 years ago
Adam Gibson
db7dd77403
update version and release notes 0.7.2
6 years ago
Adam Gibson
fa65f7e536
update version to 0.7.2dev
6 years ago