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

🚀 Release 2024-10-09 #8051

Open
wants to merge 110 commits into
base: main
Choose a base branch
from

chore(prerelease): :rocket: release prerelease [LLD(2.89.0-next.2), L…

fb2d8bb
Select commit
Loading
Failed to load commit list.
Open

🚀 Release 2024-10-09 #8051

chore(prerelease): :rocket: release prerelease [LLD(2.89.0-next.2), L…
fb2d8bb
Select commit
Loading
Failed to load commit list.
live-github-bot / @PR • Lint Commit Messages • commitlint (conventional) completed Oct 11, 2024 in 2m 27s

❌ Failure

Lint the Pull Request commit messages according to the conventional commits specification.

🔗 Workflow run

🚨 Invalid commit message(s)

One or more commits messages are not formatted correctly.
Please rewrite the git history and reword the commit messages in order to fix this issue. 🙏

💡 Tips:

  • Run pnpm commitlint --from <target branch> locally to test your branch.
  • Run pnpm commit will run a prompt that can walk you through writing a correct commit message.
  • If you are not comfortable with git and git rebase --interactive, here is a nice tutorial.

Commitlint output

⧗   input: add changeset
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: remove spread operator
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: skip legacy swap flaky tests
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: delete failing test
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: fix bug where flag stakePrograms was not checked into account screen, add check on flag into bitcoin header actions
✖   header must not be longer than 100 characters, current length is 115 [header-max-length]
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 3 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: add changeset
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Update release notes LLD 2.89
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: chore(prerelease) update cryptoassets
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: 🥅(lld): add custom errors for send flow (#8042)
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Feat/live 14355 TOS Thorswap (#8036)

* feat(LIVE-14355): add TOS link thorswap

* feat(LIVE-14355): changeset
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Fix/live 14403 (#8040)

* feat(LIVE-14367): Add operation id for thorswap history

* feat(LIVE-14367): changeset

* fix(LIVE-14403): Fix crash demo 0

* fix(LIVE-14403): changeset
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: :technologist:(lld): add braze generator tools in dev settings (#8026)
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: CN-508: stake filters for eth staking modal (#7870)

* feat: Select staking provider modal desktop v2

* feat: Select staking provider modal mobile v2

* chore: update V1 modal's folder to _deprecated

* chore: add KelpDAO svg icon to mobile

* chore: add P2P and RocketPool logos to mobile

* chore: minor fixes

* chore: changeset

* feat: guard new modal behind  feature flag

* fix: broken types import

* chore: cleanup

* fix: size prop for native ChipTabs

* fix: braze transform ignore on jest config

* chore: update copy and add disabled filter to deprecated banner

* chore: final copy

* fix: icon sizes and outline for light mode

* fix: visual updates to the modals

* fix: visual updates to the gradient effect

* feat: tracking interactions

* chore: replace Braze feature flag with Firebase's

* chore: address PR comments pt 1

* chore: use camelCase for translation keys

* chore: extract styled-components from StakeFlowModal

* chore: revert modal radius change

* chore: re-arrange paddings of modal

* chore: remove unnecessary check

* chore: remove autoredirect with one provider on mobile version of modal
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Chore: pass os parameter to earn dashboard (#8014)

* chore: add platform os to earn parameters for braze config

* chore: changeset
✖   type must be lower-case [type-case]
✖   type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: add: changeset
✖   type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]

✖   found 1 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: [ALGO] Fix lint issue (#8029)

* fix: algorand lint issue

Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>

* fix: remove unused import

Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>

---------

Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: make sure the yield entrypoint is shown just for bitcoin and not fork of it
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: fix; delete LargeNumberLike from algorand
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: add: changeset
✖   type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]

✖   found 1 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: :bug:(llm): lockscreen with LS (#8009)

* :bug:(llm): lockscreen with LS

* :bug:(llm): lockscreen with LS
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: [Coin-Fmk] Some clean-up (#7801)

* chore: remove unecessary files

Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>

* chore: remove network from coin-framework

Algorand module impacted

* refactor: migrate algorand from legacy to new live-network method

* chore: remove unused derivation mode

---------

Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: [LIVE-7357] Feature - Decrease EIP-1559 base fee multiplier (#7991)

* Decrease EIP1559 base fee multiplier to 27%
It should allow to create transactions capable of being included
in the next 3 blocks minimum

* changeset
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: [LIVE-14339] Support - Enforce WS version even when bundle without pnpm in the monorepo (#7992)

Enforce WS version even when bundle without pnpm in the monorepo
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Bugfix/solana priority fees (#7916) (#7917)

* Bugfix/solana priority fees (#7916)

* chore(LLC): update @solana/spl-token@0.4.6, @solana/web3.js@1.91.6

* feat(LLC): calc and possibly append priority fee to solana instructions

* feat(LLC): add solana compute units optimisations

---------

Co-authored-by: Mikhail <mikhail@hoodies.company>

* fix: add changeset

* fix: unit tests and solana min app version

---------

Co-authored-by: Mikhail <mikhail@hoodies.company>
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Update apps/ledger-live-desktop/src/renderer/families/bitcoin/AccountHeaderManageActions.ts

Co-authored-by: Samy Rabah <samy.rabah-montarou@ledger.fr>
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Bugfix/LIVE-14283 xrp node update (#7998)

* fix: update xrp node

* fix xrp node url
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: change id name from acre-testnet to acre and added support for LLM
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: 💚 (ci): Remove tag push on prerelease
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: :technologist:(lld): add toggle for analytics console (#7995)
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: :sparkles:(lld): add hide inscription feature
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Support - Update tests for Uniswap for new cryptoassets-evm-signatures lib (#7990)

Update tests for Uniswap for new cryptoassets-evm-signatures lib
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: [LIVE-11478] Support for Uniswap V3 plugin (#7874)

* Add Uniswap Module to `hw-app-eth`

* Add uniswapV3 as resolution config parameter

* Use Uniswap module in Ledger Service

* Make `coin-evm` resolve Uniswap transactions
Default behavior of `hw-app-eth` should still be set to false

* Add Uniswap module tests

* Fix crazy old "bug" regarding misformed hexastring

* unimported

* changeset

* Update doc
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Feat/thorswap swap btc (#7971)

* feat(thorswap-swap-btc): add swap btc with thorswap

* feat(thorswap-swap): fix btc swap app

* feat(thorswap-swap): fix cal info version and CEX/DEX thorswap

* feat(thorswap-swap): changeset

* feat(thorswap-btc): fix tests get providers from CDN
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Support/fix ada fees (#7965)

* cardano high fees checks

* add custom CardanoFeeTooHigh error

* display feeTooHigh error

* validate protocol params

* handle fee error in delegation

* fee warning in delegation

* show tx status warnings and errors

* update

* tx error update

* sync proto params in tx prepare

* add coinconfig + update translations

* fix cc

* update texts

* add changeset

---------

Co-authored-by: pavanvora <pavanvora.cs@gmail.com>
Co-authored-by: Prashanth <prashanthsoordelu@gmail.com>
Co-authored-by: Pavan Vora <pavanvora@users.noreply.github.com>
Co-authored-by: mehulcs <mehul.becs@gmail.com>
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: added entrypoints to ACRE liveApp on lld
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: Taking speculos screenshot only for Speculos tests
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: add entrypoints to open widget on bitcoin staking
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint