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

refactor: use nodex-didcomm and remove unused codes #288

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

rabe1028
Copy link
Contributor

@rabe1028 rabe1028 commented Mar 26, 2024

Description

To simplify nodex, we want to use nodex-didcomm.
And

  • remove unused libraries
  • update libraries

WARNING

This PR removed unused internal APIs. Please check them.

@rabe1028 rabe1028 marked this pull request as ready for review March 28, 2024 15:01
@rabe1028 rabe1028 requested a review from a team as a code owner March 28, 2024 15:01
Comment on lines +28 to +29
public_key: hex.public,
secret_key: hex.private,
Copy link
Contributor

@yokishava yokishava Mar 30, 2024

Choose a reason for hiding this comment

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

In nodex-didcomm, fields are defined as public and private, but in agent, they are public_key and private_key.
This causes an error in nodex-platform's device info process.

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.

None yet

2 participants