aboutsummaryrefslogtreecommitdiff
path: root/src/core_io.h
Commit message (Collapse)AuthorAgeFilesLines
* add license header to core_io.h, core_read/_write.cppPhilip Kaufmann2014-08-011-0/+4
|
* fix compilation error in core_io.hPhilip Kaufmann2014-08-011-0/+1
| | | | | | - error: 'vector' in namespace 'std' does not name a type - add <vector> include in core_io.h - remove <vector> includes from core_read.cpp and core_write.cpp
* Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-291-0/+7
| | | | | | | | | | | | | This is a simple utility that provides command line manipulation of a hex-encoded TX. The utility takes a hex string on the command line as input, performs zero or more mutations, and outputs a hex string to standard output. This utility is also an intentional exercise of the "bitcoin library" concept. It is designed to require minimal libraries, and works entirely without need for any RPC or P2P communication. See "bitcoin-tx --help" for command and options summary.
* Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik2014-07-291-0/+2
|
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-0/+14