dash/src/rpc
Wladimir J. van der Laan b5389c09b3 Merge #9014: Fix block-connection performance regression
dd0df81 Document ConnectBlock connectTrace postconditions (Matt Corallo)
2d6e561 Switch pblock in ProcessNewBlock to a shared_ptr (Matt Corallo)
2736c44 Make the optional pblock in ActivateBestChain a shared_ptr (Matt Corallo)
ae4db44 Create a shared_ptr for the block we're connecting in ActivateBCS (Matt Corallo)
fd9d890 Keep blocks as shared_ptrs, instead of copying txn in ConnectTip (Matt Corallo)
6fdd43b Add struct to track block-connect-time-generated info for callbacks (Matt Corallo)
2018-01-17 17:31:11 +01:00
..
blockchain.cpp Merge #9014: Fix block-connection performance regression 2018-01-17 17:31:11 +01:00
client.cpp Merge #7551: Add importmulti RPC call 2018-01-13 13:44:37 +01:00
client.h Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
governance.cpp Throw exception in gobject prepare when CommitTransaction fails 2018-01-13 13:44:38 +01:00
masternode.cpp Use OpenNetworkConnection instead of calling ConnectNode directly in Dash code (#1857) 2018-01-17 18:09:08 +03:00
mining.cpp Merge #9014: Fix block-connection performance regression 2018-01-17 17:31:11 +01:00
misc.cpp Merge #8753: Locked memory manager 2018-01-13 13:44:39 +01:00
net.cpp Merge #9122: fix getnettotals RPC description about timemillis. 2018-01-15 06:14:15 +01:00
protocol.cpp Merge #8788: [RPC] Give RPC commands more information about the RPC request 2018-01-13 13:44:37 +01:00
protocol.h Merge #8788: [RPC] Give RPC commands more information about the RPC request 2018-01-13 13:44:37 +01:00
rawtransaction.cpp Merge #8580: Make CTransaction actually immutable 2018-01-17 17:30:38 +01:00
register.h Merge #8163: Do not shadow global RPC table variable (tableRPC) 2018-01-09 14:16:37 +01:00
server.cpp Merge #9042: [rpc] ParseHash: Fail when length is not 64 2018-01-13 13:44:39 +01:00
server.h Merge #8788: [RPC] Give RPC commands more information about the RPC request 2018-01-13 13:44:37 +01:00