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
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-02
[refactor] clean up logic in testmempoolaccept
gzhao408
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-02-01
Merge #20941: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception
MarcoFalke
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-15
rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception
Jarol Rodriguez
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2020-12-31
Remove redundant MakeUCharSpan wrappers
MarcoFalke
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
[next]