aboutsummaryrefslogtreecommitdiff
path: root/src/core_read.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve heuristic hex transaction decodingPieter Wuille2020-12-101-9/+50
* Merge #17775: DecodeHexTx: Try case where txn has inputs firstWladimir J. van der Laan2020-10-151-12/+17
|\
| * DecodeHexTx: Break out transaction decoding logic into own functionGregory Sanders2019-12-301-9/+13
| * DecodeHexTx: Try case where txn has inputs firstGregory Sanders2019-12-191-5/+6
* | refactor: Replace const char* to std::stringCalvin Kim2020-05-221-3/+3
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | Limit decimal range of numbers ParseScript acceptspierrenn2020-03-271-0/+8
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/
* Include core_io.h from core_read.cpppracticalswift2019-06-061-0/+2
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-3/+0
* Move PSBT decoding functions from core_io to psbt.cppGlenn Willen2019-03-261-28/+0
* Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+1
* Split DecodePSBT into Base64 and Raw versionsGlenn Willen2019-02-111-3/+13
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* Consolidate redundant implementations of ParseHashStrBen Woosley2018-09-251-5/+4
* rpc: Expose ProcessNewBlockHeadersMarcoFalke2018-08-131-0/+14
* 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
| |/