Pull-Requests
pull
Fix invalid memory access in CScript::operator+= (guidovranken, ajtowns)
#11284
ajtowns on September 8, 2017
ajtowns on September 8, 2017
pull
[tests] Fix names of excluded extended tests for travis
#12292
ajtowns on January 29, 2018 Tests
ajtowns on January 29, 2018 Tests
pull
[refactor] Config handling refactoring in preparation for network-specific sections
#12878
ajtowns on April 4, 2018 Refactoring
ajtowns on April 4, 2018 Refactoring
pull
Log early messages with -printtoconsole
#13088
ajtowns on April 26, 2018 RefactoringUtils/log/libs
ajtowns on April 26, 2018 RefactoringUtils/log/libs
pull
Make signrawtransaction* give an error when amount is needed but missing
#13547
ajtowns on June 27, 2018 RPC/REST/ZMQ
ajtowns on June 27, 2018 RPC/REST/ZMQ
pull
Allow fee estimation to work with lower fees
#13990
ajtowns on August 16, 2018 TX fees and policyUp for grabsNeeds rebase
ajtowns on August 16, 2018 TX fees and policyUp for grabsNeeds rebase
pull
p2p: Speed up initial connection to p2p network
#15502
ajtowns on February 28, 2019 P2PUp for grabsNeeds Conceptual Review
ajtowns on February 28, 2019 P2PUp for grabsNeeds Conceptual Review
pull
More thread safety annotation coverage
#16127
ajtowns on May 31, 2019 RefactoringUtils/log/libs
ajtowns on May 31, 2019 RefactoringUtils/log/libs
pull
signrawtransactionwithkey: report error when missing redeemScript/witnessScript
#16250
ajtowns on June 20, 2019 TestsRPC/REST/ZMQ
ajtowns on June 20, 2019 TestsRPC/REST/ZMQ
pull
0.18 backport: report error when missing redeemScript/witnessScript
#16342
ajtowns on July 5, 2019 RPC/REST/ZMQBackport
ajtowns on July 5, 2019 RPC/REST/ZMQBackport
pull
cli/gui: support "@height" in place of blockhash for getblock on client side
#16439
ajtowns on July 23, 2019 RPC/REST/ZMQUp for grabs
ajtowns on July 23, 2019 RPC/REST/ZMQUp for grabs
pull
Continue relaying transactions after they expire from mapRelay
#16851
ajtowns on September 11, 2019 FeatureP2P
ajtowns on September 11, 2019 FeatureP2P
pull
psbt_wallet_tests: use unique_ptr for GetSigningProvider
#18026
ajtowns on January 30, 2020 Tests
ajtowns on January 30, 2020 Tests
pull
refactor: Replace boost::mutex,condition_var,chrono with std equivalents in scheduler
#18234
ajtowns on March 1, 2020 Refactoring
ajtowns on March 1, 2020 Refactoring
pull
net_processing: Retry notfounds with more urgency
#18238
ajtowns on March 2, 2020 P2PNeeds rebase
ajtowns on March 2, 2020 P2PNeeds rebase
pull
signet mining utility
#19937
ajtowns on September 10, 2020 RPC/REST/ZMQMiningScripts and toolsUtils/log/libs
ajtowns on September 10, 2020 RPC/REST/ZMQMiningScripts and toolsUtils/log/libs
pull
sync.h: fix LockAssertion error reporting
#19970
ajtowns on September 18, 2020 RefactoringNeeds rebase
ajtowns on September 18, 2020 RefactoringNeeds rebase
pull
configure: Support -fdebug-prefix-map and -fmacro-prefix-map
#20353
ajtowns on November 9, 2020 Build system
ajtowns on November 9, 2020 Build system
pull
net-processing refactoring -- lose globals, move implementation details from .h to .cpp
#20758
ajtowns on December 23, 2020 P2PNeeds rebase
ajtowns on December 23, 2020 P2PNeeds rebase
pull
refactor: move net_processing implementation details out of header
#20811
ajtowns on December 31, 2020 RefactoringP2P
ajtowns on December 31, 2020 RefactoringP2P
pull
[refactor] Move some net_processing globals into PeerManagerImpl
#20942
ajtowns on January 15, 2021 RefactoringP2P
ajtowns on January 15, 2021 RefactoringP2P
pull
Split orphan handling from net_processing into txorphanage
#21148
ajtowns on February 11, 2021 RefactoringP2P
ajtowns on February 11, 2021 RefactoringP2P
pull
Fee estimation: extend bucket ranges consistently
#21161
ajtowns on February 12, 2021 TX fees and policy
ajtowns on February 12, 2021 TX fees and policy
pull
Convert taproot to flag day activation
#21378
ajtowns on March 6, 2021 Build systemRPC/REST/ZMQP2PMiningValidationConsensus
ajtowns on March 6, 2021 Build systemRPC/REST/ZMQP2PMiningValidationConsensus
pull
consensus/params: simplify ValidDeployment check to avoid gcc warning
#22597
ajtowns on August 1, 2021 Refactoring
ajtowns on August 1, 2021 Refactoring
pull
Add defaults to vDeployments to avoid uninitialized variables
#24032
ajtowns on January 11, 2022 RefactoringConsensus
ajtowns on January 11, 2022 RefactoringConsensus
pull
Additional thread safety annotations for CNode/Peer members accessed via the message processing thread
#24474
ajtowns on March 4, 2022 P2PNeeds rebase
ajtowns on March 4, 2022 P2PNeeds rebase
pull
deploymentstatus: move g_versionbitscache global to ChainstateManager
#24595
ajtowns on March 17, 2022 Refactoring
ajtowns on March 17, 2022 Refactoring
pull
validation: default initialize and guard chainman members
#24857
ajtowns on April 14, 2022 Refactoring
ajtowns on April 14, 2022 Refactoring
pull
net/net_processing: Add thread safety related annotations for CNode and Peer
#25174
ajtowns on May 19, 2022 Refactoring
ajtowns on May 19, 2022 Refactoring
pull
signet/miner: reduce default interblock interval limit to 30min
#26208
ajtowns on September 29, 2022
ajtowns on September 29, 2022
pull
Make full RBF default, but defer mainnet enablement
#26323
ajtowns on October 16, 2022 MempoolNeeds Conceptual Review
ajtowns on October 16, 2022 MempoolNeeds Conceptual Review
pull
RPC: make RPCResult::MatchesType return useful errors
#26887
ajtowns on January 13, 2023 RPC/REST/ZMQ
ajtowns on January 13, 2023 RPC/REST/ZMQ
pull
wallet: default -fallbackfee to same as -mintxfee on test chains
#28316
ajtowns on August 22, 2023 Wallet
ajtowns on August 22, 2023 Wallet
pull
policy: Allow non-standard scripts with -acceptnonstdtxn=1
#28334
ajtowns on August 24, 2023 TX fees and policy
ajtowns on August 24, 2023 TX fees and policy
pull
refactor: Split per-peer parts of net module into new node/connection module
#28686
ajtowns on October 19, 2023 RefactoringUp for grabsNeeds rebase
ajtowns on October 19, 2023 RefactoringUp for grabsNeeds rebase
pull
rpc: Add script verification flags to getdeploymentinfo
#28806
ajtowns on November 7, 2023 RPC/REST/ZMQ
ajtowns on November 7, 2023 RPC/REST/ZMQ
pull
tests: Don't depend on value of DEFAULT_PERMIT_BAREMULTISIG
#29088
ajtowns on December 15, 2023 Tests
ajtowns on December 15, 2023 Tests
pull
policy: Allow non-standard scripts with -acceptnonstdtxn=1 (test nets only)
#29843
ajtowns on April 10, 2024 TX fees and policy
ajtowns on April 10, 2024 TX fees and policy
pull
wallet: use LogTrace for walletdb log messages at trace level
#30355
ajtowns on June 28, 2024 Wallet
ajtowns on June 28, 2024 Wallet
pull
fuzz: enable running fuzz test cases in Debug mode
#32113
ajtowns on March 21, 2025 TestsFuzzing
ajtowns on March 21, 2025 TestsFuzzing
pull
net, validation: don't punish peers for consensus-invalid txs
#33050
ajtowns on July 24, 2025 P2P
ajtowns on July 24, 2025 P2P
pull
net: Provide block templates to peers on request
#33191
ajtowns on August 14, 2025 P2PNeeds rebase
ajtowns on August 14, 2025 P2PNeeds rebase
pull
wallet: Add separate balance info for non-mempool wallet txs
#33671
ajtowns on October 21, 2025 Wallet
ajtowns on October 21, 2025 Wallet
pull
logging: replace -loglevel with -trace, expose trace logging via RPC
#34038
ajtowns on December 10, 2025 Needs release note
ajtowns on December 10, 2025 Needs release note
pull
p2p: Replace per-peer transaction rate-limiting with global rate limits
#34628
ajtowns on February 20, 2026 P2P
ajtowns on February 20, 2026 P2P
Issues
issue
Assertion failure in validation.cpp:4203 (re: pindexFirstNeverProcessed)
#11782
ajtowns on November 28, 2017 Validation
ajtowns on November 28, 2017 Validation
issue
signrawtransactionwithkey gives confusing error when missing redeemScript
#16249
ajtowns on June 20, 2019 RPC/REST/ZMQ
ajtowns on June 20, 2019 RPC/REST/ZMQ
issue
addnode RPC call should return success/failure indicator
#20552
ajtowns on December 3, 2020 Feature
ajtowns on December 3, 2020 Feature
issue
signed overflow in coinstats index
#26362
ajtowns on October 21, 2022 BrainstormingBugUTXO Db and IndexesRPC/REST/ZMQ
ajtowns on October 21, 2022 BrainstormingBugUTXO Db and IndexesRPC/REST/ZMQ
issue
[meta] Distinguish concept/wip/review/rfm for active/high-priority PRs?
#26556
ajtowns on November 23, 2022 Brainstorming
ajtowns on November 23, 2022 Brainstorming