Age | Commit message (Expand) | Author |
2024-08-28 | Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei... | glozow |
2024-08-08 | tests: Test importing of multipath descriptors | Ava Chow |
2024-07-16 | scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()` | Hennadii Stepanov |
2024-04-02 | test: Bump timeouts in feature_index_prune and wallet_importdescriptors | Christopher Bergqvist |
2024-02-28 | test: add option to speed up tx relay/mempool sync | brunoerg |
2023-10-24 | test: refactor: support sending funds with outpoint result | Sebastian Falbesoner |
2023-05-08 | Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h | Andrew Chow |
2023-04-04 | Switch hardened derivation marker to h in descriptors | Sjors Provoost |
2023-03-21 | test: Replace threading with concurrent.futures | MarcoFalke |
2023-03-15 | test: fix race condition in encrypted wallet rescan tests | ishaanam |
2023-02-21 | Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede... | Andrew Chow |
2023-02-15 | wallet: reuse change dest when recreating TX with avoidpartialspends | Matthew Zipkin |
2023-02-14 | test: test rescanning encrypted wallets | ishaanam |
2023-01-15 | test: Remove redundant function call | Kolby ML |
2023-01-03 | script, test: fix python linter E275 errors with flake8 5.0.4 | Jon Atack |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-10 | test: Remove wallet option from non-wallet tests | MacroFake |
2022-08-18 | test: speedup wallet tests by whitelisting peers (immediate tx relay) | Sebastian Falbesoner |
2022-07-18 | Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-03 | wallet: Rescan mempool for transactions as well | Fabian Jahr |
2022-06-26 | test: Remove unnecessary block mining from importdescriptors test | Fabian Jahr |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-11-10 | scripted-diff: Remove redundant sync_all and sync_blocks | MarcoFalke |
2021-11-10 | test: Use 4 spaces for indentation | MarcoFalke |
2021-10-21 | Merge bitcoin/bitcoin#23287: test: get and decode tx with a single `gettransa... | MarcoFalke |
2021-10-17 | test: get and decode tx with a single `gettransaction` RPC call | Sebastian Falbesoner |
2021-10-06 | test: Use generate* node RPC, not wallet RPC | MarcoFalke |
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke |
2021-08-19 | Use generate* from TestFramework | MarcoFalke |
2021-06-28 | wallet: deactivate descriptor | S3RK |
2021-06-28 | test: wallet importdescriptors update existing | S3RK |
2021-06-28 | wallet: allow to import same descriptor twice | S3RK |
2021-05-31 | Use COINBASE_MATURITY constant in functional tests. | Kiminuo |
2021-04-28 | test/functional: standardness sanity checks for P2(W)SH multisig | Antoine Poinsot |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-11-09 | Merge #20153: wallet: do not import a descriptor with hardened derivations in... | Wladimir J. van der Laan |
2020-11-09 | Merge #20266: wallet: fix change detection of imported internal descriptors | Wladimir J. van der Laan |
2020-11-01 | Avoid creating legacy wallets in wallet_importdescriptors.py | Andrew Chow |
2020-10-29 | Fix change detection of imported internal descriptors | Andrew Chow |
2020-10-29 | Skip --descriptor tests if sqlite is not compiled | Andrew Chow |
2020-10-15 | wallet: fix importdescriptor silent fail | Ivan Metlushko |
2020-07-03 | walletdb: don't reinitialize desc cache with multiple cache entries | Andrew Chow |
2020-04-28 | tests: Add missing sync_all to wallet_importdescriptors.py | Andrew Chow |
2020-04-23 | add importdescriptors RPC and tests for native descriptor wallets | Hugo Nguyen |