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

feat: contract-configuration-CKIP-21 #3

Closed
wants to merge 3 commits into from

Conversation

Prathiksha-Nataraja
Copy link
Contributor

Description:

The goal of this task is to configure the contracts to handle the IBC communication
Acceptance Criteria :

Modules should be assigned with proper port for IBC
Message should exchanges between the app and Core of IBC

Commit Message

feat: contract configuration

see the guidelines for commit messages.

Checklist:

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

"--gas auto",
"--output json"
],)
deploy = plan.exec(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation is wrong here please fix it

node-url,
"--fees 300uconst"
],)
instantiate = plan.exec(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

recipe=exec_recipe
)

def instantiate(paln, service_name,wallet_name, label, ):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instantiating cosmwasm contract needs code id please fix the logic of instantiating

@shreyasbhat0
Copy link
Contributor

Please refer https://book.cosmwasm.com/index.html for more info on contract deployment

@shreyasbhat0 shreyasbhat0 deleted the CKIP-21-Contract-Configuration branch June 27, 2023 14:41
Mr-Nobody21 pushed a commit to Mr-Nobody21/DIVE that referenced this pull request May 7, 2024
…andling-and-Error-Messages

Dive 361 error handling and error messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants