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
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
2021-12-10
Output psbt version in decodepsbt
Andrew Chow
2021-12-10
Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signing
MarcoFalke
2021-12-08
rpc: Document that DEFAULT is for Taproot, ALL for everything else
Andrew Chow
2021-12-08
psbt: Make sighash_type std::optional<int>
Andrew Chow
2021-12-08
scripted-diff: Use named args in RPC docs
MarcoFalke
2021-12-08
Merge bitcoin/bitcoin#20295: rpc: getblockfrompeer
MarcoFalke
2021-12-06
rpc: Only allow specific types to be P2(W)SH wrapped in decodescript
MarcoFalke
2021-12-02
Merge bitcoin/bitcoin#23642: refactor: Call type-solver earlier in decodescript
MarcoFalke
2021-12-02
rpc: move Ensure* helpers to server_util.h
Sjors Provoost
2021-12-01
doc: Extract CreateTxDoc in rawtransaction
fanquake
2021-12-01
refactor: Call type-solver earlier in decodescript
MarcoFalke
2021-12-01
style: Remove whitespace
MarcoFalke
2021-11-29
[validation] de-duplicate package transactions already in mempool
glozow
2021-11-17
doc: Fix incorrect C++ named args
MarcoFalke
2021-11-10
Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`
MarcoFalke
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-10-28
[validation/rpc] cache + use vsize calculated in PreChecks
glozow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-24
refactor: minor styling, prefer snake case and same line if
Michael Dietz
2021-09-24
refactor: share logic between ScriptPubKeyToUniv and ScriptToUniv
Michael Dietz
2021-09-24
rpc: remove deprecated addresses and reqSigs from rpc outputs
Michael Dietz
2021-09-21
doc: Fix RPC result documentation
MarcoFalke
2021-08-05
misc package validation doc improvements
glozow
2021-07-28
Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio...
MarcoFalke
2021-07-22
doc: GetTransaction()/getrawtransaction follow-ups to #22383
John Newbery
2021-07-22
Merge bitcoin/bitcoin#22383: rpc: Prefer to use txindex if available for GetT...
MarcoFalke
2021-07-12
fix incorrect testmempoolaccept doc
glozow
2021-07-03
prefer to use txindex if available for GetTransaction
Jameson Lopp
2021-06-12
Add support for SIGHASH_DEFAULT in RPCs, and make it default
Pieter Wuille
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-02
[refactor] comment/naming improvements
glozow
2021-06-02
[rpc] reserve space in txns
glozow
2021-05-24
[rpc] allow multiple txns in testmempoolaccept
glozow
2021-05-20
Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes
MarcoFalke
2021-05-11
rpc: address:amount dictionaries are OBJ_USER_KEYS
Karl-Johan Alm
2021-05-11
Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-09
rpc/createrawtransaction: redefine addresses as OBJ_USER_KEYS
Karl-Johan Alm
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
[next]