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
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-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
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-04-25
Remove not needed clang-format off comments
MarcoFalke
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-03-31
doc: Use DecodeTxDoc helper
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24716: rpc: Fix documentation assertion for `getrawtran...
MarcoFalke
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
2022-03-30
rpc: Fix documentation assertion for `getrawtransaction`
laanwj
2022-03-28
Merge bitcoin/bitcoin#24656: refactor: Move mempool RPCs to rpc/mempool
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24636: rpc: Exclude descriptor when address is excluded
fanquake
2022-03-24
Move mempool RPCs to rpc/mempool
MarcoFalke
2022-03-23
rpc: Exclude descriptor when address is excluded
MarcoFalke
2022-03-17
Move txoutproof RPCs to txoutproof.cpp
MarcoFalke
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-02-22
Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...
laanwj
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-14
Move `GetAllOutputTypes` function from `rpc/rawtransaction.cpp` to `rpc/util....
Kiminuo
2022-01-27
Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...
laanwj
2022-01-26
transaction decoding infer output descriptors
Gregory Sanders
2022-01-25
Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_main
Jon Atack
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-04
doc: Mark proprietary array optional
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-15
Merge bitcoin/bitcoin#22674: validation: mempool validation and submission fo...
W. J. van der Laan
2021-12-11
rpc: output all hash preimages in 'decodepsbt'
Antoine Poinsot
2021-12-10
Merge global xpubs in joinpsbts and combinepsbts
Andrew Chow
2021-12-10
Add global_xpubs to decodepsbt
Andrew Chow
2021-12-10
Output proprietary type info in decodepsbt
Andrew Chow
[next]