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
...
*
|
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
1
-2
/
+2
|
\
\
|
*
|
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-2
/
+2
|
|
/
*
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-5
/
+5
*
|
Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction
MeshCollider
2019-04-27
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
rpc: Remove dependency on interfaces::Chain in SignTransaction
Antoine Riard
2019-04-17
1
-1
/
+9
*
|
Merge #15770: rpc: Validate maxfeerate with AmountFromValue
MarcoFalke
2019-04-15
1
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
rpc: Validate maxfeerate with AmountFromValue
João Barbosa
2019-04-08
1
-6
/
+2
*
|
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-10
1
-0
/
+1
*
|
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-09
1
-0
/
+1
*
|
[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
John Newbery
2019-04-09
1
-277
/
+1
*
|
Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-08
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-06
1
-1
/
+3
*
|
Merge #15508: Refactor analyzepsbt for use outside RPC code
Pieter Wuille
2019-04-06
1
-128
/
+36
|
\
\
|
*
|
Refactor analyzepsbt for use outside RPC code
Glenn Willen
2019-03-26
1
-128
/
+36
*
|
|
Remove unused var
Peter Bushnell
2019-04-05
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge #15669: rpc: Fix help text for signtransactionwithXXX
MarcoFalke
2019-03-29
1
-1
/
+1
|
\
\
|
*
|
rpc: Fix help text for signtransactionwithXXX
Torkel Rogstad
2019-03-28
1
-1
/
+1
*
|
|
Merge #15616: rpc: Clarify decodescript RPCResult doc
MarcoFalke
2019-03-28
1
-13
/
+34
|
\
\
\
|
*
|
|
rpc: Mention all output types in decodescript doc
MarcoFalke
2019-03-19
1
-2
/
+12
|
*
|
|
rpc: decodescript use IsValidNumArgs over hardcoded check
MarcoFalke
2019-03-17
1
-4
/
+6
|
*
|
|
rpc: Clarify decodescript RPCResult doc
MarcoFalke
2019-03-17
1
-9
/
+18
|
|
|
/
|
|
/
|
*
|
|
Merge #15620: rpc: Uncouple non-wallet rpcs from maxTxFee global
MarcoFalke
2019-03-27
1
-12
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
doc: Add release notes for 15620
MarcoFalke
2019-03-19
1
-0
/
+4
|
*
|
rpc: Uncouple rpcs from maxTxFee global
MarcoFalke
2019-03-18
1
-4
/
+5
|
*
|
rpc: Use IsValidNumArgs over hardcoded size checks
MarcoFalke
2019-03-18
1
-8
/
+11
*
|
|
[rpc] Remove signrawtransaction warning
John Newbery
2019-03-22
1
-9
/
+0
*
|
|
Merge #10973: Refactor: separate wallet from node
MeshCollider
2019-03-21
1
-23
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove use of CCoinsViewMemPool::GetCoin in wallet code
Russell Yanofsky
2019-03-05
1
-23
/
+21
*
|
|
Merge #13541: wallet/rpc: sendrawtransaction maxfeerate
MarcoFalke
2019-03-18
1
-13
/
+43
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
wallet/rpc: add maxfeerate parameter to testmempoolaccept
Karl-Johan Alm
2019-03-14
1
-6
/
+20
|
*
|
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-14
1
-7
/
+23
|
|
/
*
|
Merge #15559: doc: correct analyzepsbt rpc doc
Wladimir J. van der Laan
2019-03-13
1
-8
/
+8
|
\
\
|
*
|
rpc: return a number for estimated_feerate in analyzepsbt
fanquake
2019-03-12
1
-1
/
+1
|
*
|
doc: correct analysepsbt rpc doc
fanquake
2019-03-12
1
-7
/
+7
|
|
/
*
/
Fix overflow bug in analyzepsbt fee: CAmount instead of int
Pieter Wuille
2019-03-11
1
-2
/
+2
|
/
*
refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
MarcoFalke
2019-02-25
1
-5
/
+7
*
doc: Remove misleading hint in getrawtransaction
MarcoFalke
2019-02-25
1
-2
/
+1
*
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
1
-4
/
+5
|
\
|
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-4
/
+5
*
|
Merge #13932: Additional utility RPCs for PSBT
Wladimir J. van der Laan
2019-02-16
1
-0
/
+338
|
\
\
|
*
|
Implement analyzepsbt RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+198
|
*
|
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+75
|
*
|
Implement utxoupdatepsbt RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+65
|
|
/
*
|
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-15
1
-0
/
+1
|
\
\
|
*
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-0
/
+1
|
|
/
*
|
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
1
-5
/
+16
|
\
\
|
|
/
|
/
|
|
*
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-13
1
-5
/
+16
*
|
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-14
1
-93
/
+27
|
\
\
|
|
/
|
/
|
|
*
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
1
-26
/
+14
|
*
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
1
-2
/
+1
[prev]
[next]