-
Notifications
You must be signed in to change notification settings - Fork 111
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
Calculate acceptance test operator balance from USD #8957
Conversation
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8957 +/- ##
=========================================
Coverage 92.20% 92.20%
Complexity 7624 7624
=========================================
Files 927 927
Lines 30503 30503
Branches 3721 3721
=========================================
Hits 28126 28126
Misses 1550 1550
Partials 827 827 ☔ View full report in Codecov by Sentry. |
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
* Add a feature flag for rejectToken so mirror node can deploy before services 0.52 * Change `operatorBalance` property to store amount in USD * Change operator initial balance to convert USD into tinybar using `transactionReceipt.ExchangeRate` or falling back to `/api/v1/network/exchangerate` * Fix assertion not printing out correct contract call response * Fix regression caused by null immutable key * Fix startup probe topic not being deleted * Fix startup probe taking forever to recover when all nodes are down Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com> (cherry picked from commit f72fe73)
* Add a feature flag for rejectToken so mirror node can deploy before services 0.52 * Change `operatorBalance` property to store amount in USD * Change operator initial balance to convert USD into tinybar using `transactionReceipt.ExchangeRate` or falling back to `/api/v1/network/exchangerate` * Fix assertion not printing out correct contract call response * Fix regression caused by null immutable key * Fix startup probe topic not being deleted * Fix startup probe taking forever to recover when all nodes are down Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com> (cherry picked from commit f72fe73) Signed-off-by: Jesse Nelson <jesse@hashgraph.com>
Calculate acceptance test operator balance from USD (#8957) * Add a feature flag for rejectToken so mirror node can deploy before services 0.52 * Change `operatorBalance` property to store amount in USD * Change operator initial balance to convert USD into tinybar using `transactionReceipt.ExchangeRate` or falling back to `/api/v1/network/exchangerate` * Fix assertion not printing out correct contract call response * Fix regression caused by null immutable key * Fix startup probe topic not being deleted * Fix startup probe taking forever to recover when all nodes are down (cherry picked from commit f72fe73) Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com> Signed-off-by: Jesse Nelson <jesse@hashgraph.com> Co-authored-by: Steven Sheehy <17552371+steven-sheehy@users.noreply.github.com>
Description:
operatorBalance
property to store amount in USDtransactionReceipt.ExchangeRate
or falling back to/api/v1/network/exchangerate
Related issue(s):
Fixes #8953
Notes for reviewer:
Checklist