92 Commits (898d1dc13890c907f303a15759b72429e46c838e)

Author SHA1 Message Date
  Ethan Buchman b54522c60f more versioning 9 years ago
  Ethan Buchman e4f0e2b399 update namereg with longer names, more allowed chars 9 years ago
  Ethan Buchman aab024f18d consensus events 9 years ago
  Ethan Buchman 2b8157ce2a addVote takes index 9 years ago
  Jae Kwon 5e015bc669 Probable fix for #140 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 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 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
  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
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 9 years ago
  androlo 0a72c1ee50 * tendermint/binary handles fixed-length arrays 9 years ago
  Jae Kwon e4c351f5fc UUID -> PubKeyEd25519 9 years ago
  Jae Kwon fd64547ce7 Put a SecretConnection before the MConnection; Node Priv/PubKeys 9 years ago
  Ethan Buchman d0610845dc peers use uuid to avoid duplicate connections 9 years ago
  Ethan Buchman 3f7f3dd37f add git commit hash to nodeInfo 9 years ago
  Jae Kwon 109a3c2dd3 Added sim_txs draft 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 c79062ef6a Fix state/State race condition bug. 9 years ago
  Jae Kwon a55cc5c65e nil validation has zero size 9 years ago
  Jae Kwon 41d04cf5b8 consensus reactor code polish, fixed prs BitArray cache invalidation bug 9 years ago
  Jae Kwon 7196e5ad8e string formatting 9 years ago
  Jae Kwon 027ad79f9c Fix String() for nil votes, and non-full Validation 9 years ago
  Jae Kwon 26c192b047 Fix consensus: 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 9e1794eaea Fixed tests 9 years ago
  Jae Kwon 9b96e2e171 ProposalPOLRound... 9 years ago
  Jae Kwon 829df93577 Re-use ValidatorSet.VerifyValidation() 9 years ago
  Jae Kwon 7752405945 Draft of consensus/reactor refactor. 9 years ago
  Jae Kwon 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Jae Kwon 6a0223641f type assert fix 9 years ago
  Jae Kwon 1a652a1cbb Fix usage of SimpleProof for PartSet 9 years ago
  Ethan Buchman 35006ee49f unbond, rebond utils 9 years ago
  Ethan Buchman 46bd0e5d51 allow . in names 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