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_importdescriptors.py
Age
Commit message (
Expand
)
Author
2022-07-18
Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...
Andrew Chow
2022-07-03
wallet: Rescan mempool for transactions as well
Fabian Jahr
2022-06-26
test: Remove unnecessary block mining from importdescriptors test
Fabian Jahr
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-11-10
test: Use 4 spaces for indentation
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23287: test: get and decode tx with a single `gettransa...
MarcoFalke
2021-10-17
test: get and decode tx with a single `gettransaction` RPC call
Sebastian Falbesoner
2021-10-06
test: Use generate* node RPC, not wallet RPC
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-19
Use generate* from TestFramework
MarcoFalke
2021-06-28
wallet: deactivate descriptor
S3RK
2021-06-28
test: wallet importdescriptors update existing
S3RK
2021-06-28
wallet: allow to import same descriptor twice
S3RK
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-04-28
test/functional: standardness sanity checks for P2(W)SH multisig
Antoine Poinsot
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-09
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-11-09
Merge #20266: wallet: fix change detection of imported internal descriptors
Wladimir J. van der Laan
2020-11-01
Avoid creating legacy wallets in wallet_importdescriptors.py
Andrew Chow
2020-10-29
Fix change detection of imported internal descriptors
Andrew Chow
2020-10-29
Skip --descriptor tests if sqlite is not compiled
Andrew Chow
2020-10-15
wallet: fix importdescriptor silent fail
Ivan Metlushko
2020-07-03
walletdb: don't reinitialize desc cache with multiple cache entries
Andrew Chow
2020-04-28
tests: Add missing sync_all to wallet_importdescriptors.py
Andrew Chow
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen