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-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
2023-07-24
[net processing] Move -txreconciliation to PeerManager::Options
dergoegge
2023-07-24
[net processing] Use ignore_incoming_txs from m_opts
dergoegge
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-20
Merge bitcoin/bitcoin#28067: descriptors: do not return top-level only funcs ...
Andrew Chow
2023-07-20
descriptor: InferScript, do not return top-level only func as sub descriptor
furszy
2023-07-20
Merge bitcoin/bitcoin#26654: util: Show descriptive error messages when FileC...
fanquake
2023-07-20
Merge bitcoin/bitcoin#28066: fuzz: Generate process_message targets individually
fanquake
2023-07-20
Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i...
fanquake
2023-07-19
Merge bitcoin/bitcoin#27928: test: Add more tests for the BIP21 implementation
Ryan Ofsky
2023-07-19
Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write
Andrew Chow
2023-07-19
Merge bitcoin/bitcoin#28056: rpc: doc: Added `longpollid` and `data` params t...
fanquake
2023-07-19
Merge bitcoin/bitcoin#28093: subtree: update libsecp256k1 to latest master
fanquake
2023-07-19
Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...
fanquake
2023-07-18
Update secp256k1 subtree to latest upstream master
fanquake
2023-07-18
Squashed 'src/secp256k1/' changes from 705ce7ed8c..c545fdc374
fanquake
2023-07-18
Merge bitcoin/bitcoin#28090: validation: use noexcept instead of deprecated t...
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
clang-tidy: turn on modernize-use-noexcept
fanquake
2023-07-17
validation: use noexcept instead of deprecated throw()
fanquake
2023-07-17
Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into one
fanquake
2023-07-17
Merge bitcoin/bitcoin#28086: fuzz: Bump FuzzedDataProvider.h
fanquake
2023-07-17
refactor: use Span for SipHash::Write
Sebastian Falbesoner
2023-07-17
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2023-07-16
Merge bitcoin-core/gui#740: Show own outputs on PSBT signing window
Hennadii Stepanov
2023-07-14
Merge bitcoin/bitcoin#28048: kernel: Remove StartShutdown calls from validati...
Andrew Chow
2023-07-14
Added `longpollid` and `data` params to `template_request` #27998
Rhythm Garg
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
crypto: switch poly1305 to incremental implementation
Pieter Wuille
2023-07-12
Merge bitcoin/bitcoin#27985: Add support for RFC8439 variant of ChaCha20
Andrew Chow
2023-07-11
refactor: Remove duplicate allNetMessageTypesVec
MarcoFalke
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-07-11
Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loop
Ryan Ofsky
2023-07-11
wallet: loading, log descriptor parsing error details
furszy
2023-07-11
refactor: Move stopafterblockimport handling out of blockstorage
TheCharlatan
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
init: don't start indexes sync thread prematurely
furszy
2023-07-10
refactor: simplify pruning violation check
furszy
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
[next]