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
Age
Commit message (
Expand
)
Author
2020-11-09
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-11-09
Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,...
Wladimir J. van der Laan
2020-11-09
Merge #20292: test: Fix intermittent feature_taproot issue
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-05
fix ecdsa verify in test framework
Stepan Snigirev
2020-11-05
test: Fix wallet_multiwallet test issue on Windows
MarcoFalke
2020-11-05
Merge #20283: test: Only try witness deser when checking for witness deser fa...
fanquake
2020-11-05
Merge #20199: wallet: ignore (but warn) on duplicate -wallet parameters
MarcoFalke
2020-11-04
test: Fix intermittent rpc_net issue
MarcoFalke
2020-11-04
Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21
Samuel Dobson
2020-11-04
Merge #20282: wallet: change upgradewallet return type to be an object
Samuel Dobson
2020-11-03
Small improvements to the Taproot functional tests
Pieter Wuille
2020-11-03
test: Fix intermittent feature_taproot issue
MarcoFalke
2020-11-03
test: Fix deser issue in create_block
MarcoFalke
2020-11-03
test: Remove unused unnamed parameter from block.serialize call
MarcoFalke
2020-11-03
Ignoring (but warn) on duplicate -wallet parameters
Jonas Schnelli
2020-11-02
Merge #18788: tests: Update more tests to work with descriptor wallets
Wladimir J. van der Laan
2020-11-02
test: Only try witness deserialize when checking for witness deserialize failure
MarcoFalke
2020-11-02
Merge #20165: Only relay Taproot spends if next block has it active
MarcoFalke
2020-11-02
[wallet] Return object from upgradewallet RPC
Sishir Giri
2020-11-01
tests: Make only desc wallets for wallet_multwallet.py --descriptors
Andrew Chow
2020-11-01
Avoid creating legacy wallets in wallet_importdescriptors.py
Andrew Chow
2020-11-01
Update feature_backwards_compatibility for descriptor wallets
Andrew Chow
2020-11-01
Update wallet_labels.py to not require descriptors=False
Andrew Chow
2020-11-01
tests: Add a --legacy-wallet that is mutually exclusive with --descriptors
Andrew Chow
2020-11-01
Disable some tests for tool_wallet when descriptors
Andrew Chow
2020-11-01
Make raw multisig tests legacy wallet only in rpc_rawtransaction.py
Andrew Chow
2020-11-01
Do addmultisigaddress tests in legacy wallet mode in wallet_address_types.py
Andrew Chow
2020-11-01
Use importdescriptors when in descriptor wallet mode in wallet_createwallet.py
Andrew Chow
2020-11-01
Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.py
Andrew Chow
2020-11-01
Add script equivalent of functions in address.py
Andrew Chow
2020-11-01
Add descriptor wallet output to tool_wallet.py
Andrew Chow
2020-11-01
Use separate watchonly wallet for multisig in feature_nulldummy.py
Andrew Chow
2020-11-01
Move import and watchonly tests to be legacy wallet only in wallet_balance.py
Andrew Chow
2020-11-01
Use importdescriptors for descriptor wallets in wallet_bumpfee.py
Andrew Chow
2020-11-01
Avoid dumpprivkey in wallet_listsinceblock.py
Andrew Chow
2020-11-01
Make import tests in wallet_listtransactions.py legacy wallet only
Andrew Chow
2020-11-01
Use a separate watchonly wallet in rpc_fundrawtransaction.py
Andrew Chow
2020-11-01
Update wallet_importprunedfunds to avoid dumpprivkey
Andrew Chow
2020-10-30
Increase feature_taproot inactive test coverage
Pieter Wuille
2020-10-30
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-29
Fix change detection of imported internal descriptors
Andrew Chow
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-29
Merge #20186: wallet: Make -wallet setting not create wallets
MarcoFalke
2020-10-29
Merge #19753: p2p: don't add AlreadyHave transactions to recentRejects
Wladimir J. van der Laan
2020-10-29
wallet: add rpc send explicit fee rate coverage
Jon Atack
2020-10-29
wallet: add sendtoaddress/sendmany explicit fee rate coverage
Jon Atack
2020-10-29
wallet: add walletcreatefundedpsbt explicit fee rate coverage
Jon Atack
2020-10-29
test: refactor for walletcreatefundedpsbt fee rate coverage
Jon Atack
[next]