aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
Commit message (Expand)AuthorAgeFilesLines
* Make Taproot spends standard + policy limitsPieter Wuille2020-10-121-1/+3
* Remove GetScriptForWitness functionMeshCollider2020-08-141-10/+0
* Make script/standard's BaseHash Span-convertiblePieter Wuille2020-07-301-0/+3
* scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-22/+22
* doc: Update outdated txnouttype documentationMarcoFalke2020-06-211-3/+2
* Disallow automatic conversion between hash typesBen Woosley2020-06-191-15/+77
* Explicitly support conversion between equivalent hash typesBen Woosley2020-06-191-0/+5
* Use explicit conversion from WitnessV0KeyHash -> CKeyIDBen Woosley2020-06-191-0/+1
* Use explicit conversion from PKHash -> CKeyIDBen Woosley2020-06-191-0/+1
* Convert CPubKey to WitnessV0KeyHash directlyBen Woosley2020-06-191-0/+1
* Prefer explicit CScriptID constructionBen Woosley2020-06-191-1/+1
* Prefer explicit uint160 conversionBen Woosley2020-06-191-4/+0
* Merge #19004: refactor: Replace const char* to std::stringMarcoFalke2020-05-271-1/+3
|\
| * refactor: Replace const char* to std::stringCalvin Kim2020-05-221-1/+3
* | Remove outdated comment about DER encodingElichai Turkel2020-05-261-2/+1
|/
* Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for Sc...Wladimir J. van der Laan2020-01-161-0/+5
|\
| * Don't allow implementers to think ScriptHash(Witness*()) results in nesting c...Gregory Sanders2020-01-141-0/+5
* | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
|/
* Merge #16658: validation: Rename CheckInputs to CheckInputScriptsMarcoFalke2020-01-021-1/+1
|\
| * scripted-diff: [validation] Rename CheckInputs to CheckInputScriptsJohn Newbery2019-11-071-1/+1
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/
* Remove unused includespracticalswift2019-10-151-1/+0
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-3/+19
* remove out-of-date comment on pay-to-witness supportr89210392019-04-151-2/+1
* Merge #13429: Return the script type from SolverWladimir J. van der Laan2018-08-251-3/+2
|\
| * Return the script type from SolverBen Woosley2018-07-221-3/+2
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Add P2WSH destination helper and use it instead of manual hashingPieter Wuille2018-06-171-0/+1
* Make CScript -> CScriptID conversion explicitPieter Wuille2018-04-181-1/+1
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-2/+20
|\
| * Extend validateaddress information for P2SH-embedded witnessPieter Wuille2018-01-031-0/+4
| * Improve witness destination types and use them morePieter Wuille2018-01-031-2/+16
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Implement BIP173 addresses and testsPieter Wuille2017-09-281-4/+33
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-1/+4
* Comments: More comments on functions/globals in standard.h.Jim Posen2017-08-181-4/+58
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* BIP143: Signing logicPieter Wuille2016-06-221-0/+3
* [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-1/+1
* Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-011-1/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-0/+2
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-0/+1
* Accept any sequence of PUSHDATAs in OP_RETURN outputsPeter Todd2015-10-011-1/+1
* Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo2015-07-201-0/+1
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-261-1/+0
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-17/+0
* Enable CHECKLOCKTIMEVERIFY as a standard script verify flagPeter Todd2015-06-221-1/+2
* Merge pull request #5286Wladimir J. van der Laan2015-02-031-1/+1
|\