-
Notifications
You must be signed in to change notification settings - Fork 2
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: skip already queued up tx #92
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
==========================================
- Coverage 97.07% 95.67% -1.41%
==========================================
Files 2 2
Lines 205 208 +3
Branches 33 34 +1
==========================================
Hits 199 199
- Misses 2 5 +3
Partials 4 4
|
im thinking as a quick fix for this we can, for now, adjust the |
actually in this case i think, since what we encountered is cause |
…ot revert once fixed
test: cover corner-case scenario always on ci test suite, it should not revert once fixed
closes #87
ideally we would create a test that simulates the current bug, then prove that this change fixes the test