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
2024-07-16
Merge bitcoin/bitcoin#28923: script/sign: avoid duplicated signature verifica...
Ava Chow
2024-07-16
Merge bitcoin/bitcoin#30425: kernel: De-globalize static validation variables
Ryan Ofsky
2024-07-11
Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default
merge-script
2024-07-08
refactor: Mark some static global vars as const
TheCharlatan
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
Expose CSignatureCache class in header
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache
TheCharlatan
2024-07-04
validation: Don't error if maxsigcachesize exceeds uint32::max
TheCharlatan
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-16
util: move spanparsing.h to script/parsing.h
Ryan Ofsky
2024-05-16
util: move HexStr and HexDigit from util to crypto
TheCharlatan
2024-05-12
script/sign: avoid duplicated signature verification after signing
Sebastian Falbesoner
2024-05-03
miniscript: make operator_mst consteval
Pieter Wuille
2024-04-22
sign: don't assume we are parsing a sane Miniscript
Antoine Poinsot
2024-04-07
[clang-tidy] Enable the misc-no-recursion check
dergoegge
2024-04-01
Merge bitcoin/bitcoin#29648: Remove libbitcoinconsensus
fanquake
2024-04-01
Merge bitcoin/bitcoin#29738: doc: fix typos
fanquake
2024-03-29
Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...
Ryan Ofsky
2024-03-26
doc: fix some typos
crazeteam
2024-03-18
remove libbitcoinconsensus
fanquake
2024-03-15
ci: Bump `TIDY_LLVM_V`
Hennadii Stepanov
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-11
scripted-diff: return error(...); ==> error(...); return false;
MarcoFalke
2024-03-11
refactor: Add missing {} around error() calls
MarcoFalke
2024-02-20
descriptor: Be able to get the pubkeys involved in a descriptor
Ava Chow
2023-12-08
wallet: fix key parsing check for miniscript expressions in `ParseScript`
brunoerg
2023-11-23
Fix IWYU for the script_flags fuzz target
MarcoFalke
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-25
iwyu: Export prevector.h from script.h
MarcoFalke
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-13
miniscript: make GetWitnessSize accurate for tapscript
Pieter Wuille
2023-10-13
lib: add Taproot support to libconsensus
Jake Rawsthorne
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-09
descriptors: Move InferScript's pubkey validity checks to InferPubkey
Andrew Chow
2023-10-09
descriptors: Check result of InferPubkey
Andrew Chow
2023-10-08
miniscript: remove P2WSH-specific part of GetStackSize doc comment
Antoine Poinsot
2023-10-08
miniscript: have a custom Node destructor
Antoine Poinsot
2023-10-08
script/sign: Miniscript support in Tapscript
Antoine Poinsot
2023-10-08
MOVEONLY: script/sign: move Satisfier declaration above Tapscript signing
Antoine Poinsot
2023-10-08
descriptor: parse Miniscript expressions within Taproot descriptors
Antoine Poinsot
2023-10-08
descriptor: Tapscript-specific Miniscript key serialization / parsing
Antoine Poinsot
2023-10-08
miniscript: check maximum stack size during execution
Antoine Poinsot
2023-10-08
pubkey: introduce a GetEvenCorrespondingCPubKey helper
Antoine Poinsot
[next]