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-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
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
[next]