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

[coin-tester] Polkadot support #6845

Draft
wants to merge 42 commits into
base: develop
Choose a base branch
from

Conversation

lvndry
Copy link
Contributor

@lvndry lvndry commented May 13, 2024

βœ… Checklist

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

πŸ“ Description

Support coin-tester for polkadot

❓ Context

  • JIRA or GitHub link: https://ledgerhq.atlassian.net/browse/LIVE-11295

🧐 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)

@lvndry lvndry self-assigned this May 13, 2024
Copy link

vercel bot commented May 13, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
web-tools βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback May 29, 2024 3:50pm
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 3:50pm
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 3:50pm
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 3:50pm
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 3:50pm

@live-github-bot live-github-bot bot added the desktop Has changes in LLD label May 13, 2024
@ledger-wiz-cspm-secret-detection
Copy link

Wiz Scan Summary

IaC Misconfigurations 0C 1H 1M 0L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 1H 1M 0L 0I
Secrets 0πŸ”‘

Copy link

socket-security bot commented May 13, 2024

New dependencies detected. Learn more about Socket for GitHub β†—οΈŽ

Package New capabilities Transitives Size Publisher
npm/@polkadot/api@11.1.1 Transitive: network +26 10.9 MB polkadotjs
npm/@polkadot/types@11.1.1 None +15 8.16 MB polkadotjs

View full reportβ†—οΈŽ

Copy link

socket-security bot commented May 13, 2024

πŸ‘ Dependency issues cleared. Learn more about Socket for GitHub β†—οΈŽ

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full reportβ†—οΈŽ

@live-github-bot
Copy link
Contributor

live-github-bot bot commented May 14, 2024

Desktop Bundle Checks

Comparing caeebf0 against 0940c14.

⚠️ renderer bundle size significantly increased: 38.4mb -> 38.7mb. Please check if this is expected.
⚠️ @polkadot/x-global library is now duplicated in renderer (regression)
⚠️ @polkadot/x-textdecoder library is now duplicated in renderer (regression)
⚠️ @polkadot/x-textencoder library is now duplicated in renderer (regression)
⚠️ @polkadot/x-bigint library is now duplicated in renderer (regression)
⚠️ @polkadot/networks/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/util/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/x-randomvalues library is now duplicated in renderer (regression)
⚠️ @polkadot/util library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-bridge/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-crypto-asmjs/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-crypto-init/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-crypto-wasm/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-util/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-util library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-bridge library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-crypto-wasm library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-crypto-init library is now duplicated in renderer (regression)
⚠️ @polkadot/wasm-crypto library is now duplicated in renderer (regression)
⚠️ @polkadot/x-bigint/shim library is now duplicated in renderer (regression)
⚠️ @polkadot/util-crypto library is now duplicated in renderer (regression)
⚠️ @polkadot/types-codec/packageInfo library is now duplicated in renderer (regression)
⚠️ @polkadot/types-codec/types/registry library is now duplicated in renderer (regression)
⚠️ @polkadot/types-codec library is now duplicated in renderer (regression)
⚠️ @polkadot/types-create library is now duplicated in renderer (regression)

Mobile Bundle Checks

Comparing caeebf0 against 0940c14.

⚠️ main.ios.jsbundle bundle size significantly increased: 58.8mb -> 59.8mb. Please check if this is expected.
⚠️ main.android.jsbundle bundle size significantly increased: 58.9mb -> 59.8mb. Please check if this is expected.

@pepoviola
Copy link

Hi @lvndry, I just checked running your config, with rococo-local and only alice (as validator). And all the dev accounts are there.
image

Did you manage to spawn the network ok? can you share the logs of the failed test? because the devs accounts should be available to make transfers.

Thx!

@lvndry lvndry force-pushed the feat/live-11295-polkadot-coin-tester branch from 8ff1fbf to bc899d4 Compare May 27, 2024 09:53
Copy link

vercel bot commented May 28, 2024

Deployment failed with the following error:

Too many requests - try again in 42 seconds (more than 60, code: "api-deployments-flood").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ledgerjs Has changes in the ledgerjs open source libs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants