| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make comments in /src/script doxygen compatible | Michael Ford | 2014-11-10 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #5162 | Wladimir J. van der Laan | 2014-11-04 | 1 | -0/+1 |
| |\ | | | | | | | | | | | d2e74c5 boost: moveonly: split CPubKey and friends to new files (Cory Fields) 78c228c boost: moveonly: move BIP32Hash to hash.h (Cory Fields) 900078a boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (Cory Fields) | ||||
| | * | boost: moveonly: split CPubKey and friends to new files | Cory Fields | 2014-10-31 | 1 | -0/+1 |
| | | | |||||
| * | | Enable customising node policy for datacarrier data size with a ↵ | Luke Dashjr | 2014-10-27 | 1 | -2/+4 |
| |/ | | | | -datacarriersize option | ||||
| * | script: add a slew of includes all around and drop includes from script.h | Cory Fields | 2014-10-17 | 1 | -0/+1 |
| | | | | | Lots of files ended up with indirect includes from script.h. | ||||
| * | script: add ToByteVector() for converting anything with begin/end | Cory Fields | 2014-10-17 | 1 | -3/+3 |
| | | | | | This should move to a util header once their dependencies are cleaned up. | ||||
| * | script: move CScriptID to standard.h and add a ctor for creating them from ↵ | Cory Fields | 2014-10-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | CScripts This allows for a reversal of the current behavior. This: CScript foo; CScriptID bar(foo.GetID()); Becomes: CScript foo; CScriptID bar(foo); This way, CScript is no longer dependent on CScriptID or Hash(); | ||||
| * | Don't return an address for invalid pubkeys | Andy Alness | 2014-10-06 | 1 | -2/+13 |
| | | |||||
| * | Move CTxDestination from script/script to script/standard | Pieter Wuille | 2014-09-16 | 1 | -0/+47 |
| | | |||||
| * | 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 | ||||
| * | Separate script/standard | jtimon | 2014-09-08 | 1 | -0/+254 |