aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-02qa: Close SQLite connection properlyHennadii Stepanov
2023-08-02doc: make it clear that `node` in `addnode` refers to the node's addressbrunoerg
2023-08-02test: `addnode` with an invalid command should throw an errorbrunoerg
2023-08-02rpc, refactor: clean-up `addnode`brunoerg
2023-08-02Merge bitcoin/bitcoin#27452: test: cover addrv2 anchors by adding TorV3 to CA...fanquake
2023-08-02Merge bitcoin/bitcoin#27572: test: dedup file hashing using `sha256sum_file` ...fanquake
2023-08-02scripted-diff: Rename CBlockTreeDB -> BlockTreeDBMarcoFalke
2023-08-01refactor: Wrap DestroyDB in dbwrapper helperTheCharlatan
2023-08-01Merge bitcoin/bitcoin#28144: test: fix intermittent failure in p2p_getaddr_ca...fanquake
2023-08-01Merge bitcoin/bitcoin#28166: test, rpc: invalid sighashtype coveragefanquake
2023-08-01Merge bitcoin/bitcoin#28060: util: Teach AutoFile how to XORfanquake
2023-08-01ci: Add missing linux-headers package to ASan taskMarcoFalke
2023-08-01ci: Move ASan USDT to persistent_workerMarcoFalke
2023-08-01Fixup style of moved codeMarcoFalke
2023-08-01move-only: Move CBlockTreeDB to node/blockstorageMarcoFalke
2023-08-01index: Drop legacy -txindex checkMarcoFalke
2023-08-01scripted-diff: Use blocks_path where possibleMarcoFalke
2023-08-01Merge bitcoin/bitcoin#28194: test: python E721 and flake8 updatesfanquake
2023-08-01Merge bitcoin/bitcoin#28131: test: Add UBSan `-fsanitize=integer` suppression...fanquake
2023-08-01Merge bitcoin/bitcoin#28003: doc: cleanup release process docfanquake
2023-08-01Merge bitcoin/bitcoin#28070: test: Drop 22.x node from TxindexCompatibilityTestfanquake
2023-07-31Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxoRyan Ofsky
2023-07-31script: update flake8 to 6.1.0Jon Atack
2023-07-31test: python E721 updatesJon Atack
2023-07-31Remove unused MessageStartChars parameters from BlockManager methodsMarcoFalke
2023-07-31Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`fanquake
2023-07-31Merge bitcoin/bitcoin#28188: ci: Use documented `CCACHE_MAXSIZE` instead of `...fanquake
2023-07-31Merge bitcoin/bitcoin#28181: qa, doc: Fix commentfanquake
2023-07-30ci: Use documented `CCACHE_MAXSIZE` instead of `CCACHE_SIZE`Hennadii Stepanov
2023-07-30Merge bitcoin/bitcoin#28118: test: Add SyncWithValidationInterfaceQueue to mo...fanquake
2023-07-30qa, doc: Fix commentHennadii Stepanov
2023-07-28Merge bitcoin/bitcoin#28138: ci: Keep system env vars as-is (bugfix)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-27test: remove redundant test valuesJon Atack
2023-07-27test: use common assert_signing_completed_successfully helperJon Atack
2023-07-27test: add coverage for passing an invalid sighashtypeJon Atack
2023-07-27Remove unused raw-pointer read helper from univalueMarcoFalke
2023-07-27Merge bitcoin/bitcoin#28164: test: remove unused code in `wallet_fundrawtrans...fanquake
2023-07-27Merge bitcoin/bitcoin#28092: ci: document that -Wreturn-type has been fixed u...fanquake
2023-07-27refactor: Revert addition of univalue sighash string checkTheCharlatan
2023-07-27doc: Correct release-notes for sighashtype exceptionsTheCharlatan
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