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
/
standard.h
Age
Commit message (
Expand
)
Author
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-22
Return the script type from Solver
Ben Woosley
2018-06-17
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-04-18
Make CScript -> CScriptID conversion explicit
Pieter Wuille
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-03
Extend validateaddress information for P2SH-embedded witness
Pieter Wuille
2018-01-03
Improve witness destination types and use them more
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-18
Comments: More comments on functions/globals in standard.h.
Jim Posen
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2016-02-01
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
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-10-01
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-07-20
Also remove pay-2-pubkey from watch when adding a priv key
Matt Corallo
2015-06-26
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr
2015-06-26
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-22
Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
Peter Todd
2015-02-03
Merge pull request #5286
Wladimir J. van der Laan
2015-02-01
BIP66 changeover logic
Pieter Wuille
2015-01-08
Merge pull request #5143
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-25
Make SCRIPT_VERIFY_CLEANSTACK a standardness requirement
Pieter Wuille
2014-11-17
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-14
Change the default maximum OP_RETURN size to 80 bytes
Flavien Charlon
2014-11-10
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-04
minor code style cleanup after recent merges
Philip Kaufmann
2014-11-04
Merge pull request #5196
Wladimir J. van der Laan
2014-11-04
Merge pull request #5162
Wladimir J. van der Laan
2014-11-03
Fix all header defines
Pavel Janík
2014-10-31
Merge pull request #5077
Wladimir J. van der Laan
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-27
Enable customising node policy for datacarrier data size with a -datacarriers...
Luke Dashjr
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-14
cleanup new script files (no code changes)
Philip Kaufmann
2014-09-08
Separate script/standard
jtimon