You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Tasks
The text was updated successfully, but these errors were encountered: