Commit Graph

38 Commits (4994d875fe89febd94913374d3ed4b74411954e4)

Author SHA1 Message Date
Leo Chen 0877a6a18c Print out stderr if run command finish with error 6 years ago
Minh Doan e572796a9c polish code in the right style 6 years ago
Minh Doan 45abf1da35 clean jup singleton_test 6 years ago
ak 1610b70512 making changes leo requested, cleaningup fixing golint and gofmt 6 years ago
ak 3fe8432be3 running benchmark with utils and scripts 6 years ago
Minh Doan 51e47421f5 fix golint for client txgent 6 years ago
Minh Doan 7b37717e7e fix golint 6 years ago
Leo Chen 76375a2425 HAR-84: golint fix of p2p/peer.go 6 years ago
Leo Chen 2bb8648784 HAR-84: golint fix of utils/singleton 6 years ago
Richard Liu ba47c85faf ip+port => peer; update signature of consensus.New and node.New as preparation for p2p 6 years ago
Leo Chen a989a84966 [HAR-73] add a singleton package and tests in utils 6 years ago
Leo Chen f44d55eee1 add functions to generate keys 6 years ago
Leo Chen 2a602db9b0 fix the build after rename the repo to harmony-one 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 7513a79c32 change shardId to shardID, and ShardId to ShardID 6 years ago
Minh Doan 44c2c00378 fix the bugs in multicaset 6 years ago
Minh Doan 4328d72652 add self peer to node 6 years ago
Minh Doan 73996866dd set up validator id for peers 6 years ago
Richard Liu 32c9ad9eba undo file test in RunCmd 6 years ago
Leo Chen 395782e28a prevent crash of soldier when binary is not found 6 years ago
Leo Chen b56bc830c2 fix null pointer segfault on soldier when config file is empty 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 8d1d5e46b4 add some comment 6 years ago
Rongjian Lan 4dff24ff05 Add wallet program which can create a new Account for user 6 years ago
Rongjian Lan 09676aafb9 Add collective signature verification and temporarily bump the sig threshold to every nodes 6 years ago
Minh Doan 4454200ed2 remove the dependencies between benchmark.go and configr 6 years ago
Minh Doan ed06ea28d7 remove unused func 6 years ago
Minh Doan 498c9a0149 add test for bytes 6 years ago
Richard Liu e9e81a41f1 remove profile logic from soldier; benchmark starts profiler. 6 years ago
Minh Doan 0b93c68a5d add bytes utils 6 years ago
Richard Liu 7ad223816f update for github.com folder structure 6 years ago
Rongjian Lan 7fe3daf0e3 Refactor into utility that generates a unique Id from Peer 6 years ago
Rongjian Lan 605b1730d8 Pull logging util func into utils/metrics.go; add more comments for consensus 6 years ago
Minh Doan 39b9a36feb replace block hash by transaction hash 6 years ago
Minh Doan 2eb9629202 bundle block blockchain transaction into blockchain packagge. add tests for utils 6 years ago