Commit Graph

73 Commits (a006d7d73019b8cf4d68626c019c3d69729dda69)

Author SHA1 Message Date
Wladimir J. van der Laan a5eb61d9ef
Merge pull request #5499
10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers
10 years ago
Wladimir J. van der Laan 111a7d45f1
Merge pull request #5470
10 years ago
Luke Dashjr 7f71813919 Bugfix: prioritisetransaction: Do some basic sanity checking on txid
10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const
10 years ago
Michael Ford 78253fcbad Remove references to X11 licence
10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/
10 years ago
Luke Dashjr 3dcbb9b6b4 Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock
10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core
10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h
10 years ago
Cory Fields 85c579e3a6 script: add a slew of includes all around and drop includes from script.h
10 years ago
Pieter Wuille 7388b74cd2
Merge pull request #4911
10 years ago
ENikS ec91092df8
Fixing compiler warning C4101
10 years ago
Philip Kaufmann 611116d4e3 header include cleanup
10 years ago
jtimon cbd22a50c4 Move CScript class and dependencies to script/script
10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
10 years ago
Philip Kaufmann 093303a887 add missing header end comments
10 years ago
Philip Kaufmann 2b600992e8 add license header to core_io.h, core_read/_write.cpp
10 years ago
Philip Kaufmann 1b73d36b2c fix compilation error in core_io.h
10 years ago
Jeff Garzik cbe39a3852 Add "bitcoin-tx" command line utility and supporting modules.
10 years ago
Cory Fields 2a5840096f core_read's ParseScript(): minor cleanups
10 years ago
Jeff Garzik b2aeaa7939 Move ParseScript() helper, becoming accessible outside src/test/
10 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
10 years ago