aboutsummaryrefslogtreecommitdiff
path: root/src/core_read.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #13753: scripted-diff: Remove trailing whitespacesMarcoFalke2018-07-251-2/+2
|\
| * scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-2/+2
* | Removes Boost predicate.hpp dependency2512018-07-221-5/+6
|/
* Create wallet RPCs for PSBTAndrew Chow2018-07-161-0/+23
* Create utility RPCs for PSBTAndrew Chow2018-07-161-0/+18
* Drop ParseHashUV in favor of calling ParseHashStrBen Woosley2018-06-081-8/+0
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-3/+3
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-3/+3
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan2017-12-191-17/+17
|\ \
| * | Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider2017-09-061-17/+17
| |/
* / scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-9/+9
|/
* Fix signed/unsigned comparison warning introduced in c8e29d7ff0.Matt Corallo2017-07-121-1/+1
* Replace MAX_OPCODE for OP_NOP10.Mark Friedenbach2017-07-111-1/+1
* Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan2017-06-081-1/+0
|\
| * Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-1/+0
* | Sanity check transaction scripts in DecodeHexTxAndrew Chow2017-06-071-3/+26
|/
* Fail in DecodeHexTx if there is extra data at the endMatt Corallo2017-02-021-0/+2
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-16/+14
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-1/+1
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+15
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-7/+6
* namespace: remove boost namespace pollutionCory Fields2015-01-021-1/+0
* Merge pull request #5499Wladimir J. van der Laan2014-12-311-0/+5
|\
| * Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr2014-12-171-0/+5
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\ \
| * | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
| |/
* / make all catch() arguments constPhilip Kaufmann2014-12-171-2/+2
|/
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-2/+2
* Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr2014-11-181-0/+18
* 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/+2
* Merge pull request #4911Pieter Wuille2014-09-161-5/+6
|\
| * header include cleanupPhilip Kaufmann2014-09-141-5/+6
* | Fixing compiler warning C4101ENikS2014-09-151-1/+1
|/
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+0
* 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/+25
* core_read's ParseScript(): minor cleanupsCory Fields2014-07-291-12/+12