index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core_read.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Merge #13753: scripted-diff: Remove trailing whitespaces
MarcoFalke
2018-07-25
1
-2
/
+2
|
\
|
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-2
/
+2
*
|
Removes Boost predicate.hpp dependency
251
2018-07-22
1
-5
/
+6
|
/
*
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
1
-0
/
+23
*
Create utility RPCs for PSBT
Andrew Chow
2018-07-16
1
-0
/
+18
*
Drop ParseHashUV in favor of calling ParseHashStr
Ben Woosley
2018-06-08
1
-8
/
+0
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-3
/
+3
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-3
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-19
1
-17
/
+17
|
\
\
|
*
|
Add iswitness parameter to decode- and fundrawtransaction RPCs
MeshCollider
2017-09-06
1
-17
/
+17
|
|
/
*
/
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-9
/
+9
|
/
*
Fix signed/unsigned comparison warning introduced in c8e29d7ff0.
Matt Corallo
2017-07-12
1
-1
/
+1
*
Replace MAX_OPCODE for OP_NOP10.
Mark Friedenbach
2017-07-11
1
-1
/
+1
*
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-08
1
-1
/
+0
|
\
|
*
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-1
/
+0
*
|
Sanity check transaction scripts in DecodeHexTx
Andrew Chow
2017-06-07
1
-3
/
+26
|
/
*
Fail in DecodeHexTx if there is extra data at the end
Matt Corallo
2017-02-02
1
-0
/
+2
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-16
/
+14
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
1
-1
/
+1
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-1
/
+15
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
use const references where appropriate
Philip Kaufmann
2015-06-04
1
-1
/
+1
*
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
1
-7
/
+6
*
namespace: remove boost namespace pollution
Cory Fields
2015-01-02
1
-1
/
+0
*
Merge pull request #5499
Wladimir J. van der Laan
2014-12-31
1
-0
/
+5
|
\
|
*
Bugfix: prioritisetransaction: Do some basic sanity checking on txid
Luke Dashjr
2014-12-17
1
-0
/
+5
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
\
|
*
|
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
|
|
/
*
/
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-2
/
+2
|
/
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-2
/
+2
*
Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock
Luke Dashjr
2014-11-18
1
-0
/
+18
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+1
*
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
1
-0
/
+1
*
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
1
-0
/
+2
*
Merge pull request #4911
Pieter Wuille
2014-09-16
1
-5
/
+6
|
\
|
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-5
/
+6
*
|
Fixing compiler warning C4101
ENikS
2014-09-15
1
-1
/
+1
|
/
*
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-1
/
+1
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+0
*
add license header to core_io.h, core_read/_write.cpp
Philip Kaufmann
2014-08-01
1
-0
/
+3
*
fix compilation error in core_io.h
Philip Kaufmann
2014-08-01
1
-1
/
+0
*
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-29
1
-0
/
+25
*
core_read's ParseScript(): minor cleanups
Cory Fields
2014-07-29
1
-12
/
+12
[next]