-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore: cherry pick feat: transaction with CONTRACT_NEGATIVE_VALUE breaks some routes (#3387) to release/0.64 #3436
Conversation
8bc3991
to
ba15b0a
Compare
Test Results 22 files - 1 323 suites +35 49m 33s ⏱️ - 18m 28s For more details on these failures, see this check. Results for commit ede1ea8. ± Comparison against base commit 5f9c2a4. ♻️ This comment has been updated with latest results. |
e459dd5
…3387) * chore: handle contract negative value calls Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: remove .only Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: fix comments Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: edit imports Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: resolving comments Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: fix json parsing Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: add e2e test Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: fix test Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: fix test Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: fix flaky test Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: tests Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: try to disable the test Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: add test Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: resolve comments Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: simplify the tests Signed-off-by: nikolay <n.atanasow94@gmail.com> --------- Signed-off-by: nikolay <n.atanasow94@gmail.com> Revert "feat: transaction with `CONTRACT_NEGATIVE_VALUE` breaks some routes (#3387)" This reverts commit 8bc3991. Reapply "feat: transaction with `CONTRACT_NEGATIVE_VALUE` breaks some routes (#3387)" This reverts commit 8d52b9a07a43cecd6241eaa9a7f2e65c4df8d4e5. Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
e459dd5
to
b0de948
Compare
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/0.64 #3436 +/- ##
================================================
+ Coverage 85.01% 85.16% +0.15%
================================================
Files 69 69
Lines 4765 4780 +15
Branches 1074 1077 +3
================================================
+ Hits 4051 4071 +20
- Misses 398 399 +1
+ Partials 316 310 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description:
cherry pick feat: transaction with CONTRACT_NEGATIVE_VALUE breaks some routes (#3387) to release/0.64 #3436
Related issue(s):
Fixes #3367
Notes for reviewer:
Checklist