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
26 hours
Merge bitcoin/bitcoin#31555: descriptor: remove unreachable verification for ...
HEAD
master
Ava Chow
7 days
descriptor: Assume `ParseScript` is not being called with a P2WPKH context
brunoerg
8 days
descriptor: remove unreachable verification for `pkh`
brunoerg
12 days
refactor: Avoid passing span iterators when data pointers are expected
MarcoFalke
12 days
refactor: Replace fwd-decl with proper include
MarcoFalke
2024-11-25
interpreter: Use the same type for SignatureHash in the definition
TheCharlatan
2024-11-12
Merge bitcoin/bitcoin#31271: doc: correct typos
merge-script
2024-11-11
doc: fix typos
Afanti
2024-11-11
refactor: Drop deprecated space in operator""_mst
MarcoFalke
2024-10-01
Fix unsigned integer overflows in interpreter
MarcoFalke
2024-09-20
Merge bitcoin/bitcoin#30765: refactor: Allow `CScript`'s `operator<<` to acce...
Ava Chow
2024-09-20
Merge bitcoin/bitcoin#30794: interpreter: use int32_t instead of int type for...
Ava Chow
2024-09-11
Allow CScript's operator<< to accept spans, not just vectors
LÅ‘rinc
2024-09-04
refactor: move `SignSignature` helpers to test utils
Sebastian Falbesoner
2024-09-03
fix use int32_t instead of int type for risczero compile with (-march=rv32i, ...
Simon
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
[next]