81 Commits (43aed989ace1495fc4a3902c0f24e6716e659e5a)

Author SHA1 Message Date
  Ethan Buchman 94b6dd65ee AppendTx -> DeliverTx 8 years ago
  Ethan Buchman c147b41013 TMSP -> ABCI 8 years ago
  Ethan Buchman 814ef37f75 fix tests 8 years ago
  Ethan Buchman b74a97a4f6 update grpc broadcast tx 8 years ago
  Ethan Buchman 2ef695da97 include check/append responses in broadcast_tx_commit 8 years ago
  Ethan Buchman 2113b6f4bb rpc: use interfaces for pipe 8 years ago
  Ethan Buchman 35d4cca8bb type safe events 8 years ago
  Ethan Frey 22979d9365 Fire proper EventData object on append transaction 8 years ago
  Ethan Buchman 7bf34d1fae rpc: unsafe_flush_mempool. closes #190 8 years ago
  Ethan Buchman 7e3e9ee9d2 rpc: broadcast tests. closes #219 8 years ago
  Ethan Buchman 65ebc344ac broadcast_commit 8 years ago
  Ethan Buchman 7383ead106 updates for new tmsp protobuf 8 years ago
  Ethan Buchman f5be3cd8f9 rpc: start/stop cpu profiler 9 years ago
  Ethan Buchman df25a22469 rpc: num_unconfirmed_txs (avoid sending txs back) 9 years ago
  Jae Kwon 2c1504f93c Reap takes maxTxs 9 years ago
  Ethan Buchman 05af306a8d rpc: unsafe_set_config 9 years ago
  Ethan Buchman 3891e4d66d config: cswal_light, mempool_broadcast, mempool_reap 9 years ago
  Jae Kwon d31d3c58ad Recheck txs 9 years ago
  Jae Kwon 6a209ba3a8 Fix a block condition where cb is called immediately 9 years ago
  Jae Kwon a4f57e164b BroadcastTx results 9 years ago
  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 10 years ago
  Jae Kwon 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure 10 years ago
  Jae Kwon cc18136af8 RPC refactor to separate core from core_client and the rest of RPC. 10 years ago
  Jae Kwon 13b6508ecd Package import path change 10 years ago
  Ethan Buchman c1b06d8101 rpc: GetStorage and Call methods. Tests. 10 years ago
  Ethan Buchman dd1181f0d4 rpc: GetStorage and Call methods. Tests. 10 years ago
  Ethan Buchman 60f166e823 tendermint2 10 years ago
  Jae Kwon 5cb57d3eaa Use BlockCache for RPC/mempool and added TxId() 10 years ago
  Ethan Buchman 731de7a6aa rpc: return (*Response, error) for all functions 10 years ago
  Ethan Buchman fb90d5bc92 rpc: cleanup, more tests, working http and jsonrpc 10 years ago
  Ethan Buchman 1fb1163721 rpc: separate out golang API into rpc/core 10 years ago
  Ethan Buchman d2724c9731 rpc: give each call a dedicated Response struct, add basic test 10 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
  Ethan Buchman f93bb35c02 rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30 10 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