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_descriptor.py
Age
Commit message (
Expand
)
Author
2022-06-14
doc: Update importaddress mention incompatibility with descriptor wallet
BrokenProgrammer
2021-11-16
Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
Andrew Chow
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-06
test: Use generate* node RPC, not wallet RPC
MarcoFalke
2021-08-19
Use generate* from TestFramework
MarcoFalke
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-01-27
Disable wallet_descriptor.py bdb format check if BDB is not compiled
Andrew Chow
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-29
Ensure a legacy wallet for BDB format check
Andrew Chow
2020-10-29
Skip --descriptor tests if sqlite is not compiled
Andrew Chow
2020-10-15
test: add coverage for getwalletinfo format field
Jon Atack
2020-10-09
tests: Test getaddressinfo parent_desc
Andrew Chow
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-04-23
tests: Add RPCOverloadWrapper which overloads some disabled RPCs
Andrew Chow
2020-04-23
Functional tests for descriptor wallets
Andrew Chow