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-11-03
[refactor] unify fee amounts in miniminer_tests
glozow
2023-11-03
[test] add case for MiniMiner working with negative fee txns
glozow
2023-10-31
Merge bitcoin/bitcoin#28503: refactor: Remove WithParams serialization helper...
fanquake
2023-10-30
Merge bitcoin/bitcoin#28695: net: Sanity check private keys received from SAM...
fanquake
2023-10-30
[test] Test i2p private key constraints
Vasil Dimov
2023-10-27
refactor: Add LIFETIMEBOUND to all (w)txid getters
MarcoFalke
2023-10-26
Merge bitcoin/bitcoin#26078: p2p: return `CSubNet` in `LookupSubNet`
Andrew Chow
2023-10-26
Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers
Andrew Chow
2023-10-20
coinstats: Fix hash_serialized2 calculation
Fabian Jahr
2023-10-20
Merge bitcoin/bitcoin#28692: fuzz: Delete i2p fuzz test
fanquake
2023-10-20
[fuzz] Delete i2p target
dergoegge
2023-10-19
Merge bitcoin/bitcoin#28077: I2P: also sleep after errors in Accept() & destr...
Andrew Chow
2023-10-19
Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()
Andrew Chow
2023-10-17
Merge bitcoin/bitcoin#28651: Make miniscript GetWitnessSize accurate for taps...
Andrew Chow
2023-10-16
Merge bitcoin/bitcoin#28539: lib: add taproot support to libconsensus
Andrew Chow
2023-10-16
Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplace
fanquake
2023-10-13
miniscript: make GetWitnessSize accurate for tapscript
Pieter Wuille
2023-10-13
test: add tests for miniscript GetWitnessSize
Pieter Wuille
2023-10-13
test: remove mutable global contexts in miniscript fuzzer/test
Pieter Wuille
2023-10-13
fuzz: add coverage for `bitcoinconsensus_verify_script_with_spent_outputs`
brunoerg
2023-10-13
lib: add Taproot support to libconsensus
Jake Rawsthorne
2023-10-13
scripted-diff: Use ser params operator
MarcoFalke
2023-10-13
test: Use SER_PARAMS_OPFUNC in serialize_tests.cpp
MarcoFalke
2023-10-12
Use type-safe txid types in orphanage
dergoegge
2023-10-12
Introduce types for txids & wtxids
dergoegge
2023-10-12
ci: Drop no longer needed `NOLINTNEXTLINE`
Hennadii Stepanov
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-09
test: Unit test for inferring scripts with hybrid and uncompressed keys
Andrew Chow
2023-10-08
script/sign: Miniscript support in Tapscript
Antoine Poinsot
2023-10-08
descriptor: parse Miniscript expressions within Taproot descriptors
Antoine Poinsot
2023-10-08
fuzz: miniscript: higher sensitivity for max stack size limit under Tapscript
Antoine Poinsot
2023-10-08
qa: test Miniscript max stack size tracking
Antoine Poinsot
2023-10-08
fuzz: adapt Miniscript targets to Tapscript
Antoine Poinsot
2023-10-08
qa: Tapscript-Miniscript unit tests
Antoine Poinsot
2023-10-08
miniscript: account for keys as being 32 bytes under Taproot context
Antoine Poinsot
2023-10-08
miniscript: make 'd:' have the 'u' property under Tapscript context
Antoine Poinsot
2023-10-08
miniscript: introduce a multi_a fragment
Antoine Poinsot
2023-10-08
miniscript: store the script context within the Node structure
Antoine Poinsot
2023-10-08
miniscript: introduce a MsContext() helper to contexts
Antoine Poinsot
2023-10-06
chain: Rename HaveTxsDownloaded to HaveNumChainTxs
Fabian Jahr
2023-10-06
validation, test: Improve and document nChainTx check for testability
Fabian Jahr
2023-10-05
Merge bitcoin/bitcoin#27609: rpc: allow submitpackage to be called outside of...
Andrew Chow
2023-10-05
Merge bitcoin/bitcoin#28587: descriptors: disallow hybrid public keys
Andrew Chow
2023-10-05
net: move IsReachable() code to netbase and encapsulate it
Vasil Dimov
2023-10-05
fuzz: ConsumeNetAddr(): avoid IPv6 addresses that look like CJDNS
Vasil Dimov
2023-10-05
Merge bitcoin/bitcoin#28558: Make PeerManager own a FastRandomContext
fanquake
2023-10-05
i2p: destroy the session if we get an unexpected error from the I2P router
Vasil Dimov
2023-10-04
descriptors: disallow hybrid public keys
Pieter Wuille
2023-10-04
[test] Make PeerManager's rng deterministic in tests
dergoegge
2023-10-04
[net processing] FeeFilterRounder doesn't own a FastRandomContext
dergoegge
[next]