2361 Commits (ee4a3fa75feab73739055c48fcff6ae6b6af97b8)
 

Author SHA1 Message Date
Kristaps Kaupe ee4a3fa75f
Bump minimum required Bitcoin Core version from 0.18 to 22.0 1 year ago
merge-script d17689a452
Merge JoinMarket-Org/joinmarket-clientserver#1720: CI: Bump Bitcoin Core from 27.0 to 27.1 1 year ago
Kristaps Kaupe 67da0090e7
CI: Bump Bitcoin Core from 27.0 to 27.1 1 year ago
merge-script 30874b71f8
Merge JoinMarket-Org/joinmarket-clientserver#1710: maker: allow receiving more money than promised 1 year ago
Matt Whitlock 861c790fc1 maker: allow receiving more money than promised 2 years ago
Kristaps Kaupe 35e6f286fb
Merge JoinMarket-Org/joinmarket-clientserver#1707: Bump compatible Python version to 3.12 2 years ago
Simon Castano 12d6b5aa06 Bump compatible Python version to 3.12 2 years ago
Kristaps Kaupe d7a570789d
Merge JoinMarket-Org/joinmarket-clientserver#1701: Bump libsecp256k1 from v0.4.1 to v0.5.0 2 years ago
Kristaps Kaupe ef0afbd4c5
Merge JoinMarket-Org/joinmarket-clientserver#1700: Support payjoin PSBT with multiple sender inputs 2 years ago
Kristaps Kaupe 527d27c58c
Merge JoinMarket-Org/joinmarket-clientserver#1699: Remove Ilita IRC, re-enable hackint 2 years ago
Kristaps Kaupe a5711bc150
Merge JoinMarket-Org/joinmarket-clientserver#1702: Handle `None` `enter_seed_callback()` response 2 years ago
Kristaps Kaupe 2bbdf3c890
Merge JoinMarket-Org/joinmarket-clientserver#1703: fix debian install 2 years ago
st3b1t 508b4ee5d1
fix-debian 2 years ago
Kristaps Kaupe 8eb55be6e0
Handle None enter_seed_callback() response 2 years ago
Kristaps Kaupe bc8f499fd2
Merge JoinMarket-Org/joinmarket-clientserver#1685: ob-watcher.py: Redirect back to `/` after `/refreshorderbook` and `/rotateOb` 2 years ago
Kristaps Kaupe 8798b8bc6e
Redirect back to / after /refreshorderbook and /rotateOb 2 years ago
Kristaps Kaupe 53d89ecc9a
Bump libsecp256k1 from v0.4.1 to v0.5.0 2 years ago
spacebear 865247cf8d
Support payjoin PSBT with multiple sender inputs 2 years ago
Kristaps Kaupe 954dc36e75
Remove Ilita IRC, re-enable hackint 2 years ago
Kristaps Kaupe 2a108992a8
Merge JoinMarket-Org/joinmarket-clientserver#1694: CI: Bump Bitcoin Core from 26.1 to 27.0 2 years ago
Kristaps Kaupe 30557a498e
CI: Bump Bitcoin Core from 26.1 to 27.0 2 years ago
Kristaps Kaupe a149a3a854
Merge JoinMarket-Org/joinmarket-clientserver#1697: Fix run_tests.sh for Bitcoin Core v27 2 years ago
Kristaps Kaupe 719f242389 Fix run_tests.sh for Bitcoin Core v27 2 years ago
Kristaps Kaupe 085ef0822a
Merge JoinMarket-Org/joinmarket-clientserver#1676: Multiple (batch) payment support in `direct_send()` 2 years ago
Kristaps Kaupe 5ad487952c
Merge JoinMarket-Org/joinmarket-clientserver#1695: CI: Bump Bitcoin Core from 26.0 to 26.1 2 years ago
Kristaps Kaupe 4e75f6ecd9
CI: Bump Bitcoin Core from 26.0 to 26.1 2 years ago
Kristaps Kaupe 266d9833d3
Merge JoinMarket-Org/joinmarket-clientserver#1693: CI: Use x64 not arm64 macOS 2 years ago
Kristaps Kaupe 39720a8e07
CI: Use x64 not arm64 macOS 2 years ago
Kristaps Kaupe 239ac4689a
Merge JoinMarket-Org/joinmarket-clientserver#1688: tumblerguide doc: small fixes/updates 2 years ago
Marnix 4040aced18 update sourcing commitments link 2 years ago
Marnix 26c157d2f9 small fixes/updates in tumblerguide doc 2 years ago
Kristaps Kaupe fd96f96089
Fix docstring 2 years ago
Kristaps Kaupe 830ec5a7cb
Merge JoinMarket-Org/joinmarket-clientserver#1686: yieldgenerator: allow change address to be overridden 2 years ago
Matt Whitlock d11779184f yieldgenerator: allow change address to be overridden 2 years ago
Kristaps Kaupe 9dbad65b9f
Merge JoinMarket-Org/joinmarket-clientserver#1678: Refactor: move bitcoin unit conversion functions from `ob-watcher.py` to `jmbitcoin` 2 years ago
Kristaps Kaupe cf5a841c30
Merge JoinMarket-Org/joinmarket-clientserver#1674: Unify cli user input code where limited range of answers are allowed 2 years ago
Kristaps Kaupe f5da629139
Merge JoinMarket-Org/joinmarket-clientserver#1683: update installation doc 2 years ago
Marnix 6e33686ccb update Installation on Linux 2 years ago
Kristaps Kaupe 26469bd15b
Merge JoinMarket-Org/joinmarket-clientserver#1681: Fix `jm_single().bc_interface.get_deser_from_gettransaction()` call 2 years ago
Kristaps Kaupe 3317b0b519
Fix jm_single().bc_interface.get_deser_from_gettransaction call 2 years ago
Kristaps Kaupe 6e5cdc81ae
Refactor: move bitcoin unit conversion functions from ob-watcher to jmbitcoin 2 years ago
Kristaps Kaupe 38d4df01d8
Merge JoinMarket-Org/joinmarket-clientserver#1652: Bump built-in Tor from 0.4.8.7 to 0.4.8.10 2 years ago
Kristaps Kaupe e3711bf491
Merge JoinMarket-Org/joinmarket-clientserver#1677: Fix / remove broken links 2 years ago
Kristaps Kaupe 24feda79d3
Fix / remove broken links 2 years ago
Kristaps Kaupe f3f4f0a4fb
Multiple (batch) payment support in `direct_send()` 2 years ago
Kristaps Kaupe 5bfa08c6f5
Merge JoinMarket-Org/joinmarket-clientserver#1633: Implement mixdepth filtering for `showutxos` 2 years ago
Kristaps Kaupe 904b780b80
Unify cli user input code where limited range of answers are allowed 2 years ago
Kristaps Kaupe eaae8d84bd
Merge JoinMarket-Org/joinmarket-clientserver#1631: Cache `None` in `tx_cache` for non-wallet transactions 2 years ago
Kristaps Kaupe eb97ed1775
Merge JoinMarket-Org/joinmarket-clientserver#1656: Tell libsodium not to download code from savannah.gnu.org in `autogen.sh` 2 years ago
Kristaps Kaupe 47f285295f
Merge JoinMarket-Org/joinmarket-clientserver#1673: Bump cryptography from 41.0.6 to 42.0.4 2 years ago