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
2023-10-19
Merge bitcoin/bitcoin#28617: test: Add Wallet Unlock Context Manager
fanquake
2023-10-10
test: Add Wallet Unlock Context Manager
Brandon Odiwuor
2023-10-10
test: Use pathlib over os.path #28362
ns-xvrn
2023-10-05
test: Bump walletpassphrase timeouts to avoid intermittent issues
MarcoFalke
2023-08-02
qa: Close SQLite connection properly
Hennadii Stepanov
2023-06-21
scripted-diff: Use wallets_path and chain_path where possible
MarcoFalke
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-01-17
Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)
fanquake
2023-01-12
test: skip sqlite3 tests if it isn't available
fanquake
2023-01-11
test: Fix wrong types passed to RPCs
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-05
Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c...
Andrew Chow
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-11-08
test: add missing bech32m / BIP86 test-cases to wallet_descriptor.py
Sebastian Falbesoner
2022-11-08
test: check that loading descriptor wallet with legacy entries throws error
Sebastian Falbesoner
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