Pull-Requests
pull
combine_logs.py - aggregates log files from multiple bitcoinds during functional tests.
#10017
jnewbery on March 16, 2017 Tests
jnewbery on March 16, 2017 Tests
pull
[tests] remove maxblocksinflight.py (functionality covered by other test)
#10023
jnewbery on March 17, 2017 Tests
jnewbery on March 17, 2017 Tests
pull
[trivial] Use log.info() instead of print() in remaining functional test cases.
#10024
jnewbery on March 17, 2017 Tests
jnewbery on March 17, 2017 Tests
pull
[test] [POC] Stop and start bitcoind nodes asynchronously in functional tests
#10055
jnewbery on March 22, 2017 Tests
jnewbery on March 22, 2017 Tests
pull
Remove sources of unreliablility in extended functional tests
#10072
jnewbery on March 24, 2017 Tests
jnewbery on March 24, 2017 Tests
pull
[tests] Demostration/concept: Add a TestNode class to test_Framework.py
#10082
jnewbery on March 26, 2017 Tests
jnewbery on March 26, 2017 Tests
pull
Check that all test scripts in test/functional are being run
#10096
jnewbery on March 27, 2017 Tests
jnewbery on March 27, 2017 Tests
pull
Move zmq test skipping logic into individual test case.
#10097
jnewbery on March 27, 2017 Tests
jnewbery on March 27, 2017 Tests
pull
[tests] fixup - make all Travis test runs quiet, non just cron job runs
#10105
jnewbery on March 28, 2017
jnewbery on March 28, 2017
pull
[WIP] Remove NetworkThread from individual test cases
#10111
jnewbery on March 28, 2017 RefactoringTests
jnewbery on March 28, 2017 RefactoringTests
pull
[tests] sync_with_ping should assert that ping hasn't timed out
#10114
jnewbery on March 29, 2017 Tests
jnewbery on March 29, 2017 Tests
pull
Allow debug logs to be excluded from specified component
#10123
jnewbery on March 30, 2017 Utils/log/libs
jnewbery on March 30, 2017 Utils/log/libs
pull
[net] Allow disconnectnode RPC to be called with node id
#10143
jnewbery on April 3, 2017 RPC/REST/ZMQ
jnewbery on April 3, 2017 RPC/REST/ZMQ
pull
[logging] initialize flag variable to 0 (and continue if GetLogCategory() fails)
#10151
jnewbery on April 4, 2017 Refactoring
jnewbery on April 4, 2017 Refactoring
pull
[trivial] remove unused line in Travis config
#10152
jnewbery on April 4, 2017 RefactoringTests
jnewbery on April 4, 2017 RefactoringTests
pull
[tests] mining functional tests (including regression test for submitblock)
#10190
jnewbery on April 11, 2017 TestsMining
jnewbery on April 11, 2017 TestsMining
pull
[trivial] Rename unused submitblock argument as 'dummy'
#10191
jnewbery on April 11, 2017 RPC/REST/ZMQMining
jnewbery on April 11, 2017 RPC/REST/ZMQMining
pull
[tests] Remove is_network_split from functional test framework
#10198
jnewbery on April 12, 2017 Tests
jnewbery on April 12, 2017 Tests
pull
[net] listbanned RPC and QT should show correct banned subnets
#10234
jnewbery on April 19, 2017 P2P
jnewbery on April 19, 2017 P2P
pull
[wallet] fix zapwallettxes interaction with persistent mempool
#10330
jnewbery on May 3, 2017 WalletTests
jnewbery on May 3, 2017 WalletTests
pull
[tests] functional tests should call BitcoinTestFramework start/stop node methods
#10359
jnewbery on May 8, 2017 Tests
jnewbery on May 8, 2017 Tests
pull
[WIP] Salvage wallet should not set the aggressive flag on Db::verify()
#10540
jnewbery on June 6, 2017 Wallet
jnewbery on June 6, 2017 Wallet
pull
Move stop/start functions from utils.py into BitcoinTestFramework
#10556
jnewbery on June 8, 2017 Tests
jnewbery on June 8, 2017 Tests
pull
[wallet] [tests] Add listwallets RPC, include wallet name in `getwalletinfo` and add multiwallet test
#10604
jnewbery on June 15, 2017 Wallet
jnewbery on June 15, 2017 Wallet
pull
[rpc] fix verbose argument for getblock in bitcoin-cli
#10747
jnewbery on July 5, 2017 RPC/REST/ZMQ
jnewbery on July 5, 2017 RPC/REST/ZMQ
pull
[wallet] Remove Wallet dependencies from init.cpp
#10762
jnewbery on July 7, 2017 RefactoringWallet
jnewbery on July 7, 2017 RefactoringWallet
pull
[wallet] Clarify wallet initialization / destruction interface
#10767
jnewbery on July 7, 2017 RefactoringWallet
jnewbery on July 7, 2017 RefactoringWallet
pull
[utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets
#10812
jnewbery on July 12, 2017 Scripts and tools
jnewbery on July 12, 2017 Scripts and tools
pull
[rpc] Give users one final warning before removing getinfo
#10841
jnewbery on July 16, 2017 RPC/REST/ZMQ
jnewbery on July 16, 2017 RPC/REST/ZMQ
pull
[Do not merge] Stop advancing best block and shutdown node if keypool drops below critical threshold
#10882
jnewbery on July 19, 2017 Wallet
jnewbery on July 19, 2017 Wallet
pull
[tests] Test disconnecting unsupported service bits logic.
#11001
jnewbery on August 7, 2017 Tests
jnewbery on August 7, 2017 Tests
pull
[wallet] return correct error code from resendwallettransaction
#11002
jnewbery on August 7, 2017 RPC/REST/ZMQ
jnewbery on August 7, 2017 RPC/REST/ZMQ
pull
[tests] Add option to attach a python debugger if functional test fails
#11023
jnewbery on August 10, 2017 Tests
jnewbery on August 10, 2017 Tests
pull
[wallet] [rpc] getreceivedbyaddress should return error if called with address not owned by the wallet
#11055
jnewbery on August 15, 2017 Wallet
jnewbery on August 15, 2017 Wallet
pull
[trivial] [rpc] Fix getrawtransaction help for per-txout chainstate db
#11213
jnewbery on September 1, 2017
jnewbery on September 1, 2017
pull
[rpc] Add initialblockdownload to getblockchaininfo
#11258
jnewbery on September 6, 2017 RPC/REST/ZMQ
jnewbery on September 6, 2017 RPC/REST/ZMQ
pull
[tests] Check connectivity before sending in assumevalid.py
#11345
jnewbery on September 15, 2017 Tests
jnewbery on September 15, 2017 Tests
pull
[trivial] Make namespace explicit for is_regular_file
#11495
jnewbery on October 13, 2017 Refactoring
jnewbery on October 13, 2017 Refactoring
pull
[tests] [demonstration] Simplify/clarify the NodeConn/NodeConnCB mininode classes
#11518
jnewbery on October 17, 2017 Tests
jnewbery on October 17, 2017 Tests
pull
[tests] Change invalidtxrequest to use BitcoinTestFramework
#11771
jnewbery on November 27, 2017 Tests
jnewbery on November 27, 2017 Tests
pull
[tests] Change invalidblockrequest to use BitcoinTestFramework
#11772
jnewbery on November 27, 2017 Tests
jnewbery on November 27, 2017 Tests
pull
[tests] Change feature_block.py to use BitcoinTestFramework
#11773
jnewbery on November 27, 2017 Tests
jnewbery on November 27, 2017 Tests
pull
[tests] Change feature_csv_activation.py to use BitcoinTestFramework
#11817
jnewbery on December 2, 2017 Tests
jnewbery on December 2, 2017 Tests
pull
I accidentally [deliberately] killed it [the ComparisonTestFramework]
#11818
jnewbery on December 2, 2017 Tests
jnewbery on December 2, 2017 Tests
pull
[tests] remove redundant univalue_tests.cpp
#11879
jnewbery on December 12, 2017 RefactoringTestsUpstream
jnewbery on December 12, 2017 RefactoringTestsUpstream
pull
[Wallet] [RPC] Remove deprecated wallet rpc features from bitcoin_server
#12490
jnewbery on February 20, 2018 Wallet
jnewbery on February 20, 2018 Wallet
pull
[logging] add lint-logs.sh to check for newline termination.
#12891
jnewbery on April 5, 2018 Utils/log/libs
jnewbery on April 5, 2018 Utils/log/libs
pull
[DO NOT MERGE] [logging] Add logging to UpdatedBlockTip
#12981
jnewbery on April 13, 2018 Tests
jnewbery on April 13, 2018 Tests
pull
[bugfix] [wallet] Fix zapwallettxes/multiwallet interaction.
#13030
jnewbery on April 19, 2018 Wallet
jnewbery on April 19, 2018 Wallet
pull
[wallet] `createwallet` RPC - create new wallet at runtime
#13058
jnewbery on April 23, 2018 Wallet
jnewbery on April 23, 2018 Wallet
pull
[tests] Remove 'account' API from wallet functional tests
#13075
jnewbery on April 25, 2018 Tests
jnewbery on April 25, 2018 Tests
pull
[net] Don't incorrectly log that REJECT messages are unknown.
#13162
jnewbery on May 3, 2018 P2P
jnewbery on May 3, 2018 P2P
pull
[Tools] bitcoin-wallet - a tool for creating and managing wallets offline
#13926
jnewbery on August 9, 2018 WalletScripts and tools
jnewbery on August 9, 2018 WalletScripts and tools
pull
[RPC] Remove warning for removed estimatefee RPC
#14297
jnewbery on September 23, 2018 RPC/REST/ZMQ
jnewbery on September 23, 2018 RPC/REST/ZMQ
pull
[wallet] Backport(0.17): Restore ability to list incoming transactions by label
#14441
jnewbery on October 9, 2018 WalletBackport
jnewbery on October 9, 2018 WalletBackport
pull
[tests] Move deterministic address import to setup_nodes
#14631
jnewbery on November 1, 2018 Tests
jnewbery on November 1, 2018 Tests
pull
A few minor formatting fixes and clarifications to descriptors.md
#14778
jnewbery on November 21, 2018 Docs
jnewbery on November 21, 2018 Docs
pull
Mining: Enforce that segwit option must be set in GBT
#14811
jnewbery on November 26, 2018 Mining
jnewbery on November 26, 2018 Mining
pull
[do not merge] [tests] tidy up wallet_importmulti.py
#14952
jnewbery on December 13, 2018 WalletTests
jnewbery on December 13, 2018 WalletTests
pull
[WIP] [tool] Add salvage and zaptxs commands to bitcoin-wallet
#15307
jnewbery on January 31, 2019
jnewbery on January 31, 2019
pull
[docs] release note for disabling reject messages by default
#15604
jnewbery on March 14, 2019 Docs
jnewbery on March 14, 2019 Docs
pull
Remove ResendWalletTransactions from the Validation Interface
#15632
jnewbery on March 20, 2019 WalletValidation
jnewbery on March 20, 2019 WalletValidation
pull
[rpc] Remove deprecated functionality message from validateaddress help
#15647
jnewbery on March 22, 2019 DocsRPC/REST/ZMQBackport
jnewbery on March 22, 2019 DocsRPC/REST/ZMQBackport
pull
Remove resendwallettransactions RPC method
#15680
jnewbery on March 27, 2019 WalletRPC/REST/ZMQ
jnewbery on March 27, 2019 WalletRPC/REST/ZMQ
pull
[rpc] Remove the addresses field from the getaddressinfo return object
#15750
jnewbery on April 4, 2019 WalletRPC/REST/ZMQ
jnewbery on April 4, 2019 WalletRPC/REST/ZMQ
pull
Backport: [rpc] Remove the addresses field from the getaddressinfo return object
#15800
jnewbery on April 11, 2019 RPC/REST/ZMQBackport
jnewbery on April 11, 2019 RPC/REST/ZMQBackport
pull
[WIP] mempool: Remove nAbsurdFee fee from AcceptToMemoryPool
#15810
jnewbery on April 12, 2019 Validation
jnewbery on April 12, 2019 Validation
pull
validation: Tidy up ValidationState interface
#15921
jnewbery on April 29, 2019 ValidationReview club
jnewbery on April 29, 2019 ValidationReview club
pull
[tests] log thread names by default in functional tests
#15927
jnewbery on April 30, 2019 Tests
jnewbery on April 30, 2019 Tests
pull
[RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCCvertParam tables
#16326
jnewbery on July 2, 2019 RPC/REST/ZMQ
jnewbery on July 2, 2019 RPC/REST/ZMQ
pull
[mempool] log correct messages when CPFP fails
#16471
jnewbery on July 26, 2019 TestsValidation
jnewbery on July 26, 2019 TestsValidation
pull
[wallet] restore coinbase and confirmed/conflicted checks in SubmitMemoryPoolAndRelay()
#16557
jnewbery on August 6, 2019 Wallet
jnewbery on August 6, 2019 Wallet
pull
validation: Rename CheckInputs to CheckInputScripts
#16658
jnewbery on August 19, 2019 DocsValidation
jnewbery on August 19, 2019 DocsValidation
pull
p2p: Disconnect peer that send us tx INVs when we opted out of tx relay
#16682
jnewbery on August 22, 2019 P2P
jnewbery on August 22, 2019 P2P
pull
Ignore old versionbit activations to avoid 'unknown softforks' warning
#16713
jnewbery on August 24, 2019 Validation
jnewbery on August 24, 2019 Validation
pull
wallet: Rename 'decode' argument in gettransaction method to 'verbose'
#16866
jnewbery on September 13, 2019 WalletRPC/REST/ZMQ
jnewbery on September 13, 2019 WalletRPC/REST/ZMQ
pull
validation: Remove REJECT code from CValidationState
#17004
jnewbery on September 30, 2019 P2PValidation
jnewbery on September 30, 2019 P2PValidation
pull
[WIP] remove fCheckDuplicateInputs from CheckTransaction()
#17241
jnewbery on October 24, 2019 Validation
jnewbery on October 24, 2019 Validation
pull
refactor: Remove unused cacheSigStore from CheckInputsFromMempooAndCache
#17242
jnewbery on October 24, 2019 RefactoringValidation
jnewbery on October 24, 2019 RefactoringValidation
pull
linter: Strip trailing / in path for git-subtree-check
#17329
jnewbery on October 31, 2019 Scripts and tools
jnewbery on October 31, 2019 Scripts and tools
pull
Refactor: Move consts to their correct translation units
#17383
jnewbery on November 5, 2019 Refactoring
jnewbery on November 5, 2019 Refactoring
pull
Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved signals
#17477
jnewbery on November 14, 2019 Validation
jnewbery on November 14, 2019 Validation
pull
Return BlockValidationState from ProcessNewBlock if CheckBlock/AcceptBlock fails
#17479
jnewbery on November 14, 2019 ValidationNeeds rebase
jnewbery on November 14, 2019 ValidationNeeds rebase
pull
WIP: net processing: Don't reach into CBlockIndex to check for block mutation
#17485
jnewbery on November 14, 2019 P2PNeeds rebase
jnewbery on November 14, 2019 P2PNeeds rebase
pull
Validation: Remove ConnectTrace and PerBlockConnectTrace
#17562
jnewbery on November 22, 2019 Validation
jnewbery on November 22, 2019 Validation
pull
Validation: Move CheckBlock() mutation guard to AcceptBlock()
#17601
jnewbery on November 25, 2019 Validation
jnewbery on November 25, 2019 Validation
pull
util: change GetWarnings parameter to bool
#17750
jnewbery on December 15, 2019 GUIRefactoringRPC/REST/ZMQ
jnewbery on December 15, 2019 GUIRefactoringRPC/REST/ZMQ
pull
[WIP] Consensus: Don't allow a coin to be spent and FRESH.
#18113
jnewbery on February 11, 2020 UTXO Db and IndexesNeeds rebaseReview club
jnewbery on February 11, 2020 UTXO Db and IndexesNeeds rebaseReview club
pull
Refactor: Initialize PrecomputedTransactionData in CheckInputScripts
#18401
jnewbery on March 22, 2020 Refactoring
jnewbery on March 22, 2020 Refactoring
pull
[consensus] MOVEONLY: Move single-sig checking EvalScript code to EvalChecksig
#18422
jnewbery on March 24, 2020 RefactoringConsensus
jnewbery on March 24, 2020 RefactoringConsensus
pull
net processing: Make it more obvious that we'll never upgrade a pre-segwit node to high-bandwidth
#18461
jnewbery on March 28, 2020 P2P
jnewbery on March 28, 2020 P2P
pull
tests: Don't initialize PrecomputedTransactionData in txvalidationcache tests
#18675
jnewbery on April 16, 2020 Tests
jnewbery on April 16, 2020 Tests
pull
net processing: requeue transaction GETDATA requests more frequently
#18955
jnewbery on May 12, 2020 P2P
jnewbery on May 12, 2020 P2P
pull
indexes: Add compact block filter headers cache
#18960
jnewbery on May 12, 2020 UTXO Db and Indexes
jnewbery on May 12, 2020 UTXO Db and Indexes
pull
net processing: Only send a getheaders for one block in an INV
#18962
jnewbery on May 12, 2020 P2P
jnewbery on May 12, 2020 P2P
pull
p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS
#19070
jnewbery on May 26, 2020 P2P
jnewbery on May 26, 2020 P2P
pull
[tools] Update clang-format config for multi-line function declarations and calls
#19095
jnewbery on May 28, 2020 Scripts and tools
jnewbery on May 28, 2020 Scripts and tools
pull
[net processing] Reduce cs_main scope in MaybeDiscourageAndDisconnect()
#19472
jnewbery on July 8, 2020 P2P
jnewbery on July 8, 2020 P2P
pull
Remove unused constants `CADDR_TIME_VERSION` and `GETHEADERS_VERSION`
#19486
jnewbery on July 10, 2020 RefactoringP2P
jnewbery on July 10, 2020 RefactoringP2P
pull
[net/net processing] check banman pointer before dereferencing
#19514
jnewbery on July 14, 2020 RefactoringP2P
jnewbery on July 14, 2020 RefactoringP2P
pull
[tests] Remove unnecessary cs_mains in denialofservice_tests
#19533
jnewbery on July 16, 2020 Tests
jnewbery on July 16, 2020 Tests
pull
[rpc] Allow RPC to fetch all addrman records and add records to addrman
#19658
jnewbery on August 4, 2020 RPC/REST/ZMQP2P
jnewbery on August 4, 2020 RPC/REST/ZMQP2P
pull
Net processing: move ProcessMessage() to PeerLogicValidation
#19704
jnewbery on August 12, 2020 RefactoringP2P
jnewbery on August 12, 2020 RefactoringP2P
pull
[net processing] Move Misbehaving() to PeerManager
#19791
jnewbery on August 24, 2020 RefactoringP2P
jnewbery on August 24, 2020 RefactoringP2P
pull
net processing: Move block inventory state to net_processing
#19829
jnewbery on August 28, 2020 RefactoringP2P
jnewbery on August 28, 2020 RefactoringP2P
pull
net processing: Move peer_map to PeerManager
#19910
jnewbery on September 7, 2020 RefactoringP2P
jnewbery on September 7, 2020 RefactoringP2P
pull
tests: Remove getnettotals/getpeerinfo consistency test
#20258
jnewbery on October 28, 2020 Tests
jnewbery on October 28, 2020 Tests
pull
wallet: change upgradewallet return type to be an object
#20282
jnewbery on November 2, 2020 WalletRPC/REST/ZMQ
jnewbery on November 2, 2020 WalletRPC/REST/ZMQ
pull
[net] Consolidate logic around calling CAddrMan::Connected()
#20291
jnewbery on November 3, 2020 RefactoringP2P
jnewbery on November 3, 2020 RefactoringP2P
pull
addrman: Fix new table bucketing during unserialization
#20557
jnewbery on December 3, 2020 BugP2P
jnewbery on December 3, 2020 BugP2P
pull
net processing: Tolerate sendheaders and sendcmpct messages before verack
#20599
jnewbery on December 8, 2020 P2P
jnewbery on December 8, 2020 P2P
pull
net processing: Remove nStartingHeight check from block relay
#20624
jnewbery on December 11, 2020 P2P
jnewbery on December 11, 2020 P2P
pull
net: Make p2p recv buffer timeout 20 minutes for all peers
#20651
jnewbery on December 14, 2020 P2P
jnewbery on December 14, 2020 P2P
pull
RFC: Move Peer and PeerManagerImpl declarations to separate header
#20925
jnewbery on January 13, 2021 P2P
jnewbery on January 13, 2021 P2P
pull
docs: update developer notes to discourage very long lines
#20986
jnewbery on January 22, 2021 Docs
jnewbery on January 22, 2021 Docs
pull
net/net processing: Move tx inventory into net_processing
#21160
jnewbery on February 12, 2021 P2P
jnewbery on February 12, 2021 P2P
pull
Net Processing: Move RelayTransaction() into PeerManager
#21162
jnewbery on February 12, 2021 P2P
jnewbery on February 12, 2021 P2P
pull
net/net processing: Move addr data into net_processing
#21186
jnewbery on February 15, 2021 P2P
jnewbery on February 15, 2021 P2P
pull
Net processing: Only call PushAddress() from net_processing
#21187
jnewbery on February 15, 2021 P2P
jnewbery on February 15, 2021 P2P
pull
[tools] Allow argument/parameter bin packing in clang-format
#21221
jnewbery on February 18, 2021 Scripts and tools
jnewbery on February 18, 2021 Scripts and tools
pull
net processing: Extract `addr` send functionality into MaybeSendAddr()
#21236
jnewbery on February 19, 2021 P2P
jnewbery on February 19, 2021 P2P
pull
Net processing: Remove unused CNodeState.address member
#21395
jnewbery on March 9, 2021 RefactoringP2P
jnewbery on March 9, 2021 RefactoringP2P
pull
[net processing] Various tidying up of PeerManagerImpl ctor
#21562
jnewbery on March 31, 2021 P2P
jnewbery on March 31, 2021 P2P
pull
net processing: Don't require locking cs_main before calling RelayTransactions()
#21845
jnewbery on May 3, 2021 P2P
jnewbery on May 3, 2021 P2P
pull
net processing: Remove hash and fValidatedHeaders from QueuedBlock
#22141
jnewbery on June 3, 2021 P2P
jnewbery on June 3, 2021 P2P
pull
[p2p/mempool] Two small fixes to node broadcast logic
#22261
jnewbery on June 16, 2021 BugP2PMempoolReview club
jnewbery on June 16, 2021 BugP2PMempoolReview club
pull
addrman: Remove unused test_before_evict argument from Good()
#22505
jnewbery on July 20, 2021 P2P
jnewbery on July 20, 2021 P2P
pull
MOVEONLY: tests: Move addrman ser/deser tests to addrman_tests.cpp
#22725
jnewbery on August 17, 2021 Tests
jnewbery on August 17, 2021 Tests
pull
[net] Don't return an optional from TransportDeserializer::GetMessage()
#22735
jnewbery on August 18, 2021 P2P
jnewbery on August 18, 2021 P2P
pull
net processing: don't request tx relay on feeler connections
#22777
jnewbery on August 23, 2021 P2P
jnewbery on August 23, 2021 P2P
pull
net processing: Reduce resource usage for inbound block-relay-only connections
#22778
jnewbery on August 23, 2021 P2PReview club
jnewbery on August 23, 2021 P2PReview club
pull
net: Encapsulate asmap in NetGroupManager
#22910
jnewbery on September 7, 2021 P2PUtils/log/libs
jnewbery on September 7, 2021 P2PUtils/log/libs
pull
Add `ChainstateManager::ProcessTransaction`
#23173
jnewbery on October 4, 2021 RefactoringValidation
jnewbery on October 4, 2021 RefactoringValidation
pull
addrman: Fix AddrMan::Add() return semantics and logging
#23380
jnewbery on October 28, 2021 P2P
jnewbery on October 28, 2021 P2P
pull
refactoring: [Net Processing] Follow-ups to #21160
#24692
jnewbery on March 28, 2022 RefactoringP2P
jnewbery on March 28, 2022 RefactoringP2P
pull
net processing: Move cleanSubVer, fPreferredDownload and nLocalHostNonce to Peer
#24970
jnewbery on April 25, 2022 P2P
jnewbery on April 25, 2022 P2P
pull
Net processing: follow ups to #20799 (removing support for v1 compact blocks)
#25147
jnewbery on May 16, 2022 RefactoringP2P
jnewbery on May 16, 2022 RefactoringP2P
pull
[rpc] Fix transaction size comments and RPC help text.
#8747
jnewbery on September 16, 2016 Docs
jnewbery on September 16, 2016 Docs
pull
Refactor TxToJSON() and ScriptPubKeyToJSON()
#8824
jnewbery on September 27, 2016 RefactoringRPC/REST/ZMQ
jnewbery on September 27, 2016 RefactoringRPC/REST/ZMQ
pull
[test] Add option to run bitcoin-util-test.py manually
#8830
jnewbery on September 28, 2016 Tests
jnewbery on September 28, 2016 Tests
pull
bitcoin-util-test.py should fail if the output file is empty
#8836
jnewbery on September 29, 2016 Tests
jnewbery on September 29, 2016 Tests
pull
allow bitcoin-tx to parse partial transactions
#8837
jnewbery on September 29, 2016 Utils/log/libs
jnewbery on September 29, 2016 Utils/log/libs
pull
Calculate size and weight of block correctly in CreateNewBlock()
#8838
jnewbery on September 29, 2016 DocsMining
jnewbery on September 29, 2016 DocsMining
pull
getrawtransaction should take a bool for verbose
#9025
jnewbery on October 26, 2016 RPC/REST/ZMQ
jnewbery on October 26, 2016 RPC/REST/ZMQ
pull
Clean up bctest.py and bitcoin-util-test.py
#9069
jnewbery on November 2, 2016 RefactoringTests
jnewbery on November 2, 2016 RefactoringTests
pull
[net] count mempool and extra pool matches correctly in PartiallyDownloadedBlock::InitData()
#9591
jnewbery on January 19, 2017 Mempool
jnewbery on January 19, 2017 Mempool
pull
[Trivial] add comment about setting peer as HB peer.
#9604
jnewbery on January 20, 2017 DocsP2P
jnewbery on January 20, 2017 DocsP2P
pull
Remove unicode characters from RPC user and password in QA tests
#9706
jnewbery on February 7, 2017 RPC/REST/ZMQ
jnewbery on February 7, 2017 RPC/REST/ZMQ
pull
[Trivial] Remove incorrect help message from gettxoutproof()
#9711
jnewbery on February 7, 2017 RPC/REST/ZMQ
jnewbery on February 7, 2017 RPC/REST/ZMQ
pull
gettxoutproof() should return consistent result
#9738
jnewbery on February 10, 2017 RPC/REST/ZMQ
jnewbery on February 10, 2017 RPC/REST/ZMQ
pull
Fix RPC failure testing (continuation of #9707)
#9842
jnewbery on February 23, 2017 TestsRPC/REST/ZMQ
jnewbery on February 23, 2017 TestsRPC/REST/ZMQ
pull
Improve logging in bctest.py if there is a formatting mismatch
#9945
jnewbery on March 7, 2017 Tests
jnewbery on March 7, 2017 Tests
Issues
issue
ScanForWalletTransactions return value is incorrectly documented
#11450
jnewbery on October 4, 2017 Wallet
jnewbery on October 4, 2017 Wallet
issue
bitcoind hits corrupted double-linked list error when running multiple wallet_multiwallet.py tests in parallel
#12362
jnewbery on February 6, 2018
jnewbery on February 6, 2018
issue
[tests] Fix block size config in feature_fee_estimation.py, feature_maxuploadtarget.py and feature_pruning.py
#12768
jnewbery on March 23, 2018 Tests
jnewbery on March 23, 2018 Tests
issue
[RFC] Long term plan for wallet command-line args
#13044
jnewbery on April 20, 2018 BrainstormingWallet
jnewbery on April 20, 2018 BrainstormingWallet
issue
importprunedfunds + removeprunedfunds + listtransactions can cause OOM
#13078
jnewbery on April 25, 2018 Resource usage
jnewbery on April 25, 2018 Resource usage
issue
calling loadwallet with a non-wallet directory creates a new wallet in that directory
#13552
jnewbery on June 27, 2018 Wallet
jnewbery on June 27, 2018 Wallet
issue
Deprecate wallet `generate` RPC method
#14299
jnewbery on September 23, 2018 TestsRPC/REST/ZMQ
jnewbery on September 23, 2018 TestsRPC/REST/ZMQ
issue
`-maxtxfee` should not be used by both node and wallet
#15355
jnewbery on February 6, 2019 WalletRPC/REST/ZMQMempool
jnewbery on February 6, 2019 WalletRPC/REST/ZMQMempool
issue
Code style PRs after v0.18 branch split
#15465
jnewbery on February 22, 2019 BrainstormingRefactoringDocs
jnewbery on February 22, 2019 BrainstormingRefactoringDocs
issue
Remove `Broadcast`/`ResendWalletTransactions` from validation interface
#15619
jnewbery on March 18, 2019 BrainstormingRefactoringWalletValidation
jnewbery on March 18, 2019 BrainstormingRefactoringWalletValidation
issue
Remove wallet access to node arguments
#17137
jnewbery on October 14, 2019 BrainstormingWallet
jnewbery on October 14, 2019 BrainstormingWallet
issue
Restore UI notifications and -walletnotify behavior for block conflicted transactions
#18325
jnewbery on March 11, 2020 BugWallet
jnewbery on March 11, 2020 BugWallet
issue
Disabling high-bandwidth compact block relay from pre-segwit nodes doesn't work
#18460
jnewbery on March 28, 2020 Bug
jnewbery on March 28, 2020 Bug
issue
Move remaining application layer data to net processing
#19398
jnewbery on June 27, 2020 RefactoringP2P
jnewbery on June 27, 2020 RefactoringP2P
issue
How should -zapwallettxes interact with persistent mempool?
#9710
jnewbery on February 7, 2017 WalletTests
jnewbery on February 7, 2017 WalletTests
issue
getblocktemplate fails for old clients after segwit activation
#9841
jnewbery on February 23, 2017
jnewbery on February 23, 2017