aboutsummaryrefslogtreecommitdiff
path: root/src/core_write.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-22/+20
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-211-2/+2
|\
| * Move CTxInWitness inside CTxInPieter Wuille2016-12-041-2/+2
* | Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-2/+2
|/
* Update bitcoin-tx to output witness data.jonnynewbs2016-10-051-1/+10
* Fix formatting of NOPs for generated script testsPieter Wuille2016-04-051-2/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Resolve issue 3166.mruddy2015-07-301-2/+64
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Merge pull request #5207Wladimir J. van der Laan2014-12-051-0/+2
|\
| * bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to t...mruddy2014-11-041-0/+2
* | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
|/
* 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/+1
* Add automatic script test generation, and actual checksig testsPieter Wuille2014-09-261-0/+35
* header include cleanupPhilip Kaufmann2014-09-141-3/+4
* Separate script/standardjtimon2014-09-081-1/+2
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Discover some missing includesjtimon2014-09-021-0/+2
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+0
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* 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/+74
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-0/+15