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 positioning ATX to commitment for PoST initialisation #3556

Closed
Tracked by #172
fasmat opened this issue Sep 15, 2022 · 0 comments
Closed
Tracked by #172

Add positioning ATX to commitment for PoST initialisation #3556

fasmat opened this issue Sep 15, 2022 · 0 comments
Assignees

Comments

@fasmat
Copy link
Member

fasmat commented Sep 15, 2022

Description

  • When starting a session in the PostSetupManager PoST is initialised with the VRF public key (or NodeId). Instead it should be initialised with the hash digest of the concatenation of the ID of the positioning ATX and the NodeId.
  • The chosen positioning ATX needs to be added to the initial ATX as part of the NIPostChallenge.
    • For incoming initial ATXs check that they have this field set and that it references an existing valid ATX. For all other ATXs ensure that this feed is not set.
  • When verifying a PoST use the hash digest of the concatenation of the ID of the positioning ATX and the NodeId as input instead of just the NodeId.

Implementation hints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant