Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-03 | Fix all header defines | Pavel JanÃk | |
2014-09-26 | Add automatic script test generation, and actual checksig tests | Pieter Wuille | |
2014-09-14 | header include cleanup | Philip Kaufmann | |
- ensures alphabetical ordering for includes etc. in source file headers | |||
2014-08-01 | add license header to core_io.h, core_read/_write.cpp | Philip Kaufmann | |
2014-08-01 | fix compilation error in core_io.h | Philip Kaufmann | |
- 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 | |||
2014-07-29 | Add "bitcoin-tx" command line utility and supporting modules. | Jeff Garzik | |
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. | |||
2014-07-29 | Move ParseScript() helper, becoming accessible outside src/test/ | Jeff Garzik | |
2014-07-29 | Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp | Jeff Garzik | |