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