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-03-07
Merge bitcoin/bitcoin#25740: assumeutxo: background validation completion
Andrew Chow
2023-03-07
test: add snapshot completion unittests
James O'Beirne
2023-03-07
Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init code
Andrew Chow
2023-03-03
Fixed a couple of typos in comments to make linter happy
hernanmarino
2023-03-03
Merge bitcoin/bitcoin#26612: refactor: RPC: pass named argument value as stri...
fanquake
2023-02-28
Merge bitcoin/bitcoin#27165: Make miniscript_{stable,smart} fuzzers avoid too...
fanquake
2023-02-28
Extend bilingual_str support for tinyformat
Ryan Ofsky
2023-02-28
Merge bitcoin/bitcoin#23897: refactor: Move calculation logic out from `Check...
glozow
2023-02-28
Merge bitcoin/bitcoin#26533: prune: scan and unlink already pruned block file...
Andrew Chow
2023-02-28
Make miniscript fuzzers avoid script size limit
Pieter Wuille
2023-02-28
Make miniscript fuzzers avoid ops limit
Pieter Wuille
2023-02-28
Enforce type consistency in miniscript_stable fuzz test
Pieter Wuille
2023-02-28
Simplify miniscript fuzzer NodeInfo struct
Pieter Wuille
2023-02-28
Do base type propagation in miniscript_stable fuzzer
Pieter Wuille
2023-02-27
Merge bitcoin/bitcoin#25227: Handle invalid hex encoding in ParseHex
fanquake
2023-02-27
util: Return empty vector on invalid hex encoding
MarcoFalke
2023-02-27
test: Add hex parse unit tests
MarcoFalke
2023-02-22
Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...
Andrew Chow
2023-02-22
Merge bitcoin/bitcoin#27117: fuzz: avoid redundant dup key checks when creati...
fanquake
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25862: refactor, kernel: Remove gArgs accesses from dbw...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-17
fuzz: avoid redundant dup key checks when creating Miniscript nodes
Antoine Poinsot
2023-02-16
init, validation: Improve handling if VerifyDB() fails due to insufficient db...
Martin Zumsande
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-15
Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...
fanquake
2023-02-13
Merge bitcoin/bitcoin#27011: Add simulation-based `CCoinsViewCache` fuzzer
merge-script
2023-02-11
qa: add a "smart" Miniscript fuzz target
Antoine Poinsot
2023-02-11
qa: add a fuzz target generating random nodes from a binary encoding
Antoine Poinsot
2023-02-11
script/sign: signing support for Miniscripts with hash preimage challenges
Antoine Poinsot
2023-02-11
script/sign: signing support for Miniscript with timelocks
Antoine Poinsot
2023-02-11
script/sign: basic signing support for Miniscript descriptors
Antoine Poinsot
2023-02-11
miniscript: satisfaction support
Antoine Poinsot
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2023-02-10
refactor, txdb: Use DBParams struct in CBlockTreeDB
Ryan Ofsky
2023-02-10
refactor, txdb: Add CoinsViewOptions struct
Ryan Ofsky
2023-02-10
refactor, dbwrapper: Add DBParams and DBOptions structs
Ryan Ofsky
2023-02-09
De-duplicate add_coin methods to a test util helper
Jon Atack
2023-02-09
Create InsecureRandMoneyAmount() test util helper
Jon Atack
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-02-03
Remove use of snprintf and simplify
John Moffett
2023-02-03
Exercise non-DIRTY spent coins in caches in fuzz test
Pieter Wuille
2023-02-03
Merge bitcoin/bitcoin#26875: Tests: Fill out dust limit unit test for known t...
MarcoFalke
2023-02-02
Merge bitcoin/bitcoin#27004: test: Use std::unique_ptr over manual delete in ...
fanquake
2023-02-02
Add deterministic mode to CCoinsViewCache
Pieter Wuille
2023-02-02
Merge bitcoin/bitcoin#26992: refactor: Remove unused CDataStream SerializeMan...
fanquake
2023-02-02
Merge bitcoin/bitcoin#27005: util: Use steady clock for logging timer
fanquake
2023-02-01
Add CCoinsViewCache::SanityCheck() and use it in fuzz test
Pieter Wuille
2023-02-01
Add simulation-based CCoinsViewCache fuzzer
Pieter Wuille
2023-02-01
Merge bitcoin/bitcoin#27015: p2p: 26847 fixups (AddrMan totals)
fanquake
[next]