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

upgrade from 1.13.8 to 1.15.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mendelskiv93
Copy link
Contributor

@mendelskiv93 mendelskiv93 commented Dec 19, 2024

  • removed experimental rolling records feature
  • removed rocketpool_records_path deprecated flag. No changes because default is pointing to the same path as before:
func (cfg *SmartnodeConfig) GetRecordsPath() string {
	if cfg.parent.IsNativeMode {
		return filepath.Join(cfg.DataPath.Value.(string), "records")
	}

	return filepath.Join(DaemonDataPath, "records")
}

Added a new field SuggestedBlockGasLimit which defaults to 30M. Users can change this parameter if they want to signal an increase on the block gas limit from their validators. Note that the Execution Client setting will be used when producing blocks locally and the Consensus Client when doing it externally (via MEV-Boost);

- removed experimental rolling records feature
- removed `rocketpool_records_path` deprecated flag
- enabling ODao Metrics
- adding CL/EL block_gas_limit flag
@mendelskiv93 mendelskiv93 requested review from a team and yakimant December 19, 2024 12:54
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.

1 participant