Commit Graph

  • 73b873b90b convert indentation and add vscode settings Minh Doan 2018-06-10 15:22:38 -0700
  • 37ac634c0a refactor transaction and add logic of FindUTXO and FindSpendableOutputs and FindUnspentTransactions Minh Doan 2018-06-10 13:07:06 -0700
  • 5ad2c3e3f8 fix merge from master Minh Doan 2018-06-10 11:36:53 -0700
  • 3a49816e6a modify Transaction data structure Minh Doan 2018-06-10 11:33:04 -0700
  • 403508f2d1 Two-round consensus finished; change logging to use log package everywhere; limit the visibility of Consensus struct fields Rongjian Lan 2018-06-09 16:23:20 -0700
  • 561185a065 Merge branch 'master' of github.com:simple-rules/harmony-benchmark Rongjian Lan 2018-06-08 16:02:14 -0700
  • 0e66f7147f Add challenge broadcast; put consensus signature in map; refactor consensus init into consensus package Rongjian Lan 2018-06-08 16:02:01 -0700
  • 212c86a784 add transaction, utils, utils_test. Minh Doan 2018-06-08 16:01:09 -0700
  • d10ba966ab add transaction, util, utxo Minh Doan 2018-06-08 15:59:46 -0700
  • 7824d77df1 Merge branch 'master' into tnx Minh Doan 2018-06-08 15:47:04 -0700
  • 5e7ac26db9 temporary commit Minh Doan 2018-06-08 15:46:14 -0700
  • c0fd09be05 Refactor consensus code into leader part and validator part Rongjian Lan 2018-06-08 15:24:57 -0700
  • 4bd9c782ce app spec alok 2018-06-08 15:07:20 -0700
  • d98bef05c2 Merge branch 'master' of github.com:simple-rules/harmony-benchmark alok 2018-06-08 12:21:49 -0700
  • 1281a9fbbf WIP for amazon codedeploy alok 2018-06-08 12:21:36 -0700
  • 9d721891e8 Fix send_tnx to only send START_CONCENSUS to leader; Add consensus signature threshold counting Rongjian Lan 2018-06-07 23:51:27 -0700
  • 493423c2a7 Add more comments, fix type and styling Rongjian Lan 2018-06-07 22:25:56 -0700
  • bc1091816d automated scripts to run aws instances[WIP] alok 2018-06-07 21:44:33 -0700
  • 6f74070803 Merge branch 'master' of github.com:simple-rules/harmony-benchmark Rongjian Lan 2018-06-07 20:55:45 -0700
  • 2225441b17 Add p2p and consensus messaging protocol structure and utility; Add socket connection messaging reading utility; modify send_tnx to send message based on the new protocol Rongjian Lan 2018-06-07 20:55:42 -0700
  • 657f3768f8 remove mode argument as that is derived alok 2018-06-07 15:53:26 -0700
  • d08df51254 use readAll to read tcp message; add comments to note we are closing connection for each message Rongjian Lan 2018-06-07 15:07:39 -0700
  • 312c3959cd
    Merge pull request #1 from simple-rules/validator-return alajko 2018-06-07 10:31:26 -0700
  • b6cff08f2a addressing RJ comments 2 #1 alok 2018-06-07 10:30:48 -0700
  • 9c46cd45a9 addressing RJ comments alok 2018-06-07 10:27:51 -0700
  • 0d01b992e1 more files alok 2018-06-06 16:39:50 -0700
  • 4adef08cb7 working code to initialize consensus alok 2018-06-06 15:57:41 -0700
  • 8a2f82a540 Work In Progress alok 2018-06-05 18:39:29 -0700
  • 0505d872d5 WIP alok 2018-06-05 15:54:11 -0700
  • 3c946be803 Add more comments and clean up code layout Rongjian Lan 2018-06-05 11:37:00 -0700
  • 3a6ca84a05 Add .gitignore file Rongjian Lan 2018-06-05 11:28:30 -0700
  • 6dba466a5f Add basic skeleton consensus and p2p lib; integrated with benchmark_node.go Rongjian Lan 2018-06-05 11:22:11 -0700
  • ec94ab3248 fixing typo alok 2018-06-02 18:42:02 -0700
  • a3e9632f2b dummy code to be run on aws alok 2018-06-02 18:24:55 -0700
  • e61d01eaa8 remove cli.go Minh Doan 2018-06-02 09:24:14 -0700
  • 5dbbe5822b add transaction Minh Doan 2018-06-01 22:04:07 -0700
  • 2242f90cbe modify readme Minh Doan 2018-05-30 22:36:40 -0700
  • 02fa2177b2 update readme Minh Doan 2018-05-30 22:34:34 -0700
  • 8154d4f281 add data structure for blockchain Minh Doan 2018-05-30 22:16:17 -0700
  • ab113e02ca add comments Minh Doan 2018-05-30 12:42:28 -0700
  • 62fc6e8a58 unifiy slave and leader into benchmark_node Minh Doan 2018-05-30 08:24:44 -0700
  • 5c9fb301a7 add send transaction script to leader node Minh Doan 2018-05-25 18:07:57 -0700
  • f3572cf2ad add scripts to deploy and kill nodes Minh Doan 2018-05-25 18:00:31 -0700
  • ce9a321efb Add slave and leader node implementation Minh Doan 2018-05-25 12:38:11 -0700
  • 08d9375b75 fixed bug, code now is able to broadcast to all nodes alok 2018-05-24 00:43:35 -0700
  • 3a11c6779e changed readme to reflect current bug alok 2018-05-24 00:16:24 -0700
  • 91f8c6d4f7 transaction generator pours transaction into a queue, every transaction is then broadcasted to all nodes alok 2018-05-24 00:14:17 -0700
  • dd7c58e26e generating transactions via channel alok 2018-05-23 00:30:48 -0700
  • 7d9461b554 added immediate todo and spec doc alok 2018-05-22 23:47:05 -0700
  • c85eff4776 generating random transactions alok 2018-05-22 23:44:38 -0700
  • 7094d1086c formatting alok 2018-05-22 22:53:04 -0700
  • 4b317255a4 new plan alok 2018-05-22 17:50:18 -0700
  • d6e326ef95 update readme alok 2018-05-22 00:12:00 -0700
  • 8e39d84ac1 checking wheter slack integration works alok 2018-05-21 23:10:59 -0700
  • 85f6922aa4 modified readme again alok 2018-05-21 23:03:50 -0700
  • 3b33b3f710 modified readme again alok 2018-05-21 23:02:05 -0700
  • 3d45f6c99f modified readme alok 2018-05-21 22:58:04 -0700
  • ffef9e25c9 how to run the code Alok Kothari 2018-05-21 22:15:13 -0700
  • 5651576a87 first dummy code Alok Kothari 2018-05-21 22:12:49 -0700
  • 1c151c5691
    Initial commit simplerulesharmony 2018-05-21 18:37:51 -0700