2250 Commits (935a734b933fb836508ff99a4d77f161e4ff24c4)
 

Author SHA1 Message Date
Kristaps Kaupe 9f10af3adf
Release notes and version for v0.9.10 2 years ago
Kristaps Kaupe fa172362e3
Merge JoinMarket-Org/joinmarket-clientserver#1534: Fixes websocket test in test_wallet_rpc.py 2 years ago
Adam Gibson e3681f7a8a
Fixes websocket test in test_wallet_rpc.py 2 years ago
Kristaps Kaupe 3e4a69b86a
Merge JoinMarket-Org/joinmarket-clientserver#1510: Improve BIP21 parser, add typehints and improve test coverage 2 years ago
Adam Gibson a9fc75efd4
Merge Joinmarket-Org/joinmarket-clientserver#1523: Remove imports from future and past 2 years ago
Kristaps Kaupe 0fa5e85f04
Merge JoinMarket-Org/joinmarket-clientserver#1532: RPC-API: add getinfo endpoint. 2 years ago
Adam Gibson c9f6ac8610
RPC-API: add getinfo endpoint. 2 years ago
Adam Gibson 311962c859
Merge Joinmarket-Org/joinmarket-clientserver#1525: RPC-API: read gaplimit from config 2 years ago
Kristaps Kaupe 5eccf3b917
Merge JoinMarket-Org/joinmarket-clientserver#1218: GitHub workflow update (test multiple Bitcoin Core versions) 2 years ago
Adam Gibson c408041f8a
Merge Joinmarket-Org/joinmarket-clientserver#1528: No lock check on readonly 2 years ago
roshii dafc1800ba no lock check on readonly 2 years ago
roshii 4e5d894007 Remove imports from future and past 2 years ago
Kristaps Kaupe c40ea379f3
Merge JoinMarket-Org/joinmarket-clientserver#1524: Fix `pyaes` dependency, should be in `jmbase`, not `jmbitcoin` 2 years ago
Kristaps Kaupe 90fe9b2430
Fix pyaes dependency, should be in jmbase, not jmbitcoin 2 years ago
Adam Gibson 828398fc1c
RPC-API: read gaplimit from config 2 years ago
Kristaps Kaupe 3eddd6bcff
Merge JoinMarket-Org/joinmarket-clientserver#1512: Drop Python 3.6 support 2 years ago
Kristaps Kaupe 9f4da21172
Document requirement of Python 3.7 or newer 2 years ago
Kristaps Kaupe 63890eef66
Drop Python 3.6 support 2 years ago
Kristaps Kaupe 7731bcf625
Merge JoinMarket-Org/joinmarket-clientserver#1522: Deduplicate AES code 2 years ago
Kristaps Kaupe da8ab56e0e
Merge JoinMarket-Org/joinmarket-clientserver#1514: Check wallet lock first 2 years ago
roshii dd0176e68d Check wallet lock file before asking for password 2 years ago
Kristaps Kaupe 74b0606354
Merge JoinMarket-Org/joinmarket-clientserver#1517: Bump pyOpenSSL and hence cryptography 2 years ago
Kristaps Kaupe e4f74b56f3
Deduplicate AES code 2 years ago
Adam Gibson 77bd017326 Bump pyOpenSSL and hence cryptography 2 years ago
Kristaps Kaupe 54db5820c1
Merge JoinMarket-Org/joinmarket-clientserver#1504: Refactor blockchaininterface: fee estimation code 2 years ago
Kristaps Kaupe d5c240b12e
Refactor fee estimation code 2 years ago
Kristaps Kaupe a4e0268b48
Merge JoinMarket-Org/joinmarket-clientserver#1509: Add space between address and comma for added utxos msg for easier selection by double clicking 2 years ago
Kristaps Kaupe 88bd45b02e
Parse URI params in guaranteed order, for duplicates, last one wins 2 years ago
Kristaps Kaupe cd1f394381
Add test coverage for is_bip21_uri() 2 years ago
Kristaps Kaupe 6b2a248bb5
Add typehints to BIP21 code 2 years ago
Kristaps Kaupe 6cf2237ef8
Add space between address and comma for added utxos msg for easier selection by double clicking 2 years ago
Kristaps Kaupe 6c8dd42b5f
Merge JoinMarket-Org/joinmarket-clientserver#1505: Fix / remove `sys.version` checks 2 years ago
Kristaps Kaupe 9ce4e98aff
JM requires Python 3.6+ currently 2 years ago
Kristaps Kaupe a85832a20c
Remove deprecated check for Python 3+ 2 years ago
Kristaps Kaupe 2b093d163f
Merge JoinMarket-Org/joinmarket-clientserver#1503: Alphabetical order of imports and add typehints to `configure.py` 3 years ago
Kristaps Kaupe 8255c1824f
Alphabetical order of imports and add typehints 3 years ago
Kristaps Kaupe 09f68a0501
Merge JoinMarket-Org/joinmarket-clientserver#1486: Bump werkzeug from 2.2.0 to 2.2.3 in /jmclient 3 years ago
dependabot[bot] c7b59ae7c9
Bump werkzeug from 2.2.0 to 2.2.3 in /jmclient 3 years ago
Kristaps Kaupe 9b4bc16faf
Merge JoinMarket-Org/joinmarket-clientserver#1498: Add `**/build/` to `.gitignore` 3 years ago
Kristaps Kaupe 53a9af5797
Add **/build/ to .gitignore 3 years ago
Kristaps Kaupe 2bd49c1cb0
Merge JoinMarket-Org/joinmarket-clientserver#1495: Refactor blockchaininterface: alphabetical order of imports and `abc` changes 3 years ago
Kristaps Kaupe 2cc7f215a2
Refactor: alphabetical order of imports and `abc` changes 3 years ago
Kristaps Kaupe c92120619e
GitHub workflow update (test multiple Bitcoin Core versions) 3 years ago
Kristaps Kaupe b184527d5d
Merge JoinMarket-Org/joinmarket-clientserver#1492: Don't alter `LD_LIBRARY_PATH`, `PKG_CONFIG_PATH` and `C_INCLUDE_PATH` in tests 3 years ago
Kristaps Kaupe 9072e10d91
Don't alter LD_LIBRARY_PATH, PKG_CONFIG_PATH and C_INCLUDE_PATH in tests 3 years ago
Kristaps Kaupe b340cb13e5
Merge JoinMarket-Org/joinmarket-clientserver#1493: CI: Remove unnecessary commands from setup joinmarket + virtualenv step 3 years ago
Kristaps Kaupe e2a3bd0ba3
Merge JoinMarket-Org/joinmarket-clientserver#1488: Randomize transaction fees only upwards 3 years ago
Kristaps Kaupe 3c0b508f0e
Remove unnecessary commands from setup joinmarket + virtualenv step 3 years ago
Kristaps Kaupe 67ff868614
Randomize transaction fees only upwards 3 years ago
Kristaps Kaupe 3fa4491529
Merge JoinMarket-Org/joinmarket-clientserver#1489: Rename "sat/vkB" to "sat/kvB" 3 years ago