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/validatorapi: validator api builder proposer #847

Conversation

ciaranmcveigh5
Copy link
Contributor

  • Additional changes for validator api
  • Router changes for blinded routes

category: feature
ticket: #809

@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #847 (8072e9d) into main (e668bc6) will decrease coverage by 0.33%.
The diff coverage is 42.59%.

@@            Coverage Diff             @@
##             main     #847      +/-   ##
==========================================
- Coverage   55.21%   54.87%   -0.34%     
==========================================
  Files         111      112       +1     
  Lines       11515    11682     +167     
==========================================
+ Hits         6358     6411      +53     
- Misses       4235     4339     +104     
- Partials      922      932      +10     
Impacted Files Coverage Δ
core/validatorapi/eth2types.go 50.00% <ø> (ø)
core/validatorapi/validatorapi.go 51.85% <ø> (ø)
testutil/validatormock/validatormock.go 38.18% <ø> (ø)
core/validatorapi/router.go 63.58% <42.59%> (-2.10%) ⬇️
core/qbft/qbft.go 71.67% <0.00%> (-9.88%) ⬇️
testutil/compose/config.go 83.33% <0.00%> (ø)
testutil/compose/compose/main.go 0.00% <0.00%> (ø)
testutil/beaconmock/beaconmock.go 64.19% <0.00%> (ø)
testutil/compose/compose/alert.go 0.00% <0.00%> (ø)
core/priority/calculate.go 70.78% <0.00%> (ø)
... and 3 more

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 e668bc6...8072e9d. Read the comment docs.

@@ -458,6 +459,29 @@ func TestRouter(t *testing.T) {
testRouter(t, handler, callback)
})

t.Run("submit_blinded_block_bellatrix", func(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

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

need to also add a testcase for router's proposeBlindedBlock 🙏

@ciaranmcveigh5 ciaranmcveigh5 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jul 25, 2022
@corverroos corverroos merged commit f801a6d into ObolNetwork:main Jul 25, 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.

None yet

2 participants