-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add pool for Extensible
payloads
#1674
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1674 +/- ##
==========================================
- Coverage 82.66% 82.63% -0.03%
==========================================
Files 239 240 +1
Lines 19546 19635 +89
==========================================
+ Hits 16157 16226 +69
- Misses 2392 2403 +11
- Partials 997 1006 +9
Continue to review full report at Codecov.
|
I don't like how whitelist is cached, but haven't come up with anything more simple. It would be good if whitelist was stored in the pool only, but it's calculation depends on native contract state. |
Rebase it please to only leave relevant commits. |
Can we improve coverage to 80%+? |
Tests fail here. |
Conflicts. |
We should store them in one place.
Close #1663 .