aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | rpc: Remove deprecated migration codeVasil Dimov2020-04-102-20/+10
| |/ / / / /
* | | | | | Merge #17693: rpc: Add generateblock to mine a custom set of transactionsMarcoFalke2020-04-102-31/+183
|\ \ \ \ \ \
| * | | | | | Add generateblock rpcAndrew Toth2020-03-272-31/+183
* | | | | | | Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke2020-04-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use ChainstateManager to initialize chainstateJames O'Beirne2020-03-171-1/+1
* | | | | | | | Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Add ChainClient setMockTime, getWallets methodsRussell Yanofsky2020-02-251-1/+8
* | | | | | | | | Merge #18541: rpc: Make verifychain default values static, not depend on glob...MarcoFalke2020-04-101-11/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rpc: Make verifychain default values static, not depend on global argsMarcoFalke2020-04-071-11/+6
* | | | | | | | | | Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...MarcoFalke2020-04-075-10/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke2020-04-065-10/+10
| |/ / / / / / / / /
* | | | | | | | | | Merge #18484: rpc: Correctly compute redeemScript from witnessScript for sign...MarcoFalke2020-04-071-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Correctly compute redeemScript from witnessScript for signrawtransactionAndrew Chow2020-03-311-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Bugfix: RPC: JSON null is not "None"Luke Dashjr2020-04-021-1/+1
* | | | | | | | | Bugfix: RPC: Don't use a continuation elipsis after an elision elipsisLuke Dashjr2020-04-021-4/+4
* | | | | | | | | Bugfix: RPC: Add missing commas and correct indentation of explicit ELISIONLuke Dashjr2020-04-021-2/+2
|/ / / / / / / /
* | | | | | | | Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/obj...MarcoFalke2020-03-281-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objec...Luke Dashjr2020-03-281-1/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge #18449: util: Remove unused itostrWladimir J. van der Laan2020-03-281-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | util: Replace i64tostr with ToStringMarcoFalke2020-03-271-1/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge #18398: rpc: fix broken RPCExamples for waitforblock(height)fanquake2020-03-271-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | rpc: fix broken RPCExamples for waitforblock(height)Sebastian Falbesoner2020-03-211-3/+3
| |/ / / / / /
* | | | | | | Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan2020-03-253-3/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Replace std::to_string with locale-independent alternativeBen Woosley2020-03-143-3/+5
* | | | | | | rpc: add missing HelpExampleRpc for getblockfilterSebastian Falbesoner2020-03-211-1/+2
| |_|/ / / / |/| | | | |
* | | | | | Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile timeWladimir J. van der Laan2020-03-166-23/+28
|\ \ \ \ \ \
| * | | | | | rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke2020-03-136-23/+28
| |/ / / / /
* | | | | | Fix nit in getblockchaininfoSteven Roose2020-03-131-1/+1
* | | | | | Merge #18316: util: HelpExampleRpc formattingfanquake2020-03-131-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | util: HelpExampleRpc formatting fixupJon Atack2020-03-111-2/+2
* | | | | | Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke2020-03-113-14/+14
|\ \ \ \ \ \
| * | | | | | Remove redundant type information from rpc docsDavid O'Callaghan2020-03-053-14/+14
* | | | | | | Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke2020-03-113-5/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Change example addresses to bech32Yusuf Sahin HAMZA2020-03-013-5/+5
| | |/ / / / | |/| | | |
* | | | | | Refactor rawtransaction's SignTransaction into generic SignTransaction functionAndrew Chow2020-03-082-42/+16
* | | | | | scheduler: switch from boost to stdAnthony Towns2020-03-061-1/+1
* | | | | | Merge #16117: util: Replace boost sleep with std sleepfanquake2020-03-061-1/+1
|\ \ \ \ \ \
| * | | | | | scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke2020-02-211-1/+1
* | | | | | | Merge #18260: refactor: Fix implicit value conversion in formatPingTimeMarcoFalke2020-03-051-6/+9
|\ \ \ \ \ \ \
| * | | | | | | refactor: Cast ping values to double before outputBen Woosley2020-03-051-6/+9
| * | | | | | | refactor: Convert ping wait time from double to int64_tBen Woosley2020-03-041-2/+2
| * | | | | | | refactor: Convert min ping time from double to int64_tBen Woosley2020-03-041-2/+2
| * | | | | | | refactor: Convert ping time from double to int64_tBen Woosley2020-03-041-2/+2
* | | | | | | | Merge #18263: rpc: change setmocktime check to use IsMockableChainMarcoFalke2020-03-051-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | [rpc] changed MineBlocksOnDemand to IsMockableChainGloria Zhao2020-03-051-2/+3
| |/ / / / / / /
* | | | | | | | rpc: fix getpeerinfo RPCResult `mapped_as` typeJon Atack2020-03-041-1/+2
* | | | | | | | Merge #17809: rpc: Auto-format RPCResultMarcoFalke2020-03-048-901/+1117
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | rpc: Auto-format RPCResultMarcoFalke2020-02-258-858/+1075
| * | | | | | | rpc: Move OuterType enum to headerMarcoFalke2020-02-252-43/+42
| | |/ / / / / | |/| | | | |
* / | | | | | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-272-7/+5
|/ / / / / /