Skip to content

Setup metal-01 under logos.test for the LEZ testnet v2 #29

Description

@Arjentix

Need to setup metal-01.he-eu-hel1.misc.lez.status.im stage as a LEZ testnet v2. It should be located under logos.test.

Details

  • Currently this stage setup is located in infra-misc and there we have just standalone LEZ Sequencer. This is no longer needed and can be removed, but this old setup and https://github.com/status-im/infra-misc/pull/474) could be used as inspiration for a new setup.
  • Need to move it to logos.test but don't change testnet.lez.logos domain name to it until we explicitly ask for it
  • Here it's needed to setup 4 things (with pinned versions):
  • Versions of each of these services should be pinned as described above

Services are connected as follows:

graph TD;
    S[LEZ Sequencer] --> N[Logos Blockchain Node];
    I[LEZ Indexer] --> N[Logos Blockchain Node];
    E[LEZ Explorer] --> I[LEZ Indexer];
Loading

How to test

  • No ERROR logs from services (at least from LEZ)
  • LEZ Sequencer reports about produced blocks
  • Opening LEZ Explorer page first reports that no blocks found, and after some time (I'd say 1 hour) starts showing blocks. No RPC Error messages

Deadline

Deadline is 30 June. After that if everything will be stable we'll ask to change testnet dns to this stage.

I'll attach configs I used for manual deployment in the comment section.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions