aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-14rpc: Add "jsonrpc" field and drop null "result"/"error" fieldsMatthew Zipkin
2024-05-14rpc: identify JSON-RPC 2.0 requestsMatthew Zipkin
2024-03-07rpc: refactor single/batch requestsMatthew Zipkin
2024-03-07rpc: Avoid copies in JSONRPCReplyObj()Matthew Zipkin
2023-12-21Merge bitcoin/bitcoin#29056: refactor: Print verbose serialize compiler error...Ava Chow
2023-12-21Merge bitcoin/bitcoin#29027: wallet: fix key parsing check for miniscript exp...Ava Chow
2023-12-20Merge bitcoin/bitcoin#28372: fuzz: coinselection, improve `min_viable_change`...Ava Chow
2023-12-20Merge bitcoin/bitcoin#29115: [doc]: add doxygen comment describing what `Che...glozow
2023-12-19Merge bitcoin/bitcoin#29037: Add multiplication operator to CFeeRateAva Chow
2023-12-19[doc]: add doxygen return comment for CheckPackageLimitsismaelsadeeq
2023-12-18Merge bitcoin/bitcoin#28863: wallet, mempool: propagete `checkChainLimits` er...glozow
2023-12-18Merge bitcoin/bitcoin#29064: fuzz: Improve fuzzing stability for minisketch h...fanquake
2023-12-18Merge bitcoin/bitcoin#29079: fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MES...fanquake
2023-12-17wallet, mempool: propagete `checkChainLimits` error message to walletismaelsadeeq
2023-12-15Merge bitcoin/bitcoin#29088: tests: Don't depend on value of DEFAULT_PERMIT_B...Ava Chow
2023-12-15Allow std::byte C-style array serializationMarcoFalke
2023-12-15refactor: Print verbose serialize compiler error messagesMarcoFalke
2023-12-15fuzz: coinselection, improve `min_viable_change`/`change_output_size`brunoerg
2023-12-15tests: test both settings for permitbaremultisig in p2sh testsAnthony Towns
2023-12-14Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanupAva Chow
2023-12-14Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanningAva Chow
2023-12-14Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...Ava Chow
2023-12-14[fuzz] Improve fuzzing stability for minisketch harnessdergoegge
2023-12-14Merge bitcoin/bitcoin#29022: Make bitcoin-tx replaceable value optionalAva Chow
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-12-14fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MESSAGE_LENGTHMarcoFalke
2023-12-13Merge bitcoin/bitcoin#29065: bench: wallet, fix change position out of range ...Ava Chow
2023-12-13Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePathfanquake
2023-12-12test: wallet, fix change position out of range errorfurszy
2023-12-12Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabledAndrew Chow
2023-12-12Merge bitcoin/bitcoin#29055: tests, bench: Fix issue with CWallet::LoadWallet...fanquake
2023-12-12Merge bitcoin/bitcoin#29021: refactor: rpc: Pass CBlockIndex by reference ins...fanquake
2023-12-11fuzz: disable BnB when SFFO is enabledfurszy
2023-12-11test: add coverage for BnB-SFFO restrictionfurszy
2023-12-11wallet: Assert that the wallet is not initialized in LoadWalletAndrew Chow
2023-12-11tests, bench: Remove incorrect LoadWallet() callsAndrew Chow
2023-12-11test: Add tests for CFeeRate multiplication operatorKashif Smith
2023-12-11doc: Update bitcoin-tx replaceable documentationKashif Smith
2023-12-11ArgsManager: return path by value from GetBlocksDirPath()Vasil Dimov
2023-12-11refactor: Remove pre-C++20 fs codeMarcoFalke
2023-12-11Add tests for C++20 std::u8stringMarcoFalke
2023-12-11refactor: Avoid copy/move in fs.hMarcoFalke
2023-12-11refactor: Use C++20 std::chrono::daysMarcoFalke
2023-12-11Merge bitcoin/bitcoin#28999: build: Enable -Wunreachable-codefanquake
2023-12-11Merge bitcoin/bitcoin#25273: wallet: Pass through transaction locktime and pr...fanquake
2023-12-11Merge bitcoin/bitcoin#29009: fuzz: p2p: Detect peer deadlocksfanquake
2023-12-11Merge bitcoin/bitcoin#29031: fuzz: Improve fuzzing stability for txorphan har...fanquake
2023-12-09Add multiplication operator to CFeeRateMurch
2023-12-08wallet: return CreatedTransactionResult from FundTransactionAndrew Chow
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow