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-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
2022-03-17
Miniscript: type system, script creation, text notation, tests
Pieter Wuille
2022-03-17
script: expose getter for CScriptNum, add a BuildScript helper
Antoine Poinsot
2022-03-17
script: move CheckMinimalPush from interpreter to script.h
Antoine Poinsot
2022-03-17
script: make IsPushdataOp non-static
Antoine Poinsot
2022-03-12
Merge bitcoin/bitcoin#24164: build: Bump minimum required clang/libc++ to 8.0
MarcoFalke
2022-03-04
Revert "Avoid the use of P0083R3 std::set::merge"
MarcoFalke
2022-03-04
Merge bitcoin/bitcoin#24043: Add (sorted)multi_a descriptor for k-of-n multis...
Andrew Chow
2022-03-03
For descriptor pubkey parse errors, include context information
Ben Woosley
2022-02-15
Bugfix: make ToPrivateString work with x-only keys
Pieter Wuille
2022-02-14
Bugfix: set x-only flag when inferring pk() inside tr()
Pieter Wuille
2022-01-31
Fix unsigned integer overflow in tapscript validation weight calculation
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-19
Optimize CHECKSIGADD Script Validation
Jeremy Rubin
2022-01-12
Add signing support for (sorted)multi_a scripts
Pieter Wuille
2022-01-12
Add multi_a descriptor inference
Pieter Wuille
2022-01-12
Add (sorted)multi_a descriptor and script derivation
Pieter Wuille
2022-01-12
Merge/generalize IsValidMultisigKeyCount/GetMultisigKeyCount
Pieter Wuille
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2022-01-01
rpc: Quote user supplied descriptor in error msg
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-10
Implement operator< for KeyOriginInfo and CExtPubKey
Andrew Chow
2021-12-10
moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt ...
Andrew Chow
2021-12-10
Types are compact size uints
Andrew Chow
2021-11-29
More Span simplifications
Pieter Wuille
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
[next]