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: Implemented auto flag handling within the ecosystem and introduced validation. #158

Merged
merged 14 commits into from
Oct 17, 2023

Conversation

KulkarniShashank
Copy link
Contributor

What

  • Refactored the ecosystem to include handling of the auto flag and implemented validation.

Why

  • To improve the functionality of the ecosystem by introducing support for the auto flag and ensuring data validation.

How

  • Integrated the handling of the auto flag within the ecosystem.
  • Implemented validation procedures to ensure data integrity.

@sonarcloud
Copy link

sonarcloud bot commented Oct 17, 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 2 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

return updateEcosystemConfig;

} catch (error) {
this.logger.error(`Error in fetching schema details for submit transaction: ${error.message}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

change the error message

@tipusinghaw tipusinghaw merged commit 1b3a59d into develop Oct 17, 2023
3 checks passed
@tipusinghaw tipusinghaw deleted the auto-endorsement-flag branch October 17, 2023 13:38
KulkarniShashank added a commit that referenced this pull request Oct 25, 2023
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
…roduced validation. (#158)

* 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]>

* feat: auto endorsement flag handle and refactor schema and cred-def

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

* Solved conflicts in endorsement service

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

* Change the API URL for auto sign and submit flag

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

* Modify the error messages in ecosystem

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