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

Pbss opt #6

Draft
wants to merge 717 commits into
base: develop
Choose a base branch
from
Draft

Pbss opt #6

wants to merge 717 commits into from

Conversation

will-2012
Copy link
Owner

Description

add a description of your changes here...

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

lightclient and others added 30 commits August 30, 2023 03:28
…sb) (#24877)

This chang creates a GaugeInfo metrics type for registering informational (textual) metrics, e.g. geth version number. It also improves the testing for backend-exporters, and uses a shared subpackage in 'internal' to provide sample datasets and ordered registry. 

Implements #21783

---------

Co-authored-by: Martin Holst Swende <[email protected]>
This change improves function description and simplifies logic in statedb update and commit operations.
* eth/catalyst: set random

* Apply suggestions from code review

---------

Co-authored-by: Martin Holst Swende <[email protected]>
…x_tests"

This reverts commit a74d56b, reversing
changes made to 88c9fa3.
…-txpool-access"

This reverts commit 88c9fa3, reversing
changes made to bb04c5f.
…tion-filter

Revert pending subscription filter
beacon/engine: add shouldOverrideBuilder to payload envelope
* core/forkid: skip genesis forks by time

* core/forkid: add comment about skipping non-zero fork times

* core/forkid: skip all time based forks in genesis using loop

* core/forkid: simplify logic for dropping time-based forks
On ACD 163, it was agreed to bump the target and max blob values from `2/4` to `3/6` for future devnets until we could decide on final mainnet number. This change contains said update, making master pass all the hive tests. The final decision for mainnet cancun is still to be made.
---------

Co-authored-by: Felix Lange <[email protected]>
This changes removes the warn-printout about not finding unclean shutdown markers, which always happens on fresh installs / wiped databases.
This updates minisign to the latest version. One new thing is that minisign (not go-minisign) has started to prehash the file, and in order to make geth pass the version-check, we need to sign the file in legacy-mode.
 Avoids the somewhat expensive stack.Caller invocation by checking if it is needed
This decrease the GPO default minimum suggested fee to 0.001 GWEI
from 0.1 GWEI and also make this value configurable via the
gpo.MinSuggestedPriorityFee command line option.
Co-authored-by: Adrian Sutton <[email protected]>
…le_min_suggested_fee

Decrease GPO min suggested fee & make it configurable
This fixes the derived value BlobGasPrice on the receipt of EIP-4844 transactions, which was previously erroneously set to the price cap.
@will-2012 will-2012 marked this pull request as draft February 20, 2024 12:35
@will-2012 will-2012 force-pushed the pbss-opt branch 4 times, most recently from bc05c9a to 32e8942 Compare February 21, 2024 06:48
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.