Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Drand Beacon Cache #586

Merged
merged 4 commits into from
Jul 30, 2020
Merged

Conversation

snaumov
Copy link
Contributor

@snaumov snaumov commented Jul 29, 2020

Summary of changes
Changes introduced in this pull request:

Added local_cache to Drand struct to store previously computed beacons.

Reference issue to close (if applicable)

Closes #411

Other information and links

@CLAassistant
Copy link

CLAassistant commented Jul 29, 2020

CLA assistant check
All committers have signed the CLA.

@snaumov snaumov force-pushed the snaumov/drand-bls-cache branch 2 times, most recently from 81bddd5 to 661b4fd Compare July 29, 2020 12:31
Copy link
Contributor

@austinabell austinabell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few small things, definitely should get @ec2 to check this over to make sure this was what he had in mind :) Thanks so much for this PR!

blockchain/chain_sync/src/sync.rs Outdated Show resolved Hide resolved
blockchain/beacon/src/drand.rs Outdated Show resolved Hide resolved
blockchain/beacon/src/drand.rs Outdated Show resolved Hide resolved
@snaumov snaumov requested a review from austinabell July 30, 2020 01:23
blockchain/beacon/Cargo.toml Show resolved Hide resolved
@austinabell
Copy link
Contributor

austinabell commented Jul 30, 2020

Let us know if you are done with changes and we can update your branch to latest main, or if you would like to do that yourself please do! (Don't want to merge main into this if you are planning on changing anything)

Edit: nvm Erlich is a step ahead of this hahaha

@ec2
Copy link
Member

ec2 commented Jul 30, 2020

LGTM. Just merged main in. Gunna merge into main after CI is done running. This is related to my PR too, so just wanna get it in :)

@austinabell austinabell merged commit 9982c58 into ChainSafe:main Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Drand Beacon Cache
4 participants