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

Add testnet integration test for HelloWorld #29

Open
gator-boi opened this issue Dec 20, 2022 · 0 comments
Open

Add testnet integration test for HelloWorld #29

gator-boi opened this issue Dec 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gator-boi
Copy link
Contributor

Objective

Add an integration test that allows Hello World apps to speak to each other on testnet.

Definition of Done

In a new directory (probably called testnet in the root of the repository), build out how the tests should be organized and add a test that performs sendMessage and receiveMessage from each EVM, Solana and Aptos contract.

Please be mindful of other apps from new networks joining the test. For example, if a Hello World Algorand app is written, each app should interact with the other two apps (Algorand <> EVM and Solana, Solana <> Algorand and EVM, etc). We prefer the tests to be exhaustive, so each network's app interacting with all other networks' apps.

@gator-boi gator-boi added this to the 01 - Hello World milestone Dec 20, 2022
@a5-pickle a5-pickle added the enhancement New feature or request label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants