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
/
rpc
/
rawtransaction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-2
/
+2
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-4
/
+4
*
Introduce basic Dogecoin branding
Ross Nicoll
2019-03-25
1
-5
/
+5
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-3
/
+4
*
rpc: Rename first named arg of createrawtransaction
MarcoFalke
2017-03-27
1
-3
/
+3
*
Trivial: Fix typo in help getrawtransaction RPC
James Evans
2017-03-27
1
-1
/
+1
*
[Trivial] Remove incorrect help message from gettxoutproof()
John Newbery
2017-02-22
1
-1
/
+0
*
Better handle invalid parameters to signrawtransaction
Matt Corallo
2017-02-02
1
-1
/
+3
*
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-19
1
-1
/
+1
|
\
|
*
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-09
1
-1
/
+1
*
|
Deprecate non-txindex getrawtransaction and better warning
Pieter Wuille
2017-01-11
1
-4
/
+8
*
|
Update RPC argument names
John Newbery
2017-01-10
1
-13
/
+13
*
|
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
1
-1
/
+1
*
|
rpc: Named arguments for rawtransaction calls
Wladimir J. van der Laan
2017-01-05
1
-11
/
+11
|
/
*
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-3
/
+3
|
\
|
*
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
1
-3
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Added missing colons in when running help command
Anditto Heristyo
2016-12-22
1
-1
/
+1
|
/
*
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
1
-7
/
+4
|
\
|
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-7
/
+4
*
|
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-05
1
-1
/
+1
|
/
*
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
1
-5
/
+6
*
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
1
-4
/
+4
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Merge #9025: getrawtransaction should take a bool for verbose
Wladimir J. van der Laan
2016-11-23
1
-9
/
+23
|
\
|
*
getrawtransaction should take a bool for verbose
jnewbery
2016-11-22
1
-9
/
+23
*
|
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-2
/
+2
|
/
*
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-45
/
+45
*
Merge #8287: [wallet] Set fLimitFree = true
Wladimir J. van der Laan
2016-10-18
1
-1
/
+2
|
\
|
*
[rpc] rawtx: Prepare fLimitFree to make it an option
MarcoFalke
2016-08-25
1
-1
/
+2
*
|
Don't return the address of a P2SH of a P2SH.
jnewbery
2016-10-05
1
-2
/
+10
*
|
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
1
-1
/
+0
*
|
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
1
-1
/
+8
*
|
Do not shadow global RPC table variable (tableRPC)
Pavel JanÃk
2016-08-25
1
-2
/
+2
|
/
*
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
1
-2
/
+2
*
BIP143: Signing logic
Pieter Wuille
2016-06-22
1
-5
/
+12
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-0
/
+3
*
[RPC] Return witness data in blockchain RPCs
Johnson Lau
2016-06-22
1
-2
/
+20
*
BIP143: Verification logic
Pieter Wuille
2016-06-22
1
-1
/
+1
*
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
1
-1
/
+2
*
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-1
/
+1
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-3
/
+3
*
[RPC] Fix createrawtx sequence number unsigned int parsing
Jonas Schnelli
2016-06-08
1
-2
/
+7
*
Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kB
Wladimir J. van der Laan
2016-06-08
1
-2
/
+13
|
\
|
*
[rpc] fundrawtransaction feeRate: Use BTC/kB
MarcoFalke
2016-06-07
1
-2
/
+13
*
|
Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number
Wladimir J. van der Laan
2016-06-07
1
-0
/
+7
|
\
\
|
*
|
[RPC] createrawtransaction: add option to set the sequence number per input
Jonas Schnelli
2016-04-27
1
-0
/
+7
*
|
|
Merge #8118: Reduce unnecessary hashing in signrawtransaction
Wladimir J. van der Laan
2016-06-07
1
-2
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Reduce unnecessary hashing in signrawtransaction
Jonas Nick
2016-05-30
1
-2
/
+5
*
|
|
Merge #7896: fix typo in help text
Wladimir J. van der Laan
2016-05-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]