aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-05fuzz: BIP 42, BIP 30, CVE-2018-17144MarcoFalke
2023-05-05Move LoadVerifyActivateChainstate to ChainTestingSetupMarcoFalke
2023-05-02Avoid dereferencing interruption_point if it is nullptrMarcoFalke
2023-05-02test: Add util to mine invalid blocksMarcoFalke
2023-05-02Merge bitcoin/bitcoin#27191: blockstorage: Adjust fastprune limit if block ex...fanquake
2023-05-01Merge bitcoin/bitcoin#26780: rpc: simplify scan blocksAndrew Chow
2023-05-01Merge bitcoin/bitcoin#27195: bumpfee: allow send coins back to yourselfAndrew Chow
2023-05-01Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o...Andrew Chow
2023-05-01Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdataAndrew Chow
2023-04-30rpc: scanblocks, add "completed" flag to the result objfurszy
2023-04-30rpc: scanblocks, do not traverse the whole chain block by blockfurszy
2023-04-26Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor...Andrew Chow
2023-04-26Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...glozow
2023-04-21Merge bitcoin/bitcoin#27506: test: prevent intermittent failuresfanquake
2023-04-21Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in...Andrew Chow
2023-04-21Merge bitcoin/bitcoin#27464: fuzz: re-enable prioritisetransaction & analyzep...fanquake
2023-04-21Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/systemfanquake
2023-04-20test: prevent intermittent failuresAmiti Uttarwar
2023-04-20Merge bitcoin/bitcoin#27412: logging, net: add ASN from peers on logsAndrew Chow
2023-04-20Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha...Andrew Chow
2023-04-20Merge bitcoin/bitcoin#25325: Add pool based memory resourceAndrew Chow
2023-04-20Merge bitcoin/bitcoin#27214: addrman: Enable selecting addresses by networkAndrew Chow
2023-04-20p2p: update hardcoded mainnet seeds for 25.xJon Atack
2023-04-19blockstorage: Adjust fastprune limit if block exceeds blockfile sizeMartin Zumsande
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-04-18kernel: update m_assumed_* chain params for 25.xfanquake
2023-04-18kernel: update chainTxData for 25.xfanquake
2023-04-18kernel: update nMinimumChainWork & defaultAssumeValid for 25.xfanquake
2023-04-18doc: update references to kernel/chainparams.cppfanquake
2023-04-17Merge bitcoin/bitcoin#27473: bugfix: Properly handle "unknown" Address TypeAndrew Chow
2023-04-17Merge bitcoin/bitcoin#27468: bugfix: rest: avoid segfault for invalid URIfanquake
2023-04-17bugfix: rest: avoid segfault for invalid URIpablomartin4btc
2023-04-17[validation] set PackageValidationState when mempool fullglozow
2023-04-17[policy] disallow transactions under min relay fee, even in packagesglozow
2023-04-17[test] package cpfp bumps parents <mempoolminfee but >=minrelaytxfeeglozow
2023-04-17[test util] mock mempool minimum feerateglozow
2023-04-16Don't return OutputType::UNKNOWN in ParseOutputTypePttn
2023-04-15bumpfee: enable send coins back to yourselffurszy
2023-04-15Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t...fanquake
2023-04-14fuzz: re-enable prioritisetransaction & analyzepsbt RPCMarcoFalke
2023-04-14Update src/secp256k1 to latest upstream master (v0.3.1 + CI fix)Pieter Wuille
2023-04-14Squashed 'src/secp256k1/' changes from bdf39000b9..4258c54f4ePieter Wuille
2023-04-13Merge bitcoin/bitcoin#27374: p2p: skip netgroup diversity of new connections ...Andrew Chow
2023-04-13qt: Register `wallet::AddressPurpose` typeHennadii Stepanov
2023-04-12Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l...Andrew Chow
2023-04-12refactor: Remove CAddressBookData::destdataRyan Ofsky
2023-04-12wallet: Add DatabaseBatch::ErasePrefix methodRyan Ofsky
2023-04-11wallet: Replace use of purpose strings with an enumAndrew Chow
2023-04-11wallet: add AddressPurpose enum to replace string valuesRyan Ofsky
2023-04-11wallet: Add wallet/types.h for simple public enum and struct typesRyan Ofsky