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

light client evidence handling work #5288

Closed
9 of 19 tasks
cmwaters opened this issue Aug 25, 2020 · 1 comment
Closed
9 of 19 tasks

light client evidence handling work #5288

cmwaters opened this issue Aug 25, 2020 · 1 comment

Comments

@cmwaters
Copy link
Contributor

cmwaters commented Aug 25, 2020

Summary

Below is a order of operations to produce the mvp light client and evidence module needed for the 0.34 release

  • 1 : Remove ConflictingHeadersEvidence
  • 2 : Remove LunaticEvidence
  • 3 : Remove PotentialAmnesiaEvidence (remove polc and amnesia evidence)
  • 4 : Move provider handling code out of light client and into provider (e.g. exponential backoff, validate basic)
  • 5 : Create light client attack data structure
  • 6 : Add full node verification, gossiping and committing
  • 7 : Create light client detector for processing conflicting headers
  • 8 : Store relevant vote information in evidence db
  • 9 : Write byzantine integration tests

Post 0.34 possible LCEH follow up work

  • Create a handler to manage providers for the light client
  • Set up p2p providers
  • Use light blocks internally instead of validator set + signed header combo
  • Migrate maverick light client integration tests and tests for rpc endpoints
  • Startup from genesis
  • Full amnesia evidence protocol

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@cmwaters
Copy link
Contributor Author

cmwaters commented Nov 9, 2020

Closing this as (hopefully) all relevant 0.34 evidence work has been done and all remaining post 0.34 work already has a respective issue for it

@cmwaters cmwaters closed this as completed Nov 9, 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 a pull request may close this issue.

1 participant