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
*
rpc: Add missing description of vout in getrawtransaction help text
Ben Carman
2020-12-21
1
-1
/
+1
*
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-16
1
-8
/
+8
|
\
|
*
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-13
1
-6
/
+6
|
*
rpc: Properly deserialize txs with witness before signing
MarcoFalke
2020-08-30
1
-2
/
+2
*
|
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
1
-1
/
+1
*
|
[rpc/node] check for high fee before ATMP in clients
gzhao408
2020-10-05
1
-1
/
+9
*
|
Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...
MarcoFalke
2020-09-22
1
-72
/
+111
|
\
\
|
*
|
Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)
MarcoFalke
2020-08-31
1
-72
/
+111
|
|
/
*
|
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-15
1
-2
/
+16
*
|
Remove mempool global
MarcoFalke
2020-09-05
1
-1
/
+1
*
|
rawtransaction: fix argument in combinerawtransaction help message
Matthew Zipkin
2020-09-04
1
-1
/
+1
|
/
*
util: make EncodeBase64 consume Spans
Sebastian Falbesoner
2020-08-25
1
-5
/
+5
*
Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-14
1
-3
/
+3
|
\
|
*
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-08-02
1
-3
/
+3
*
|
Merge #19644: rpc: document returned error fields as optional if applicable
Samuel Dobson
2020-08-14
1
-2
/
+2
|
\
\
|
*
|
rpc: document returned error fields as optional if applicable
Sebastian Falbesoner
2020-08-02
1
-2
/
+2
|
|
/
*
|
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
1
-1
/
+1
*
|
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
1
-1
/
+1
|
/
*
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-07-26
1
-4
/
+7
*
rpc: Style fixups in gettxoutproof
MarcoFalke
2020-07-26
1
-10
/
+14
*
rpc: deduplicate WriteHDKeypath() used in decodepsbt
Sebastian Falbesoner
2020-07-19
1
-19
/
+1
*
Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUniv
Wladimir J. van der Laan
2020-07-16
1
-4
/
+4
|
\
|
*
Additionally treat Tx.nVersion as unsigned in joinpsbts
Matt Corallo
2019-09-03
1
-4
/
+4
*
|
Increment input value sum only once per UTXO in decodepsbt
Andrew Chow
2020-07-14
1
-17
/
+16
*
|
Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...
Samuel Dobson
2020-07-03
1
-2
/
+7
|
\
\
|
*
|
rpc: show both UTXOs in decodepsbt
Andrew Chow
2020-06-24
1
-2
/
+7
*
|
|
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-28
1
-9
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-7
/
+7
|
*
|
rpc: Properly use underlying type in GetAllOutputTypes
MarcoFalke
2020-06-21
1
-1
/
+2
|
*
|
rpc: Simplify GetAllOutputTypes with the Join helper
MarcoFalke
2020-06-21
1
-4
/
+3
*
|
|
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-2
/
+2
|
/
/
*
|
Prefer explicit uint160 conversion
Ben Woosley
2020-06-19
1
-1
/
+1
*
|
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-5
/
+7
*
|
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-23
1
-6
/
+0
|
\
\
|
*
|
Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
Sjors Provoost
2020-03-27
1
-6
/
+0
*
|
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
|
|
Merge #18495: rpc: Remove deprecated migration code
MarcoFalke
2020-04-12
1
-18
/
+10
|
\
\
\
|
*
|
|
rpc: Remove deprecated migration code
Vasil Dimov
2020-04-10
1
-18
/
+10
*
|
|
|
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-04-06
1
-2
/
+2
|
/
/
/
*
/
/
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
1
-1
/
+2
|
/
/
*
|
Merge #18268: rpc: Remove redundant types from descriptions
MarcoFalke
2020-03-11
1
-10
/
+10
|
\
\
|
*
|
Remove redundant type information from rpc docs
David O'Callaghan
2020-03-05
1
-10
/
+10
*
|
|
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
1
-253
/
+301
*
|
|
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-02-09
1
-27
/
+27
*
|
|
Merge #17804: doc: Misc RPC help fixes
Wladimir J. van der Laan
2020-02-05
1
-5
/
+4
|
\
\
\
|
*
|
|
doc: Fix syntax error (trailing square bracket) in finalizepsbt
MarcoFalke
2020-01-23
1
-5
/
+4
|
|
/
/
*
|
|
Merge #17156: psbt: check that various indexes and amounts are within bounds
fanquake
2020-01-29
1
-3
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Don't calculate tx fees for PSBTs with invalid money values
Andrew Chow
2019-12-10
1
-3
/
+19
*
|
|
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-16
1
-1
/
+4
|
\
\
\
|
*
|
|
node: Use mempool from node context instead of global
MarcoFalke
2019-12-05
1
-1
/
+1
[next]