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
/
script
Age
Commit message (
Expand
)
Author
2022-08-09
Merge bitcoin/bitcoin#23480: Add rawtr() descriptor for P2TR with specified (...
Andrew Chow
2022-08-04
descriptor: don't assert success of extended key derivation
Antoine Poinsot
2022-08-04
descriptor: never ignore the return value when deriving an extended key
Antoine Poinsot
2022-08-03
validationcaches: Use size_t for sizes
Carl Dong
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Check for uint32 overflow in setup_bytes
Carl Dong
2022-08-03
validationcaches: Abolish arbitrary limit
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Combine datacarrier globals into one
MacroFake
2022-07-26
script: actually trigger the optimization in BuildScript
Antoine Poinsot
2022-07-20
Use HashWriter where possible
MacroFake
2022-07-19
If P2TR tweaked key is available, sign with it
Pieter Wuille
2022-07-19
Add rawtr() descriptor for P2TR with unknown tweak
Pieter Wuille
2022-07-14
Miniscript support in output descriptors
Antoine Poinsot
2022-07-14
miniscript: add a helper to find the first insane sub with no child
Antoine Poinsot
2022-07-14
miniscript: don't check for top level validity at parsing time
Antoine Poinsot
2022-06-27
sign: Use sigdata taproot spenddata when signing
Andrew Chow
2022-06-27
taproot: Use pre-existing signatures if available
Andrew Chow
2022-06-27
Fill PSBT Taproot output data to/from SignatureData
Andrew Chow
2022-06-27
Assert that TaprootBuilder is Finalized during GetSpendData
Andrew Chow
2022-06-27
Store TaprootBuilder in SigningProviders instead of TaprootSpendData
Andrew Chow
2022-06-27
Fetch key origins for Taproot keys
Andrew Chow
2022-06-27
Fill PSBT Taproot input data to/from SignatureData
Andrew Chow
2022-06-27
Add TaprootBuilder::GetTreeTuples
Andrew Chow
2022-06-04
Merge bitcoin/bitcoin#24860: Miniscript integration follow-ups
fanquake
2022-05-30
miniscript: rename IsSane and IsSaneSubexpression to prevent misuse
Antoine Poinsot
2022-05-30
miniscript: nit: don't return after assert(false)
Antoine Poinsot
2022-05-30
miniscript: explicit the threshold size computation in multi()
Antoine Poinsot
2022-05-30
miniscript: add an OpCode typedef for readability
Antoine Poinsot
2022-05-30
miniscript: mark nodes with duplicate keys as insane
Antoine Poinsot
2022-05-25
Add BIP-341 specified constraints to `ComputeTaprootMerkleRoot`
David Bakin
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-04-28
miniscript: tiny doc fixups
Antoine Poinsot
2022-04-28
miniscript: split ValidSatisfactions from IsSane
Antoine Poinsot
2022-04-28
miniscript: introduce a CheckTimeLocksMix helper
Antoine Poinsot
2022-04-28
miniscript: use optional instead of bool/outarg
Antoine Poinsot
2022-04-28
miniscript: make equality operator non-recursive
Antoine Poinsot
2022-04-28
scripted-diff: miniscript: rename 'nodetype' variables to 'fragment'
Antoine Poinsot
2022-04-28
miniscript: remove a workaround for a GCC 4.8 bug
Antoine Poinsot
2022-04-25
Precomputed hashes are note #16 in BIP341
Gregory Sanders
2022-04-18
miniscript: the 'd:' wrapper must not be 'u'
Antoine Poinsot
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-04-05
Merge bitcoin/bitcoin#24147: Miniscript integration
laanwj
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-23
Merge bitcoin/bitcoin#24462: For descriptor pubkey parse errors, include cont...
MarcoFalke
2022-03-17
Miniscript: ops limit and stack size computation
Pieter Wuille
2022-03-17
Miniscript: conversion from script
Pieter Wuille
[prev]
[next]