Commit Graph

71 Commits (7ac35f04fd75fcc30e215030268573f50c380486)

Author SHA1 Message Date
Leo Chen d31ee7d366 [cleanup] remove peers variable from consensus New function 6 years ago
u5surf 4d09b63dff [lint] fix gofmt #708 6 years ago
johnwhitton 6e5c3e7264 Handle NewMask errors 6 years ago
Rongjian Lan f72cb43b83 make 1+3 sharded network work locally with deploy.sh 6 years ago
chao 1bedd7dc85 change archival node as a validator; it's more secure for archival node to validate before accept the blocks; 6 years ago
Minh Doan beaa0a84fe clean up technical debt 6 years ago
Rongjian Lan 1dbb1a9250 remove validator IDs 6 years ago
Rongjian Lan 8800b5e171 Fix errors 6 years ago
Rongjian Lan 655bd9f73e Use genesis BLS key for beacon chain nodes 6 years ago
Chao Ma 5496d697da combine wallet/txgen into light client node; 6 years ago
Minh Doan ca25ea657a fix goimports 6 years ago
Minh Doan 9a2cfb9080 change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
Minh Doan a4d3c13a18 rename PubKey to BlsPubKey 6 years ago
Leo Chen 634ada791c add beacon neighbor support 6 years ago
Leo Chen f3ffc65401 [cleanup] remove libp2p unicast support 6 years ago
Leo Chen d2dfbc3d52 fix travis checker errors 6 years ago
Rongjian Lan 156f2dc6ae Also move tests for staking_test.go 6 years ago
Leo Chen 702e5e2f19 add leader pubkey in pong message 6 years ago
ak fe7e8d69e3 responding to review changes 6 years ago
ak ab9fe9ebf1 modify tests add switch case change contract binary 6 years ago
Rongjian Lan ffd06145ec Add message passing between drand leader/validator 6 years ago
ak c30acdfa2f adding tests for updating staking list 6 years ago
Rongjian Lan d8c46c61d2 Say goodbye to Schnorr sig and kyber package and mark BLS done 6 years ago
Leo Chen 9340ef4f86 move proto/pingping to discovery module 6 years ago
Eugene Kim cd44397168 Remove deprecated Ready field 6 years ago
Rongjian Lan 39b941d904 Migrate to BLS 6 years ago
Leo Chen 2984fb90ba fix go test errors in travis_checker.sh 6 years ago
Leo Chen a78d42cc0a fix travis_checker go test error 6 years ago
Leo Chen 550da64144 fix all the go test errors after p2p changes 6 years ago
Leo Chen f35f3d25d0 fix go test error after libp2p enabled 6 years ago
Rongjian Lan 0f69e5744f Fix typo 6 years ago
Rongjian Lan fdcce8e4de Add tests for node_handler.go; move stream interface to its own file;create mock for stream.go 6 years ago
ak 99bdb39875 proto files 6 years ago
Minh Doan 82a725abfa move trie and utils into internal 6 years ago
Rongjian Lan a73a9a9f09 Remove UTXO model 6 years ago
Richard Liu 64230da6ee abstract out 2 versions of p2p 6 years ago
Minh Doan 46212eb359 length of syncing peers should be 1 now 6 years ago
Richard Liu b2b68d0055 update node.StartServer 6 years ago
Minh Doan e028236935 add syncing port logic for syncing 6 years ago
Rongjian Lan 3da5684957 Fix test failure introduced by other PR 6 years ago
Minh Doan 461db024bc add dosyncing for node and fix test of getpeer 6 years ago
Minh Doan b6dd823812 write get peers to do syncing 6 years ago
Rongjian Lan 036023869f Implement valid selection for account model txs 6 years ago
Leo Chen 0407dc559b HAR-65: send redundant Pong messages to validators 6 years ago
Richard Liu f2c3290ccd fix test issues 6 years ago
Leo Chen 76375a2425 HAR-84: golint fix of p2p/peer.go 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
Leo Chen 91f804eb13 [HAR-5] Leader populates public keys to all validators 6 years ago
Leo Chen 443feac41d handle ping/pong message properly 6 years ago