aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_scantxoutset.py
AgeCommit message (Expand)Author
2023-05-08Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to hAndrew Chow
2023-05-04Merge bitcoin/bitcoin#27422: test: add coverage to rpc_scantxoutset.pyfanquake
2023-05-02test: added coverage to rpc_scantxoutset.pykevkevin
2023-04-05test: add coverage to ensure the first arg of scantxoutset is neededismaelsadeeq
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
2023-03-28refactor: move address_to_scriptpubkey to address.pyismaelsadeeq
2023-01-16test: add `rescan_utxos` in MiniWallet's initializationkouloumos
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-07rpc: Return coinbase flag in scantxoutsetMacroFake
2021-12-26test: use MiniWallet for rpc_scantxoutset.pySebastian Falbesoner
2021-12-24test: Fix pep8 of touched fileMarcoFalke
2021-12-24test: Fix rpc_scantxoutset intermittent issueMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2019-12-11rpc: require second argument only for scantxoutset start actionAndrew Chow
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-09-09qa: Check scantxoutset result against gettxoutsetinfoJoão Barbosa
2019-04-13Extract ParseDescriptorRangeBen Woosley
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-02-28Add support for stop/[start,stop] ranges to scantxoutsetPieter Wuille
2019-02-15Descriptor checksumPieter Wuille
2018-11-14Add matching descriptors to scantxoutset output + testsPieter Wuille
2018-10-20Add tests for key origin supportPieter Wuille
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Support h instead of ' in hardened descriptor pathsPieter Wuille
2018-07-27[QA] Extend tests to more combinationsPieter Wuille
2018-07-27[QA] Add xpub range tests in scantxoutset testsJonas Schnelli
2018-07-27Swap in descriptors support into scantxoutsetPieter Wuille
2018-07-15[QA] Add scantxoutset testJonas Schnelli