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-10-04
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...
W. J. van der Laan
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-16
Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...
fanquake
2021-09-21
doc: Fix RPC result documentation
MarcoFalke
2021-09-02
Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCs
MarcoFalke
2021-08-17
Start using init makeNode, makeChain, etc methods
Russell Yanofsky
2021-08-04
make ParseOutputType return a std::optional<OutputType>
fanquake
2021-06-22
Disallow bech32m addresses for legacy wallet things
Andrew Chow
2021-05-14
test: Fix off-by-one in mockscheduler test RPC
MarcoFalke
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-23
multiprocess: Add echoipc RPC method and test
Russell Yanofsky
2021-04-19
rpc: Add Coinstats index to getindexinfo
Fabian Jahr
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-01
rpc: Fail to return undocumented return values
MarcoFalke
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-01
Merge #18466: rpc: fix invalid parameter error codes for {sign,verify}message...
Wladimir J. van der Laan
2021-02-02
util: Disallow negative mocktime
MarcoFalke
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-24
Better error messages for invalid addresses
Bezdrighin
2020-09-24
remove dead rpc code
MarcoFalke
2020-08-29
rpc: fix {sign,message}verify RPC errors for invalid address/signature
Sebastian Falbesoner
2020-08-16
rpc: Add getindexinfo RPC
Fabian Jahr
2020-08-14
rpc: fix/add missing RPCExamples for "Util" RPCs
Sebastian Falbesoner
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
[next]