Commit Graph

54 Commits (a6df434db675bcbb6621faceb382016cffc15d1b)

Author SHA1 Message Date
Leo Chen 91f804eb13 [HAR-5] Leader populates public keys to all validators 6 years ago
Rongjian Lan 5b1324305e Add loop in new block creation 6 years ago
Leo Chen d8f0d504cc fix validatorID not populated to all validator issue 6 years ago
Rongjian Lan c1ef9423f2 Add account-based tx gen 6 years ago
Minh Doan ab2f39f5a3 fix import with goimport 6 years ago
Minh Doan fe6fc151bf change constants to gofmt style 6 years ago
Leo Chen 400cfaea42 [HAR-5]: add validatorID in ping/pong messages 6 years ago
Leo Chen ed48168a0f use []byte to marshal/unmarshal pubkey in ping/pong messages 6 years ago
Leo Chen 4c4e1c2fb3 Add ping/pong message handlers 6 years ago
Leo Chen caf197b8eb support p2p.Peer structure in the ping/pong message 6 years ago
Leo Chen 505de0e58e init version of pingpong proto package 6 years ago
Leo Chen b6f5da6e8f add two new message types in node protocol module 6 years ago
ak 40ccf6f2f6 remove messages that will no longer be in the identity type 6 years ago
Leo Chen 2a602db9b0 fix the build after rename the repo to harmony-one 6 years ago
ak 05f35fff3d fix logging and remove extra messages 6 years ago
ak cf25fc6289 identitychain is now beacon chain better change now than later 6 years ago
Minh Doan ae1920bb5d quick fix 6 years ago
ak bdd1ab180f some formatting some stub functions adding 6 years ago
ak d4f9a82215 identity protocol message types 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 29b3281d4a fix lint, now 138 left 6 years ago
Minh Doan 5905760a60 fix db package and ALLCAPS lint 6 years ago
Minh Doan b77dd1a7cb fix style, change constant 6 years ago
Minh Doan ef2521e068 refactor: changing constant from ALLCAPS to format of gofmt 6 years ago
Minh Doan bae896c944 fix comments and fix ALL_CAPS lint 6 years ago
Minh Doan 9270730f76 fix comments. change constant TRANSACTION to Transaction 6 years ago
Minh Doan 1d5445ed19 fix comments 6 years ago
Minh Doan 9f9607f5c5 change txId to txID 6 years ago
Minh Doan 7513a79c32 change shardId to shardID, and ShardId to ShardID 6 years ago
Minh Doan a89e59300a add synchronized queue for syncing task 6 years ago
Minh Doan dfe2801750 add blockchainSyncMessage logic 6 years ago
Minh Doan e7cb022721 add logic for syncing 6 years ago
Rongjian Lan 45768265a5 Optimize txgen to send txs only to affected shards 6 years ago
Minh Doan 428387f34a clean up 6 years ago
ak 4f7790c5ec IDC (almost there) 6 years ago
ak 9d597754d2 WIP commit 6 years ago
Rongjian Lan f93b1eecb9 Add wallet transfer functionality; Add transaction serialization; Refactor wallet utitlity and reuse wallet server; Bytes util; utxoPool crossShard check 6 years ago
Minh Doan 92b3929a69 add SYNC messageType 6 years ago
Rongjian Lan 78a46a7ddf Add showBalance functionality to wallet 6 years ago
Rongjian Lan d4f1654c5b Add FetchUtxoMessage and corresponding messaging code 6 years ago
Rongjian Lan 54a6def5ac Add import private key and check balance functionalities to wallet 6 years ago
alok 25c0a29135 waitnode identity chain and identity block 6 years ago
Rongjian Lan d5ae10dbc4 Add state and consensus message type for commit phase of Cosi 6 years ago
Richard Liu 7ad223816f update for github.com folder structure 6 years ago
Rongjian Lan 3ceab2168d Create the secret and real commitment message for validator commit 6 years ago
Rongjian Lan 651af74bf0 Fix bad code from last refactoring 6 years ago
Rongjian Lan f783dbb47b Refactor consensus and client's message.go file 6 years ago
Rongjian Lan 80ae8cdcf6 Refactor proto node.go into it's own package 6 years ago
Rongjian Lan 737732150f Refactor node/message.go to proto/node.go, p2p/message.go to p2p.message_reader.go 6 years ago