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

Investigate How to Test GRANDPA Catch-Up #2157

Closed
danforbes opened this issue Jan 10, 2022 · 2 comments
Closed

Investigate How to Test GRANDPA Catch-Up #2157

danforbes opened this issue Jan 10, 2022 · 2 comments
Assignees

Comments

@danforbes
Copy link
Contributor

No description provided.

@noot
Copy link
Contributor

noot commented Jan 10, 2022

for interop, the basic steps are:

  1. run substrate polkadot node (and wait for it to sync)
  2. run gossamer node, pretend that it's an authority (ie. set Roles = 4 in NeighbourMessage)
  3. send catch-up request from gossamer node to substrate node (on outbound grandpa stream)
  4. check if we receive a catch-up response from the substrate node on an inbound grandpa stream

the catch-up request we send should be for the latest setID afaik.

@timwu20
Copy link
Contributor

timwu20 commented Jan 5, 2023

#1531

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

No branches or pull requests

5 participants