aboutsummaryrefslogtreecommitdiff
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6544Wladimir J. van der Laan2015-08-191-1/+1
|\
| * Correct a possibly intentional pun that is nevertheless hard to read: "two ti...Mark Friedenbach2015-08-101-1/+1
* | Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo2015-07-202-0/+6
|/
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-202-8/+0
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-102-0/+8
* Merge pull request #6335Wladimir J. van der Laan2015-07-063-39/+2
|\
| * Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-262-21/+0
| * Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-262-18/+2
* | add CReserveScript to allow modular script keeping/returningJonas Schnelli2015-07-011-0/+9
|/
* Merge pull request #6124Wladimir J. van der Laan2015-06-266-6/+111
|\
| * Enable CHECKLOCKTIMEVERIFY as a standard script verify flagPeter Todd2015-06-221-1/+2
| * Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-215-2/+101
| * Move LOCKTIME_THRESHOLD to src/script/script.hPeter Todd2015-05-091-0/+4
| * Make CScriptNum() take nMaxNumSize as an argumentPeter Todd2015-05-091-3/+4
* | Add DummySignatureCreator which just creates zeroed sigsPieter Wuille2015-06-112-0/+44
* | fix header include groupsPhilip Kaufmann2015-05-141-1/+2
|/
* Abstract out Ctransaction-specific signing into TransactionSignatureCreatorPieter Wuille2015-03-212-40/+90
* src/script/script.h: endian compatibility for PUSHDATA sizesWladimir J. van der Laan2015-03-061-7/+9
* Merge pull request #5286Wladimir J. van der Laan2015-02-031-1/+1
|\
| * Change the default maximum OP_RETURN size to 80 bytesFlavien Charlon2014-11-141-1/+1
* | Merge pull request #5713Wladimir J. van der Laan2015-02-033-63/+65
|\ \
| * | BIP66 changeover logicPieter Wuille2015-02-012-0/+2
| * | Change IsDERSignature to BIP66 implementationPieter Wuille2015-02-011-63/+63
* | | Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-025-8/+8
* | | Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-026-11/+21
* | | Remove whitespaces before double colon in errors and logsPavel Janík2015-01-312-2/+2
|/ /
* | Make empty byte arrays pass CheckSignatureEncoding()Peter Todd2015-01-091-0/+5
* | Merge pull request #5143Wladimir J. van der Laan2015-01-084-13/+33
|\ \
| * | Make SCRIPT_VERIFY_CLEANSTACK a standardness requirementPieter Wuille2014-11-251-1/+2
| * | Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-253-5/+21
| * | No semantic change: reuse stack variable in P2SH evaluationPieter Wuille2014-11-251-7/+10
* | | String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-1/+1
* | | Replace uint256(1) with static constantWladimir J. van der Laan2015-01-051-2/+3
* | | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* | | Fix CScriptID(const CScript& in) in empty script casePeter Todd2014-12-251-1/+1
* | | Added "Core" to copyright headerssandakersmann2014-12-1914-14/+14
* | | make all catch() arguments constPhilip Kaufmann2014-12-171-1/+1
* | | Normalize header guard of script_error.hPavel Janík2014-12-051-3/+3
* | | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-033-3/+3
* | | Merge pull request #5227Wladimir J. van der Laan2014-12-011-1/+1
|\ \ \
| * | | Split up crypto/sha2Pieter Wuille2014-11-201-1/+1
* | | | libbitcoinconsensus: don't require any global constructorsCory Fields2014-11-241-7/+8
| |/ / |/| |
* | | Test the exact order of CHECKMULTISIG sig/pubkey evaluationPeter Todd2014-11-201-1/+5
* | | Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-204-8/+11
|/ /
* | Merge pull request #5000Pieter Wuille2014-11-205-2/+25
|\ \
| * | Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-175-2/+25
* | | build: add libbitcoinconsensus files and hook up the lib buildCory Fields2014-11-192-0/+158
|/ /
* / script: create sane error return codes for script validation and remove loggingCory Fields2014-11-144-119/+304
|/
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-107-63/+85
* Avoid a bunch of copying/conversion in script/signPieter Wuille2014-11-042-5/+5