18 Commits (beff6216feb1cbc1f567fff4d843eeb51099162d)

Author SHA1 Message Date
  Jae Kwon 625f23af13 Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 9 years ago
  Jae Kwon ffcc657be6 event listeners take EventData, not interface{}; EventData type assertions 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Jae Kwon e86073ec96 Use rpc/client/ws_client; OnStart() returns error 9 years ago
  Jae Kwon 3949d3f21d ws_client fixes 9 years ago
  Jae Kwon 60310cc23f websocket server sends pings; added ws_client; events refactor 9 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 9 years ago
  Jae Kwon a84d4320df websockets accept rpc requests 9 years ago
  Jae Kwon d8886614b5 Read timeouts for WSConnection 9 years ago
  Jae Kwon e7c1febb65 Simplify Service/Reactor pattern 9 years ago
  Jae Kwon 571a134318 BaseService and BaseReactor refactor and unification 9 years ago
  Ethan Buchman bb4ca1407f info->notice, debug->info 9 years ago
  Ethan Buchman 751b892cba cleanup, comments 9 years ago
  Jae Kwon 24acda1afc Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently 9 years ago
  Jae Kwon 9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
  Ethan Buchman 03d1950674 rpc endpoint / lists available endpoints 9 years ago
  Ethan Buchman 57ff919d50 godep 9 years ago
  Jae Kwon 3565db4eef Refactor RPC/*, tendermint/config for debora+barak 9 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 9 years ago
  Ethan Buchman 224ea00917 first draft of network crawler 9 years ago
  Ethan Buchman 8057fb7125 fix websocket handler 9 years ago
  Ethan Buchman 65f669160f more fixes from review 9 years ago
  Ethan Buchman a1c5e32d76 fixes from review with jae 9 years ago
  Jae Kwon 618cd18f8b refactored debora/barak. about to add cli for debora 9 years ago
  Ethan Buchman 9b76cfe26a rpc: cleanup tests and test contract calls 9 years ago
  Jae Kwon 89e05168d5 Begin writing debora 9 years ago
  Jae Kwon 6d6f061f19 Support nil pointers for Binary. 9 years ago
  Ethan Buchman 8e24b12888 rpc: first successful websocket event subscription 9 years ago
  Ethan Buchman 12814db90d rpc: use gorilla websockets 9 years ago
  Jae Kwon 7356556938 Some renames and small fixes. 9 years ago
  Jae Kwon cc18136af8 RPC refactor to separate core from core_client and the rest of RPC. 9 years ago
  Ethan Buchman 5a2ff3d45b rpc: test CallCode and Call 9 years ago
  Ethan Buchman 474bf31400 events: integrate event switch into services via Eventable interface 9 years ago
  Ethan Buchman 2b3bedead8 rpc: websockets 9 years ago
  Ethan Buchman 4956836f2d rpc: cleanup, use client for tests, rpc-gen fixes 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Jae Kwon d8766e1d37 better error message for unknown RPC method calls 9 years ago
  Jae Kwon bfb61fb539 Fixed RPC tests. Changed some names. 9 years ago
  Jae Kwon cc715e0ee3 Everything is an RPCResponse 9 years ago
  Ethan Buchman c1b06d8101 rpc: GetStorage and Call methods. Tests. 9 years ago
  Ethan Buchman dd1181f0d4 rpc: GetStorage and Call methods. Tests. 9 years ago
  Jae Kwon 6f0199aadf added DumpStorage RPC command 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon e257307b01 cleanup rpc/handlers 9 years ago
  Jae Kwon 1a4aab4c35 When using JSONRPC, do not double-encode JSON. 9 years ago
  Ethan Buchman 731de7a6aa rpc: return (*Response, error) for all functions 9 years ago
  Ethan Buchman d30fc2fa43 rpc: fix tests to count mempool; copy responses to avoid data races 9 years ago
  Ethan Buchman fb90d5bc92 rpc: cleanup, more tests, working http and jsonrpc 9 years ago
  Ethan Buchman 6e81e8a848 rpc: fixes for better type handlings, explicit error field in response, more tests 9 years ago
  Ethan Buchman 9aeafffd9b rpc: generalized rpc using reflection on funcs and params 9 years ago