aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-23p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo()Jon Atack
2024-05-23rpc: Reword SighashFromStr error messageMarcoFalke
2024-05-23rpc: move UniValue in blockToJSONwillcl-ark
2024-05-23sign: don't assume we are parsing a sane MiniscriptAntoine Poinsot
2024-05-23Fix #29767, set m_synced = true after Commit()nanlour
2024-04-17Throw error if invalid parameters passed to getnetworkhashps RPC endpointJameson Lopp
2024-04-17[rpc, bugfix] Enforce maximum value for setmocktimedergoegge
2024-04-17Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.usLuke Dashjr
2024-03-07fuzz: restrict fopencookie usage to Linux & FreeBSDfanquake
2024-03-05wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...UdjinM6
2024-03-05p2p: Don't consider blocks mutated if they don't connect to known prev blockGreg Sanders
2024-03-05[test] IsBlockMutated unit testsdergoegge
2024-03-05[validation] Cache merkle root and witness commitment checksdergoegge
2024-03-05[net processing] Don't process mutated blocksdergoegge
2024-03-05[validation] Merkle root malleation should be caught by IsBlockMutateddergoegge
2024-03-05[validation] Introduce IsBlockMutateddergoegge
2024-03-01[refactor] Cleanup merkle root checksdergoegge
2024-03-01[validation] Isolate merkle root checksdergoegge
2024-02-28test: Drop `x` modifier in `fsbridge::fopen` call for mingw buildsHennadii Stepanov
2024-02-28rpc: keep .cookie if it was not generatedRoman Zeyde
2024-02-16qt: 26.1rc1 translations updateHennadii Stepanov
2024-01-19snapshots: don't core dump when running -checkblockindex after `loadtxoutset`Mark Friedenbach
2024-01-19[log] mempool loadingglozow
2024-01-19net: create I2P sessions with both ECIES-X25519 and ElGamal encryptionJon Atack
2024-01-19[refactor] Add helper for iterating through mempool entriesstickies-v
2024-01-04wallet: Fix use-after-free in WalletBatch::EraseRecordsMarcoFalke
2024-01-04rpc: getwalletinfo, return wallet 'birthtime'furszy
2024-01-04wallet: fix legacy spkm default birth timefurszy
2024-01-04wallet: birth time update during tx scanningfurszy
2024-01-04refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTimefurszy
2024-01-04fuzz: disable BnB when SFFO is enabledfurszy
2024-01-04test: add coverage for BnB-SFFO restrictionfurszy
2024-01-04wallet: create tx, log resulting coin selection infofurszy
2024-01-04wallet: skip BnB when SFFO is activeMurch
2024-01-04rpc: fix getrawtransaction segfaultMartin Zumsande
2023-11-22p2p: do not make automatic outbound connections to addnode peersJon Atack
2023-11-22pool: change memusage_test to use int64_t, add allocation checkMartin Leitner-Ankerl
2023-11-22pool: make sure PoolAllocator uses the correct alignmentMartin Leitner-Ankerl
2023-11-14doc: rewrite explanation for -par=fanquake
2023-11-01gui: fix crash on selecting "Mask values" in transaction viewSebastian Falbesoner
2023-10-31assumeutxo, blockstorage: prevent core dump on invalid hashpablomartin4btc
2023-10-31[test] Test i2p private key constraintsVasil Dimov
2023-10-31[net] Check i2p private key constraintsdergoegge
2023-10-31bugfix: Mark CNoDestination and PubKeyDestination constructor explicitMarcoFalke
2023-10-31qt: 26.0rc2 translations updateHennadii Stepanov
2023-10-24qt: 26.0rc1 translations updateHennadii Stepanov
2023-10-23Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...Ryan Ofsky
2023-10-23Merge bitcoin/bitcoin#28685: coinstats, assumeutxo: fix hash_serialized2 calc...Andrew Chow
2023-10-23Revert "gui: provide wallet controller context to wallet actions"Hennadii Stepanov
2023-10-23Merge bitcoin/bitcoin#28693: build: Include `config/bitcoin-config.h` explici...fanquake