aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-07Merge bitcoin/bitcoin#30194: refactor: use recommended type hiding on multi_i...glozow
2024-08-07Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fixAva Chow
2024-08-07Merge bitcoin/bitcoin#30594: docs: doc update for mempoolfullrbf default + lo...glozow
2024-08-07add deprecation warning for mempoolfullrbfglozow
2024-08-07Merge bitcoin/bitcoin#30525: doc, rpc : `#30275` followupsAva Chow
2024-08-06Merge bitcoin/bitcoin#30051: crypto, refactor: add new KeyPair classRyan Ofsky
2024-08-06Merge bitcoin/bitcoin#30577: miniscript: Use `ToIntegral` instead of `ParseIn...Ava Chow
2024-08-06Merge bitcoin/bitcoin#30485: log: Remove NOLINT(bitcoin-unterminated-logprintf)Ryan Ofsky
2024-08-06Merge bitcoin/bitcoin#30212: rename TransactionError:ALREADY_IN_CHAINRyan Ofsky
2024-08-06Merge bitcoin/bitcoin#30596: fuzz: replace hardcoded numbers for bech32 limitsglozow
2024-08-06Merge bitcoin/bitcoin#30573: Update libsecp256k1 subtree to latest mastermerge-script
2024-08-06fuzz: replace hardcoded numbers for bech32 limitsjosibake
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-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-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