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
2016-10-19
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
Wladimir J. van der Laan
2016-10-17
Fix ismine and addwitnessaddress: no uncompressed keys in segwit
Pieter Wuille
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-10-16
Add script tests for FindAndDelete in pre-segwit and segwit scripts
Johnson Lau
2016-09-30
Add NULLDUMMY verify flag in bitcoinconsensus.h
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-09-01
Merge #8524: Precompute sighashes
Pieter Wuille
2016-08-28
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
Wladimir J. van der Laan
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-22
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-08-16
Precompute sighashes
Pieter Wuille
2016-07-28
libconsensus: Expose a flag for BIP112
Jorge Timón
2016-06-28
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
BtcDrak
2016-06-22
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
[libconsensus] Script verification API with amounts
Thomas Kerin
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-05-05
Merge #7907: Optimize and Cleanup CScript::FindAndDelete
Wladimir J. van der Laan
2016-04-25
Treat overly long scriptPubKeys as unspendable
Pieter Wuille
2016-04-25
Introduce constant for maximum CScript length
Pieter Wuille
2016-04-21
Improve worst-case behavior of CScript::FindAndDelete
Patrick Strateman
2016-04-19
Replace c-style cast with c++ style static_cast.
Patrick Strateman
2016-04-19
Replace memcmp with std::equal in CScript::FindAndDelete
Patrick Strateman
2016-04-18
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2016-02-16
Code style fix.
BtcDrak
2016-02-14
Separate CheckLockTime() and CheckSequence() logic
BtcDrak
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2016-02-10
Correctly report high-S violations
Pieter Wuille
2016-02-01
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-15
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
mb300sd
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-11-28
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-15
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-11-13
Prevector type
Pieter Wuille
2015-10-31
Evict sigcache entries that are seen in a block
Pieter Wuille
2015-10-31
Make sigcache faster and more efficient
Pieter Wuille
2015-10-23
Merge pull request #6351
Wladimir J. van der Laan
2015-10-15
script: Remove magic numbers
David Hill
2015-10-08
Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
Peter Todd
[next]