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

Fix invalid dest fee #1148

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Fix invalid dest fee #1148

merged 2 commits into from
Mar 5, 2024

Conversation

yrong
Copy link
Contributor

@yrong yrong commented Mar 2, 2024

Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.92%. Comparing base (cba0fe1) to head (4274d43).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1148      +/-   ##
==========================================
+ Coverage   78.81%   78.92%   +0.10%     
==========================================
  Files          13       13              
  Lines         406      408       +2     
  Branches       73       74       +1     
==========================================
+ Hits          320      322       +2     
  Misses         69       69              
  Partials       17       17              
Flag Coverage Δ
solidity 78.92% <100.00%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@yrong yrong marked this pull request as ready for review March 4, 2024 01:55
@@ -23,6 +23,7 @@ library Assets {
error InvalidDestination();
error TokenNotRegistered();
error Unsupported();
error InvalidDestFee();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
error InvalidDestFee();
error InvalidDestinationFee();

Copy link
Collaborator

@vgeddes vgeddes left a comment

Choose a reason for hiding this comment

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

Looks good! One minor comment about naming.

Copy link
Contributor

@alistair-singh alistair-singh left a comment

Choose a reason for hiding this comment

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

+1

@yrong yrong merged commit 16229c1 into main Mar 5, 2024
1 check passed
@yrong yrong deleted the ron/check-dest-fee branch March 5, 2024 04:20
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.

4 participants