aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_address_types.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-07-25test: remove unused if statementsAurèle Oulès
2021-12-17wallet: Strictly match tx change type to improve privacyMarcoFalke
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-17test: get and decode tx with a single `gettransaction` RPC callSebastian Falbesoner
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-06-22wallet: Add error message to GetReservedDestinationAndrew Chow
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2020-11-01Do addmultisigaddress tests in legacy wallet mode in wallet_address_types.pyAndrew Chow
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-03[tests] Move bech32 unit tests to test frameworkJohn Newbery
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-05Use getbalances in wallet_address_types testsJon Atack
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-13test: speed up wallet_address_types by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2019-09-26Change default address type to bech32Gregory Sanders
2019-09-18Merge #16898: test: Remove connect_nodes_biMarcoFalke
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-09-15Add python bech32 impl round-trip testGregory Sanders
2019-08-06Add unmodified-but-with-checksum to getdescriptorinfoPieter Wuille
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-02-15Add getdescriptorinfo to compute checksumPieter Wuille
2019-02-15Descriptor checksumPieter Wuille
2018-11-14Add descriptors to listunspent and getaddressinfo + testsPieter Wuille
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-05Get rid of ambiguous OutputType::NONE valueRussell Yanofsky
2018-02-16Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns