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-09-01
Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...
Andrew Chow
2022-08-31
Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)
fanquake
2022-08-29
descriptors: addr() and raw() should return false for ToPrivateString
Andrew Chow
2022-08-20
Fix issues when calling std::move(const&)
MacroFake
2022-08-19
Make DUMMY_CHECKER availble outside of script/sign.cpp
Andrew Chow
2022-08-18
Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.
Andrew Chow
2022-08-17
descriptor: check if `rawtr` has only one key.
w0xlt
2022-08-12
refactor: Avoid copies in FlatSigningProvider Merge
MacroFake
2022-08-11
Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptors
Andrew Chow
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-10
Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...
Andrew Chow
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
[next]