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

Move subscription to synchronizer #1373

Merged
merged 1 commit into from Oct 30, 2023
Merged

Move subscription to synchronizer #1373

merged 1 commit into from Oct 30, 2023

Conversation

joshklop
Copy link
Contributor

No description provided.

@joshklop joshklop linked an issue Oct 25, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e5f6dd5) 73.69% compared to head (ecd8314) 73.70%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1373      +/-   ##
==========================================
+ Coverage   73.69%   73.70%   +0.01%     
==========================================
  Files          80       80              
  Lines        8709     8706       -3     
==========================================
- Hits         6418     6417       -1     
+ Misses       1800     1798       -2     
  Partials      491      491              
Files Coverage Δ
blockchain/blockchain.go 76.59% <100.00%> (-0.32%) ⬇️
rpc/handlers.go 80.04% <100.00%> (-0.22%) ⬇️
sync/sync.go 83.57% <100.00%> (+3.35%) ⬆️

... and 1 file with indirect coverage changes

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

sync/sync.go Outdated Show resolved Hide resolved
sync/sync.go Outdated Show resolved Hide resolved
@joshklop joshklop force-pushed the joshklop/subs-to-sync branch 2 times, most recently from 884cffa to ecd8314 Compare October 27, 2023 18:12
In the words of one wise engineer:

"We could make blockchain just a DB and move all the moving parts to sync."
@omerfirmak omerfirmak merged commit d1be96d into main Oct 30, 2023
8 of 10 checks passed
@omerfirmak omerfirmak deleted the joshklop/subs-to-sync branch October 30, 2023 09:56
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.

Move SubscribeNewHeads to the synchronizer
2 participants