aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-03refactor: use "if constexpr" in std::vector's Unserialize()Martin Leitner-Ankerl
2023-08-03refactor: use "if constexpr" in std::vector's Serialize()Martin Leitner-Ankerl
2023-08-03refactor: use "if constexpr" in prevector's Unserialize()Martin Leitner-Ankerl
2023-08-03refactor: use "if constexpr" in prevector's Serialize()Martin Leitner-Ankerl
2023-08-03refactor: use fold expressions instead of recursive calls in UnserializeMany()Martin Leitner-Ankerl
2023-08-03refactor: use fold expressions instead of recursive calls in SerializeMany()Martin Leitner-Ankerl
2023-08-01refactor: Wrap DestroyDB in dbwrapper helperTheCharlatan
2023-08-01Merge bitcoin/bitcoin#28060: util: Teach AutoFile how to XORfanquake
2023-08-01Merge bitcoin/bitcoin#28194: test: python E721 and flake8 updatesfanquake
2023-07-31Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxoRyan Ofsky
2023-07-31script: update flake8 to 6.1.0Jon Atack
2023-07-31Remove unused MessageStartChars parameters from BlockManager methodsMarcoFalke
2023-07-31Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`fanquake
2023-07-30Merge bitcoin/bitcoin#28118: test: Add SyncWithValidationInterfaceQueue to mo...fanquake
2023-07-28Merge bitcoin/bitcoin#28162: refactor: Revert additional univalue check in Pa...fanquake
2023-07-28Merge bitcoin/bitcoin#28168: refactor: Remove unused raw-pointer read helper ...fanquake
2023-07-27Merge bitcoin/bitcoin#27888: Fuzz: a more efficient descriptor parsing targetAndrew Chow
2023-07-27Merge bitcoin/bitcoin#28148: refactor: consistently use ApplyArgsManOptions f...Andrew Chow
2023-07-27Remove unused raw-pointer read helper from univalueMarcoFalke
2023-07-27refactor: Revert addition of univalue sighash string checkTheCharlatan
2023-07-26tests: add decryption test to bip324_testsPieter Wuille
2023-07-26Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ci...Pieter Wuille
2023-07-26crypto: support split plaintext in ChaCha20Poly1305 Encrypt/DecryptPieter Wuille
2023-07-26bench: add benchmark for FSChaCha20Poly1305Pieter Wuille
2023-07-26crypto: add FSChaCha20Poly1305, rekeying wrapper around ChaCha20Poly1305Pieter Wuille
2023-07-26crypto: add FSChaCha20, a rekeying wrapper around ChaCha20Pieter Wuille
2023-07-26crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439Pieter Wuille
2023-07-26crypto: remove outdated variant of ChaCha20Poly1305 AEADPieter Wuille
2023-07-26Merge bitcoin/bitcoin#28127: refactor: Remove C-style const-violating cast, U...fanquake
2023-07-26Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async eve...fanquake
2023-07-25Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std::al...Andrew Chow
2023-07-25Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel libraryAndrew Chow
2023-07-25net processing: clamp -blockreconstructionextratxn to uint32_t boundsstickies-v
2023-07-25net processing: clamp -maxorphantx to uint32_t boundsstickies-v
2023-07-25doc: document PeerManager::Options membersstickies-v
2023-07-25kernel: Remove Univalue from kernel libraryTheCharlatan
2023-07-25kernel: Split ParseSighashStringTheCharlatan
2023-07-25test: Avoid intermittent issues due to async events in validationinterface_testsMarcoFalke
2023-07-25refactor: deduplicate ignores_incoming_txsstickies-v
2023-07-25refactor: set ignore_incoming_txs in ApplyArgsManOptionsstickies-v
2023-07-24Don't derive secure_allocator from std::allocatorCasey Carter
2023-07-24Remove unused function `reliesOnAssumedValid`Suhas Daftuar
2023-07-24Cache block index entry corresponding to assumeutxo snapshot base blockhashSuhas Daftuar
2023-07-24Move CheckBlockIndex() from Chainstate to ChainstateManagerSuhas Daftuar
2023-07-24Documentation improvements for assumeutxoRyan Ofsky
2023-07-24Fix initialization of setBlockIndexCandidates when working with multiple chai...Suhas Daftuar
2023-07-24Tighten requirements for adding elements to setBlockIndexCandidatesSuhas Daftuar
2023-07-24[net processing] Move -capturemessages to PeerManager::Optionsdergoegge
2023-07-24[net processing] Move -blockreconstructionextratxn to PeerManager::Optionsdergoegge
2023-07-24[net processing] Move -maxorphantx to PeerManager::Optionsdergoegge