prysm-pulse/beacon-chain/sync
Nishant Das 24583864b4 Change BLS Library to Herumi (#3752)
* change to herumi's bls

* change alias

* change to better

* add benchmark

* build

* change to bazel fork

* fix prefix

* make it work with library

* update to latest

* change again

* add import

* update to latest

* add sha commit

* new static lib with groups swapped

* using herumis new lib

* fix dep paths in c headers

* update again

* new changes

* fix commit

* fix serialization

* comment

* fix test

* fix to herumis latest version

* fix test

* fix benchmarks

* add new workspace

* change commit and remove init

* get test to pass

* remove parameter

* remove reverse byte order

* make gazelle happy

* set pure to off

* fix failing tests

* remove old ref

* use HashWithDomain functions

* update to latest version

* clean up

* gaz

* add back removed code

* switch off pure
2019-11-14 09:51:42 -06:00
..
initial-sync Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
peerstatus Fix Failure Counter (#3850) 2019-10-29 13:23:55 +08:00
BUILD.bazel Annotate errors / spans in block processing queue (#3751) 2019-10-10 17:44:24 +09:00
deadlines.go Initial Sync: Round robin (#3538) 2019-09-25 12:00:04 -05:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Remove Error Message Type (#3533) 2019-09-20 09:13:38 -05:00
error.go Remove Error Message Type (#3533) 2019-09-20 09:13:38 -05:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Add metrics for p2p failures (#3662) 2019-09-29 22:23:19 -07:00
pending_blocks_queue_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
pending_blocks_queue.go Annotate errors / spans in block processing queue (#3751) 2019-10-10 17:44:24 +09:00
rpc_beacon_blocks_by_range_test.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
rpc_beacon_blocks_by_range.go Fix finalized block root index (#3950) 2019-11-08 11:00:46 +08:00
rpc_beacon_blocks_by_root_test.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
rpc_beacon_blocks_by_root.go Continue Writing to The Stream Despite Failures (#3743) 2019-10-09 14:57:43 +08:00
rpc_chunked_response.go Initial Sync: Round robin (#3538) 2019-09-25 12:00:04 -05:00
rpc_goodbye_test.go Update Naming to Latest Networking Spec (#3519) 2019-09-20 11:57:28 +05:30
rpc_goodbye.go Update Naming to Latest Networking Spec (#3519) 2019-09-20 11:57:28 +05:30
rpc_status_test.go Fix Failure Counter (#3850) 2019-10-29 13:23:55 +08:00
rpc_status.go Fix Failure Counter (#3850) 2019-10-29 13:23:55 +08:00
rpc_test.go allow rpc requests (#3490) 2019-09-16 12:54:46 -05:00
rpc.go add peer to span and log (#3838) 2019-10-23 18:35:08 -07:00
service.go Fix Failure Counter (#3850) 2019-10-29 13:23:55 +08:00
subscriber_beacon_attestation.go Minor runtime fixes (#3335) 2019-08-27 22:19:47 -05:00
subscriber_beacon_blocks_test.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
subscriber_beacon_blocks.go Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
subscriber_handlers.go fixes (#3291) 2019-08-23 17:34:03 -04:00
subscriber_test.go Update Naming to Latest Networking Spec (#3519) 2019-09-20 11:57:28 +05:30
subscriber.go Add message events to spans for pubsub (#3703) 2019-10-03 09:33:16 -07:00
validate_attester_slashing_test.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
validate_attester_slashing.go Add context and tracing to attestation pool (#3737) 2019-10-09 06:42:17 +08:00
validate_beacon_attestation_test.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08:00
validate_beacon_attestation.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08:00
validate_beacon_blocks_test.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
validate_beacon_blocks.go Dont Process Old Blocks And Attestations (#3925) 2019-11-07 14:17:00 -05:00
validate_proposer_slashing_test.go Change BLS Library to Herumi (#3752) 2019-11-14 09:51:42 -06:00
validate_proposer_slashing.go Add Error to Message validation (#3678) 2019-10-01 08:13:04 -07:00
validate_voluntary_exit_test.go Change BLS Library to Herumi (#3752) 2019-11-14 09:51:42 -06:00
validate_voluntary_exit.go Add Error to Message validation (#3678) 2019-10-01 08:13:04 -07:00