Commit Graph

187 Commits (a3f701399d55861d36ca970d2381f8f8f8ee188c)

Author SHA1 Message Date
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 33cf8aa1c5 Return if shard failed for wallet 6 years ago
Rongjian Lan 47bf75d7a4 Fix potential index-out-of-bound issue in wallet 6 years ago
Rongjian Lan 2e48f66a57 Fix build error by removing legacy reference 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 b9279f67de Make the shard balances report in order 6 years ago
Rongjian Lan 141d2f551a Fix balances check on specific address 6 years ago
Rongjian Lan eb0b36444f Fix balance format problem 6 years ago
Rongjian Lan 19e179fa44 Fix tx Id format for wallet 6 years ago
Rongjian Lan 60d5a49233 fix lint 6 years ago
Rongjian Lan 4c5972e3b1 Make tx generate meaningful txs 6 years ago
Rongjian Lan a89d877110 Lower the tx load on txgen 6 years ago
Rongjian Lan 456fa4e4ec Update beacon chain ip in wallet 6 years ago
Rongjian Lan ab150879a1 Fix faucet contract tx related txgen sync problem 6 years ago
Leo Chen 5e7d003dd8 add -version support in wallet 6 years ago
Rongjian Lan 97e169fe27 Implement faucet functionality and sharded transaction for wallet 6 years ago
Leo Chen c111fd19cf do not contact beacon if not in peer discovery mode 6 years ago
Rongjian Lan f89e4dce7b Fix error 6 years ago
Rongjian Lan bfaa0fdaef Add rpc server for beacon chain 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
Leo Chen 53a5c3c856 HAR-65: support node removal after node is offline 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 dfc6721122 fix golint for client utils 6 years ago
Minh Doan 2f0a5b23e5 fix golint for client 6 years ago
Minh Doan b69bfd6a13 fix golint for client/txgent beaconchain 6 years ago
Minh Doan 0a573c104e gix golint 6 years ago
Leo Chen 76375a2425 HAR-84: golint fix of p2p/peer.go 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
Minh Doan fe6fc151bf change constants to gofmt style 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