diff --git a/.github/workflows/frontend:erc20-messaging.yml b/.github/workflows/frontend:erc20-messaging.yml index 1cb1574..8134414 100644 --- a/.github/workflows/frontend:erc20-messaging.yml +++ b/.github/workflows/frontend:erc20-messaging.yml @@ -11,8 +11,8 @@ on: type: choice default: light options: - - light - - full + - light + - full local-erc20-messaging-infra-ref: description: "Git ref of local-erc20-messaging-infra" required: false @@ -152,13 +152,13 @@ jobs: if: failure() run: docker ps - - name: Debug sending Certificate Producer + - name: Debug sending sequencer if: failure() - run: docker logs topos-certificate-producer + run: docker logs topos-sequencer - - name: Debug receiving Certificate Producer + - name: Debug receiving sequencer if: failure() - run: docker logs incal-certificate-producer + run: docker logs incal-sequencer - name: Debug topos node 1 if: failure() diff --git a/.github/workflows/topos:integration-tests.yml b/.github/workflows/topos:integration-tests.yml index 04227f0..e4227fc 100644 --- a/.github/workflows/topos:integration-tests.yml +++ b/.github/workflows/topos:integration-tests.yml @@ -78,7 +78,7 @@ jobs: TOPOS_CORE_SALT: ${{ secrets.TOPOS_CORE_SALT }} TOPOS_CORE_PROXY_SALT: ${{ secrets.TOPOS_CORE_PROXY_SALT }} ERC20_MESSAGING_SALT: ${{ secrets.ERC20_MESSAGING_SALT }} - SUBNET_REGISTRATOR_SALT: ${{ secrets.SUBNET_REGISTRATOR_SALT }} + SUBNET_REGISTRATOR_SALT: ${{ secrets.SUBNET_REGISTRATOR_SALT }} TOPOS_VERSION: ${{ env.TOPOS_DOCKER_TAG }} TOPOS_MESSAGING_PROTOCOL_CONTRACTS_VERSION: ${{ env.CONTRACTS_DOCKER_TAG }} @@ -151,11 +151,11 @@ jobs: ERC20_MESSAGING_SALT: ${{ secrets.ERC20_MESSAGING_SALT }} SUBNET_REGISTRATOR_SALT: ${{ secrets.SUBNET_REGISTRATOR_SALT }} - - name: Run target Certificate Producer cert delivery test + - name: Run target sequencer cert delivery test run: > cd infra && source .env && - ./tests/test_cert_certificate_producer_delivery.sh + ./tests/test_cert_sequencer_delivery.sh env: DOCKER_DEFAULT_PLATFORM: linux/amd64 PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} @@ -183,13 +183,13 @@ jobs: if: failure() run: docker ps - - name: Debug sending Certificate Producer + - name: Debug sending sequencer if: failure() - run: docker logs topos-certificate-producer + run: docker logs topos-sequencer - - name: Debug receiving Certificate Producer + - name: Debug receiving sequencer if: failure() - run: docker logs incal-certificate-producer + run: docker logs incal-sequencer - name: Debug TCE boot node if: failure() diff --git a/.github/workflows/topos:certificate-producer-contracts.yml b/.github/workflows/topos:sequencer-contracts.yml similarity index 95% rename from .github/workflows/topos:certificate-producer-contracts.yml rename to .github/workflows/topos:sequencer-contracts.yml index e5c6d80..7852db5 100644 --- a/.github/workflows/topos:certificate-producer-contracts.yml +++ b/.github/workflows/topos:sequencer-contracts.yml @@ -1,4 +1,4 @@ -name: Certificate Producer Topos-Smart-Contracts +name: Sequencer Topos-Smart-Contracts on: pull_request: @@ -111,8 +111,8 @@ jobs: - name: Move contract artifacts run: mv contracts/artifacts topos - - name: Install anvil - run: | + - name: Install anvil + run: | curl -L https://foundry.paradigm.xyz -o install_foundry.sh bash install_foundry.sh source /home/runner/.bashrc @@ -122,5 +122,5 @@ jobs: working-directory: topos run: | export PATH=$PATH:/home/runner/.config/.foundry/bin - cd crates/topos-certificate-producer-subnet-runtime + cd crates/topos-sequencer-subnet-runtime cargo test -- --nocapture diff --git a/README.md b/README.md index d3f3b2c..066f33c 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,17 @@ E2E-Tests is the end-to-end test suite testing all components of the Topos stack ![example workflow](https://github.com/topos-protocol/e2e-tests/actions/workflows/frontend:erc20-messaging.yml/badge.svg) -![example workflow](https://github.com/topos-protocol/e2e-tests/actions/workflows/topos:certificate-producer-contracts.yml/badge.svg) +![example workflow](https://github.com/topos-protocol/e2e-tests/actions/workflows/topos:sequencer-contracts.yml/badge.svg) [![](https://dcbadge.vercel.app/api/server/7HZ8F8ykBT?style=flat)](https://discord.gg/7HZ8F8ykBT) +## Development + +Contributions are very welcomed, the guidelines are outlined in [`CONTRIBUTING.md`](./CONTRIBUTING.md). + ## Support -Feel free to [open an issue](https://github.com/topos-protocol/e2e-tests/issues/new) if you have a feature request or bug report.
-If you have any questions, do not hesitate to reach out to us on [Discord](https://discord.gg/7HZ8F8ykBT)! +Feel free to [open an issue](https://github.com/topos-protocol/e2e-tests/issues/new) if you have any feature request or bug report.
+If you have any questions, do not hesitate to reach us on [Discord](https://discord.gg/7HZ8F8ykBT)! ## Resources