2313 Commits (904b780b8090cff4f5607447059e76c50d4018cf)
 

Author SHA1 Message Date
Kristaps Kaupe 3a6bea6ca8
Merge JoinMarket-Org/joinmarket-clientserver#1630: Fix `get_tx_info()` type hint and doc 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
Adam Gibson f2ae8abac1
Don't validate cache during initial sync. 2 years ago
Kristaps Kaupe 867dd53b6e
Merge JoinMarket-Org/joinmarket-clientserver#1619: Support Bitcoin Core v26 for tests 2 years ago
Kristaps Kaupe 8377d0efee
Merge JoinMarket-Org/joinmarket-clientserver#1622: Docs: Fix links in Docker install section 2 years ago
d11n 13661f515e
Docs: Fix links in Docker install section 2 years ago
Kristaps Kaupe d234731022
Add -allowignoredconf=1 for Bitcoin Core v26+ 2 years ago
Kristaps Kaupe 8684853117
Support Bitcoin Core v26 for tests 2 years ago
Kristaps Kaupe e35405baaf
Merge JoinMarket-Org/joinmarket-clientserver#1515: Update libsecp256k1 and python-bitcointx 2 years ago
Kristaps Kaupe 920a001ab2
Merge JoinMarket-Org/joinmarket-clientserver#1617: Document Core wallet creation for v26 2 years ago
Kristaps Kaupe 9410b9cbfa
Update libsecp256k1 and python-bitcointx 2 years ago
Kristaps Kaupe 98466ea655
Merge JoinMarket-Org/joinmarket-clientserver#1616: Allow cache purging at wallet initialization 2 years ago
Kristaps Kaupe 79e5c3d0a7
Document Core wallet creation for v26 2 years ago
Kristaps Kaupe e3e29fdc0e
Merge JoinMarket-Org/joinmarket-clientserver#1615: Warn user if higher priority confirmation target than requested is provided by blockchain source 2 years ago
Adam Gibson ef1d76e9db
Allow cache purging at wallet initialization 2 years ago
Kristaps Kaupe 5c1e1c15ae
Merge JoinMarket-Org/joinmarket-clientserver#1595: Add type hints to `secp256k1_main.py` and `secp256k1_transaction.py` 2 years ago
Kristaps Kaupe 7ebbacf1f4
Add type hints 2 years ago
Kristaps Kaupe 31976c4f9f
Merge JoinMarket-Org/joinmarket-clientserver#1610: Deduplicate wallet error messages 2 years ago
Kristaps Kaupe 18222796d2
Warn user if higher priority confirmation target than requested is provided by blockchain source 2 years ago
Kristaps Kaupe f4a54ec354
Merge JoinMarket-Org/joinmarket-clientserver#1611: Removed donation link 2 years ago
Adam Gibson 8555a8b4a6
Removed donation link 2 years ago
Kristaps Kaupe 6ec630823d
Deduplicate wallet error messages 2 years ago
Adam Gibson 2d3e90a079
Merge Joinmarket-Org/joinmarket-clientserver#1594: Improve performance with better algorithms and caching of expensive computed values 2 years ago
Kristaps Kaupe f3dd99db75
Merge JoinMarket-Org/joinmarket-clientserver#1582: Bump twisted from 22.4.0 to 23.8.0 2 years ago
Adam Gibson 2321d1121d
Merge Joinmarket-Org/joinmarket-clientserver#1606: Bump cryptography from 41.0.4 to 41.0.6 2 years ago
dependabot[bot] f40bd649ce
Bump cryptography from 41.0.4 to 41.0.6 2 years ago
Kristaps Kaupe fe5859f576
Merge JoinMarket-Org/joinmarket-clientserver#1605: Fix `OrderbookWatch.on_order_seen()` exception debug messages 2 years ago
Kristaps Kaupe bfc618a99e
Fix OrderbookWatch.on_order_seen() exception debug messages 2 years ago
Kristaps Kaupe 3e094213a8
Merge JoinMarket-Org/joinmarket-clientserver#1604: Allow fee bump tx not signalling BIP125 if `mempoolfullrbf` is enabled 2 years ago
Kristaps Kaupe c990a4da6b
Allow fee bump tx not signalling BIP125 if mempoolfullrbf is enabled 2 years ago
Kristaps Kaupe 8e271205b8
Merge JoinMarket-Org/joinmarket-clientserver#1597: Add optional `txfee` property for `direct-send` wallet RPC 2 years ago
Kristaps Kaupe d8f1fc42d4 Add optional txfee property for direct-send wallet RPC 2 years ago
Matt Whitlock c3c10f1615 wallet: implement optional cache validation 2 years ago
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