-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: merkle-maker + MerkleFeed mixin #178
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #178 +/- ##
===========================================
+ Coverage 16.12% 47.03% +30.90%
===========================================
Files 6 63 +57
Lines 62 3121 +3059
===========================================
+ Hits 10 1468 +1458
- Misses 52 1653 +1601 ☔ View full report in Codecov by Sentry. |
@EvolveArt I made some significant changes in the |
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.
reviewed
Closes #NA
Introduced changes
Pragma SDK
MerkleFeed
mixin + simple testsinit_stats_contract
and init correctly the stats contract like the otherupdate_abis
poe commandpragma-sdk
offchain requests - breaking change in our package, they need to be converted to string manually.Pragma Oracle
main
; was pointing a certain rev, not sure whyMerkle Maker
MerkleFeedPublisher
class that handles the publishing onchain + to Redis,RedisManager
docstring,__hash__
not working,