Pectra commits in e2 till EEST 1.3#13590
Merged
somnergy merged 12 commits intorelease/2.61from Jan 28, 2025
Merged
Conversation
Disabling pectra assertoor - they are neither complete nor stable for devnet-5 Co-authored-by: alex.sharov <AskAlexSharov@gmail.com>
Earlier only the main hive output was displayed on the workflow page. This would allow downloading the full logs, and viewing with `hiveview`
Porting from the workflows to makefile for local testing. Benefits: - Hiveview - Faster execution of tests - Easier to execute for a developer on local quickly
Fix issues like header hash mismatch in hive tests for pectra-devnet-5 `RequestData` refers to the raw output from the various different requests contract, in the rest of the code
- Fix an issue where after the refund the gasUsed could go below floor gas - Update spec tests for devnet-5 to release 1.2.0 - Update spec test version in Hive-EEST
Fixes issues where config files have some values and not all, or empty values for forks. Note: This config is picked up for custom (unlisted) networks after `init` cmd is run using a correctly formatted `genesis.json` file (see [pectra-devnet-5 gensis](https://github.com/ethpandaops/pectra-devnets/blob/master/network-configs/devnet-5/metadata/genesis.json) file for example)
…3574) A recent [RLP related commit](https://github.com/erigontech/erigon/pull/12869/files#diff-ec3e5ec81bd7c4746ee5d895260767e2282f268684ffc0de73d4a7018975493c) created a uint256 encoding that assumes len = 32 for the passed in buffered byte array. However, this PR doesn't fix any inherent issues with [that approach](#12869) itself. This PR fixes one issue found in `pectra_devnet_5` that creates a mismatched recovered signer address.
279da04 to
6f3799a
Compare
taratorio
approved these changes
Jan 28, 2025
13 tasks
Closed
revitteth
pushed a commit
to 0xPolygon/cdk-erigon
that referenced
this pull request
Mar 21, 2025
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.
No description provided.