-
Notifications
You must be signed in to change notification settings - Fork 149
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: change FEE_SCHEDULE_FILE_PART_UPLOADED to not show as an error #2537
fix: change FEE_SCHEDULE_FILE_PART_UPLOADED to not show as an error #2537
Conversation
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2537 +/- ##
==========================================
+ Coverage 84.39% 84.41% +0.01%
==========================================
Files 283 283
Lines 71017 71021 +4
==========================================
+ Hits 59938 59951 +13
+ Misses 11079 11070 -9 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
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.
LG
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.
LGTM
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.
LGTM
|
…iero-ledger#2537) * fix: change FEE_SCHEDULE_FILE_PART_UPLOADED to not show as an error Signed-off-by: Ivaylo Nikolov <[email protected]> * test: add integration test for fee schedule file Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor(test): add const variable for dummy text Signed-off-by: Ivaylo Nikolov <[email protected]> * chore: reuse finished status Signed-off-by: Ivaylo Nikolov <[email protected]> --------- Signed-off-by: Ivaylo Nikolov <[email protected]> Signed-off-by: b-l-u-e <[email protected]>
…iero-ledger#2537) * fix: change FEE_SCHEDULE_FILE_PART_UPLOADED to not show as an error Signed-off-by: Ivaylo Nikolov <[email protected]> * test: add integration test for fee schedule file Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor(test): add const variable for dummy text Signed-off-by: Ivaylo Nikolov <[email protected]> * chore: reuse finished status Signed-off-by: Ivaylo Nikolov <[email protected]> --------- Signed-off-by: Ivaylo Nikolov <[email protected]> Signed-off-by: b-l-u-e <[email protected]>
Description:
Updates TransactionResponse to not throw ReceiptStatus error and mark the receipt as finished
Related issue(s): #2501
Fixes #2501
Checklist