EYBlockchain / nightfall_3

a mono-repo containing an optimistic version of nightfall
Creative Commons Zero v1.0 Universal
260 stars 57 forks source link

remove 'hosted-utils-api-server' service from multiproposer 'docker-compose' #1437

Open fullkomnun opened 1 year ago

fullkomnun commented 1 year ago

What does this implement/fix? Explain your changes.

Remove 'hosted-utils-api-server' service from multiproposer 'docker-compose' since it is not required to run 'ping-pong' e2e test

Does this close any currently open issues?

Nope

What commands can I run to test the change?

Run ping-pong-test locally and/or via CI:

  1. NF_SERVICES_TO_START=blockchain,deployer,worker ./bin/setup-nightfall
  2. CONFIRMATIONS=1 WHITELISTING=disable ./bin/start-multiproposer-test-env -g [in another terminal]
  3. npm ci
  4. docker wait nightfall_3_deployer_1 (wait for deployer to finish)
  5. CONFIRMATIONS=1 npm run ping-pong

Any other comments?

Just avoiding building an image and starting a container unnecessarily