-
Notifications
You must be signed in to change notification settings - Fork 29
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
Interchain Tests #163
Interchain Tests #163
Conversation
@@ -0,0 +1,32 @@ | |||
package interchaintest |
Check warning
Code scanning / Revive (reported by Codacy)
should have a package comment
tests/interchaintest/setup.go
Outdated
) | ||
|
||
var ( | ||
MigalooMainRepo = "ghcr.io/white-whale-defi-platform/migaloo-chain" |
Check warning
Code scanning / Revive (reported by Codacy)
exported var MigalooMainRepo should have comment or be unexported
Thanks for taking this issue! Please let me know if you need any help |
@anhductn2001 can you please put a more detailed description on this pr? Thanks! |
Yes, I will. Sure!! And I also add document for this when it finished. |
Can you help me public this image: https://github.com/White-Whale-Defi-Platform/migaloo-chain/pkgs/container/migaloo-chain-ictest |
yes I can, thanks for asking @anhductn2001 |
@anhductn2001 sir here's your image: https://github.com/White-Whale-Defi-Platform/migaloo-chain/pkgs/container/migaloo-chain-ictest use the ghcr path you can find there :) |
Please public it @faddat. The status is private now. TY! |
ahhh gotcha. 1 sec |
I think you need to ask @Sen-Com in slack sir |
Yea, I will |
hey I think I am going to pull the docker image out of here, then merge it to main... |
.gitignore
Outdated
@@ -3,4 +3,5 @@ bin | |||
.ash_history | |||
|
|||
|
|||
|
|||
go.work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will commit go.work but not go.sum
Hmm, I am thinking about that. There seems to be no response from someone who has the permission to manage ghcr package yet |
lets do the go workspace. I like them |
Workspace should be add manual in local env, sir. We dont need add go.work on repo, it should a go.work.example |
do like this: https://github.com/osmosis-labs/osmosis/blob/main/go.work commit go.work but don't commit go.work.sum |
We should temporarily remove it @faddat , because it causes errors when building binary. This is related to the dep version in interchaintest |
Can you review this @faddat? |
Yep, please call me next time you need a review if it doesn't happen promptly :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like a basic implementation we will want to add upgrading testing, but -- great start!
Interchaintest orchestrates Go tests that utilize Docker containers for multiple IBC-compatible blockchains.
It allows users to quickly spin up custom testnets and dev environments to test IBC, chain infrastructures, smart contracts, etc.