180 Commits (eb9b37e19688b435d7163dcfd134d25b84201eef)

Author SHA1 Message Date
  Ethan Buchman b59ed8c9d2 refactor some state functions into state/types 9 years ago
  Jae Kwon b96fd8a031 Beginning of complete merkle proofs 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 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
  Ethan Buchman 8e50bf15de panic wrapper functions 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Jae Kwon 21295f4ae2 fixes for develop+permissions merge 9 years ago
  Ethan Buchman 75fb6c184e getter/setters for state trees 9 years ago
  Ethan Buchman a0f3b94e83 account permissions and some gendoug 9 years ago
  Ethan Buchman a7ecdd10de Merge from panic branch 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 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Jae Kwon 1a652a1cbb Fix usage of SimpleProof for PartSet 9 years ago
  Ethan Buchman cff6bcfb31 copy entry on get, use strings for name/data, uint64 for expires 9 years ago
  Ethan Buchman 8631d5085e name reg 9 years ago
  Ethan Buchman 8a2d9525f0 network > chain_id, put in genesis.json 9 years ago
  Ethan Buchman 65f669160f more fixes from review 9 years ago
  Ethan Buchman d27e0bbad5 event cache and fireable interace 9 years ago
  Ethan Buchman 2e918e8c0b rpc: websocket events testing 9 years ago
  Ethan Buchman 85661de293 fire events, event urls 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 79304b0dd3 Create BlockCache and TxCache for performance. 9 years ago
  Jae Kwon fd0646fc4f Compare blockhashes in stageBlock() 9 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
  Ethan Buchman 6a227004aa state: fixes for creating a contract and msging it in the same block 9 years ago
  Ethan Buchman e6da48880b vm: fix Pad functions, state: add debug log for create new account 9 years ago
  Ethan Buchman e56db7f615 state: fix debug logs 9 years ago
  Ethan Buchman 6cd46b726d state: ExecTx bug fixes for create contract 9 years ago
  Ethan Buchman deff645dba some public convenience functions, extra debug errors on ExecTx 9 years ago
  Jae Kwon 55d8e29e32 Fixed issues from review with Ethan 9 years ago
  Jae Kwon 5dcbb272be formatting... 9 years ago
  Jae Kwon b7553e2bfe Address is generated with VMAppState, and it increments the nonce too. 9 years ago
  Jae Kwon 36dca3981b Make Call() handle value transfers and reverts. 9 years ago
  Jae Kwon 7f12738415 VMAppState bridge to vm. 9 years ago
  Ethan Buchman 9c4692c071 remove gas price and dont run txs before they come in a block 9 years ago
  Ethan Buchman f384d10a05 block/state: gas price for block and tx 9 years ago
  Ethan Buchman 7a33aba6e5 block/state: add CallTx type 9 years ago
  Ethan Buchman f55609a792 consensus: check both vote orderings for dupeout txs 9 years ago
  Ethan Buchman 33f8943543 consensus: broadcast evidence tx on ErrVoteConflictingSignature 9 years ago
  Jae Kwon 249ae38068 test bondTx 10 years ago
  Jae Kwon d1a36d2ac2 Validation validation bug fix --> keep track of LastBondedValidators 10 years ago
  Jae Kwon 03a7564abd fix validator timeout bug 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 9e0319ef76 get_account and sequence updating 10 years ago
  Jae Kwon 7afb75049f API to list accounts 10 years ago
  Jae Kwon fe566739fd rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence 10 years ago
  Jae Kwon 0bfb389b35 change logger to log15 10 years ago