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

compose: add vouch to compose #1814

Merged
merged 7 commits into from
Feb 24, 2023
Merged

compose: add vouch to compose #1814

merged 7 commits into from
Feb 24, 2023

Conversation

dB2510
Copy link
Contributor

@dB2510 dB2510 commented Feb 16, 2023

Adds vouch to compose and also made some changes to beaconmock which were needed by vouch specifically.
Note: Vouch doesn't support block proposals because of RANDAO check in go-eth2-client.

category: feature
ticket: #1403

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Base: 55.20% // Head: 55.14% // Decreases project coverage by -0.06% ⚠️

Coverage data is based on head (ac73bbf) compared to base (b1101e7).
Patch coverage: 74.02% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1814      +/-   ##
==========================================
- Coverage   55.20%   55.14%   -0.06%     
==========================================
  Files         169      170       +1     
  Lines       22140    22293     +153     
==========================================
+ Hits        12222    12294      +72     
- Misses       8355     8419      +64     
- Partials     1563     1580      +17     
Impacted Files Coverage Δ
testutil/beaconmock/server.go 48.25% <0.00%> (-6.08%) ⬇️
testutil/compose/config.go 71.42% <ø> (ø)
testutil/beaconmock/headproducer.go 68.67% <92.59%> (+15.82%) ⬆️
app/app.go 61.53% <100.00%> (+0.82%) ⬆️
testutil/compose/run.go 82.75% <100.00%> (+0.83%) ⬆️
core/qbft/qbft.go 73.73% <0.00%> (-10.09%) ⬇️
app/monitoringapi.go 76.68% <0.00%> (-4.11%) ⬇️
core/scheduler/scheduler.go 76.20% <0.00%> (-1.15%) ⬇️
cmd/cmd.go 80.95% <0.00%> (-0.78%) ⬇️
core/validatorapi/router.go 65.14% <0.00%> (-0.25%) ⬇️
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

testutil/beaconmock/headproducer.go Outdated Show resolved Hide resolved
testutil/beaconmock/headproducer.go Outdated Show resolved Hide resolved
@@ -173,9 +209,33 @@ func (p *headProducer) handleGetBlockRoot(w http.ResponseWriter, r *http.Request

// handleEvents is a http handler to handle "/eth/v1/events".
func (p *headProducer) handleEvents(w http.ResponseWriter, r *http.Request) {
Copy link
Contributor

Choose a reason for hiding this comment

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

should probably add a test for this headProducer, it is pretty complex...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@dB2510 dB2510 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Feb 24, 2023
@obol-bulldozer obol-bulldozer bot merged commit 32a6879 into main Feb 24, 2023
@obol-bulldozer obol-bulldozer bot deleted the dhruv/vouchcompose branch February 24, 2023 11:09
@dB2510 dB2510 mentioned this pull request Feb 24, 2023
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