aboutsummaryrefslogtreecommitdiff
path: root/src/core_read.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fail in DecodeHexTx if there is extra data at the endMatt Corallo2017-02-021-0/+2
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-16/+14
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-1/+1
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+15
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-7/+6
* namespace: remove boost namespace pollutionCory Fields2015-01-021-1/+0
* Merge pull request #5499Wladimir J. van der Laan2014-12-311-0/+5
|\
| * Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr2014-12-171-0/+5
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\ \
| * | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
| |/
* / make all catch() arguments constPhilip Kaufmann2014-12-171-2/+2
|/
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-2/+2
* Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr2014-11-181-0/+18
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+2
* Merge pull request #4911Pieter Wuille2014-09-161-5/+6
|\
| * header include cleanupPhilip Kaufmann2014-09-141-5/+6
* | Fixing compiler warning C4101ENikS2014-09-151-1/+1
|/
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+0
* add license header to core_io.h, core_read/_write.cppPhilip Kaufmann2014-08-011-0/+3
* fix compilation error in core_io.hPhilip Kaufmann2014-08-011-1/+0
* Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-291-0/+25
* core_read's ParseScript(): minor cleanupsCory Fields2014-07-291-12/+12
* Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik2014-07-291-0/+77
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-0/+25