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
/
misc.cpp
Age
Commit message (
Expand
)
Author
2021-01-24
Better error messages for invalid addresses
Bezdrighin
2020-09-24
remove dead rpc code
MarcoFalke
2020-08-16
rpc: Add getindexinfo RPC
Fabian Jahr
2020-08-02
rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-02
rpc: Limit echo to 10 args
MarcoFalke
2020-08-02
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-04-26
Merge #18669: log: Use Join() helper when listing log categories
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
log: Use Join() helper when listing log categories
MarcoFalke
2020-04-10
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-03-13
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-11
Merge #18268: rpc: Remove redundant types from descriptions
MarcoFalke
2020-03-11
Merge #18208: rpc: Change RPCExamples to bech32
MarcoFalke
2020-03-06
scheduler: switch from boost to std
Anthony Towns
2020-03-05
Merge #18263: rpc: change setmocktime check to use IsMockableChain
MarcoFalke
2020-03-05
[rpc] changed MineBlocksOnDemand to IsMockableChain
Gloria Zhao
2020-03-05
Remove redundant type information from rpc docs
David O'Callaghan
2020-03-01
Change example addresses to bech32
Yusuf Sahin HAMZA
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
Add ChainClient setMockTime, getWallets methods
Russell Yanofsky
2020-02-25
Merge #17577: refactor: deduplicate the message sign/verify code
Samuel Dobson
2020-02-20
Merge #18122: rpc: update validateaddress RPCExamples to bech32
fanquake
2020-02-17
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
[rpc] expose ability to mock scheduler via the rpc
Amiti Uttarwar
2020-02-14
Deduplicate the message signing code
Vasil Dimov
2020-02-14
Deduplicate the message verifying code
Vasil Dimov
2020-02-13
rpc: update validateaddress RPCExamples to bech32
Sebastian Falbesoner
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-01-30
Output a descriptor in createmultisig and addmultisigaddress
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-10-18
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-08-16
Give more errors for specific failure conditions
Andrew Chow
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-08-06
Add unmodified-but-with-checksum to getdescriptorinfo
Pieter Wuille
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-06-21
Merge #16026: Ensure that uncompressed public keys in a multisig always retur...
MeshCollider
2019-06-20
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-14
[rpc] deriveaddresses: Correct descriptor checksum in RPCExamples
Chris Capobianco
2019-05-10
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-15
Merge #15751: Speed up deriveaddresses for large ranges
Wladimir J. van der Laan
2019-04-13
Extract ParseDescriptorRange
Ben Woosley
[next]