-
Notifications
You must be signed in to change notification settings - Fork 365
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
fix: casper support on memo tag send flow #8419
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
6485fda
to
9a2ec2c
Compare
@@ -10,6 +10,7 @@ import { MEMO_TAG_COINS } from "./constants"; | |||
* @returns {string | undefined} The memo tag value if the transaction family is supported, otherwise undefined. | |||
*/ | |||
export const getMemoTagValueByTransactionFamily = (transaction: Transaction) => { | |||
console.log(transaction); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you forgot this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooops ! fixed
@@ -5,6 +5,7 @@ | |||
import React from "react"; | |||
import { render, screen, fireEvent } from "tests/testUtils"; | |||
import MemoTagField from "../components/MemoTagField"; | |||
import { act } from "react-dom/test-utils"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this used ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
5be5200
to
c526ee7
Compare
c526ee7
to
a9404a0
Compare
795e21e
to
14dc891
Compare
14dc891
to
2f197dd
Compare
β Checklist
npx changeset
was attached.π Description
This work consist to support Casper send flow within the new Memo/Tag flow.
NOTE before the review (please read this) π¨
Feature flag π΄ Preview
casper_ff_off.mov
Feature flag π Preview
casper_ff_on.mov
β Context
https://ledgerhq.atlassian.net/browse/LIVE-14921
π§ Checklist for the PR Reviewers