aboutsummaryrefslogtreecommitdiff
path: root/src/core_read.cpp
AgeCommit message (Expand)Author
2014-12-31Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-18Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-10-22boost: split stream classes out of serialize.hCory Fields
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-09-16Merge pull request #4911Pieter Wuille
2014-09-15Fixing compiler warning C4101ENikS
2014-09-14header include cleanupPhilip Kaufmann
2014-09-08Move CScript class and dependencies to script/scriptjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-01add license header to core_io.h, core_read/_write.cppPhilip Kaufmann
2014-08-01fix compilation error in core_io.hPhilip Kaufmann
2014-07-29Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik
2014-07-29core_read's ParseScript(): minor cleanupsCory Fields
2014-07-29Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik
2014-07-29Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik