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
/
test
Age
Commit message (
Expand
)
Author
2023-09-13
[validation] add AcceptSubPackage to delegate Accept* calls and clean up m_view
glozow
2023-09-13
[policy] check for duplicate txids in package
glozow
2023-08-10
Merge bitcoin/bitcoin#28008: BIP324 ciphersuite
fanquake
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy plugin
fanquake
2023-08-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
test: Add test for outbound protection by network
Martin Zumsande
2023-08-03
p2p: Introduce data struct to track connection counts by network
Amiti Uttarwar
2023-08-03
refactor: fix unterminated LogPrintf()s
fanquake
2023-08-03
Merge bitcoin/bitcoin#27918: fuzz: addrman, avoid `ConsumeDeserializable` whe...
fanquake
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
Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`
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
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
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#28113: kernel: Remove UniValue from kernel library
Andrew Chow
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-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] Introduce PeerManager options
dergoegge
2023-07-24
refactor: Remove unused C-style casts
MarcoFalke
2023-07-22
fuzz: use `ConnmanTestMsg` in `connman`
brunoerg
2023-07-21
fuzz: increase coverage of the descriptor targets
Antoine Poinsot
2023-07-21
fuzz: add a new, more efficient, descriptor parsing target
Antoine Poinsot
2023-07-21
Move block-storage-related logic to ChainstateManager
Suhas Daftuar
2023-07-21
fuzz: make the parsed descriptor testing into a function
Antoine Poinsot
2023-07-19
Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write
Andrew Chow
2023-07-19
streams: Teach AutoFile how to XOR
MarcoFalke
2023-07-19
Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...
fanquake
2023-07-17
Merge bitcoin/bitcoin#27997: Descriptors: rule out unspendable miniscript des...
Andrew Chow
2023-07-17
Merge bitcoin/bitcoin#27993: Make poly1305 support incremental computation + ...
Andrew Chow
2023-07-17
Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into one
fanquake
2023-07-17
refactor: use Span for SipHash::Write
Sebastian Falbesoner
[next]