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
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...
Ava Chow
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-03
rpc: bugfix, incorrect segwit redeem script size used in signrawtransactionwi...
furszy
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-07
refactor: Use reference instead of pointer in IsBlockPruned
MarcoFalke
2023-12-05
rpc: fix getrawtransaction segfault
Martin Zumsande
2023-11-30
Remove unused version.h include
MarcoFalke
2023-11-28
scripted-diff: Use DataStream in most places
MarcoFalke
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-09-15
rpc: `descriptorprocesspsbt` return hex encoded tx
ismaelsadeeq
2023-08-22
Update help text for spend and rawtransaction rpcs
Michael Tidwell
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-05-22
Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc
Andrew Chow
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-04
rpc: add descriptorprocesspsbt rpc
ishaanam
2023-04-21
Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in...
Andrew Chow
2023-03-18
rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txindex
ishaanam
2023-03-06
doc: remove 'omitted...' doc for rpc getrawtransaction when verbose is 2
dougEfish
2023-02-16
rpc: Use FlatSigningProvider in decodescript
Andrew Chow
2023-02-03
rpc: decode Miniscript descriptor when possible in decodescript
Antoine Poinsot
2023-01-26
refactor: rpc: set TxToJSON default verbosity to SHOW_DETAILS
stickies-v
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-18
rpc: extract psbt updating logic into ProcessPSBT
ishaanam
2023-01-11
rpc: Run type check against RPCArgs
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
doc: Refactor/Format getrawtransaction RPC docs and add ScriptPubKeyDoc function
Douglas Chimento
2022-12-13
Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...
Andrew Chow
2022-12-07
refactor: Replace isTrue with get_bool
MarcoFalke
2022-10-30
rpc: Return fee and prevout(s) to getrawtransaction
Douglas Chimento
2022-10-13
Merge bitcoin/bitcoin#25858: psbt: Only include PSBT_OUT_TAP_TREE when the ou...
glozow
2022-10-06
psbt: Change m_tap_tree to store just the tuples
Andrew Chow
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-01
Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by default
MacroFake
2022-07-25
RPC: Document "asm" and "hex" fields for scripts
Luke Dashjr
2022-07-18
refactor: remove unused using directives
fanquake
2022-07-15
rpc: Default rbf enabled
Andrew Chow
2022-07-14
fix gettxout help text
Marnix
2022-07-07
rpc, refactor: Add `decodepsbt_outputs`
Hennadii Stepanov
2022-07-07
rpc, refactor: Add `decodepsbt_inputs`
Hennadii Stepanov
2022-06-27
Implement decodepsbt for Taproot fields
Andrew Chow
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
[next]