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

Archive node - change how it is generated #68

Closed
1 task done
piotr-iohk opened this issue Sep 23, 2023 · 0 comments · Fixed by #70
Closed
1 task done

Archive node - change how it is generated #68

piotr-iohk opened this issue Sep 23, 2023 · 0 comments · Fixed by #70
Assignees

Comments

@piotr-iohk
Copy link
Contributor

piotr-iohk commented Sep 23, 2023

Problem

Currently archive is translated into postgres + archive service with all block producers writting to the service. We need to change it to postgres + archive service + dedicated archive node (mina daemon posting to archive service -archive-address archive-service:3086). This is how it works in GCP.

Topology file needs to be updated accordingly (this is tracked in MinaFoundation/mina#92).

Acceptance Criteria

  • default network updated
  • update exemplary topology with new format once it is available
  • topology based network generation updated
  • make sure bp nodes don't post to the archive service, only dedicated archive node does.

Tasks

  • implement
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