246 Commits (c1729addce47798d3362e2c41be6a4065954c1a5)

Author SHA1 Message Date
  Jae Kwon 1173a85c85 Use BlockID everywhere 8 years ago
  Ethan Buchman 3ff9355e7b change some logs to debug 8 years ago
  Ethan Buchman 94ac890859 send BeginBlock 8 years ago
  Ethan Buchman 7d493774c7 log: move some Info to Debug 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 3a7ee13ece proxy: typed app conns 8 years ago
  Ethan Buchman 3ac9ff0dcc test: dont run cloud test on push to master 8 years ago
  Ethan Buchman 8ca615c301 wait until txs removed from mempool to fire tx events 8 years ago
  Ethan Buchman 65ebc344ac broadcast_commit 8 years ago
  Ethan Buchman 7383ead106 updates for new tmsp protobuf 8 years ago
  Ethan Buchman 8e5e5c689f lock mempool for commit and update. closes #202 8 years ago
  Jae Kwon f17c4c1d57 s/Validation/Commit/g 8 years ago
  Jae Kwon 8183e3201b CommitSync() returns tmsp.Result 8 years ago
  Jae Kwon 18d0da4ea3 Remove BeginBlock 8 years ago
  Jae Kwon 16437867ff Starting to use tmsp.BlockchainAware 8 years ago
  Jae Kwon a6d37a49a2 s/GetHash/Commit/g 9 years ago
  Jae Kwon f1b48ff009 Use protobuf enums for CodeType 9 years ago
  Jae Kwon a73a65a45b Use protobuf enums 9 years ago
  Jae Kwon 3f49b509d2 Conform to protobuf TMSP 9 years ago
  Ethan Buchman c0024cc7b2 log invalid txs 9 years ago
  Jae Kwon 236c7afe9e Conform to TMSP v0.2 9 years ago
  Ethan Buchman 799efb0629 merge/rebase fixes 9 years ago
  Ethan Buchman 0be13d1d27 move alert, events, rpc into own repos 9 years ago
  Jae Kwon 3e3c0083c7 Make order be decided first; Remove TMSP Commit/Rollback 9 years ago
  Ethan Buchman b9e143d956 Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 9 years ago
  Jae Kwon f534410e57 Fix state/execution ExecBlock() not rolling back 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 b59ed8c9d2 refactor some state functions into state/types 9 years ago
  Ethan Buchman e4f0e2b399 update namereg with longer names, more allowed chars 9 years ago
  Ethan Buchman 586498331b fix suicide 9 years ago
  Jae Kwon 56b195a899 tendermint send_tx 9 years ago
  Jae Kwon 5bf0040f14 Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes 9 years ago
  Jae Kwon b96fd8a031 Beginning of complete merkle proofs 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 908fd11665 more explicit _, err := Start() checking 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
  Ethan Buchman 6f25dfef44 move NewContractAddress to types and use ripemd160 9 years ago
  Jae Kwon aada207092 remove unnecessary permission check 9 years ago
  Jae Kwon bff06ac657 Remember StorageRoot in Other 9 years ago
  Jae Kwon 1a5bc9eeb2 Remove StorageRoot from vm.Account 9 years ago
  Jae Kwon 9f18c80abc Fixes #121 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