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
2023-06-28
wallet: bugfix, always use apostrophe for spkm descriptor ID
furszy
2023-06-28
refactor: extract descriptor ID calculation from spkm GetID()
furszy
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-03-31
miniscript: explicit cast instead of comparing integers of different signs
Antoine Poinsot
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-13
refactor: Move error() from util/system.h to logging.h
Ben Woosley
2023-03-03
Fixed a couple of typos in comments to make linter happy
hernanmarino
2023-02-28
Make miniscript fuzzers avoid ops limit
Pieter Wuille
2023-02-17
BIP341 txdata cannot be precomputed without spent outputs
Pieter Wuille
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-14
descriptors: fix docstring (param [in] vs [out])
SomberNight
2023-02-11
script/sign: signing support for Miniscripts with hash preimage challenges
Antoine Poinsot
2023-02-11
script/sign: signing support for Miniscript with timelocks
Antoine Poinsot
2023-02-11
script/sign: basic signing support for Miniscript descriptors
Antoine Poinsot
2023-02-11
Align 'e' property of or_d and andor with website spec
Pieter Wuille
2023-02-11
Various additional explanations of the satisfaction logic from Pieter
Pieter Wuille
2023-02-11
miniscript: satisfaction support
Antoine Poinsot
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-30
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
MarcoFalke
2023-01-26
refactor: Extract RIPEMD160
Ben Woosley
2023-01-24
Merge bitcoin/bitcoin#26707: clang-tidy: Fix `performance-*move*` warnings in...
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...
Andrew Chow
2023-01-18
clang-tidy: Fix `performance-no-automatic-move` in headers
Hennadii Stepanov
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-11-21
Abstract out ComputeTapbranchHash
Russell O'Connor
2022-11-21
Do not use CScript for tapleaf scripts until the tapleaf version is known
Russell O'Connor
2022-10-28
sign: Fill in taproot pubkey info for all script path sigs
Andrew Chow
2022-10-13
Merge bitcoin/bitcoin#25858: psbt: Only include PSBT_OUT_TAP_TREE when the ou...
glozow
2022-10-06
psbt: Only include m_tap_tree if it has scripts
Andrew Chow
2022-09-23
refactor: use <cstdlib> over stdlib.h
fanquake
2022-09-21
Correct sanity-checking script_size calculation
Pieter Wuille
2022-09-17
Make miniscript string parsing account for exact script size as bound
Pieter Wuille
2022-09-17
Permit delaying duplicate key check in miniscript::Node construction
Pieter Wuille
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
[next]