aboutsummaryrefslogtreecommitdiff
path: root/src/core_write.cpp
AgeCommit message (Expand)Author
2016-04-05Fix formatting of NOPs for generated script testsPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-07-30Resolve issue 3166.mruddy
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-12-05Merge pull request #5207Wladimir J. van der Laan
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-04bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to t...mruddy
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-26Add automatic script test generation, and actual checksig testsPieter Wuille
2014-09-14header include cleanupPhilip Kaufmann
2014-09-08Separate script/standardjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-09-02Discover some missing includesjtimon
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-26Split up util.cpp/hWladimir J. van der Laan
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-29Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik