84 Commits (70ee282d9ec3ab5cdd64f55abed0e2358dcb83ab)

Author SHA1 Message Date
  Ethan Buchman 65ebc344ac broadcast_commit 8 years ago
  Ethan Buchman 501c4e4bac fixes from review 8 years ago
  Ethan Buchman d23f38b4f3 txs.Hash() to avoid extra allocs 8 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 e4f0e2b399 update namereg with longer names, more allowed chars 9 years ago
  Ethan Buchman 6f25dfef44 move NewContractAddress to types and use ripemd160 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 31b9d8ee27 SNativeTx -> PermissionTx, consolidate permissions and native contracts 9 years ago
  Ethan Buchman d528d002fa SNativeTx sign bytes 9 years ago
  Ethan Buchman e037093740 snative refactor and SNativeTx 9 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Jae Kwon 2e1d8ba054 Make Ripemd160 the default 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
  Jae Kwon 6062b06aa9 fixed NameTx.WriteSignBytes() bug. 9 years ago
  Jae Kwon c8103f6415 sign-bytes field ordering & escaping of strings 9 years ago
  Ethan Buchman 41502e05c1 chain_id written as string not hex in WriteSignBytes 9 years ago
  Ethan Buchman 6eb8386c7c fixes for chain id in nametx sign functions 9 years ago
  Ethan Buchman 77ff09e173 namereg cleanup, tests 9 years ago
  Ethan Buchman 02aedaaefb more cleanup rpc tests, testing namereg 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 2045aee9cd pass chainID through sign interfaces 9 years ago
  Ethan Buchman 8a2d9525f0 network > chain_id, put in genesis.json 9 years ago
  Ethan Buchman d43c776e84 add bonder's signature to BondTx 9 years ago
  Jae Kwon 75ef479547 Config is passed into each module. Remove tendermint/confer 9 years ago
  Jae Kwon 85c8850ac2 Config names have no dots, are under_scored. 9 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 9 years ago
  Jae Kwon 54d1c19611 WriteSignBytes writes JSON with fields in lex order. 9 years ago
  Jae Kwon 2ba6f86f2e Add Network to SignBytes, to prevent network clashes 9 years ago
  Jae Kwon e5d34befde Remote TypeByte() 9 years ago
  Jae Kwon 6d6f061f19 Support nil pointers for Binary. 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 5cb57d3eaa Use BlockCache for RPC/mempool and added TxId() 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
  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
  Jae Kwon 3f159dab69 proper string formatting for txs 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 13ca6fb241 RegisterInterface() so we can implement custom JSON codec 10 years ago
  Jae Kwon 5bace5cce8 Unreader to unread bytes 10 years ago
  Jae Kwon 2405d00ca5 Fixed a PrivValidator filename == nil bug 10 years ago