Commit Graph

  • a55950e1d0 make will install Jae Kwon 2015-06-25 18:42:17 -07:00
  • 347276ecdb bump version and testnet Jae Kwon 2015-06-25 14:08:05 -07:00
  • 7a6b8944ab consensus/reactor cleanup Jae Kwon 2015-06-25 14:05:18 -07:00
  • 32811c3f86 comment cleanup Jae Kwon 2015-06-25 12:52:16 -07:00
  • 44216ab481 Unlocking from POL complete Jae Kwon 2015-06-24 18:51:14 -07:00
  • d05276ee87 wordings and clarifications, unnecessary code uncommenting Jae Kwon 2015-06-24 17:05:52 -07:00
  • 4d5fda7516 state machine cleanup Jae Kwon 2015-06-24 14:43:04 -07:00
  • 9e1794eaea Fixed tests Jae Kwon 2015-06-24 14:04:40 -07:00
  • 9b96e2e171 ProposalPOLRound... Jae Kwon 2015-06-22 19:04:31 -07:00
  • 3db63477aa An empty BitArray is nil. Jae Kwon 2015-06-22 13:46:25 -07:00
  • 829df93577 Re-use ValidatorSet.VerifyValidation() Jae Kwon 2015-06-21 19:11:21 -07:00
  • 7752405945 Draft of consensus/reactor refactor. Jae Kwon 2015-06-19 15:30:10 -07:00
  • 927823140b fast-forward when +2/3 precommits found for future round Jae Kwon 2015-06-14 11:01:20 -05:00
  • 15e80c6c28 fixes to state transition upon addVote Jae Kwon 2015-06-12 20:24:08 -07:00
  • 01b5540ffe consensus/state is 2-step asynchronous Jae Kwon 2015-06-05 14:15:40 -07:00
  • 1b95c09160 consensus refactor: add HeightVoteSet Jae Kwon 2015-06-04 13:36:57 -07:00
  • 5790ea9f43 consensus refactor: reconstruct LastCommits upon restart Jae Kwon 2015-06-04 13:36:47 -07:00
  • 6a0223641f type assert fix Jae Kwon 2015-06-19 12:09:27 -07:00
  • 1a652a1cbb Fix usage of SimpleProof for PartSet Jae Kwon 2015-06-18 20:19:39 -07:00
  • b164c05b27 Refactor IAVLProof and SimpleProof to use similar Verify() Jae Kwon 2015-06-17 19:04:31 -07:00
  • 35006ee49f unbond, rebond utils Ethan Buchman 2015-06-18 18:49:27 -04:00
  • 33566375af don't trust peer's node info Ethan Buchman 2015-06-17 17:55:16 -04:00
  • ad70ce4067 Merge pull request #90 from tendermint/endpoints ebuchman 2015-06-16 22:19:10 -04:00
  • 03d1950674 rpc endpoint / lists available endpoints Ethan Buchman 2015-06-13 17:50:00 -04:00
  • 5e0860d3ec Merge pull request #89 from tendermint/godep ebuchman 2015-06-16 22:14:10 -04:00
  • 5d7df99591 docker Ethan Buchman 2015-06-10 12:06:28 -04:00
  • 57ff919d50 godep Ethan Buchman 2015-06-09 23:17:19 -04:00
  • 46bd0e5d51 allow . in names Ethan Buchman 2015-06-04 20:24:28 -04:00
  • bf1c9a869c use gendoc struct for genesis rpc response Ethan Buchman 2015-06-03 19:26:31 -04:00
  • 7a57f1069c Merge pull request #87 from compleatang/gmpindocker ebuchman 2015-06-03 14:40:05 -04:00
  • a0d781bdd8 add gmp so that docker images build correctly Casey Kuhlman 2015-06-03 20:32:22 +02:00
  • 6062b06aa9 fixed NameTx.WriteSignBytes() bug. Jae Kwon 2015-06-01 17:49:24 -07:00
  • 713b1f0074 Merge pull request #83 from tendermint/namereg_rebase Jae Kwon 2015-06-01 15:05:17 -07:00
  • c8103f6415 sign-bytes field ordering & escaping of strings Jae Kwon 2015-06-01 14:59:10 -07:00
  • ec282d3e3d rpc: remove unecessary response wrappers Ethan Buchman 2015-06-01 13:51:03 -04:00
  • 293aa31f64 rpc-gen update Ethan Buchman 2015-05-30 20:48:40 -04:00
  • 175c0301f4 Merge pull request #82 from tendermint/chainid_rebase Jae Kwon 2015-05-30 17:38:39 -07:00
  • bbcb6a09c4 close file when the process closes. Jae Kwon 2015-05-30 17:30:25 -07:00
  • 41502e05c1 chain_id written as string not hex in WriteSignBytes Ethan Buchman 2015-05-30 20:18:43 -04:00
  • 4ae29e0ae5 Merge pull request #80 from tendermint/blockchain Jae Kwon 2015-05-30 09:14:31 -07:00
  • d363bcfa16 fixed off by one bug Jae Kwon 2015-05-30 09:13:55 -07:00
  • 231a7330e2 list names rpc Ethan Buchman 2015-05-30 11:13:09 -04:00
  • 6eb8386c7c fixes for chain id in nametx sign functions Ethan Buchman 2015-05-30 01:54:05 -04:00
  • 19bd3bb2e2 int/nonce fixes Ethan Buchman 2015-05-27 15:24:45 -04:00
  • 37a8a6cd65 remove name fix Ethan Buchman 2015-05-27 11:10:30 -04:00
  • 77ff09e173 namereg cleanup, tests Ethan Buchman 2015-05-24 14:41:42 -04:00
  • 02aedaaefb more cleanup rpc tests, testing namereg Ethan Buchman 2015-05-23 03:46:02 -04:00
  • cff6bcfb31 copy entry on get, use strings for name/data, uint64 for expires Ethan Buchman 2015-05-23 02:05:56 -04:00
  • baaa69d7f8 namereg rpc and tests Ethan Buchman 2015-05-22 17:03:22 -04:00
  • 8631d5085e name reg Ethan Buchman 2015-05-22 16:53:10 -04:00
  • 1f6d64b91c rpc: genesis route Ethan Buchman 2015-05-29 19:38:14 -04:00
  • 2045aee9cd pass chainID through sign interfaces Ethan Buchman 2015-05-29 17:53:57 -04:00
  • 8a2d9525f0 network > chain_id, put in genesis.json Ethan Buchman 2015-05-29 14:13:45 -04:00
  • bb67fe0356 dont run consensus state unless fast sync is off Ethan Buchman 2015-05-27 22:06:33 -04:00
  • 057c8ef400 waiting back to pending Jae Kwon 2015-05-28 03:18:13 -07:00
  • 5ed36ef192 var rename and performance optimization Jae Kwon 2015-05-28 02:18:53 -07:00
  • b281674058 variable renames Jae Kwon 2015-05-28 01:59:23 -07:00
  • 8a5c320472 Bumped version number Jae Kwon 2015-05-24 14:24:53 -07:00
  • fdf0e720bc Merkle proofs! Jae Kwon 2015-05-24 14:19:46 -07:00
  • b5df5f6642 Merge branch 'varint' into develop Jae Kwon 2015-05-23 14:48:00 -07:00
  • 939702f587 Support uint64 , but still support int/uint varints. Jae Kwon 2015-05-23 14:45:36 -07:00
  • ca8fa5678f Merge pull request #75 from tendermint/refactor_rpctests Jae Kwon 2015-05-22 16:50:39 -07:00
  • 5261da94c4 fix rpctypes vs tminttypes Ethan Buchman 2015-05-22 19:16:08 -04:00
  • c28614fca1 cleanup rpc tests, use tx_utils Ethan Buchman 2015-05-22 18:22:57 -04:00
  • 8c3deb402f CloseListener() actually closes the listener Jae Kwon 2015-05-21 17:33:43 -07:00
  • 5029d53474 add open/close to debora, barak bug fix Jae Kwon 2015-05-21 17:13:23 -07:00
  • c297f41a9f Refactoring barak Jae Kwon 2015-05-21 14:04:38 -07:00
  • 98289b529e go install is redundant with go get -u Jae Kwon 2015-05-17 23:29:29 -07:00
  • 7ba7c59f83 Merge pull request #71 from tendermint/tx_helpers Jae Kwon 2015-05-21 10:03:55 -07:00
  • e9695baebb tx utils Ethan Buchman 2015-05-20 20:02:59 -04:00
  • e5537b065c Merge pull request #70 from tendermint/bondtx ebuchman 2015-05-20 20:36:24 -04:00
  • d43c776e84 add bonder's signature to BondTx Ethan Buchman 2015-05-20 19:36:55 -04:00
  • f78bde2e3e fix INSTALL/install_env SSH_PORT Jae Kwon 2015-05-17 23:03:52 -07:00
  • e43c97ee2d nohup barak in INSTALL; echo commands Jae Kwon 2015-05-17 19:33:13 -07:00
  • dae127722c update INSTALL for barak Jae Kwon 2015-05-17 18:27:43 -07:00
  • 489bf767cb importing tendermint/config/tendermint_test applies the test config Jae Kwon 2015-05-17 15:54:45 -07:00
  • 161aa8c5e9 refactor rpc/test/* Jae Kwon 2015-05-16 15:14:41 -07:00
  • b8c735bd59 import tendermint/test to init ~/.tendermint_test/* Jae Kwon 2015-05-16 15:04:00 -07:00
  • 3565db4eef Refactor RPC/*, tendermint/config for debora+barak Jae Kwon 2015-05-16 14:41:36 -07:00
  • 75ef479547 Config is passed into each module. Remove tendermint/confer Jae Kwon 2015-05-15 18:05:09 -07:00
  • 183fa85cae Merge pull request #68 from tendermint/develop2 Jae Kwon 2015-05-16 10:26:51 -07:00
  • 7a97fb464d genpriv from hash(secret), evc fix in ExecTx Ethan Buchman 2015-05-15 18:51:42 -04:00
  • cb8261f2ff Merge pull request #66 from tendermint/fixvmsend Jae Kwon 2015-05-15 14:34:15 -07:00
  • 02f4219079 cleanup calldepth=0 events logic Ethan Buchman 2015-05-15 16:12:34 -04:00
  • 0dbf17653a fire event on failed funds transfer in vm Ethan Buchman 2015-05-15 15:30:24 -04:00
  • bda9a38544 CallTx to address with no code fails and costs gas Ethan Buchman 2015-05-15 14:34:42 -04:00
  • 7b1fc780aa fix send funds from contract Ethan Buchman 2015-05-14 20:23:36 -04:00
  • 75e88969cb failing test for send funds from contract Ethan Buchman 2015-05-14 20:58:24 -04:00
  • c4fc521629 Add make task (gen_client) Jae Kwon 2015-05-15 08:59:39 -07:00
  • 4dd464f239 Merge pull request #67 from androlo/bs_getter Jae Kwon 2015-05-15 08:21:46 -07:00
  • 3b142b9277 getter for blockstore in Node Androlo 2015-05-15 16:27:22 +02:00
  • 4ba09ecdbd comment out logwatch Jae Kwon 2015-05-14 17:43:29 -07:00
  • 9e1c054f87 Better INSTALL readme. Steps for barak Jae Kwon 2015-05-14 17:22:02 -07:00
  • 03354ba06d fix scripts Jae Kwon 2015-05-14 16:16:33 -07:00
  • 5a73820959 update INSTALL scripts Jae Kwon 2015-05-14 14:44:23 -07:00
  • 4175b0786e testnet5 validators Jae Kwon 2015-05-13 18:39:32 -07:00
  • 96631f56b0 Update README.md Jae Kwon 2015-05-12 19:09:54 -07:00
  • be90fd1e0d rpc cleanup; tendermint init Jae Kwon 2015-05-12 19:03:05 -07:00
  • dd3d35f9f1 tendermint init to get the moniker Jae Kwon 2015-05-12 18:29:00 -07:00
  • 85c8850ac2 Config names have no dots, are under_scored. Jae Kwon 2015-05-12 17:40:29 -07:00