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: 75 user story channel implementing openinit handshake #164

Merged

Conversation

shanithkk
Copy link
Collaborator

Description:

As an application developer, I want to implement the OpenInit handshake protocol for a communication channel so that I can establish a secure and authenticated connection with a remote peer.

Commit Message

feat: Implementing openinit handshake for channel

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.

@shanithkk shanithkk self-assigned this Mar 27, 2023
@shanithkk shanithkk changed the title 75 user story channel implementing openinit handshake feat: 75 user story channel implementing openinit handshake Mar 27, 2023
@shanithkk shanithkk marked this pull request as ready for review March 29, 2023 07:24
@shreyasbhat0 shreyasbhat0 merged commit ca87ce1 into main Mar 31, 2023
@shreyasbhat0 shreyasbhat0 deleted the 75-user-story-channel-implementing-openinit-handshake branch March 31, 2023 11:13
ibrizsabin pushed a commit that referenced this pull request Apr 3, 2023
* chore: update channel counter type to u64

* chore: fix testcase eroor

* chore: Implemented open init handshake

* chore: added test cases for openinit handshake

* chore: update open init validate function

* chore: fix validation

* chore: Add open init event in execute method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants