Commit Graph

80 Commits (14e017defc18d712a854f70104e173e6eea9c058)

Author SHA1 Message Date
Rongjian Lan bdd2a58e01
Remove expensive bls key serialization code (#3217) 4 years ago
Rongjian Lan a168517dfc
Move BLS related wrapper structure into a separate package (#3209) 4 years ago
Rongjian Lan dbb0ed2f53
Bind public keys into private key wrapper (#3208) 4 years ago
Leo Chen c1f6051da6 [bls] cache BLSPubKey deserialization with LRU 4 years ago
Edgar Aroutiounian 2836f0f620
[project] Remove over complicated packages, useless tests, dead functions (#2780) 5 years ago
Edgar Aroutiounian f8cbd880bb
[project] Bls -> BLS & remove dead Stake solidity contract (#2652) 5 years ago
flicker-harmony aadeae045c Refactor explorer service and add addresses fetch from db 5 years ago
Edgar Aroutiounian c4d744e376
[double-sign] Provide proof of double sign in slash record sent to beaconchain (#2253) 5 years ago
Rongjian Lan f3927bd465 Add uptime stats 5 years ago
Eugene Kim 386a948f7b Mark where to limit goroutine concurrency 5 years ago
Eugene Kim b263073252 Move (core/)types.rlpHash -> (crypto/)hash.FromRLP 5 years ago
chao 801d2ec666 add nil pointer protection when deserialize pubkey 6 years ago
Rongjian Lan 2f295f892b merge master 6 years ago
Rongjian Lan 9a74575bae change all string utility for bls 6 years ago
coolcottontail 7113628732 fixed goimports 6 years ago
coolcottontail 877e10f21e Revert "fix goimports error" 6 years ago
coolcottontail 30d17a77fd fix goimports error 6 years ago
coolcottontail c20f8a1065 fixed based on golint 6 years ago
coolcottontail 95713a6e2f added bls_vrf base code and test case 6 years ago
Rongjian Lan 16279258d0 Remove bls address util and sha256 hash 6 years ago
Minh Doan 6ba6aa221b remove clientsupport and fix import ofr bls 6 years ago
Eugene Kim 7445699909 More fixes/improvements 6 years ago
Rongjian Lan 64d6ee80d3 add public key into consensus/drand message 6 years ago
Rongjian Lan 1dbb1a9250 remove validator IDs 6 years ago
Rongjian Lan 655bd9f73e Use genesis BLS key for beacon chain nodes 6 years ago
Animesh Gaitonde 3a5c90c408 Increase unit test coverage 6 years ago
Animesh Gaitonde cc8b644272 Add case for SetMask 6 years ago
Animesh Gaitonde 9db2423c6f Increase test coverage in bls 6 years ago
Animesh Gaitonde ec6092b8bb Add a new tes in bls 6 years ago
Rongjian Lan 0bd637639c Implement vdf execution and timing 6 years ago
Rongjian Lan d71ee04eae Connect drand with consensus for final randomness channel 6 years ago
Rongjian Lan 756e556e11 Add More util funcs to vdf 6 years ago
Rongjian Lan c86566b849 Fix linter 6 years ago
Rongjian Lan 499d9125c9 Add a simple hash chain delay function 6 years ago
Rongjian Lan 8176fbf511 Remove trillian dependency in p256 6 years ago
Rongjian Lan 213b1c6d82 Remove the extra tests that havev heavy external dependency, we actually don't need them 6 years ago
Rongjian Lan 437060a73c Add apache license to vrf package 6 years ago
Rongjian Lan b274cef420 Fix test on p256 6 years ago
Rongjian Lan c55d2ef04a Add real vrf into drand with validator generating vrf and leader verifying them 6 years ago
Rongjian Lan afc766dbc0 Change test comment 6 years ago
Rongjian Lan 3d2146672b Fix tests for p256_test.go 6 years ago
Rongjian Lan 187fa1abc8 Copy vrf from google/keytransparency package; we will build on this 6 years ago
Rongjian Lan d8c46c61d2 Say goodbye to Schnorr sig and kyber package and mark BLS done 6 years ago
Rongjian Lan 97a04231df Add comments for test and improve bls test 6 years ago
Rongjian Lan 456002406c Fix goimport lint 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
Eugene Kim fb4792bc9f goimports 6 years ago