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

Fix deneb doppelganger tests #4124

Merged
merged 26 commits into from
Apr 26, 2023

Conversation

pawanjay176
Copy link
Member

@pawanjay176 pawanjay176 commented Mar 23, 2023

Issue Addressed

N/A

Proposed Changes

Fixes doppelganger scripts. Also makes the code compile by adding an unimplemented block that should be resolved in #4092

@pawanjay176 pawanjay176 changed the title Fix deneb dg Fix deneb doppelganger tests Mar 23, 2023
@pawanjay176 pawanjay176 added the ready-for-review The code is ready for review label Mar 23, 2023
@pawanjay176
Copy link
Member Author

Hoping this last run should pass CI 🤞

@@ -26,7 +26,16 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install ganache
run: npm install ganache@latest --global

- name: Install geth
Copy link

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Hey @atokama. We are using this for testing for 4844 specific stuff. This might not get merged for quite some time to the main branch. We have another PR #3807 where we should be ideally adding this and updating the docs for building post merge local testnets. Haven't been able to get around to that yet though 😅

@pawanjay176
Copy link
Member Author

Update: the failure scenario is not working for some reason despite logs indicating it should. Still checking it out

@divagant-martian
Copy link
Collaborator

An update from inner talks. This is failing due to an expected/correct peer scoring event (peer is being banned). Work on #4135 should unblock this

@@ -48,13 +56,7 @@ SECONDS_PER_SLOT=3
SECONDS_PER_ETH1_BLOCK=1

# Proposer score boost percentage
PROPOSER_SCORE_BOOST=40
PROPOSER_SCORE_BOOST=70
Copy link
Member

Choose a reason for hiding this comment

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

@realbigsean realbigsean merged commit cbe4880 into sigp:deneb-free-blobs Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deneb ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants