index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-08-03
refactor: use "if constexpr" in std::vector's Unserialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use "if constexpr" in std::vector's Serialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use "if constexpr" in prevector's Unserialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use "if constexpr" in prevector's Serialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use fold expressions instead of recursive calls in UnserializeMany()
Martin Leitner-Ankerl
2023-08-03
refactor: use fold expressions instead of recursive calls in SerializeMany()
Martin Leitner-Ankerl
2023-08-01
refactor: Wrap DestroyDB in dbwrapper helper
TheCharlatan
2023-08-01
Merge bitcoin/bitcoin#28060: util: Teach AutoFile how to XOR
fanquake
2023-08-01
Merge bitcoin/bitcoin#28194: test: python E721 and flake8 updates
fanquake
2023-07-31
Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxo
Ryan Ofsky
2023-07-31
script: update flake8 to 6.1.0
Jon Atack
2023-07-31
Remove unused MessageStartChars parameters from BlockManager methods
MarcoFalke
2023-07-31
Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`
fanquake
2023-07-30
Merge bitcoin/bitcoin#28118: test: Add SyncWithValidationInterfaceQueue to mo...
fanquake
2023-07-28
Merge bitcoin/bitcoin#28162: refactor: Revert additional univalue check in Pa...
fanquake
2023-07-28
Merge bitcoin/bitcoin#28168: refactor: Remove unused raw-pointer read helper ...
fanquake
2023-07-27
Merge bitcoin/bitcoin#27888: Fuzz: a more efficient descriptor parsing target
Andrew Chow
2023-07-27
Merge bitcoin/bitcoin#28148: refactor: consistently use ApplyArgsManOptions f...
Andrew Chow
2023-07-27
Remove unused raw-pointer read helper from univalue
MarcoFalke
2023-07-27
refactor: Revert addition of univalue sighash string check
TheCharlatan
2023-07-26
tests: add decryption test to bip324_tests
Pieter Wuille
2023-07-26
Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ci...
Pieter Wuille
2023-07-26
crypto: support split plaintext in ChaCha20Poly1305 Encrypt/Decrypt
Pieter Wuille
2023-07-26
bench: add benchmark for FSChaCha20Poly1305
Pieter Wuille
2023-07-26
crypto: add FSChaCha20Poly1305, rekeying wrapper around ChaCha20Poly1305
Pieter Wuille
2023-07-26
crypto: add FSChaCha20, a rekeying wrapper around ChaCha20
Pieter Wuille
2023-07-26
crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439
Pieter Wuille
2023-07-26
crypto: remove outdated variant of ChaCha20Poly1305 AEAD
Pieter Wuille
2023-07-26
Merge bitcoin/bitcoin#28127: refactor: Remove C-style const-violating cast, U...
fanquake
2023-07-26
Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async eve...
fanquake
2023-07-25
Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std::al...
Andrew Chow
2023-07-25
Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library
Andrew Chow
2023-07-25
net processing: clamp -blockreconstructionextratxn to uint32_t bounds
stickies-v
2023-07-25
net processing: clamp -maxorphantx to uint32_t bounds
stickies-v
2023-07-25
doc: document PeerManager::Options members
stickies-v
2023-07-25
kernel: Remove Univalue from kernel library
TheCharlatan
2023-07-25
kernel: Split ParseSighashString
TheCharlatan
2023-07-25
test: Avoid intermittent issues due to async events in validationinterface_tests
MarcoFalke
2023-07-25
refactor: deduplicate ignores_incoming_txs
stickies-v
2023-07-25
refactor: set ignore_incoming_txs in ApplyArgsManOptions
stickies-v
2023-07-24
Don't derive secure_allocator from std::allocator
Casey Carter
2023-07-24
Remove unused function `reliesOnAssumedValid`
Suhas Daftuar
2023-07-24
Cache block index entry corresponding to assumeutxo snapshot base blockhash
Suhas Daftuar
2023-07-24
Move CheckBlockIndex() from Chainstate to ChainstateManager
Suhas Daftuar
2023-07-24
Documentation improvements for assumeutxo
Ryan Ofsky
2023-07-24
Fix initialization of setBlockIndexCandidates when working with multiple chai...
Suhas Daftuar
2023-07-24
Tighten requirements for adding elements to setBlockIndexCandidates
Suhas Daftuar
2023-07-24
[net processing] Move -capturemessages to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -blockreconstructionextratxn to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -maxorphantx to PeerManager::Options
dergoegge
[prev]
[next]