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-08-22
Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cpp
fanquake
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
tests: miscellaneous hex / std::byte improvements
Pieter Wuille
2023-08-17
fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVector
Pieter Wuille
2023-08-17
crypto: require key on ChaCha20 initialization
Pieter Wuille
2023-08-17
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
Pieter Wuille
2023-08-17
Remove unused includes from blockfilter.h
MarcoFalke
2023-08-17
Remove unused includes from txmempool.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-15
Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPC
Andrew Chow
2023-08-15
Merge bitcoin/bitcoin#28267: crypto: BIP324 ciphersuite follow-up
fanquake
2023-08-15
Merge bitcoin/bitcoin#28215: fuzz: fix a couple incorrect assertions in the `...
fanquake
2023-08-15
refactor: add missing headers for BIP324 ciphersuite
stratospher
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up script/standard.{h/cpp} includes
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-14
crypto: BIP324 ciphersuite follow-up
stratospher
2023-08-11
fuzz: coins_view: remove an incorrect assertion
Antoine Poinsot
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-07
Add importmempool RPC
MarcoFalke
2023-08-07
refactor: Add and use kernel::ImportMempoolOptions
MarcoFalke
2023-08-07
Remove Chainstate::LoadMempool
MarcoFalke
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-04
fuzz: coins_view: correct an incorrect assertion
Antoine Poinsot
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-03
mempool_entry: add mempool entry sequence number
Anthony Towns
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
[next]