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

core: fetcher implementation for builder api #823

Conversation

ciaranmcveigh5
Copy link
Contributor

  • fetcher implementation for builder api
  • relevant tests and changes to mocks

category: feature
ticket: #809

@@ -6,7 +6,7 @@ linters-settings:
skip-tests: true
dupl:
# tokens count to trigger issue, 150 by default
threshold: 350
threshold: 400
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another dupl

core/fetcher/fetcher_test.go:163: 163-228 lines are duplicate of core/fetcher/fetcher_test.go:96-161

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@codecov
Copy link

codecov bot commented Jul 20, 2022

Codecov Report

Merging #823 (155e590) into main (cbeaad2) will decrease coverage by 0.07%.
The diff coverage is 33.87%.

@@            Coverage Diff             @@
##             main     #823      +/-   ##
==========================================
- Coverage   54.47%   54.39%   -0.08%     
==========================================
  Files         109      109              
  Lines       11121    11183      +62     
==========================================
+ Hits         6058     6083      +25     
- Misses       4168     4203      +35     
- Partials      895      897       +2     
Impacted Files Coverage Δ
testutil/beaconmock/beaconmock.go 62.65% <0.00%> (-1.55%) ⬇️
testutil/beaconmock/options.go 43.91% <0.00%> (-4.16%) ⬇️
core/fetcher/fetcher.go 65.07% <63.63%> (-0.52%) ⬇️
core/dutydb/memory.go 73.80% <0.00%> (-1.79%) ⬇️
core/qbft/qbft.go 81.97% <0.00%> (+0.42%) ⬆️
app/app.go 55.80% <0.00%> (+0.75%) ⬆️
core/leadercast/transport.go 76.33% <0.00%> (+1.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cbeaad2...155e590. Read the comment docs.

@@ -6,7 +6,7 @@ linters-settings:
skip-tests: true
dupl:
# tokens count to trigger issue, 150 by default
threshold: 350
threshold: 400
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@ciaranmcveigh5 ciaranmcveigh5 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jul 20, 2022
@obol-bulldozer obol-bulldozer bot merged commit 76ed685 into ObolNetwork:main Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants