2400 Commits (d615688df352bedbbc8726d3e8a5108fbca36328)
 

Author SHA1 Message Date
Kristaps Kaupe 6b9a2101a6
Merge JoinMarket-Org/joinmarket-clientserver#1649: Add GitHub CodeQL code scanning 2 years ago
Kristaps Kaupe f087298676
Merge JoinMarket-Org/joinmarket-clientserver#1663: Payjoin: log full proposed PSBT from sender if it fails sanity checks 2 years ago
Kristaps Kaupe 0a225c1178
Payjoin: log full proposed PSBT from sender if it fails sanity checks 2 years ago
Kristaps Kaupe 74a0b10503
Merge JoinMarket-Org/joinmarket-clientserver#1662: Minor quality improvements in wallet code 2 years ago
Kristaps Kaupe e04fe68758
Merge JoinMarket-Org/joinmarket-clientserver#1659: Raise fallback fee rate from 10 sat/vB to 20 sat/vB 2 years ago
Kristaps Kaupe f3d9b6d225
Merge JoinMarket-Org/joinmarket-clientserver#1637: Bump twisted from 23.8.0 to 23.10.0 2 years ago
Kristaps Kaupe e80dfacf90
Merge JoinMarket-Org/joinmarket-clientserver#1650: Remove `convert_old_wallet.py` script 2 years ago
Kristaps Kaupe c4414e8c9c
Minor quality improvements in wallet code 2 years ago
Kristaps Kaupe 9c13180c13
Raise fallback fee rate from 10 sat/vB to 20 sat/vB 2 years ago
Kristaps Kaupe 100da5eb33
Handle JsonRpcError in _estimate_fee_basic 2 years ago
Kristaps Kaupe 8846c4da62
Remove --disable-jni from libsecp256k1_build 2 years ago
Kristaps Kaupe bbc2150c3b
Tell libsodium not to download code from savannah.gnu.org in autogen.sh 2 years ago
dependabot[bot] 66fcf387b4
Bump twisted from 23.8.0 to 23.10.0 2 years ago
Kristaps Kaupe 575a7ec3c8
Merge JoinMarket-Org/joinmarket-clientserver#1651: Bump txtorcon from 23.0.0 to 23.11.0 2 years ago
Kristaps Kaupe b9cfd89dd7
Bump built-in Tor from 0.4.8.7 to 0.4.8.10 2 years ago
Kristaps Kaupe ca33ecafda
Bump txtorcon from 23.0.0 to 23.11.0 2 years ago
Kristaps Kaupe d89dcdeaf8
Remove convert_old_wallet.py script 2 years ago
Kristaps Kaupe 8e6eca8121
Add CodeQL code scanning 2 years ago
Kristaps Kaupe 5c79a8308d
Merge JoinMarket-Org/joinmarket-clientserver#1648: When looking for a free TCP ports, bind only to localhost 2 years ago
Kristaps Kaupe fe9ec99322
When looking for a free TCP ports, bind only to localhost 2 years ago
Kristaps Kaupe 658bb00982
Merge JoinMarket-Org/joinmarket-clientserver#1639: Drop Python 3.7 support 2 years ago
Kristaps Kaupe adc73e9bed
Merge JoinMarket-Org/joinmarket-clientserver#1645: Qt: Remove donation link from "About" dialog 2 years ago
Kristaps Kaupe d21f7c0b93
Merge JoinMarket-Org/joinmarket-clientserver#1612: RPC API: Add optional txfee property for single joins 2 years ago
Kristaps Kaupe 927ed0ab26
Merge JoinMarket-Org/joinmarket-clientserver#1642: Update secp256k1 lib deps for python-bitcointx 1.1.5 2 years ago
Kristaps Kaupe 9ab8ad632e
Remove mention of donations from JoinMarketQt guide 2 years ago
Kristaps Kaupe cb6077498c
Qt: Remove donation link from "About" dialog 2 years ago
Kristaps Kaupe ab1481d814
RPC API: Add optional txfee property for single joins 2 years ago
Kristaps Kaupe 2b960df561
Merge JoinMarket-Org/joinmarket-clientserver#1640: CI: Add OpenAPI Diff action 2 years ago
Adam Gibson 8254a67341
Update secp256k1 lib deps for pythonbitcointx1.1.5 2 years ago
Kristaps Kaupe 8319870345
Merge JoinMarket-Org/joinmarket-clientserver#1636: Allow absurd fee override when setting tx fee manually 2 years ago
Kristaps Kaupe 4d15a2cbd9
CI: Add OpenAPI Diff action 2 years ago
Kristaps Kaupe 69ffa9cfbb
Merge JoinMarket-Org/joinmarket-clientserver#1638: Remove unnecessary check for Python 3.7+ 2 years ago
Kristaps Kaupe 204f1171c2
Drop Python 3.7 support 2 years ago
Kristaps Kaupe 3d568376a9
Remove unnecessary check for Python 3.7+ 2 years ago
Kristaps Kaupe e6e8eacfe8
Merge JoinMarket-Org/joinmarket-clientserver#1627: Fix tests for Core v26 when user has no access to `~/.bitcoin/settings.json` 2 years ago
Kristaps Kaupe 196a097667
Allow absurd fee override when setting tx fee manually 2 years ago
Kristaps Kaupe 3a6bea6ca8
Merge JoinMarket-Org/joinmarket-clientserver#1630: Fix `get_tx_info()` type hint and doc 2 years ago
Kristaps Kaupe 053d8a18f2
Implement mixdepth filtering for showutxos 2 years ago
Kristaps Kaupe f0b0e55431
Cache None in tx_cache for non-wallet transactions 2 years ago
Kristaps Kaupe 7d49d5457c
Merge JoinMarket-Org/joinmarket-clientserver#1628: Use `get_deser_from_gettransaction()` everywhere 2 years ago
Kristaps Kaupe d9fee292f4
Fix get_tx_info() type hint and doc 2 years ago
Kristaps Kaupe 80d6ea6519
Merge JoinMarket-Org/joinmarket-clientserver#1629: De-duplicate and change `dict_factory` 2 years ago
Kristaps Kaupe 8f382d0d5e
Add test for dict_factory() 2 years ago
Kristaps Kaupe 2978b18245
De-duplicate and change dict_factory 2 years ago
Kristaps Kaupe fab97a003b
Use get_deser_from_gettransaction() everywhere 2 years ago
Kristaps Kaupe e87dccc7bb
Merge JoinMarket-Org/joinmarket-clientserver#1625: cache deserialized form of txs in history method 2 years ago
Kristaps Kaupe 8072b8d8a6
Merge JoinMarket-Org/joinmarket-clientserver#1626: Update libsecp256k1 to v0.4.1 2 years ago
Adam Gibson 84914319cc
cache deserialized form of txs in history method 2 years ago
Kristaps Kaupe 935a734b93
Fix tests for Core v26 when user has no access to ~/.bitcoin/settings.json 2 years ago
Kristaps Kaupe 47acf6a057
Update libsecp256k1 to v0.4.1 2 years ago