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(dart/catalyst_cardano_serialization): x509 self-signed certificate #831

Merged
merged 16 commits into from
Sep 19, 2024

Conversation

dtscalac
Copy link
Contributor

Description

  • Adds X509 self signed certificate generator
  • Updates example app to submit the self-signed cert with RBAC transaction

Related Issue(s)

Closes #791

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@dtscalac dtscalac added review me PR is ready for review dart Pull requests that update Dart code labels Sep 18, 2024
@dtscalac dtscalac self-assigned this Sep 18, 2024
Copy link
Contributor

github-actions bot commented Sep 18, 2024

Test Report | ${\color{lightgreen}Pass: 211/211}$ | ${\color{red}Fail: 0/211}$ |

Copy link
Contributor

@damian-molinski damian-molinski left a comment

Choose a reason for hiding this comment

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

lgtm

@dtscalac dtscalac changed the title feat(cat-voices): x509 self-signed certificate feat(cat-cardano-serialization): x509 self-signed certificate Sep 19, 2024
@dtscalac dtscalac changed the title feat(cat-cardano-serialization): x509 self-signed certificate feat(dart/catalyst-cardano-serialization): x509 self-signed certificate Sep 19, 2024
@dtscalac dtscalac changed the title feat(dart/catalyst-cardano-serialization): x509 self-signed certificate feat(dart/catalyst_cardano_serialization): x509 self-signed certificate Sep 19, 2024
@dtscalac dtscalac merged commit 0c49e1b into main Sep 19, 2024
35 of 37 checks passed
@dtscalac dtscalac deleted the feat/required-signers-utils branch September 19, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Research X509 certificate generation in flutter
2 participants