aboutsummaryrefslogtreecommitdiff
path: root/src/core_io.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
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-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-06Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider
2017-08-17Pass serialization flags and whether to include hex to TxToUnivAndrew Chow
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-05CMutableTransaction is defined as struct.Pavel Janík
2016-12-02Make DecodeHexTx return a CMutableTransactionPieter Wuille
2016-11-30Trivial refactor: Remove extern keyword from function declarations, as they a...Karl-Johan Alm
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-30Resolve issue 3166.mruddy
2015-06-04use const references where appropriatePhilip Kaufmann
2014-12-31Merge pull request #5499Wladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-17Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-24Merge pull request #1816Wladimir J. van der Laan
2014-11-18Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr
2014-11-03Fix all header definesPavel Janík
2014-09-26Add automatic script test generation, and actual checksig testsPieter Wuille
2014-09-14header include cleanupPhilip 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-29Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik
2014-07-29Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik