-
Notifications
You must be signed in to change notification settings - Fork 4
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
Exit on failed broadcast and alright transactions #1013
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## v2.6.x #1013 +/- ##
==========================================
+ Coverage 80.27% 80.94% +0.67%
==========================================
Files 101 101
Lines 5535 5615 +80
==========================================
+ Hits 4443 4545 +102
+ Misses 1092 1070 -22 ☔ View full report in Codecov by Sentry. |
.github/workflows/test.yml
Outdated
@@ -7,7 +7,7 @@ env: | |||
IMA_TAG: "1.3.4-beta.5" | |||
SGX_WALLET_TAG: "1.83.0-beta.5" | |||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |||
PYTHON_VERSION: 3.8 | |||
PYTHON_VERSION: 3.9 |
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.
tests are running with python 3.9, but image builds with 3.11
Changes:
Performance:
Unit tests:
Testing procedure: