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: Schema and cred-def auto sign and submit endorsement transaction #153

Merged
merged 9 commits into from
Oct 13, 2023

Conversation

KulkarniShashank
Copy link
Contributor

@KulkarniShashank KulkarniShashank commented Oct 13, 2023

What

  • Enables the automatic signing and submission of endorsement transactions, incorporating schema and credential definition information.

Why

  • This feature will simplify the process of endorsing transactions by automating the signing and submission steps. It will reduce the manual effort required from users, making the system more user-friendly.
  • Automation can significantly speed up the transaction endorsement process, leading to quicker turnaround times and improved efficiency for users.

How

  • To achieve the automatic signing and submission of endorsement transactions with schema and credential definitions
  • The system will fetch the relevant schema and credential definition data from the appropriate sources or repositories.
  • The retrieved data will be integrated into the transaction, ensuring that the endorsement process includes the latest schema and credential information.
  • The system will automatically sign the transaction using the user's private key or the designated signing mechanism.
  • After signing, the system will automatically submit the endorsed transaction to the network

@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@tipusinghaw tipusinghaw left a comment

Choose a reason for hiding this comment

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

LGTM

@tipusinghaw tipusinghaw merged commit 64c8632 into develop Oct 13, 2023
3 checks passed
@tipusinghaw tipusinghaw deleted the auto-sign-and-submit branch October 13, 2023 14:21
KulkarniShashank added a commit that referenced this pull request Oct 25, 2023
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
#153)

* Added the auto submit flag for automatic submit the transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Removed unnecessary params

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling in the schema endorsement

Signed-off-by: KulkarniShashank <[email protected]>

* feat: Schema and credDef auto sign and submit transaction

Signed-off-by: KulkarniShashank <[email protected]>

* Solved issue when schema sign

Signed-off-by: KulkarniShashank <[email protected]>

* Added the validation for the cedDef create and write

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
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