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-08-28
Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...
glozow
2024-08-28
Merge bitcoin/bitcoin#29071: refactor: Remove Span operator==, Use std::range...
merge-script
2024-08-27
Merge bitcoin/bitcoin#29369: refactor: Allow CScript construction from any st...
Ava Chow
2024-08-13
refactor: Remove Span operator==, Use std::ranges::equal
MarcoFalke
2024-08-08
descriptors: Change Parse to return vector of descriptors
Ava Chow
2024-08-08
descriptors: Have ParseKeypath handle multipath specifiers
Ava Chow
2024-08-08
descriptors: Change ParseScript to return vector of descriptors
Ava Chow
2024-08-07
descriptors: Add DescriptorImpl::Clone
Ava Chow
2024-08-07
descriptors: Add PubkeyProvider::Clone
Ava Chow
2024-08-06
Merge bitcoin/bitcoin#30577: miniscript: Use `ToIntegral` instead of `ParseIn...
Ava Chow
2024-08-05
miniscript: Use `ToIntegral` instead of `ParseInt64`
brunoerg
2024-07-30
policy: make anchor spend standard
Greg Sanders
2024-07-30
policy: Add OP_1 <0x4e73> as a standard output type
Greg Sanders
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-12
refactor: Allow CScript construction from any std::input_iterator
MarcoFalke
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
[next]