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

Lodestar should pass fee market test #61

Closed
wants to merge 50 commits into from

Conversation

dgcoffman
Copy link
Collaborator

@dgcoffman dgcoffman commented Nov 17, 2022

Updates Lodestar to head of my branch dgcoffman/lodestar#1

Fixes one issue where the Go test code expects a JSON field to be named something different than what it is in Lodestar.

Tests won't pass here until Go can talk to Lodestar's p2p method blobs_sidecars_by_range -- which it currently does not.

Roberto Bayardo and others added 30 commits October 26, 2022 20:49
…tory (#48)

* Add common beacon chain config file

* Move PRESET_BASE to top of config file

* bump service start timeout from 1 to 2 min

* Revert timeout change from 2 minutes to 60 sec

Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
* Add historical sync test (#44)

Asserts that the beacon node follower can sync blobs during initial-sync.
This patch also refactors the test harness to accommodate dynamic nodes.

* update subrepos to latest

Co-authored-by: Inphi <mlaw2501@gmail.com>
@roberto-bayardo roberto-bayardo force-pushed the devnet-v3 branch 4 times, most recently from 52361bc to ca0dffe Compare November 17, 2022 17:29
Base automatically changed from devnet-v3 to master November 17, 2022 17:50
@@ -1,3 +1,4 @@
.git
.github
node_modules
**/node_modules
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this appears to be necessary to avoid copying the compiled kzg.node, which won't work if you have an OSX host, and the docker is Linux.

BlobKzgs []string `json:"blob_kzgs"`
// Does Prysm call this "blob_kzgs"? That's wrong.
// BlobKzgs []string `json:"blob_kzgs"`
BlobKzgs []string `json:"blob_kzg_commitments"`
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Prysm should be updated?

Copy link
Collaborator

Choose a reason for hiding this comment

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

yup good catch, let me fix.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@dgcoffman
Copy link
Collaborator Author

#66 will take this forward

@dgcoffman dgcoffman closed this Nov 23, 2022
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.

3 participants