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
/
wallet
/
rpc
/
addresses.cpp
Age
Commit message (
Expand
)
Author
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
bugfix: addmultisigaddress, add unsupported operation for redeem scripts over...
furszy
2024-05-03
fix incorrect multisig redeem script size limit for segwit
furszy
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-16
wallet: return and display signer error
Sjors Provoost
2024-04-07
[clang-tidy] Enable the misc-no-recursion check
dergoegge
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2023-09-12
Add PubKeyDestination for P2PK scripts
Andrew Chow
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-14
Remove ScriptHash from CScriptID constructor
Andrew Chow
2023-06-20
scripted-diff: Following the C++ Standard rules for identifiers with _.
Brotcrunsher
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
2023-05-01
Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o...
Andrew Chow
2023-04-12
Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l...
Andrew Chow
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-04-10
rpc: extract wallet "warnings" fields to a util helper
Jon Atack
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-10
Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with tests
Andrew Chow
2023-01-04
refactor: Add sanity checks in LabelFromValue
Aurèle Oulès
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-30
rpc, docs: Add note for commands that supports only legacy wallets
Yusuf Sahin HAMZA
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-06-22
refactor: RPC 'listlabels', encapsulate 'CWallet::ListAddrBookLabels' functio...
furszy
2022-06-21
refactor: use 'ForEachAddrBookEntry' in RPC 'getaddressesbylabel'
furszy
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-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-20
Merge bitcoin/bitcoin#23341: RPC: Better safety with newkeypool command and w...
Andrew Chow
2021-12-12
rpc: Add warning to user about newkeypool command
Samuel Dobson
2021-12-11
Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig i...
MarcoFalke
2021-12-08
scripted-diff: Use named args in RPC docs
MarcoFalke
2021-12-08
Add warnings field to addmultisigaddress to warn about uncompressed keys
Samuel Dobson
2021-12-08
MOVEONLY: Move address related functions from rpcwallet to addresses.cpp
Samuel Dobson