aboutsummaryrefslogtreecommitdiff
path: root/src/core_io.h
Commit message (Expand)AuthorAgeFilesLines
* Split DecodePSBT into Base64 and Raw versionsGlenn Willen2019-02-111-1/+5
* Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift2018-11-051-3/+4
* Consolidate redundant implementations of ParseHashStrBen Woosley2018-09-251-1/+10
* rpc: Expose ProcessNewBlockHeadersMarcoFalke2018-08-131-0/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Create wallet RPCs for PSBTAndrew Chow2018-07-161-0/+1
* Create utility RPCs for PSBTAndrew Chow2018-07-161-0/+4
* Drop ParseHashUV in favor of calling ParseHashStrBen Woosley2018-06-081-1/+0
* 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-1/+1
|\
| * Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider2017-09-061-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
|/
* Pass serialization flags and whether to include hex to TxToUnivAndrew Chow2017-08-171-1/+1
* rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan2017-08-071-0/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-1/+1
* CMutableTransaction is defined as struct.Pavel Janík2016-12-051-1/+1
* Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-1/+2
* Trivial refactor: Remove extern keyword from function declarations, as they a...Karl-Johan Alm2016-11-301-11/+11
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Resolve issue 3166.mruddy2015-07-301-2/+2
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* Merge pull request #5499Wladimir J. van der Laan2014-12-311-0/+1
|\
| * Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr2014-12-171-0/+1
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/
* Merge pull request #1816Wladimir J. van der Laan2014-11-241-0/+2
|\
| * Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr2014-11-181-0/+2
* | Fix all header definesPavel Janík2014-11-031-3/+3
|/
* Add automatic script test generation, and actual checksig testsPieter Wuille2014-09-261-0/+1
* header include cleanupPhilip Kaufmann2014-09-141-1/+1
* add license header to core_io.h, core_read/_write.cppPhilip Kaufmann2014-08-011-0/+4
* fix compilation error in core_io.hPhilip Kaufmann2014-08-011-0/+1
* Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-291-0/+7
* Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik2014-07-291-0/+2
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-0/+14