Age | Commit message (Expand) | Author |
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-28 | [tests] Remove getnettotals/getpeerinfo consistency test | John Newbery |
2020-10-27 | [test] Clarify setup of node topology. | Amiti Uttarwar |
2020-10-27 | [move-only, test]: Match test order with run order | Amiti Uttarwar |
2020-10-27 | [net processing] Don't add AlreadyHave txs to recentRejects | Troy Giorshev |
2020-10-27 | Merge #20167: test: Add test for -blockversion | Wladimir J. van der Laan |
2020-10-26 | test: Add test for -blockversion | MarcoFalke |
2020-10-22 | Merge #20112: test: Speed up wallet_resendwallettransactions with mockschedul... | MarcoFalke |
2020-10-22 | Merge #20176: test: Fix intermittent issue in p2p_feefilter | MarcoFalke |
2020-10-22 | Merge #20039: test: Convert amounts from float to decimal | MarcoFalke |
2020-10-21 | test: Fix rpc_net intermittent issue | MarcoFalke |
2020-10-21 | Convert amounts from float to decimal | Prayank |
2020-10-21 | wallet: Make -wallet setting not create wallets | Russell Yanofsky |
2020-10-21 | Merge #20198: Show name, format and if uses descriptors in bitcoin-wallet tool | MarcoFalke |
2020-10-21 | Show name, format and if uses descriptors in bitcoin-wallet tool | Jonas Schnelli |
2020-10-20 | test: Move (dis)?connect_nodes globals into TestFramework as helpers | Elliott Jin |
2020-10-20 | scripted-diff: test: Replace uses of (dis)?connect_nodes global | Prayank |
2020-10-20 | test: Replace use of (dis)?connect_nodes globals | Elliott Jin |
2020-10-20 | Merge #20125: rpc, wallet: Expose database format in getwalletinfo | Samuel Dobson |
2020-10-19 | Merge #19624: Warn on unknown rw_settings | MarcoFalke |
2020-10-19 | test: Fix typo (one tx is enough) in p2p_feefilter | MarcoFalke |
2020-10-18 | test: Fix intermittent issue in wallet_send | MarcoFalke |
2020-10-18 | test: Fix intermittent issue in wallet_import_rescan | MarcoFalke |
2020-10-17 | Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use Min... | MarcoFalke |
2020-10-17 | test: Fix intermittent issue in p2p_feefilter | MarcoFalke |
2020-10-16 | test: add logging for mining_getblocktemplate_longpoll.py | Sebastian Falbesoner |
2020-10-16 | test: remove unused helpers random_transaction(), make_change() and gather_in... | Sebastian Falbesoner |
2020-10-16 | test: Default blockversion to 4 in feature_block | MarcoFalke |
2020-10-16 | test: use MiniWallet for mining_getblocktemplate_longpoll.py | Sebastian Falbesoner |
2020-10-16 | test: Remove unused -blockversion from tests | MarcoFalke |
2020-10-16 | Merge #19401: QA: Use GBT to get block versions correct | MarcoFalke |
2020-10-15 | Address functional test nits | Pieter Wuille |
2020-10-15 | Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp... | Wladimir J. van der Laan |
2020-10-15 | test: add coverage for getwalletinfo format field | Jon Atack |
2020-10-15 | Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p... | MarcoFalke |
2020-10-15 | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript) | Wladimir J. van der Laan |
2020-10-15 | Merge #19077: wallet: Add sqlite as an alternative wallet database and use it... | Samuel Dobson |
2020-10-14 | Merge #19988: Overhaul transaction request logic | Wladimir J. van der Laan |
2020-10-14 | Update wallet_multiwallet.py for descriptor and sqlite wallets | Russell Yanofsky |
2020-10-14 | Run dumpwallet for legacy wallets only in wallet_backup.py | Andrew Chow |
2020-10-14 | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") | Luke Dashjr |
2020-10-14 | rpc, test: expose CNodeStats network in RPC getpeerinfo | Jon Atack |
2020-10-13 | test: Speed up wallet_resendwallettransactions test with mockscheduler RPC | MarcoFalke |
2020-10-13 | Merge #20126: test: p2p_leak_tx.py improvements (use MiniWallet, add p2p_lock... | MarcoFalke |
2020-10-12 | tests: dumping and minimizing of script assets data | Pieter Wuille |
2020-10-12 | tests: functional tests for Schnorr/Taproot/Tapscript | Pieter Wuille |
2020-10-12 | tests: add BIP340 Schnorr signature support to test framework | Pieter Wuille |
2020-10-12 | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille |
2020-10-12 | Make Taproot spends standard + policy limits | Pieter Wuille |