2338 Commits (085ef0822adde3840f3cf6da98ddddddbbc43d5f)
 

Author SHA1 Message Date
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
Kristaps Kaupe 64b76d91e0
Merge JoinMarket-Org/joinmarket-clientserver#1490: CI: Disable venv cache and remove editable installs 3 years ago
Kristaps Kaupe 198117f14a
CI: Remove editable installs 3 years ago
Kristaps Kaupe 3641f1e1a4
Disable venv caching 3 years ago
Kristaps Kaupe f68ae8b9fa
Rename "sat/vkB" to "sat/kvB" 3 years ago
Adam Gibson a242967930
Merge Joinmarket-Org/joinmarket-clientserver#1485: Pin werkzeug dependency to 2.2.0 3 years ago
Adam Gibson 4b2cbe9b34
Pin werkzeug dependency to 2.2.0 3 years ago
Kristaps Kaupe 2289fcbd72
Merge JoinMarket-Org/joinmarket-clientserver#1478: Refactor: Add `get_wallet_rescan_status()` instead of `getwalletinfo()` for `bci` 3 years ago
Kristaps Kaupe e31e839c1d
Add get_wallet_rescan_status() instead of getwalletinfo() for bci 3 years ago
Adam Gibson a5eb019c26
Merge Joinmarket-Org/joinmarket-clientserver#1477: Remove `ElectrumWalletInterface` 3 years ago
Adam Gibson f0913f0476
Merge Joinmarket-Org/joinmarket-clientserver#1476: ignore all txs with nonstandard sPKs when scanning 3 years ago
Kristaps Kaupe 3805c7af11
Remove ElectrumWalletInterface 3 years ago
openoms abbffefda0
ignore matched txs with invalid sPKs when scanning 3 years ago