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 proposal support to chain scan #5

Merged

Conversation

ralexstokes
Copy link
Collaborator

Fixes #4.

README.md Outdated Show resolved Hide resolved
rebuild_slashing_protection.py Outdated Show resolved Hide resolved
rebuild_slashing_protection.py Show resolved Hide resolved
rebuild_slashing_protection.py Show resolved Hide resolved
rebuild_slashing_protection.py Show resolved Hide resolved
rebuild_slashing_protection.py Show resolved Hide resolved
rebuild_slashing_protection.py Show resolved Hide resolved
rebuild_slashing_protection.py Outdated Show resolved Hide resolved
@adiasg
Copy link
Owner

adiasg commented Dec 8, 2020

The parse_chain method has been deprecated from the master branch. Please merge this into the experimental parse_chain branch.

@ralexstokes ralexstokes force-pushed the add-proposal-support-to-chain-scan branch from 0f8ef77 to e00fe93 Compare December 15, 2020 00:39
@@ -50,22 +50,20 @@ A single entry will be made in each of the attestation slashing protection and b

This prevents the validator from making attestations in the current epoch, and blocks in the current slot, because of [slashing protection conditions 2, 4, and 5](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3076.md#conditions).

##### Validator Activity Implications
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

moved to different part of README

@adiasg adiasg merged commit 7f1695c into adiasg:parse_chain Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for proposal scanning to parse_chain method
2 participants