| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | rpc: Remove deprecated migration code | Vasil Dimov | 2020-04-10 | 2 | -20/+10 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #17693: rpc: Add generateblock to mine a custom set of transactions | MarcoFalke | 2020-04-10 | 2 | -31/+183 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add generateblock rpc | Andrew Toth | 2020-03-27 | 2 | -31/+183 | |
| * | | | | | | | Merge #17737: Add ChainstateManager, remove BlockManager global | MarcoFalke | 2020-04-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | use ChainstateManager to initialize chainstate | James O'Beirne | 2020-03-17 | 1 | -1/+1 | |
| * | | | | | | | | Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods | MarcoFalke | 2020-04-10 | 1 | -1/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add ChainClient setMockTime, getWallets methods | Russell Yanofsky | 2020-02-25 | 1 | -1/+8 | |
| * | | | | | | | | | Merge #18541: rpc: Make verifychain default values static, not depend on glob... | MarcoFalke | 2020-04-10 | 1 | -11/+6 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | rpc: Make verifychain default values static, not depend on global args | MarcoFalke | 2020-04-07 | 1 | -11/+6 | |
| * | | | | | | | | | | Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta... | MarcoFalke | 2020-04-07 | 5 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | rpc: Avoid initialization-order-fiasco on static CRPCCommand tables | MarcoFalke | 2020-04-06 | 5 | -10/+10 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge #18484: rpc: Correctly compute redeemScript from witnessScript for sign... | MarcoFalke | 2020-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Correctly compute redeemScript from witnessScript for signrawtransaction | Andrew Chow | 2020-03-31 | 1 | -1/+1 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Bugfix: RPC: JSON null is not "None" | Luke Dashjr | 2020-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | Bugfix: RPC: Don't use a continuation elipsis after an elision elipsis | Luke Dashjr | 2020-04-02 | 1 | -4/+4 | |
| * | | | | | | | | | Bugfix: RPC: Add missing commas and correct indentation of explicit ELISION | Luke Dashjr | 2020-04-02 | 1 | -2/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/obj... | MarcoFalke | 2020-03-28 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objec... | Luke Dashjr | 2020-03-28 | 1 | -1/+9 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge #18449: util: Remove unused itostr | Wladimir J. van der Laan | 2020-03-28 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | util: Replace i64tostr with ToString | MarcoFalke | 2020-03-27 | 1 | -1/+2 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge #18398: rpc: fix broken RPCExamples for waitforblock(height) | fanquake | 2020-03-27 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | rpc: fix broken RPCExamples for waitforblock(height) | Sebastian Falbesoner | 2020-03-21 | 1 | -3/+3 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #18134: Replace std::to_string with locale-independent alternative | Wladimir J. van der Laan | 2020-03-25 | 3 | -3/+5 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Replace std::to_string with locale-independent alternative | Ben Woosley | 2020-03-14 | 3 | -3/+5 | |
| * | | | | | | | rpc: add missing HelpExampleRpc for getblockfilter | Sebastian Falbesoner | 2020-03-21 | 1 | -1/+2 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile time | Wladimir J. van der Laan | 2020-03-16 | 6 | -23/+28 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | rpc: Document an RPCResult for all calls; Enforce at compile time | MarcoFalke | 2020-03-13 | 6 | -23/+28 | |
| | |/ / / / / | ||||||
| * | | | | | | Fix nit in getblockchaininfo | Steven Roose | 2020-03-13 | 1 | -1/+1 | |
| * | | | | | | Merge #18316: util: HelpExampleRpc formatting | fanquake | 2020-03-13 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | util: HelpExampleRpc formatting fixup | Jon Atack | 2020-03-11 | 1 | -2/+2 | |
| * | | | | | | Merge #18268: rpc: Remove redundant types from descriptions | MarcoFalke | 2020-03-11 | 3 | -14/+14 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove redundant type information from rpc docs | David O'Callaghan | 2020-03-05 | 3 | -14/+14 | |
| * | | | | | | | Merge #18208: rpc: Change RPCExamples to bech32 | MarcoFalke | 2020-03-11 | 3 | -5/+5 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Change example addresses to bech32 | Yusuf Sahin HAMZA | 2020-03-01 | 3 | -5/+5 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Refactor rawtransaction's SignTransaction into generic SignTransaction function | Andrew Chow | 2020-03-08 | 2 | -42/+16 | |
| * | | | | | | scheduler: switch from boost to std | Anthony Towns | 2020-03-06 | 1 | -1/+1 | |
| * | | | | | | Merge #16117: util: Replace boost sleep with std sleep | fanquake | 2020-03-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | scripted-diff: Replace MilliSleep with UninterruptibleSleep | MarcoFalke | 2020-02-21 | 1 | -1/+1 | |
| * | | | | | | | Merge #18260: refactor: Fix implicit value conversion in formatPingTime | MarcoFalke | 2020-03-05 | 1 | -6/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | refactor: Cast ping values to double before output | Ben Woosley | 2020-03-05 | 1 | -6/+9 | |
| | * | | | | | | | refactor: Convert ping wait time from double to int64_t | Ben Woosley | 2020-03-04 | 1 | -2/+2 | |
| | * | | | | | | | refactor: Convert min ping time from double to int64_t | Ben Woosley | 2020-03-04 | 1 | -2/+2 | |
| | * | | | | | | | refactor: Convert ping time from double to int64_t | Ben Woosley | 2020-03-04 | 1 | -2/+2 | |
| * | | | | | | | | Merge #18263: rpc: change setmocktime check to use IsMockableChain | MarcoFalke | 2020-03-05 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [rpc] changed MineBlocksOnDemand to IsMockableChain | Gloria Zhao | 2020-03-05 | 1 | -2/+3 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | rpc: fix getpeerinfo RPCResult `mapped_as` type | Jon Atack | 2020-03-04 | 1 | -1/+2 | |
| * | | | | | | | | Merge #17809: rpc: Auto-format RPCResult | MarcoFalke | 2020-03-04 | 8 | -901/+1117 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | rpc: Auto-format RPCResult | MarcoFalke | 2020-02-25 | 8 | -858/+1075 | |
| | * | | | | | | | rpc: Move OuterType enum to header | MarcoFalke | 2020-02-25 | 2 | -43/+42 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | Refactor FormatStateMessage into ValidationState | Jeffrey Czyz | 2020-02-27 | 2 | -7/+5 | |
| |/ / / / / / | ||||||