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
/
output_script.cpp
Age
Commit message (
Expand
)
Author
2024-07-25
doc: rpc: Use "output script" consistently (2/2)
MarcoFalke
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-03
fix incorrect multisig redeem script size limit for segwit
furszy
2024-02-09
rpc: check and throw specific pubkey parsing errors in `HexToPubKey`
Sebastian Falbesoner
2023-09-12
Add PubKeyDestination for P2PK scripts
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-04-10
rpc: extract wallet "warnings" fields to a util helper
Jon Atack
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-11-23
doc: add tr() descriptor example to deriveaddresses
FractalEncrypt
2022-10-06
rpc: fix crash in deriveaddresses when derivation index is 2147483647
muxator
2022-07-18
refactor: remove unused using directives
fanquake
2022-06-06
rpc: fix inappropriate warning for address type p2sh-segwit in createmultisig...
brunoerg
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-03
rpc: Move output script RPCs to separate file
MacroFake