Skip to content
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 #164

Merged
merged 89 commits into from
Jul 31, 2024
Merged

feat: Merkle Maker #164

merged 89 commits into from
Jul 31, 2024

Conversation

akhercha
Copy link
Member

@akhercha akhercha commented Jul 24, 2024

Blocked by: #150
Closes #155

Introduced changes

Added

  • new merkle-maker service

Updated

  • checkpointer test

@akhercha akhercha requested a review from EvolveArt July 25, 2024 18:53
@akhercha akhercha self-assigned this Jul 25, 2024
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

Attention: Patch coverage is 69.44444% with 33 lines in your changes missing coverage. Please review.

Project coverage is 59.61%. Comparing base (3c7942a) to head (bdeaf9d).
Report is 3 commits behind head on master.

Files Patch % Lines
merkle-maker/merkle_maker/main.py 56.06% 29 Missing ⚠️
price-pusher/price_pusher/main.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #164       +/-   ##
===========================================
+ Coverage   16.12%   59.61%   +43.49%     
===========================================
  Files           6       28       +22     
  Lines          62      842      +780     
===========================================
+ Hits           10      502      +492     
- Misses         52      340      +288     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EvolveArt EvolveArt force-pushed the master branch 2 times, most recently from d94ef2c to a37607c Compare July 26, 2024 17:00
merkle-maker/merkle_maker/redis.py Show resolved Hide resolved
merkle-maker/merkle_maker/main.py Outdated Show resolved Hide resolved
merkle-maker/merkle_maker/main.py Outdated Show resolved Hide resolved
@akhercha akhercha force-pushed the feat/merkle_maker branch from 710b120 to 110f44b Compare July 27, 2024 11:38
@akhercha akhercha merged commit e9121df into master Jul 31, 2024
12 checks passed
@akhercha akhercha deleted the feat/merkle_maker branch July 31, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Deribit Fetcher + MerkleFeedMixin
2 participants