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

Add holesky configs and chainspec #6034

Merged
merged 4 commits into from
Aug 25, 2023
Merged

Conversation

smartprogrammer93
Copy link
Contributor

Resolves #6032

Changes

  • Add holesky configs and chainspec

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a change that causes existing functionality not to work as expected)
  • Optimization
  • Refactoring
  • Documentation update
  • Build-related changes
  • Other: Description

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

Documentation

Requires documentation update

  • Yes
  • No

#6033

Requires explanation in Release Notes

  • Yes
  • No

Release Notes:

  • Added Holesky Testnet

"LogFileName": "holesky.logs.txt"
},
"Sync": {
"FastSync": true
Copy link
Contributor

Choose a reason for hiding this comment

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

+SnapSync true?
I guess we have to add pivot, probably genesis block in this case. I haven't checked how pivots work with genesis though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Please check here
#6034 (comment)

Copy link
Contributor

Choose a reason for hiding this comment

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

Okay, please make sure any network can work without pivots. I am not so sure about it. It would be nice to know not only in holesky context

Copy link
Contributor

@MarekM25 MarekM25 left a comment

Choose a reason for hiding this comment

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

Consider adding Can_load_holesky tests, check also BlockchainIds class

@smartprogrammer93 smartprogrammer93 marked this pull request as draft August 23, 2023 22:38
@smartprogrammer93 smartprogrammer93 marked this pull request as ready for review August 25, 2023 17:02
@smartprogrammer93 smartprogrammer93 merged commit 98fb86a into master Aug 25, 2023
@smartprogrammer93 smartprogrammer93 deleted the feature/testnet_holesky branch August 25, 2023 21:08
kamilchodola pushed a commit that referenced this pull request Aug 28, 2023
* Add holesky configs and chainspec

* fixes

* Add tests and fix for 4788 address

* adjust shanghai timestamp for holeskey to be genesis + (256*12)
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.

Add holesky testnet configs
3 participants