Commit Graph

394 Commits (fb9a20500e7c9ab78e5f329df892db20190a6204)

Author SHA1 Message Date
Rongjian Lan 2bcaad8a3a add more addresses in the simulated txs 6 years ago
Rongjian Lan 544f0e39bd Report transactions stats (Account Model) 6 years ago
Minh Doan 48b40bc88c add TestGetBlockHashes and refactor related code 6 years ago
Minh Doan 38a690bfc2 add func for download and testing 6 years ago
Leo Chen 0de13862e0 set unique validator id for new node 6 years ago
Rongjian Lan 2784e13766 add valid transactions and make consensus fully verify each block 6 years ago
Rongjian Lan 29a758a1f3 Make account-based block verified in consensus 6 years ago
Rongjian Lan 48c0d684f9 Merge conflict 6 years ago
Leo Chen 985179ea8e fix constant naming 6 years ago
Leo Chen 71c9dc5f83 fix concurrent map access error 6 years ago
Leo Chen b722e495d3 set node state to JOIN once received PONG message 6 years ago
Leo Chen ac3f19ba5e add join shard support in node 6 years ago
Rongjian Lan b7db989f00 Add simulated transactions generation in node_handler 6 years ago
Rongjian Lan e143e6fea8 Simulate random transactions and add to the worker 6 years ago
Rongjian Lan 5a3755419f Add more functionalities to worker 6 years ago
Rongjian Lan a9b47b07f7 Add simulated transactions generation in node_handler 6 years ago
Rongjian Lan 8af291aa01 Simulate random transactions and add to the worker 6 years ago
Rongjian Lan a5c70f0898 Add more functionalities to worker 6 years ago
Rongjian Lan df5e649ece Merge conflict 6 years ago
Rongjian Lan 0af95566e3 Add account blockchain to node 6 years ago
Rongjian Lan 9290b11701 Add blockchain and related fields into harmony node 6 years ago
Leo Chen b6c54e8f34 add additonal log message in node/node_handler 6 years ago
Leo Chen 4c4e1c2fb3 Add ping/pong message handlers 6 years ago
Rongjian Lan fbdccaffe1 Add account blockchain to node 6 years ago
Rongjian Lan 23e65a956c Add evm support; Import state and trie object 6 years ago
alok a182e37707 cleaning up so no pr 6 years ago
ak b634a5955e cleanup and debugging info removed 6 years ago
Minh Doan 408bc10ceb modify state sync logic 6 years ago
Leo Chen 2a602db9b0 fix the build after rename the repo to harmony-one 6 years ago
alok 04b4fbb00c saving work for tommorow TO debug serialization 6 years ago
ak 5b1d0c1d81 todo sustain node server to receive pingback 6 years ago
ak 9934a8063a trying to run node locally to connect with identity chain AND some cleanup 6 years ago
ak c2209baa37 adding a way to test node and id chain locally 6 years ago
ak 6ae885f1d7 node cleanup identitychain accepts connects to be registered 6 years ago
alok 343f5f5f46 fixing build 6 years ago
Leo Chen 19c0046622 Fix a build error of undefined: identity.Announce 6 years ago
Minh Doan de33e8a1a1 uncomment some code to get it built. alok will work on this later 6 years ago
Minh Doan e6e4e4a7dd cleaning up code 6 years ago
Minh Doan 0e34dcf448 fix a lot of basic mistakes. See https://docs.google.com/document/d/1eIuVFnRra8Ggnj5zSTcGLn9iXGwHEdOHGC6-gHvvuGc 6 years ago
Minh Doan ef2521e068 refactor: changing constant from ALLCAPS to format of gofmt 6 years ago
Minh Doan 9270730f76 fix comments. change constant TRANSACTION to Transaction 6 years ago
Rongjian Lan cd9a17eaa4 Log invalid transactions discarded before creating each new block 6 years ago
Eugene Kim 8ba4f7ac5d Add an exponential back off upon accept failure 6 years ago
Eugene Kim bf44dce3c6 Log error code upon accept failure 6 years ago
Eugene Kim 560cfa8b15 Simplify deferred listener close logic 6 years ago
Eugene Kim 778784c1ec Bail out if net.Listen returns nil listener with no error 6 years ago
Eugene Kim dbc28e6fcf Use net.JoinHostPort() instead of hand-joining 6 years ago
Minh Doan 4328d72652 add self peer to node 6 years ago
Minh Doan 945de9f852 clean up 6 years ago
Minh Doan 1d89e89231 using syncing package instead 6 years ago