Commit Graph

30 Commits (042c3e200525d3bde1ecbbdd3c21d41c4ff9d0ea)

Author SHA1 Message Date
Minh Doan a4d3c13a18 rename PubKey to BlsPubKey 6 years ago
Leo Chen 6a97a6a2f2 fix goimports errors 6 years ago
Leo Chen 742eb6d08e save role of node in nodeconfig module 6 years ago
Leo Chen a55cec221f shorten the waiting time on txgen 6 years ago
Leo Chen f3ffc65401 [cleanup] remove libp2p unicast support 6 years ago
Leo Chen 074480ea1e add ClientNode role for txgen/wallet 6 years ago
Leo Chen 6f2016b324 consolidate functions in node.go 6 years ago
Leo Chen ba4d27db6f txgen send/recv tx/block to beacon shard 6 years ago
Leo Chen f8e3da4ee4 modify txgen using libp2p 6 years ago
Leo Chen 94be80920d load both pub/priv p2p keys 6 years ago
Minh Doan e74788d6ef fix missing places 6 years ago
Leo Chen b7b4467c72 introduce libp2p peer discovery to txgen 6 years ago
Eugene Kim 24fd9d67b8 More goimports 6 years ago
Rongjian Lan c1944bd71e Init bls explicitly 6 years ago
Leo Chen c112ffb414 generate private key outside of host creation 6 years ago
chaosma 3161a42e49
state syncing integration (#283) 6 years ago
Leo Chen baa95d053c reduce wait to join shard 6 years ago
Leo Chen 49a48958d9 address all review comments 6 years ago
Leo Chen 2253096b7f support add peer in cmd/* programs 6 years ago
Rongjian Lan ef0e1898ed Solve txgen stuck problem 6 years ago
Eugene Kim 6fcb627af8 Use our own stdout log handler 6 years ago
Eugene Kim 5ad4d5a8f0 Adjust import paths and also goimports 6 years ago
Rongjian Lan 2693a5c0a9 Remove dup lines 6 years ago
Rongjian Lan d71d4b0958 Fix txgen protocol not support problem 6 years ago
Rongjian Lan c78f6a1914 More comments and code fixes 6 years ago
Leo Chen 7b2d36fde7 move client to api/client 6 years ago
Leo Chen 9cb0552b72 move client/txgen to cmd/client/txgen 6 years ago
ak 99bdb39875 proto files 6 years ago
Minh Doan 54bab27bc4 move newnode into internal 6 years ago
Minh Doan 82a725abfa move trie and utils into internal 6 years ago
Rongjian Lan c5d29bba1c Clear out unused code and add more comments 6 years ago
Leo Chen 20af9b9d70 remove static config file support code 6 years ago
Rongjian Lan a73a9a9f09 Remove UTXO model 6 years ago
Rongjian Lan 6c0f566a14 Fix lint 6 years ago
Rongjian Lan 0aaffceb4c Fix concurrent map write issue in consensus; make txgen run in sync with new blocks for each shard; re-enable the final TPS report 6 years ago
Rongjian Lan a89d877110 Lower the tx load on txgen 6 years ago
Rongjian Lan ab150879a1 Fix faucet contract tx related txgen sync problem 6 years ago
Leo Chen c111fd19cf do not contact beacon if not in peer discovery mode 6 years ago
Minh Doan 2bf9e7e7ec use struct{} which is size 0, good practice for many go programmers 6 years ago
Minh Doan 8769333418 refactor idc to bc (beacon chain) 6 years ago
Richard Liu 64230da6ee abstract out 2 versions of p2p 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
Leo Chen 6754267f39 support peerdiscovery in client 6 years ago
Richard Liu b2b68d0055 update node.StartServer 6 years ago
Rongjian Lan 036023869f Implement valid selection for account model txs 6 years ago
Rongjian Lan e11d4c2b72 Comment out the line that's causing client not able to receive messages from leaders 6 years ago
Minh Doan 51e47421f5 fix golint for client txgent 6 years ago
Minh Doan b69bfd6a13 fix golint for client/txgent beaconchain 6 years ago
Minh Doan 0a573c104e gix golint 6 years ago