Commit Graph

577 Commits (4758d50df2f30eddfb6e2fa16717c509a51f17df)

Author SHA1 Message Date
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
ak 99bdb39875 proto files 6 years ago
Rongjian Lan 334c47776f Cleanup node.go 6 years ago
Minh Doan 182a519949 fix import order 6 years ago
Minh Doan 90c82a017a move db into internal 6 years ago
Rongjian Lan a73a9a9f09 Remove UTXO model 6 years ago
Rongjian Lan ab150879a1 Fix faucet contract tx related txgen sync problem 6 years ago
Minh Doan d148305843 adding explorer service 6 years ago
Minh Doan 9a9184fc3a remove debug prints 6 years ago
Rongjian Lan 97e169fe27 Implement faucet functionality and sharded transaction for wallet 6 years ago
Rongjian Lan f89e4dce7b Fix error 6 years ago
Rongjian Lan c451155186 Fix conflicting port for client service 6 years ago
Minh Doan 57a9837f87 remove breaking param 6 years ago
Rongjian Lan ac2a998a36 add transfer functionality for wallet 6 years ago
Rongjian Lan 2a8f65db60 Add support for account model balance check 6 years ago
ak 24cb7a83ee adding publickey 6 years ago
ak f905d075b5 getting the correct nonce 6 years ago
ak 3d04f91a35 fix golint gofmt 6 years ago
ak 23487d8c9e making transaction declaration inline 6 years ago
ak dfc8a13baa fixing smart contracts adding 6 years ago
ak b92ef4b9ff adding contract data 6 years ago
ak f4985f4076 smart contract invocation 6 years ago
Rongjian Lan fab7023718 Merge conflict 6 years ago
ak fa2db31edc responding to RJ's changes 6 years ago
Leo Chen 1207378606 HAR-65: move remove peer handler to node package 6 years ago
ak 1924a34377 cleaning up 6 years ago
Leo Chen 53a5c3c856 HAR-65: support node removal after node is offline 6 years ago
ak 64346a9c4e adding smart contract transaction to pending transactions 6 years ago
Minh Doan 2bf9e7e7ec use struct{} which is size 0, good practice for many go programmers 6 years ago
Minh Doan 25ca704f89 move syncing under services 6 years ago
Richard Liu 64230da6ee abstract out 2 versions of p2p 6 years ago
Minh Doan 3162eeee7a avoid conflict with beacon chain port which is 8081 6 years ago
Leo Chen ab4a61d360 use a better way to stop ping message 6 years ago
Leo Chen 54e4a7baa2 client node ping leaders to register client 6 years ago
Minh Doan 46212eb359 length of syncing peers should be 1 now 6 years ago
Minh Doan 39cb555615 add logic of syncing 6 years ago