-
Notifications
You must be signed in to change notification settings - Fork 74
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: improves getContractAddressFromReceipt #3323
fix: improves getContractAddressFromReceipt #3323
Conversation
Signed-off-by: Konstantina Blazhukova <[email protected]>
Quality Gate passedIssues Measures |
Test Results 21 files ± 0 289 suites +5 47m 28s ⏱️ + 4m 33s For more details on these failures, see this check. Results for commit 55879d6. ± Comparison against base commit 28f9b33. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3323 +/- ##
==========================================
+ Coverage 84.94% 85.00% +0.06%
==========================================
Files 69 69
Lines 4655 4655
Branches 1042 1042
==========================================
+ Hits 3954 3957 +3
+ Misses 400 394 -6
- Partials 301 304 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description:
Changes
Changed method getContractAddressFromReceipt to align with design doc and be more clear
Technical Details
The reason we substring the last 40 characters is the fact that the last 20 bytes are the returned tokenAddress as a response
Related issue(s):
Fixes #3322
Checklist