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.cpp
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-20
Merge #12461: scripted-diff: Rename key size consts to be relative to their c...
Wladimir J. van der Laan
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-03-04
scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE
Ben Woosley
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
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-07-18
Remove redundant unused variables
practicalswift
2018-06-17
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-05-30
wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-05-29
Remove template matching and pseudo opcodes
Pieter Wuille
2018-04-10
Extract consts for WITNESS_V0 hash sizes
Ben Woosley
2018-02-16
Assert CPubKey::ValidLength to the pubkey's header-relevent size
Ben Woosley
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
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
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-03-08
Refactor: Remove using namespace <xxx> from script/
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-06-22
BIP143: Signing logic
Pieter Wuille
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-10-01
Make TX_SCRIPTHASH clear vSolutionsRet first
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
2014-12-25
Fix CScriptID(const CScript& in) in empty script case
Peter Todd
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-10
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-04
Merge pull request #5162
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-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
script: add ToByteVector() for converting anything with begin/end
Cory Fields
[next]