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
2025-01-03
test: use Mining interface in miner_tests
Sjors Provoost
2024-12-30
Merge bitcoin/bitcoin#31570: test: descriptor: fix test for `MaxSatisfactionW...
Ava Chow
2024-12-30
Merge bitcoin/bitcoin#31540: refactor: std::span compat fixes
Ava Chow
2024-12-27
test: descriptor: fix test for `MaxSatisfactionWeight`
brunoerg
2024-12-19
Merge bitcoin/bitcoin#31521: fuzz: Fix misplaced SeedRand::ZEROS
Ryan Ofsky
2024-12-19
Merge bitcoin/bitcoin#31325: Make m_tip_block std::optional
Ryan Ofsky
2024-12-19
refactor: Specify const in std::span constructor, where needed
MarcoFalke
2024-12-19
refactor: Replace fwd-decl with proper include
MarcoFalke
2024-12-18
Merge bitcoin/bitcoin#31520: #31318 followups
Ryan Ofsky
2024-12-18
fuzz: Fix misplaced SeedRand::ZEROS
MarcoFalke
2024-12-18
test: drop extraneous bracket in mining util
Sjors Provoost
2024-12-17
Merge bitcoin/bitcoin#31486: fuzz: Abort when using global PRNG without re-seed
Ryan Ofsky
2024-12-17
Merge bitcoin/bitcoin#31197: refactor: mining interface 30955 followups
Ryan Ofsky
2024-12-17
Merge bitcoin/bitcoin#31318: Drop script_pub_key arg from createNewBlock
Ryan Ofsky
2024-12-17
fuzz: Clarify that only SeedRandomStateForTest(SeedRand::ZEROS) is allowed
MarcoFalke
2024-12-17
Ensure m_tip_block is never ZERO
Sjors Provoost
2024-12-17
Make m_tip_block an std::optional
Sjors Provoost
2024-12-17
Rename merkle branch to path
Sjors Provoost
2024-12-16
fuzz: Abort when using global PRNG without re-seed
MarcoFalke
2024-12-15
cmake: Link `bitcoin_consensus` as a library
Hennadii Stepanov
2024-12-13
fuzz: Add missing SeedRandomStateForTest(SeedRand::ZEROS)
MarcoFalke
2024-12-10
Merge bitcoin/bitcoin#30933: test: Prove+document ConstevalFormatString/tinyf...
Ryan Ofsky
2024-12-09
fuzz: add cstdlib to FuzzedDataProvider
fanquake
2024-12-08
Merge bitcoin/bitcoin#31306: ci: Update Clang in "tidy" job
merge-script
2024-12-06
test: Add missing %c character test
Hodlinator
2024-12-06
test: Document non-parity between tinyformat and ConstevalFormatstring
Hodlinator
2024-12-06
test: Prove+document ConstevalFormatString/tinyformat parity
Hodlinator
2024-12-06
refactor test: Profit from using namespace + using detail function
Hodlinator
2024-12-06
Merge bitcoin/bitcoin#31072: refactor: Clean up messy strformat and bilingual...
merge-script
2024-12-05
ci: Update Clang in "tidy" job
Hennadii Stepanov
2024-12-04
Merge bitcoin/bitcoin#30445: test: addrman: tried 3 times and never a success...
Ava Chow
2024-12-04
scripted-diff: Replace strprintf(Untranslated) with Untranslated(strprintf)
Ryan Ofsky
2024-12-04
Merge bitcoin/bitcoin#30906: refactor: prohibit direct flags access in CCoins...
Ryan Ofsky
2024-12-04
Merge bitcoin/bitcoin#31295: refactor: Prepare compile-time check of bilingua...
Ryan Ofsky
2024-12-04
Merge bitcoin/bitcoin#31391: util: Drop boost posix_time in ParseISO8601DateTime
merge-script
2024-12-04
test: drop scriptPubKeyIn arg from CreateNewBlock
Sjors Provoost
2024-12-03
Merge bitcoin/bitcoin#31096: Package validation: accept packages of size 1
Ava Chow
2024-12-02
[validation] Make script error messages uniform for parallel/single validation
Pieter Wuille
2024-12-02
[checkqueue] support user-defined return type through std::optional
Pieter Wuille
2024-12-02
Remove wallet::ParseISO8601DateTime, use ParseISO8601DateTime instead
MarcoFalke
2024-12-02
test, refactor: Compact ccoins_access and ccoins_spend
Lőrinc
2024-12-02
test, refactor: Remove remaining unbounded flags from coins_tests
Lőrinc
2024-12-02
test: Validate error messages on fail
Lőrinc
2024-12-02
test: Group values and states in tests into CoinEntry wrappers
Lőrinc
2024-12-02
test, refactor: Migrate GetCoinsMapEntry to return MaybeCoin
Lőrinc
2024-12-02
coins, refactor: Remove direct GetFlags access
Lőrinc
2024-12-02
coins, refactor: Split up AddFlags to remove invalid states
Lőrinc
2024-12-02
util: Implement ParseISO8601DateTime based on C++20
MarcoFalke
2024-11-27
Merge bitcoin/bitcoin#30708: rpc: add getdescriptoractivity
Ava Chow
2024-11-26
rpc: add getdescriptoractivity
James O'Beirne
[next]