-
Notifications
You must be signed in to change notification settings - Fork 353
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
Feat/live 15551 aptos refactor cache for get estimated gas #8848
base: develop
Are you sure you want to change the base?
Feat/live 15551 aptos refactor cache for get estimated gas #8848
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
3 Skipped Deployments
|
libs/ledger-live-common/src/families/aptos/getFeesForTransaction.ts
Outdated
Show resolved
Hide resolved
libs/ledger-live-common/src/families/aptos/getFeesForTransaction.ts
Outdated
Show resolved
Hide resolved
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
7234088
to
d3e36a5
Compare
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.
Also check uninported file (cicd) error
β Checklist
npx changeset
was attached.π Description
The cache for transaction fees was broken, and after the removal of the advanced transaction settings, there is unnecessary logic and structures remaining in the code.
Issues that were resolved:
gasPrice
,gasAmount
).β Context
π§ Checklist for the PR Reviewers