200 Commits (08d7980d80ed352a1b3baa0921a16fc184a51678)

Author SHA1 Message Date
  Ethan Buchman 261647a012 Enter* -> enter*. Comments/fixes from Jae 9 years ago
  Jae Kwon 53f74d052f Fix deadlock bug in websocket client impl 9 years ago
  Jae Kwon ef43af19ab Tendermint <-> Application refactor 9 years ago
  Jae Kwon d69b5c5ab6 Conform to go-wire 1.0 9 years ago
  Jae Kwon e12f9d10e7 Bare consensus refactor 9 years ago
  Jae Kwon c4ed55d801 Refactor to move common libraries out of project 9 years ago
  Ethan Buchman 12566f51af better mempool queueing 9 years ago
  Ethan Buchman b54522c60f more versioning 9 years ago
  Ethan Buchman e4f0e2b399 update namereg with longer names, more allowed chars 9 years ago
  Ethan Buchman 2b8157ce2a addVote takes index 9 years ago
  Jae Kwon 726f5475b0 rpc client SetPingHandler with 30 second timeout; wire time json test 9 years ago
  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 56b195a899 tendermint send_tx 9 years ago
  Ethan Buchman 0b095b0bd6 update client_methods 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 65d40a2d08 remove dead code 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
  Ethan Buchman 9b69894180 namereg event 9 years ago
  Jae Kwon 1a5bc9eeb2 Remove StorageRoot from vm.Account 9 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 9 years ago
  Jae Kwon 0ef5c3ad07 Fix returning prematurely within if(runCall){...}. 9 years ago
  Jae Kwon feeab6579b Acc/X/Receive -> Acc/X/Call 9 years ago
  Jae Kwon a84d4320df websockets accept rpc requests 9 years ago
  Jae Kwon d8886614b5 Read timeouts for WSConnection 9 years ago
  Ethan Buchman 290b74d8f1 add fromAddress argument to Call and CallCode rpc methods 9 years ago
  Jae Kwon e7c1febb65 Simplify Service/Reactor pattern 9 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 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
  Jae Kwon c27d9d0494 rpc/core_client regenerate; uint->int 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Ethan Buchman 3f7f3dd37f add git commit hash to nodeInfo 9 years ago
  Ethan Buchman 751b892cba cleanup, comments 9 years ago
  Jae Kwon 109a3c2dd3 Added sim_txs draft 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
  Ethan Buchman 72b681a1bc fix TxID to use ripemd160 in events and rpc return 9 years ago
  Ethan Buchman 6b0c8251fa -test.short for rpc tests 9 years ago
  Ethan Buchman 3416004359 names in gendoc, genesis_test 9 years ago
  Ethan Buchman f75b6aff74 CreateAccount permission through SendTx and CALL (to unknown accounts) 9 years ago
  Ethan Buchman 94f21ad012 move perms to vm.Account 9 years ago
  Ethan Buchman a0f3b94e83 account permissions and some gendoug 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
  Jae Kwon 9e1794eaea Fixed tests 9 years ago
  Ethan Buchman 03d1950674 rpc endpoint / lists available endpoints 9 years ago
  Ethan Buchman 57ff919d50 godep 9 years ago
  Ethan Buchman bf1c9a869c use gendoc struct for genesis rpc response 9 years ago
  Ethan Buchman ec282d3e3d rpc: remove unecessary response wrappers 9 years ago