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_write.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Create utility RPCs for PSBT
Andrew Chow
2018-07-16
1
-0
/
+23
*
Merge #12885: Reduce implementation code inside CScript
Wladimir J. van der Laan
2018-04-23
1
-1
/
+1
|
\
|
*
[MOVEONLY] Turn CScript::GetOp2 into a function and move to cpp
Pieter Wuille
2018-04-13
1
-1
/
+1
*
|
Expose a transaction's weight via RPC
Matt Corallo
2018-04-13
1
-0
/
+1
|
/
*
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-12
/
+12
*
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-2
/
+3
*
Merge #11027: [RPC] Only return hex field once in getrawtransaction
Wladimir J. van der Laan
2017-08-21
1
-2
/
+4
|
\
|
*
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-17
1
-2
/
+4
*
|
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
|
rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv
Wladimir J. van der Laan
2017-08-07
1
-2
/
+1
*
|
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
1
-0
/
+10
|
/
*
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
1
-2
/
+2
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-1
/
+1
|
\
|
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
|
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-10
/
+8
|
/
*
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-04-28
1
-0
/
+2
*
Fix parameter naming inconsistencies between .h and .cpp files
practicalswift
2017-03-19
1
-2
/
+2
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-22
/
+20
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
1
-2
/
+2
|
\
|
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-2
/
+2
*
|
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-05
1
-2
/
+2
|
/
*
Update bitcoin-tx to output witness data.
jonnynewbs
2016-10-05
1
-1
/
+10
*
Fix formatting of NOPs for generated script tests
Pieter Wuille
2016-04-05
1
-2
/
+2
*
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
*
Resolve issue 3166.
mruddy
2015-07-30
1
-2
/
+64
*
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Merge pull request #5207
Wladimir J. van der Laan
2014-12-05
1
-0
/
+2
|
\
|
*
bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to t...
mruddy
2014-11-04
1
-0
/
+2
*
|
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
|
/
*
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
/
+1
*
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-26
1
-0
/
+35
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-3
/
+4
*
Separate script/standard
jtimon
2014-09-08
1
-1
/
+2
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
*
Discover some missing includes
jtimon
2014-09-02
1
-0
/
+2
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+0
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
add license header to core_io.h, core_read/_write.cpp
Philip Kaufmann
2014-08-01
1
-0
/
+3
[next]