index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core_io.h
Age
Commit message (
Expand
)
Author
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-05
CMutableTransaction is defined as struct.
Pavel Janík
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-11-30
Trivial refactor: Remove extern keyword from function declarations, as they a...
Karl-Johan Alm
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-30
Resolve issue 3166.
mruddy
2015-06-04
use const references where appropriate
Philip Kaufmann
2014-12-31
Merge pull request #5499
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
Bugfix: prioritisetransaction: Do some basic sanity checking on txid
Luke Dashjr
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-24
Merge pull request #1816
Wladimir J. van der Laan
2014-11-18
Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock
Luke Dashjr
2014-11-03
Fix all header defines
Pavel Janík
2014-09-26
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-01
add license header to core_io.h, core_read/_write.cpp
Philip Kaufmann
2014-08-01
fix compilation error in core_io.h
Philip Kaufmann
2014-07-29
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-29
Move ParseScript() helper, becoming accessible outside src/test/
Jeff Garzik
2014-07-29
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik