Commit Graph

253 Commits (b9317f01c5909f29752b63bbd980ed08519368df)

Author SHA1 Message Date
Leo Chen ec5102708e [libp2p] init integration of group message by pubsub 6 years ago
Minh Doan 9b0ba3f76d clean up support client as its moved as a service 6 years ago
Minh Doan badcd47468 fix golint 6 years ago
Minh Doan 2ee78e5d29 deposit money to fake accounts 6 years ago
Minh Doan d273077507 move contract logic into seprate file 6 years ago
Minh Doan 9a1c7b34e1 refactor faucet code 6 years ago
ak 2eeba01ee0 fixing dependencies 6 years ago
ak 0b3f44a3e8 changes based on review 6 years ago
Leo Chen 8dbc795ee5 add isBeacon flag to specify the node is a beacon chain node 6 years ago
ak 57ea3a66c4 interface for funding account 6 years ago
Minh Doan 0bbf43fe7e change NewService to New 6 years ago
ak 879fbb6332 adding node account key 6 years ago
Leo Chen 0325f58fab add BCPeers structure in node 6 years ago
Leo Chen 11a68db13b split discovery service into two services 6 years ago
Minh Doan a962c28ec0 change NewService to New 6 years ago
ak f569852775 Staking Transactions 6 years ago
Minh Doan 5d4418c548 add staking service and hook up with networkinfo service 6 years ago
Minh Doan c287d9db3c add networkinfo service 6 years ago
Minh Doan 0495ec9497 register service for newnode and beacon leader 6 years ago
Minh Doan 15cc4e04ba move run services to service manager 6 years ago
ak 598d740e09 fixing style issues 6 years ago
ak 9c377ce08e Add deposit contract as a smart contract transaction on every node 6 years ago
Minh Doan 583c949f7e add support client to service list 6 years ago
chaosma cd6475c7e5
make state syncing compatible with new BLS consensus code 6 years ago
Minh Doan fc032c88c3 change newblock package to blockproposal 6 years ago
Minh Doan 456f9e8873 change action type NewBlock to BlockProposal 6 years ago
Minh Doan b3a9c744be wire up new block service 6 years ago
Minh Doan a3bd76e9cf create newblock service and decouple WaitForConsensusReady into a separate file 6 years ago
Minh Doan c64b6e8de3 rename services to service 6 years ago
Minh Doan f93ca2d5c0 enable consensus service in service manager 6 years ago
Minh Doan d9a4d650a5 undo consensus service; will fix it later 6 years ago
Minh Doan 47f7ab1525 add node.Role, AddAndRunServices method for Node, clean up code 6 years ago
Leo Chen 9340ef4f86 move proto/pingping to discovery module 6 years ago
Rongjian Lan 8ecef22cbe Remove unintended code 6 years ago
Rongjian Lan bb4a648f9c Code clean up and adding multi-sigs to block 6 years ago
chaosma ed25ebdd18
fix nil dereference bug for state syncing (#332) 6 years ago
Minh Doan 350efc0bf9 add service type, action -- modify test for TakeAction 6 years ago
Minh Doan f1245c117b add node service managers 6 years ago
Minh Doan 139d81113e only use logging singleton 6 years ago
chaosma 7b1578be59
remove IN SYNC log every 5 second (#295) 6 years ago
Leo Chen a78d42cc0a fix travis_checker go test error 6 years ago
chaosma 3161a42e49
state syncing integration (#283) 6 years ago
Minh Doan 9762ab75bd switch using disk-based db by default. logging singleton should have context of the node (ip and port) 6 years ago
Eugene Kim 4a2e1e2110 Move Host interface into the top-level p2p package 6 years ago
Leo Chen 5822ec3c40 add a PeerID field for node.Info struct 6 years ago
Eugene Kim 5ad4d5a8f0 Adjust import paths and also goimports 6 years ago
Minh Doan 4f4bc36af3 change benchmark to harmony 6 years ago
Leo Chen 7b2d36fde7 move client to api/client 6 years ago
ak 94c1d3eca7 merging upstream 2 6 years ago
ak 3bedff9d86 moving services folder 6 years ago