aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_labels.py
AgeCommit message (Expand)Author
2021-03-27Use Bech32m encoding for v1+ segwit addressesPieter Wuille
2020-11-01Update wallet_labels.py to not require descriptors=FalseAndrew Chow
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-05-14test: Check that invalid witness destinations can not be importedMarcoFalke
2020-04-23Add a --descriptors option to various testsAndrew Chow
2020-02-02Merge #17585: rpc: deprecate getaddressinfo labelSamuel Dobson
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-09test: remove getaddressinfo label testsJon Atack
2020-01-08Merge #17578: rpc: simplify getaddressinfo labels, deprecate previous behaviorSamuel Dobson
2020-01-03rpc: simplify getaddressinfo labels, deprecate previous behaviorJon Atack
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-24test: add rpc getaddressinfo labels test coverageJon Atack
2019-11-24test: add listlabels test in wallet_labels.pyJon Atack
2018-10-16[tests] Small fixups before deprecating generateJohn Newbery
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-27[tests] Remove wallet accounts testJohn Newbery
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-18[wallet] deprecate sendfrom RPC method.John Newbery
2018-05-16[wallet] [rpc] Remove getlabeladdress RPCJohn Newbery
2018-04-17[wallet] [tests] Add tests for accounts/labels APIsJohn Newbery
2018-04-16[tests] Set -deprecatedrpc=accounts in testsJohn Newbery
2018-04-10[wallet] [rpc] introduce 'label' API for walletWladimir J. van der Laan
2018-03-19Rename wallet_accounts.py testRussell Yanofsky