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-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
[net processing] Introduce PeerManager options
dergoegge
2023-07-24
refactor: Remove unused C-style casts
MarcoFalke
2023-07-19
Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write
Andrew Chow
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
2023-07-17
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2023-07-13
Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` field ...
Andrew Chow
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-07-13
fuzz: Accept options in FUZZ_TARGET macro
MarcoFalke
2023-07-13
Merge bitcoin/bitcoin#27411: p2p: Restrict self-advertisements with privacy n...
Andrew Chow
2023-07-12
Switch all callers from poly1305_auth to Poly1305 class
Pieter Wuille
2023-07-12
tests: add more Poly1305 test vectors
Pieter Wuille
2023-07-12
crypto: add Poly1305 class with std::byte Span interface
Pieter Wuille
2023-07-12
Merge bitcoin/bitcoin#27985: Add support for RFC8439 variant of ChaCha20
Andrew Chow
2023-07-11
Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loop
Ryan Ofsky
2023-07-10
test: indexes, fix on error infinite loop
furszy
2023-07-10
Merge bitcoin/bitcoin#27607: index: make startup more efficient
Ryan Ofsky
2023-07-10
index: verify blocks data existence only once
furszy
2023-07-10
refactor: simplify pruning violation check
furszy
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
2023-07-10
refactor: index, decouple 'Init' from 'Start'
furszy
2023-07-09
test: add ChaCha20 test triggering 32-bit block counter overflow
Sebastian Falbesoner
2023-07-08
test: make assumeUTXO test capture the expected fatal error
furszy
2023-07-07
tests: improve ChaCha20 unit tests
Pieter Wuille
2023-07-07
crypto: Implement RFC8439-compatible variant of ChaCha20
Pieter Wuille
2023-07-07
Merge bitcoin/bitcoin#28012: util: Allow FastRandomContext::randbytes for std...
fanquake
2023-07-07
Merge bitcoin/bitcoin#28036: test: Restore unlimited timeout in IndexWaitSynced
fanquake
2023-07-06
Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from ...
Ryan Ofsky
2023-07-06
test: Restore unlimited timeout in IndexWaitSynced
MarcoFalke
2023-07-03
Merge bitcoin/bitcoin#27920: wallet: bugfix, always use apostrophe for spkm d...
Andrew Chow
2023-06-30
Merge bitcoin/bitcoin#27745: addrman: select addresses by network follow-up
Andrew Chow
2023-06-30
Merge bitcoin/bitcoin#28009: script, test: python typing and linter updates
fanquake
2023-06-30
Allow std::byte serialization
MarcoFalke
2023-06-30
Merge bitcoin/bitcoin#27988: test: Use same timeout for all index sync
fanquake
2023-06-29
script: appease spelling linter
Jon Atack
2023-06-29
refactor: remove in-code warning suppression
fanquake
2023-06-29
Merge bitcoin/bitcoin#27932: test: Fuzz on macOS
fanquake
2023-06-29
miniscript: make GetStackSize() and GetOps() return optionals
Antoine Poinsot
2023-06-28
test: add coverage for descriptor ID
furszy
2023-06-28
test: Use same timeout for all index sync
MarcoFalke
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
[next]