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-01-30
Only support 32-byte keys in ChaCha20{,Aligned}
Pieter Wuille
2023-01-30
Add fuzz test for testing that ChaCha20 works as a stream
Pieter Wuille
2023-01-30
Add xoroshiro128++ PRNG
Martin Leitner-Ankerl
2023-01-30
Make unrestricted ChaCha20 cipher not waste keystream bytes
Pieter Wuille
2023-01-30
Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64
Pieter Wuille
2023-01-30
Avoid unclear {it = ++it;}
Pieter Wuille
2023-01-30
Make test/fuzz/coins_view exercise CCoinsViewCache::Sync()
Pieter Wuille
2023-01-30
Merge bitcoin/bitcoin#17487: coins: allow write to disk without cache drop
fanquake
2023-01-30
refactor: Remove unused CDataStream SerializeMany constructor
MarcoFalke
2023-01-30
net: simplify the call to vProcessMsg.splice()
Vasil Dimov
2023-01-27
Merge bitcoin/bitcoin#26900: refactor: Add BlockManager getters
MarcoFalke
2023-01-27
test, build: Separate `read_json` function into its own module
Hennadii Stepanov
2023-01-26
addrman, refactor: combine two size functions
Amiti Uttarwar
2023-01-26
addrman: add function to return size by network and table
Martin Zumsande
2023-01-26
Merge bitcoin/bitcoin#25296: Add DataStream without ser-type and ser-version ...
fanquake
2023-01-26
Merge bitcoin/bitcoin#26551: p2p: Track orphans by who provided them
glozow
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-25
net_processing: Don't process tx after processing orphans
Anthony Towns
2023-01-25
txorphange: Drop redundant originator arg from GetTxToReconsider
Anthony Towns
2023-01-24
Merge bitcoin/bitcoin#26930: fuzz: Actually use mocked mempool in tx_pool target
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#26898: fuzz: Add PartiallyDownloadedBlock target
MarcoFalke
2023-01-23
[fuzz] Assert that omitting missing transactions always fails block reconstru...
dergoegge
2023-01-23
[fuzz] Add PartiallyDownloadedBlock target
dergoegge
2023-01-20
test: add test for coins view flush behavior using Sync()
James O'Beirne
2023-01-20
test: add use of Sync() to coins tests
James O'Beirne
2023-01-20
test: refactor: clarify the coins simulation
James O'Beirne
2023-01-20
coins: add Sync() method to allow flush without cacheCoins drop
James O'Beirne
2023-01-20
Add unit test for ComputeTapleafHash
Greg Sanders
2023-01-20
[fuzz] Actually use mocked mempool in tx_pool target
dergoegge
2023-01-19
Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...
Andrew Chow
2023-01-19
Merge bitcoin/bitcoin#26909: net: prevent peers.dat corruptions by only seria...
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#26686: fuzz: Enable erlay setting in process_message(s)...
MarcoFalke
2023-01-18
test: add cases to JSON parsing
stickies-v
2023-01-17
hash: add HashedSourceWriter
Martin Zumsande
2023-01-16
Add BlockManager::IsPruneMode()
MarcoFalke
2023-01-16
Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
MarcoFalke
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2023-01-12
Fill out dust limit unit test for known types except bare multisig
Greg Sanders
2023-01-12
doc: remove usages of C++11
fanquake
2023-01-11
Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages
Andrew Chow
2023-01-11
Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...
MarcoFalke
2023-01-11
Merge bitcoin/bitcoin#26646: validation, bugfix: provide more info in *Mempoo...
glozow
2023-01-10
[validation] return MempoolAcceptResult for every tx on PCKG_TX failure
glozow
2023-01-10
[validation] remove PackageMempoolAcceptResult::m_package_feerate
glozow
2023-01-10
[validation] return wtxids of other transactions whose fees were used
glozow
2023-01-06
[validation] return effective feerate from mempool validation
glozow
2023-01-06
[test] package validation quits early due to non-policy, non-missing-inputs f...
glozow
2023-01-06
build: Re-enable external signer on Windows
Hennadii Stepanov
2023-01-05
Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i...
MarcoFalke
2023-01-05
refactor: add kernel/cs_main.*
fanquake
[prev]
[next]