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-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
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
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-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-23
Merge #9025: getrawtransaction should take a bool for verbose
Wladimir J. van der Laan
2016-11-22
getrawtransaction should take a bool for verbose
jnewbery
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-18
Merge #8287: [wallet] Set fLimitFree = true
Wladimir J. van der Laan
2016-10-05
Don't return the address of a P2SH of a P2SH.
jnewbery
2016-09-08
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-08-25
[rpc] rawtx: Prepare fLimitFree to make it an option
MarcoFalke
2016-08-25
Do not shadow global RPC table variable (tableRPC)
Pavel JanÃk
2016-06-22
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
[RPC] Return witness data in blockchain RPCs
Johnson Lau
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-08
[RPC] Fix createrawtx sequence number unsigned int parsing
Jonas Schnelli
[next]