2319 Commits (6e5cdc81aefca29d79f076139e9ec1b86bbb1193)
 

Author SHA1 Message Date
Kristaps Kaupe 536ddad7c0
Merge JoinMarket-Org/joinmarket-clientserver#1596: Fix one off bug in tx vsize calculation in some cases 2 years ago
Matt Whitlock 5bc7eb4b8e wallet: add persistent cache, mapping path->(priv, pub, script, addr) 2 years ago
Matt Whitlock 01ec2a4181 wallet: add _addr_map, paralleling _script_map 2 years ago
Matt Whitlock 64f18bce18 get_imported_privkey_branch: use O(m+n) algorithm instead of O(m*n) 2 years ago
Matt Whitlock 77f0194a37 wallet_utils: use new get_utxos_at_mixdepth method 2 years ago
Matt Whitlock 184d76f7f7 wallet: add get_{balance,utxos}_at_mixdepth methods 2 years ago
Matt Whitlock fc1e00058b wallet_showutxos: use O(1) check for frozen instead of O(n) 2 years ago
Matt Whitlock b58ac679cb wallet: drop _get_addr_int_ext; replace with calls to get_new_addr 2 years ago
Matt Whitlock 2c38a813fc wallet: delete redundant get_script and get_addr methods 2 years ago
Matt Whitlock 574c29e899 wallet: hoist get_script_from_path default impl into BaseWallet 2 years ago
Matt Whitlock 8245271d7f wallet: avoid IndexError in _is_my_bip32_path 2 years ago
Kristaps Kaupe 4486b10798
Transaction virtual size must be rounded upwards 2 years ago
Kristaps Kaupe c8f90a4e08
Merge JoinMarket-Org/joinmarket-clientserver#1593: Rephrase hidden service directory config and lint 2 years ago
Kristaps Kaupe bbb6dc19de
Merge JoinMarket-Org/joinmarket-clientserver#1584: Do not reinstall on test 2 years ago
Matt Whitlock 48aec83d76 wallet: remove a dead store in get_index_cache_and_increment 2 years ago
roshii c2a6b3d6c6 Rephrase hidden service dir config, lint 2 years ago
roshii 1cb20d5ae6 Do not reinstall on test 2 years ago
Kristaps Kaupe 2e0b3a4bf4
Merge JoinMarket-Org/joinmarket-clientserver#1585: Testing on minimum-required and latest Python version only 2 years ago
Kristaps Kaupe 673fbfb9a5
Merge JoinMarket-Org/joinmarket-clientserver#1577: feat(rpc): add block height to session response 2 years ago
Kristaps Kaupe 911b156246
Merge JoinMarket-Org/joinmarket-clientserver#1591: Fix ShellCheck warnings and add ShellCheck to CI 2 years ago
Kristaps Kaupe 3e71df586b
Fix ShellCheck warnings 2 years ago
Kristaps Kaupe 027682ab2c
CI: Add ShellCheck 2 years ago
Kristaps Kaupe 11c0e78066
Merge JoinMarket-Org/joinmarket-clientserver#1590: fix Dockerfile gpg err 2 years ago
st3b1t 30d971504d
Update Dockerfile 2 years ago
Kristaps Kaupe 762952692a
Merge JoinMarket-Org/joinmarket-clientserver#1587: Requires Python <3.12 2 years ago
roshii 7e045c9ba4 Requires Python <3.12 2 years ago
roshii 4f4945e5c5 Test min and latest Python version only 2 years ago
Kristaps Kaupe c00803d17d
Merge JoinMarket-Org/joinmarket-clientserver#1583: Replace readfp 2 years ago
Kristaps Kaupe d7c7c04be6
Merge JoinMarket-Org/joinmarket-clientserver#1578: Correct help description for `--develop` 2 years ago
roshii 438cb41c23 Replace readfp() 2 years ago
dependabot[bot] b2c5603b4e
Bump twisted from 22.4.0 to 23.8.0 2 years ago
Kristaps Kaupe f847646e2a
Merge JoinMarket-Org/joinmarket-clientserver#1580: CI: Update Bitcoin Core from 25.0 to 25.1 and disable venv caching 2 years ago
Kristaps Kaupe 9654bce2ce
Merge JoinMarket-Org/joinmarket-clientserver#1579: Bump `cryptography` to 41.0.4 for all platforms 2 years ago
Kristaps Kaupe d25457b209
CI: Disable venv caching 2 years ago
Kristaps Kaupe 906eb7169f
CI: Update Bitcoin Core from 25.0 to 25.1 2 years ago
theborakompanioni 638200d346
feat(rpc): add block height to session response 2 years ago
Kristaps Kaupe 70366ffede
Bump cryptography to 41.0.4 for all platforms 2 years ago
Kristaps Kaupe 1a8d0ea683
Correct help description for --develop 2 years ago
Kristaps Kaupe dbb7001ffd
Merge JoinMarket-Org/joinmarket-clientserver#1573: Log in case JM loads RPC wallet at startup 2 years ago
Kristaps Kaupe 83d7ebb40b
Log in case JM loads RPC wallet at startup 2 years ago
Adam Gibson c68ab5af71
Merge Joinmarket-Org/joinmarket-clientserver#1526: Rewrite AES code with cryptography (drop pyaes) 2 years ago
roshii 91dacf662d Rewrite AES code with cryptography 2 years ago
Kristaps Kaupe cade771d22
Merge JoinMarket-Org/joinmarket-clientserver#1572: Upgrade `setuptools` also with `--docker-install` 2 years ago
Kristaps Kaupe b7563a0aee
Merge JoinMarket-Org/joinmarket-clientserver#1567: Update `txtorcon` to 23.0.0 2 years ago
Kristaps Kaupe 71815129e3
Upgrade setuptools also with --docker-install 2 years ago
Kristaps Kaupe 4a1659a3d3
Merge JoinMarket-Org/joinmarket-clientserver#1569: Fix Python lint script 2 years ago
roshii bfd5b2146c fix linting 2 years ago
Kristaps Kaupe 28c841359d
Merge JoinMarket-Org/joinmarket-clientserver#1562: JWT follow-up 2 years ago
roshii c88429d41a JWT authority fixes 2 years ago
Kristaps Kaupe 1ebb68f119
Update txtorcon to 23.0.0 2 years ago