-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding Fee Calculation Tests #916
Conversation
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.
i dont know why the tests are running as if using the zip317 feature.
Ive removed the feature gate for fee calculation and commented out zip317 expected_fee, it seams that CI runs tests with all features enabled so these tests wont pass. When zip317 lands these tests will fail. The current expected_fee will need to be removed and zip317 expected_fee will need to be un-commented, but no new code needs to be written. Ive added comments to show this. Should now be ready to merge. change made in [8719fad] |
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.
tested and acknowledged. this is a good failsafe
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.
as we found, implementing a better fee calculation is going to be a large task and I think this is a good test for verifying zip317 for now.
Adds tests for fee calculation.