| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [trivial] Fix typos in comments | practicalswift | 2017-01-27 | 1 | -1/+1 |
| | | |||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY | BtcDrak | 2016-06-28 | 1 | -1/+1 |
| | | |||||
| * | [RPC] signrawtransaction can sign P2WSH | NicolasDorier | 2016-06-22 | 1 | -0/+8 |
| | | |||||
| * | BIP141: Witness program | Pieter Wuille | 2016-06-22 | 1 | -0/+18 |
| | | |||||
| * | BIP144: Serialization, hashes, relay (sender side) | Pieter Wuille | 2016-06-22 | 1 | -0/+12 |
| | | | | | | | Contains refactorings by Eric Lombrozo. Contains fixup by Nicolas Dorier. Contains cleanup of CInv::GetCommand by Alex Morcos | ||||
| * | Merge pull request #7205 | Wladimir J. van der Laan | 2016-01-05 | 1 | -1/+1 |
| |\ | | | | | | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke) | ||||
| | * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. | mb300sd | 2015-12-15 | 1 | -1/+1 |
| |/ | |||||
| * | Prevector type | Pieter Wuille | 2015-11-13 | 1 | -3/+3 |
| | | |||||
| * | script: Remove magic numbers | David Hill | 2015-10-15 | 1 | -1/+1 |
| | | | | | | This adds two new constants, MAX_OPS_PER_SCRIPT and MAX_PUBKEYS_PER_MULTISIG. | ||||
| * | Accept any sequence of PUSHDATAs in OP_RETURN outputs | Peter Todd | 2015-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | Previously only one PUSHDATA was allowed, needlessly limiting applications such as matching OP_RETURN contents with bloom filters that operate on a per-PUSHDATA level. Now any combination that passes IsPushOnly() is allowed, so long as the total size of the scriptPubKey is less than 42 bytes. (unchanged modulo non-minimal PUSHDATA encodings) Also, this fixes the odd bug where previously the PUSHDATA could be replaced by any single opcode, even sigops consuming opcodes such as CHECKMULTISIG. (20 sigops!) | ||||
| * | Add IsPushOnly(const_iterator pc) | Peter Todd | 2015-10-01 | 1 | -2/+6 |
| | | | | | | Allows IsPushOnly() to be applied to just part of the script for OP_RETURN outputs. | ||||
| * | Resolve issue 3166. | mruddy | 2015-07-30 | 1 | -33/+0 |
| | | | | | | These changes decode valid SIGHASH types on signatures in assembly (asm) representations of scriptSig scripts. This squashed commit incorporates substantial helpful feedback from jtimon, laanwj, and sipa. | ||||
| * | Separate core memory usage computation in core_memusage.h | Pieter Wuille | 2015-07-20 | 1 | -5/+0 |
| | | |||||
| * | Implement accurate memory accounting for mempool | Pieter Wuille | 2015-07-10 | 1 | -0/+5 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) | Pieter Wuille | 2014-10-25 | 1 | -28/+1 |
| | | | | | | Also use the new flag as a standard rule, and replace the IsCanonicalPush standardness check with it (as it is more complete). | ||||
| * | Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) | Pieter Wuille | 2014-10-25 | 1 | -1/+1 |
| | | |||||
| * | script: add a slew of includes all around and drop includes from script.h | Cory Fields | 2014-10-17 | 1 | -1/+2 |
| | | | | | Lots of files ended up with indirect includes from script.h. | ||||
| * | script: move ToString and ValueString out of the header | Cory Fields | 2014-10-17 | 1 | -0/+33 |
| | | |||||
| * | Move CTxDestination from script/script to script/standard | Pieter Wuille | 2014-09-16 | 1 | -40/+0 |
| | | |||||
| * | cleanup new script files (no code changes) | Philip Kaufmann | 2014-09-14 | 1 | -2/+2 |
| | | | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license | ||||
| * | Move CScript class and dependencies to script/script | jtimon | 2014-09-08 | 1 | -0/+295 |