aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-06Merge bitcoin/bitcoin#30573: Update libsecp256k1 subtree to latest mastermerge-script
2024-08-06fuzz: replace hardcoded numbers for bech32 limitsjosibake
2024-08-05validation: don't erase coins cache on prune flushesAndrew Toth
2024-08-05Add linked-list test to CCoinsViewCache::SanityCheckPieter Wuille
2024-08-05coins: move Sync logic to CoinsViewCacheCursorAndrew Toth
2024-08-05coins: pass linked list of flagged entries to BatchWriteAndrew Toth
2024-08-05test: add cache entry linked list testsAndrew Toth
2024-08-05coins: track flagged cache entries in linked listAndrew Toth
2024-08-06testnet: Add timewarp attack prevention for Testnet4Fabian Jahr
2024-08-06testnet: Add Testnet4 difficulty adjustment rules fixFabian Jahr
2024-08-06testnet: Introduce Testnet4Fabian Jahr
2024-08-06refactor: use c++20 std::views::reverse instead of reverse_iterator.hstickies-v
2024-08-05Merge bitcoin/bitcoin#28052: blockstorage: XOR blocksdir *.dat filesAva Chow
2024-08-05Merge bitcoin/bitcoin#30064: net: log connections failures via SOCKS5 with le...Ava Chow
2024-08-05Merge bitcoin/bitcoin#30082: test: expand LimitOrphan and EraseForPeer coverageAva Chow
2024-08-05Merge bitcoin/bitcoin#30493: policy: enable full-rbf by defaultAva Chow
2024-08-05Merge bitcoin/bitcoin#30497: rpc: Return errors in loadtxoutset that currentl...Ryan Ofsky
2024-08-05Merge bitcoin/bitcoin#30560: refactor: Add consteval uint256 constructorRyan Ofsky
2024-08-05rpc: clarify ALREADY_IN_CHAIN rpc errorswillcl-ark
2024-08-05Merge bitcoin/bitcoin#30512: net: Log accepted connection after m_nodes.push_...merge-script
2024-08-05Merge bitcoin/bitcoin#30575: fuzz: fix timeout in crypter targetmerge-script
2024-08-05scripted-diff: Replace uint256S("str") -> uint256{"str"}Hodlinator
2024-08-05refactor: Hand-replace some uint256S -> uint256Hodlinator
2024-08-05refactor: Add consteval uint256(hex_str)Hodlinator
2024-08-05miniscript: Use `ToIntegral` instead of `ParseInt64`brunoerg
2024-08-05Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_tglozow
2024-08-05Merge bitcoin/bitcoin#30285: cluster mempool: merging & postprocessing of lin...glozow
2024-08-04Merge bitcoin/bitcoin#30526: doc: Correct uint256 hex string endiannessRyan Ofsky
2024-08-04Merge bitcoin/bitcoin#29798: Logging cleanupRyan Ofsky
2024-08-04Merge bitcoin-core/gui#826: OptionsDialog: Allow Maximize of windowHennadii Stepanov
2024-08-04scripted-diff: Modernize naming of nChainTx and nTxCountFabian Jahr
2024-08-04test: Add basic check for nChainTx typeFabian Jahr
2024-08-04chainparams: Change nChainTx to uint64_tFabian Jahr
2024-08-04refactor: remove un-tested early returnsjosibake
2024-08-04tests: add tests for KeyPairjosibake
2024-08-04refactor: move SignSchnorr to KeyPairjosibake
2024-08-04logging: clarify -debug and -debugexclude descriptionsAnthony Towns
2024-08-04rpc: make logging method reject "0" category and correct the help textVasil Dimov
2024-08-04logging, refactor: minor encapsulation improvement and use BCLog::NONE instea...Vasil Dimov
2024-08-04logging, refactor: make category special cases explicitRyan Ofsky
2024-08-03doc + test: Correct uint256 hex string endiannessHodlinator
2024-08-03crypto: add KeyPair wrapper classjosibake
2024-08-03tests: add key tweak smoke testjosibake
2024-08-03bench: add benchmark for signing with a taptweakjosibake
2024-08-02policy: enable full-rbf by defaultPeter Todd
2024-08-02gui, qt: brintToFront workaround for Waylandpablomartin4btc
2024-08-02Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...glozow
2024-08-02[rpc, fees]: add more detail on the fee estimation modesismaelsadeeq
2024-08-02Merge bitcoin-core/gui#626: Showing Local Addresses in Node WindowHennadii Stepanov
2024-08-02fuzz: fix timeout in crypter targetbrunoerg