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