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: relay-setup-CKIP-19 #2

Closed
wants to merge 2 commits into from
Closed

Conversation

Prathiksha-Nataraja
Copy link
Contributor

Description:

The goal of this task is to setup relay for BTP integration so that btp messages can be passed between btp compatiable chains

Acceptance Criteria :

Contract should be configured properly

relay should be able to send and receive message from chain A to chain B

Commit Message

feat: relay setup

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.

plan.print("Using BTP Block node")
BMV_BRIDGE = False

RELAY_BIN [
Copy link
Contributor

Choose a reason for hiding this comment

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

Syntax mistake

"--dst.key_store", DST_KEY_STORE,
"--dst.key_password", DST_KEY_PASSWORD,
"start"
]
Copy link
Contributor

Choose a reason for hiding this comment

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

this argument needs to executed on the plan object

def run(plan,args):
plan.print("hello")
result = relay(plan, args, chain_config_path, deployment_path)
run()
Copy link
Contributor

Choose a reason for hiding this comment

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

Please refer Kurtosis document for the usage guide

@shreyasbhat0 shreyasbhat0 deleted the CKIP-19-Relay-Setup branch June 27, 2023 14:41
Mr-Nobody21 pushed a commit to Mr-Nobody21/DIVE that referenced this pull request May 7, 2024
feat: implement error codes and error handling for dive
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