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
2024-05-23
sign: don't assume we are parsing a sane Miniscript
Antoine Poinsot
2024-03-07
fuzz: restrict fopencookie usage to Linux & FreeBSD
fanquake
2024-03-05
[test] IsBlockMutated unit tests
dergoegge
2024-03-05
[validation] Merkle root malleation should be caught by IsBlockMutated
dergoegge
2024-02-28
test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds
Hennadii Stepanov
2023-11-22
pool: change memusage_test to use int64_t, add allocation check
Martin Leitner-Ankerl
2023-11-22
pool: make sure PoolAllocator uses the correct alignment
Martin Leitner-Ankerl
2023-10-31
[test] Test i2p private key constraints
Vasil Dimov
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-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
2023-10-03
Merge bitcoin/bitcoin#28523: rpc: add hidden getrawaddrman RPC to list addrma...
Andrew Chow
2023-10-03
Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock()
Ryan Ofsky
2023-10-02
net: expose transport types/session IDs of connections in RPC and logs
Pieter Wuille
2023-10-02
rpc: addnode arg to use BIP324 v2 p2p
dhruv
[next]