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

Draft: Add Credentials Support #1118

Draft
wants to merge 4 commits into
base: staging
Choose a base branch
from
Draft

Draft: Add Credentials Support #1118

wants to merge 4 commits into from

Conversation

achowdhry-ripple
Copy link
Collaborator

@achowdhry-ripple achowdhry-ripple commented Jan 14, 2025

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Tests (You added tests for code that already exists, or your new feature included in this PR)
  • Documentation Updates
  • Translation Updates
  • Release

TypeScript/Hooks Update

  • Updated files to React Hooks
  • Updated files to TypeScript

Before / After

Test Plan

kennyzlei and others added 3 commits December 18, 2024 10:06
## High Level Overview of Change

Fix typo for website in english translation

### Context of Change

Bug introduced in #1056

### Type of Change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Refactor (non-breaking change that only restructures code)
- [ ] Tests (You added tests for code that already exists, or your new
feature included in this PR)
- [ ] Documentation Updates
- [ ] Translation Updates
- [ ] Release

### TypeScript/Hooks Update

- [ ] Updated files to React Hooks
- [ ] Updated files to TypeScript
@achowdhry-ripple achowdhry-ripple changed the title Add Credentials Transactions Draft: Add Credentials Transactions Jan 14, 2025
@achowdhry-ripple achowdhry-ripple changed the title Draft: Add Credentials Transactions Draft: Add Credentials and PermissionedDomain Support Jan 14, 2025
Comment on lines 18 to 23
{convertHexToString(Account)}
</SimpleRow>
)}
{Issuer && (
<SimpleRow label={t('issuer')} data-test="issuer">
{convertHexToString(Issuer)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Account and Issuer aren't hex


export const CredentialAcceptTransaction: TransactionMapping = {
Simple,
action: TransactionAction.ACCEPT,
Copy link
Collaborator

@mvadari mvadari Jan 14, 2025

Choose a reason for hiding this comment

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

I would use MODIFY instead of creating a new type just for this

@achowdhry-ripple achowdhry-ripple changed the title Draft: Add Credentials and PermissionedDomain Support Draft: Add Credentials Support Jan 15, 2025
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.

3 participants