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
/
rpc
/
rawtransaction.cpp
Age
Commit message (
Expand
)
Author
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-21
Merge #11027: [RPC] Only return hex field once in getrawtransaction
Wladimir J. van der Laan
2017-08-17
Fix combinerawtransaction RPC help result section
Jonas Nick
2017-08-17
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-14
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-10
Only return hex field once in getrawtransaction
Andrew Chow
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-18
Move transaction combining from signrawtransaction to new RPC
Andrew Chow
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-05
Use "replaceable" instead of "optintorbf" in createrawtransaction.
Matt Corallo
2017-06-14
Merge #9738: gettxoutproof() should return consistent result
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-08
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-07
gettxoutproof() should return consistent result
John Newbery
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided wi...
Luke Dashjr
2017-06-05
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
RPC: rawtransaction: Add RBF support for createrawtransaction
Luke Dashjr
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Limit variable scope
practicalswift
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-05-17
Add witness data output to TxInError messages
Gregory Sanders
2017-04-28
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-03-26
rpc: Rename first named arg of createrawtransaction
MarcoFalke
2017-03-20
Trivial: Fix typo in help getrawtransaction RPC
James Evans
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-27
[rpc] sendrawtransaction no longer bypasses minRelayTxFee
Alex Morcos
2017-02-07
[Trivial] Remove incorrect help message from gettxoutproof()
John Newbery
2017-02-02
Better handle invalid parameters to signrawtransaction
Matt Corallo
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-11
Deprecate non-txindex getrawtransaction and better warning
Pieter Wuille
2017-01-10
Update RPC argument names
John Newbery
2017-01-09
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for rawtransaction calls
Wladimir J. van der Laan
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-22
Added missing colons in when running help command
Anditto Heristyo
[next]