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

Display transaction fees in normal mode #4218

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

murisi
Copy link
Collaborator

@murisi murisi commented Jan 6, 2025

Describe your changes

Updated the test vector generator to require the hardware wallet to display wrapper transaction fees in normal mode. See attached the test vectors (which show what the hardware wallet will be required to display) resulting from this change: testvecs.json . This PR should not be merged before hardware wallet normal mode fee display support is implemented because that would cause the hardware wallet CI tests in this Namada repository to fail.

Checklist before merging

  • If this PR has some consensus breaking changes, I added the corresponding breaking:: labels
    • This will require 2 reviewers to approve the changes
  • If this PR requires changes to the docs or specs, a corresponding PR is opened in the namada-docs repo
    • Relevant PR if applies:
  • If this PR affects services such as namada-indexer or namada-masp-indexer, a corresponding PR is opened in that repo
    • Relevant PR if applies:

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 6.25000% with 15 lines in your changes missing coverage. Please review.

Project coverage is 74.62%. Comparing base (b579d49) to head (3cdb77d).

Files with missing lines Patch % Lines
crates/sdk/src/signing.rs 0.00% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4218      +/-   ##
==========================================
- Coverage   74.62%   74.62%   -0.01%     
==========================================
  Files         342      342              
  Lines      108554   108570      +16     
==========================================
+ Hits        81009    81015       +6     
- Misses      27545    27555      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@murisi murisi marked this pull request as draft January 6, 2025 13:32
@murisi murisi requested review from grarco and brentstone January 6, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants