lbrycrd/src/rpc
Wladimir J. van der Laan d04aebaec7
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)
2016-12-05 08:07:45 +01:00
..
blockchain.cpp Make the optional pblock in ActivateBestChain a shared_ptr 2016-12-04 00:13:09 -08:00
client.cpp Merge #8996: Network activity toggle 2016-11-11 11:16:40 +01:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp Switch pblock in ProcessNewBlock to a shared_ptr 2016-12-04 00:17:30 -08:00
misc.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 2016-12-02 09:42:51 -08:00
net.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 2016-12-02 09:42:51 -08:00
protocol.cpp rpc: Change JSONRPCRequest to JSONRPCRequestObj 2016-10-19 14:30:14 +02:00
protocol.h rpc: Change JSONRPCRequest to JSONRPCRequestObj 2016-10-19 14:30:14 +02:00
rawtransaction.cpp Make DecodeHexTx return a CMutableTransaction 2016-12-02 18:28:22 -08:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp [rpc] ParseHash: Fail when length is not 64 2016-10-31 10:46:52 +01:00
server.h [RPC] pass HTTP basic authentication username to the JSONRequest object 2016-10-19 14:47:27 +02:00