19 Commits (799efb0629f126af5a28d34fa73caf49337c5ca5)

Author SHA1 Message Date
  Jae Kwon 3e3c0083c7 Make order be decided first; Remove TMSP Commit/Rollback 9 years ago
  Jae Kwon ef43af19ab Tendermint <-> Application refactor 9 years ago
  Jae Kwon e12f9d10e7 Bare consensus refactor 9 years ago
  Ethan Buchman 12566f51af better mempool queueing 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Ethan Buchman 72b681a1bc fix TxID to use ripemd160 in events and rpc return 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 ec282d3e3d rpc: remove unecessary response wrappers 9 years ago
  Ethan Buchman 2045aee9cd pass chainID through sign interfaces 9 years ago
  Jae Kwon 115e57a1d5 list_unconfirmed_txs RPC call 9 years ago
  Jae Kwon 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure 9 years ago
  Jae Kwon cc18136af8 RPC refactor to separate core from core_client and the rest of RPC. 9 years ago
  Jae Kwon 13b6508ecd Package import path change 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
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 5cb57d3eaa Use BlockCache for RPC/mempool and added TxId() 9 years ago
  Ethan Buchman 731de7a6aa rpc: return (*Response, error) for all functions 9 years ago
  Ethan Buchman fb90d5bc92 rpc: cleanup, more tests, working http and jsonrpc 9 years ago
  Ethan Buchman 1fb1163721 rpc: separate out golang API into rpc/core 9 years ago
  Ethan Buchman d2724c9731 rpc: give each call a dedicated Response struct, add basic test 9 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
  Ethan Buchman f93bb35c02 rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30 9 years ago
  Jae Kwon 0a6c28c2da block module -> import as blk 10 years ago
  Jae Kwon 135894ea88 Dot import -> named import 10 years ago
  Jae Kwon fe566739fd rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence 10 years ago
  Jae Kwon b25b61438d blockchain & block rpc handlers 10 years ago
  Jae Kwon 325b88b083 time encoding in binary/reflect 10 years ago
  Jae Kwon d4e9b747d3 binary/reflect handles JSON 10 years ago
  Jae Kwon 13ca6fb241 RegisterInterface() so we can implement custom JSON codec 10 years ago
  Jae Kwon 7a8a0fefc7 type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 10 years ago
  Jae Kwon f02ba63412 testing tx transmission 10 years ago
  Jae Kwon 0d075c7592 silly tx RPC command 10 years ago