index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-28
Improve gui/src/qt README.md
Jarol Rodriguez
2020-11-05
Merge #20316: test: Fix wallet_multiwallet test issue on Windows
MarcoFalke
2020-11-05
Merge #20308: wallet: Set bilingual error completely
MarcoFalke
2020-11-05
test: Fix wallet_multiwallet test issue on Windows
MarcoFalke
2020-11-05
Merge #20302: net: Make it easier to reason about node eviction by removing u...
MarcoFalke
2020-11-05
Set bilingual error completely
Hennadii Stepanov
2020-11-05
Merge #20303: fuzz: Assert expected DecodeHexTx behaviour when using legacy d...
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
fuzz: Assert expected DecodeHexTx behaviour when using legacy decoding
practicalswift
2020-11-04
Merge #20300: fuzz: Add missing ECC_Start to descriptor_parse test
MarcoFalke
2020-11-04
Merge #20294: ci: Run more ci configs on cirrus
MarcoFalke
2020-11-04
Merge #20299: test: Fix intermittent rpc_net issue
MarcoFalke
2020-11-04
fuzz: Add missing ECC_Start to descriptor_parse test
Ivan Metlushko
2020-11-04
Merge #20212: net: fix output of peer address in version message
MarcoFalke
2020-11-04
Make it easier to reason about node eviction by removing unused NodeEvictionC...
practicalswift
2020-11-04
test: Fix intermittent rpc_net issue
MarcoFalke
2020-11-04
Merge #20245: test: Run script_assets_test even if built --with-libs=no
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
ci: Run ci configs on cirrus
MarcoFalke
2020-11-03
Merge #20237: net: Hardcoded seeds update for 0.21
Wladimir J. van der Laan
2020-11-03
Ignoring (but warn) on duplicate -wallet parameters
Jonas Schnelli
2020-11-03
Merge #20290: fuzz: Fix DecodeHexTx fuzzing harness issue
MarcoFalke
2020-11-03
Merge #20289: fuzz: Check for addrv1 compatibility before using addrv1 serial...
MarcoFalke
2020-11-03
Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re...
fanquake
2020-11-02
fuzz: Fix DecodeHexTx fuzzing harness issue
practicalswift
2020-11-02
fuzz: Check for addrv1 compatibility before using addrv1 serializer on CService
practicalswift
2020-11-02
Merge #20263: Update assumed chain params
Wladimir J. van der Laan
2020-11-02
Merge #18788: tests: Update more tests to work with descriptor wallets
Wladimir J. van der Laan
2020-11-02
Merge #20279: doc: release process updates/fixups
MarcoFalke
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-02
Update assumed chain params
MarcoFalke
2020-11-02
Merge #20281: docs: Correct getblockstats documentation for (sw)total_weight
MarcoFalke
2020-11-02
Merge #20230: wallet: Fix bug when just created encrypted wallet cannot get a...
Samuel Dobson
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
[next]