-
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
Rosetta return generic unknown operation type for future transaction types #9030
Rosetta return generic unknown operation type for future transaction types #9030
Conversation
Signed-off-by: Xin Li <xin@swirldslabs.com>
Signed-off-by: Xin Li <xin@swirldslabs.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9030 +/- ##
============================================
+ Coverage 92.12% 92.14% +0.02%
- Complexity 7637 7651 +14
============================================
Files 929 929
Lines 30567 30608 +41
Branches 3731 3733 +2
============================================
+ Hits 28159 28204 +45
+ Misses 1572 1569 -3
+ Partials 836 835 -1 ☔ 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
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.
Looks great!
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
- remove btcd/btcec override - remove tiff override Signed-off-by: Xin Li <xin@swirldslabs.com>
Signed-off-by: Xin Li <xin@swirldslabs.com>
83cd242
Quality Gate passedIssues Measures |
Description:
This PR improves Rosetta to return
UNKNOWN
as transaction type for new HAPI transactionsUNKNOWN
UNKNOWN
operation typego-ethereum
to v1.14.8 and removebtcd
version overridetiff
version overrideRelated issue(s):
Fixes #8320
Notes for reviewer:
Checklist