17 Nov 2021
|
»
|
#23319 Return fee and prevout (utxos) to getrawtransaction
(rpc/rest/zmq)
|
10 Nov 2021
|
»
|
#23280 Coalesce Chainstate loading sequence between {,non-}unittest codepaths
(refactoring)
|
03 Nov 2021
|
»
|
#23173 Add `ChainstateManager::ProcessTransaction`
(refactoring, validation)
|
13 Oct 2021
|
»
|
#21943 Dedup and RAII-fy the creation of a copy of CConnman::vNodes
(p2p)
|
06 Oct 2021
|
»
|
#23157 Txmempool -/-> validation 1/2: improve performance of check() and remove dependency on validation
(mempool)
|
25 Aug 2021
|
»
|
#22665 Don't return incorrect replaceability status
(tx fees and policy, rpc/rest/zmq)
|
21 Jul 2021
|
»
|
#22383 Prefer to use txindex if available for GetTransaction
(rpc/rest/zmq)
|
30 Jun 2021
|
»
|
#21090 Default to NODE_WITNESS in nLocalServices
(p2p)
|
16 Jun 2021
|
»
|
#21603 Mitigate disk filling attacks by rate limiting LogPrintf
(utils/log/libs)
|
02 Jun 2021
|
»
|
#21527 Net_processing: lock clean up
(p2p, refactoring)
|
12 May 2021
|
»
|
#21767 [bundle 6/n] Prune g_chainman usage in auxiliary modules
(refactoring)
|
24 Mar 2021
|
»
|
#19438 Introduce deploymentstatus
(consensus)
|
03 Feb 2021
|
»
|
#20721 Move ping data to net_processing
(p2p)
|
06 Jan 2021
|
»
|
#20799 Only support compact blocks with witnesses
(p2p)
|
25 Nov 2020
|
»
|
#19858 Periodically make block-relay connections and sync headers
(p2p)
|
11 Nov 2020
|
»
|
#19315 Allow outbound & block-relay-only connections in functional tests
(p2p, tests)
|
21 Oct 2020
|
»
|
#19055 Add MuHash3072 implementation
(math and cryptography)
|
14 Oct 2020
|
»
|
#19953 Implement BIP 340-342 validation - Implement Tapscript script validation rules (BIP 342)
(consensus, taproot)
|
02 Sep 2020
|
»
|
#17977 Implement BIP 340-342 validation - Implement Taproot validation (BIP 341)
(consensus, taproot)
|
12 Aug 2020
|
»
|
#17977 Implement BIP 340-342 validation - Support for Schnorr Signatures and integration in SignatureCheckers
(consensus, taproot)
|
29 Jul 2020
|
»
|
#17977 Implement BIP 340-342 validation - Implement Taproot signature hashing
(consensus, taproot)
|
04 Jun 2020
|
»
|
#19070 BIP 157: Signal support for compact block filters with NODE_COMPACT_FILTERS
(p2p)
|
21 May 2020
|
»
|
#19010 BIP 157: Add support for getcfheaders
(p2p)
|
20 May 2020
|
»
|
#15206 Immediately disconnect on invalid net message checksum
(p2p)
|
14 May 2020
|
»
|
#18960 BIP 157: Add compact block filter headers cache
(utxo db and indexes)
|
07 May 2020
|
»
|
#18877 BIP 157: Serve cfcheckpt requests
(p2p)
|
06 May 2020
|
»
|
#18806 Remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix
(p2p)
|
01 Apr 2020
|
»
|
#18401 Initialize PrecomputedTransactionData in CheckInputScripts and Move single-sig checking EvalScript code to EvalChecksig
(consensus, taproot)
|
18 Mar 2020
|
»
|
#18113 Don't allow a coin to be spent and FRESH. Improve commenting.
(utxo db and indexes)
|
12 Feb 2020
|
»
|
#16902 O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation / Abstract out script execution out of VerifyWitnessProgram()
(consensus, refactoring, taproot)
|
08 Jan 2020
|
»
|
#14053 Add address-based index (attempt 4?)
(utxo db and indexes)
|
06 Nov 2019
|
»
|
#15845 Fast rescan with BIP157 block filters
(wallet)
|
30 Oct 2019
|
»
|
#15921 Tidy up ValidationState interface
(validation)
|
23 Oct 2019
|
»
|
#15934 Merge settings one place instead of five places
(utils/log/libs)
|
16 Oct 2019
|
»
|
#16279 Return the AcceptBlock CValidationState directly in ProcessNewBlock
(validation)
|
09 Oct 2019
|
»
|
#16939 Delay querying DNS seeds if addrman is populated
(p2p)
|
18 Sep 2019
|
»
|
#15204 Add Open External Wallet action
(gui)
|
04 Sep 2019
|
»
|
#16512 Shuffle inputs and outputs after joining psbts
(rpc/rest/zmq)
|
28 Aug 2019
|
»
|
#15759 Add 2 outbound blocks-only connections
(p2p)
|
21 Aug 2019
|
»
|
#15931 Remove GetDepthInMainChain dependency on locked chain interface
(wallet)
|
14 Aug 2019
|
»
|
#16115 On bitcoind startup, write config args to debug.log
(utils/log/libs)
|
07 Aug 2019
|
»
|
#16345 Add getblockbyheight method / support @height in place of blockhash for getblock etc
(rpc/rest/zmq)
|
24 Jul 2019
|
»
|
#15713 Replace chain relayTransactions/submitMemoryPool by higher method
(wallet)
|
10 Jul 2019
|
»
|
#16244 Move wallet creation out of the createwallet rpc into its own function
(wallet)
|
03 Jul 2019
|
»
|
#15443 Add getdescriptorinfo functional test
(tests)
|
19 Jun 2019
|
»
|
#15481 Restrict timestamp when mining a diff-adjustment block to prev-600
(mining)
|
12 Jun 2019
|
»
|
#15996 Deprecate totalfee argument in `bumpfee`
(rpc/rest/zmq)
|
05 Jun 2019
|
»
|
#16060 Bury bip9 deployments
(consensus)
|
22 May 2019
|
»
|
#15450 Create wallet menu option
(gui)
|
15 May 2019
|
»
|
#15834 Fix NOTFOUND bug and expire getdata requests for transactions
(p2p)
|
08 May 2019
|
»
|
#10823 Allow all mempool txs to be replaced after a configurable timeout (default 6h)
(mempool)
|
01 May 2019
|
»
|
#15557 Enhance bumpfee to include inputs when targeting a feerate
(wallet)
|