aboutsummaryrefslogtreecommitdiff
path: root/src/core_read.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-25Merge #13753: scripted-diff: Remove trailing whitespacesMarcoFalke
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-16Create wallet RPCs for PSBTAndrew Chow
2018-07-16Create utility RPCs for PSBTAndrew Chow
2018-06-08Drop ParseHashUV in favor of calling ParseHashStrBen Woosley
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-19Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
2017-09-06Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider
2017-07-12Fix signed/unsigned comparison warning introduced in c8e29d7ff0.Matt Corallo
2017-07-11Replace MAX_OPCODE for OP_NOP10.Mark Friedenbach
2017-06-08Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan
2017-06-07Sanity check transaction scripts in DecodeHexTxAndrew Chow
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-02-02Fail in DecodeHexTx if there is extra data at the endMatt Corallo
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Make DecodeHexTx return a CMutableTransactionPieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-06-04use const references where appropriatePhilip Kaufmann
2015-01-02namespace: drop most boost namespaces and a few header cleanupsCory Fields
2015-01-02namespace: remove boost namespace pollutionCory Fields
2014-12-31Merge pull request #5499Wladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-17Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-18Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr
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-16Merge pull request #4911Pieter Wuille
2014-09-15Fixing compiler warning C4101ENikS
2014-09-14header include cleanupPhilip Kaufmann
2014-09-08Move CScript class and dependencies to script/scriptjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-08-28add missing header end commentsPhilip Kaufmann
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-29core_read's ParseScript(): minor cleanupsCory Fields