fix: Update Nethermind scripts for Holocene#92
Merged
barnabasbusa merged 2 commits intoethpandaops:mainfrom Dec 2, 2024
emlautarom1:feat/nethermind-holocene
Merged
fix: Update Nethermind scripts for Holocene#92barnabasbusa merged 2 commits intoethpandaops:mainfrom emlautarom1:feat/nethermind-holocene
barnabasbusa merged 2 commits intoethpandaops:mainfrom
emlautarom1:feat/nethermind-holocene
Conversation
barnabasbusa
approved these changes
Dec 2, 2024
This was referenced Nov 27, 2024
barnabasbusa
added a commit
that referenced
this pull request
Dec 16, 2024
🤖 I have created a release *beep* *boop* --- ## [1.2.0](1.1.0...1.2.0) (2024-12-13) ### Features * add miner to op-geth ([#98](#98)) ([01eccb4](01eccb4)) * add miner to op-reth ([#99](#99)) ([9bd409e](9bd409e)) * add option to deploy the package to an external layer 1 ([#104](#104)) ([a19a5fb](a19a5fb)) * integrate Rollup boost ([#105](#105)) ([df0aa48](df0aa48)) ### Bug Fixes * add miner as an api ([#97](#97)) ([349d815](349d815)) * image tag name ([#96](#96)) ([28d6a79](28d6a79)) * Readme ([#103](#103)) ([0d60a9d](0d60a9d)) * readme ([#93](#93)) ([1fb3de4](1fb3de4)) * remove additional example from network_params ([#107](#107)) ([b58e98e](b58e98e)) * sequencer forwarding ([#106](#106)) ([0505def](0505def)) * update default network params ([e0902cf](e0902cf)) * Update Nethermind scripts for Holocene ([#92](#92)) ([50f0193](50f0193)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Barnabas Busa <barnabas.busa@ethereum.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recently we've added support for the upcoming Optimism hard-fork Holocene in Nethermind (NethermindEth/nethermind#7761) and the OP team suggested us to use OP's kurtosis package to test it.
We found a couple of issues when trying to set up an enclave due to certain changes to other fork's timestamps which would trigger an error in Nethermind. To fix that, one of our developers (@flcl42) updated the
gen2spec.jqscript which fixes the above mentioned issue.