Commit Graph

12 Commits (5ad61a58851ffe16ab8318e33cb8d8f144e31c2e)

Author SHA1 Message Date
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
Rongjian Lan 9762051ebb Add shard Id into txgen and make it work 6 years ago
Minh Doan 8902365c45 clean up code 6 years ago
Richard Liu ba47c85faf ip+port => peer; update signature of consensus.New and node.New as preparation for p2p 6 years ago
Richard Liu 9ac2645935 integrate libp2p as version 2 p2p 6 years ago
Rongjian Lan a4200bccb1 Fully integrate with tx gen by account model 6 years ago
Rongjian Lan c1ef9423f2 Add account-based tx gen 6 years ago
Rongjian Lan 544f0e39bd Report transactions stats (Account Model) 6 years ago
Rongjian Lan 0c0dfd8462 integrate account model into consensus without the block verification part 6 years ago
Rongjian Lan 9fbfee9907 integrate account model into consensus without the block verification part 6 years ago
Leo Chen 2a602db9b0 fix the build after rename the repo to harmony-one 6 years ago
Minh Doan 7f9c81874d cleanup 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 9f9607f5c5 change txId to txID 6 years ago
Minh Doan 7513a79c32 change shardId to shardID, and ShardId to ShardID 6 years ago
Rongjian Lan 6b3083a6d2 Make cross-shard tx 2 times more complex than single shard tx 6 years ago
Rongjian Lan d288e9b805 We are going 20k 6 years ago
Minh Doan 9cdff512f0 change the default time of experiment from 60 seconds to 120 seconds 6 years ago