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

Move transaction serialization in correct directory #6663

Merged
merged 4 commits into from Apr 29, 2024

Conversation

sprohaszka-ledger
Copy link
Contributor

✅ Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • ...

📝 Description

Set together all CoinFmk serialization functions.
Create a dedicated "formatters" file.

❓ Context

  • JIRA or GitHub link:

🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

Copy link

vercel bot commented Apr 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview Apr 26, 2024 6:52am
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview Apr 26, 2024 6:52am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 26, 2024 6:52am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 26, 2024 6:52am
web-tools ⬜️ Ignored (Inspect) Visit Preview Apr 26, 2024 6:52am

@live-github-bot live-github-bot bot added the common Has changes in live-common label Apr 12, 2024
@sprohaszka-ledger sprohaszka-ledger marked this pull request as ready for review April 12, 2024 09:16
@sprohaszka-ledger sprohaszka-ledger requested a review from a team as a code owner April 12, 2024 09:16
@@ -71,10 +61,18 @@
"require": "./lib/nft/*.js",
"default": "./lib-es/nft/*.js"
},
"./serialization": {
"require": "./lib/serialization/index.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

Never understood why it was required to have a lib and lib-es do know why ? It feels like it's more complicated than it should be

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It depends if you need commonjs or esm module.

libs/coin-framework/src/formatters.ts Outdated Show resolved Hide resolved
lvndry
lvndry previously approved these changes Apr 23, 2024
libs/coin-framework/src/formatters.ts Outdated Show resolved Hide resolved
@live-github-bot
Copy link
Contributor

live-github-bot bot commented Apr 25, 2024

Mobile Bundle Checks

Comparing 6cae75c against 882c77d.

✅ Previous issues have all been fixed.

Desktop Bundle Checks

Comparing 6cae75c against 882c77d.

Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
@sprohaszka-ledger sprohaszka-ledger merged commit de5de2d into develop Apr 29, 2024
57 of 85 checks passed
@sprohaszka-ledger sprohaszka-ledger deleted the support/coin-fmk-serialization branch April 29, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Has changes in live-common
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants