index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
wallet_labels.py
Age
Commit message (
Expand
)
Author
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-03-16
Use Bech32m encoding for v1+ segwit addresses
Pieter Wuille
2020-11-01
Update wallet_labels.py to not require descriptors=False
Andrew Chow
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-05-14
test: Check that invalid witness destinations can not be imported
MarcoFalke
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-02-02
Merge #17585: rpc: deprecate getaddressinfo label
Samuel Dobson
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-09
test: remove getaddressinfo label tests
Jon Atack
2020-01-08
Merge #17578: rpc: simplify getaddressinfo labels, deprecate previous behavior
Samuel Dobson
2020-01-03
rpc: simplify getaddressinfo labels, deprecate previous behavior
Jon Atack
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-24
test: add rpc getaddressinfo labels test coverage
Jon Atack
2019-11-24
test: add listlabels test in wallet_labels.py
Jon Atack
2018-10-16
[tests] Small fixups before deprecating generate
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-27
[tests] Remove wallet accounts test
John Newbery
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-18
[wallet] deprecate sendfrom RPC method.
John Newbery
2018-05-16
[wallet] [rpc] Remove getlabeladdress RPC
John Newbery
2018-04-17
[wallet] [tests] Add tests for accounts/labels APIs
John Newbery
2018-04-16
[tests] Set -deprecatedrpc=accounts in tests
John Newbery
2018-04-10
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-03-19
Rename wallet_accounts.py test
Russell Yanofsky