Commit Graph

58 Commits (7ac35f04fd75fcc30e215030268573f50c380486)

Author SHA1 Message Date
u5surf 4d09b63dff [lint] fix gofmt #708 6 years ago
Leo Chen 875d5f02f9 [utils] add a wallet profile read function 6 years ago
Rongjian Lan 6044b76068 migrate bls identity from address to public key 6 years ago
Rongjian Lan f72cb43b83 make 1+3 sharded network work locally with deploy.sh 6 years ago
Leo Chen 313ddac6ca [utils] move GetAddressHex to utils module 6 years ago
Leo Chen 957fdf0eac [wallet] support rpc server using environment variable 6 years ago
Minh Doan 1a15ad0ed4 Fix comments server code & rebase. 6 years ago
Rongjian Lan 8077352426 Bump up genesis beaconchain size to 50 6 years ago
Rongjian Lan 1dbb1a9250 remove validator IDs 6 years ago
Minh Doan 5aa72168a8 add demo contract to genesis 6 years ago
Minh Doan 4dac52c33d add constants for demo accounts 6 years ago
Rongjian Lan c54e225dc4 Setup initial shard state 6 years ago
Leo Chen 5a9b16ba0b #540 filter out private IP 6 years ago
Rongjian Lan 2c1b0d5562 setup initial beacon chain keys 6 years ago
animeshg e5a7c1ba49 Add tests in drand, group & backoff 6 years ago
Rongjian Lan eb0af9c05d Use hard coded account for staking 6 years ago
Rongjian Lan 72f75935e7 Make the first staking transaction working on the contract 6 years ago
Leo Chen f3ffc65401 [cleanup] remove libp2p unicast support 6 years ago
Minh Doan 6c8f0f4b02 add comments 6 years ago
Minh Doan 3bf27e3047 set up staking key temporarily 6 years ago
Minh Doan 2df79e3bec modify genesis string 6 years ago
Minh Doan 269e4f6119 fix private key constant 6 years ago
Minh Doan 93c94c4bd9 generate fake deploy contract 6 years ago
Leo Chen a55b4514dd use gossip for all consensus messages 6 years ago
Eugene Kim 02abf88079 Move connection logger to internal/utils 6 years ago
Leo Chen c6c7f9c46d add comment for testing bootnode 6 years ago
Leo Chen 94be80920d load both pub/priv p2p keys 6 years ago
Minh Doan 55b6f3be2c add more address 6 years ago
Minh Doan e4fe327426 move constants to contract/constants.go to avoid cycle import 6 years ago
Leo Chen da0d9bc227 use a global BootNodes variable 6 years ago
Rongjian Lan d8c46c61d2 Say goodbye to Schnorr sig and kyber package and mark BLS done 6 years ago
Leo Chen ad9c68a4db add an AddrList type for a list of multiaddress 6 years ago
Leo Chen eb6e2f569b add private key save and load functions 6 years ago
Leo Chen f814a0b630 change the interface not to use pointer 6 years ago
Leo Chen a84b645cd8 merge load/save test functions 6 years ago
Leo Chen bbc1192cf6 add util functions to convert p2p private keys to/from base64 string 6 years ago
Rongjian Lan 97a04231df Add comments for test and improve bls test 6 years ago
Rongjian Lan 7cbb6e4835 Add unit tests for bls utils 6 years ago
Eugene Kim 24fd9d67b8 More goimports 6 years ago
Rongjian Lan c1944bd71e Init bls explicitly 6 years ago
Minh Doan d634d43148 fix import order 6 years ago
Minh Doan 139d81113e only use logging singleton 6 years ago
Rongjian Lan 39b941d904 Migrate to BLS 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
Leo Chen 550da64144 fix all the go test errors after p2p changes 6 years ago
Leo Chen a93672449b add functions to generate keypairs for libp2p 6 years ago
alok 085a56bae7 beaconchain reset 6 years ago
Eugene Kim 5ad4d5a8f0 Adjust import paths and also goimports 6 years ago
Minh Doan 4ebb553a50 add singleton for logging 6 years ago
Minh Doan ec5c0495c9 refactor singleton 6 years ago