Skip to content

removed backupstate and restorestate subcommands#9821

Merged
macfarla merged 4 commits intobesu-eth:mainfrom
macfarla:rm-backup-state-subcommand
Feb 17, 2026
Merged

removed backupstate and restorestate subcommands#9821
macfarla merged 4 commits intobesu-eth:mainfrom
macfarla:rm-backup-state-subcommand

Conversation

@macfarla
Copy link
Copy Markdown
Contributor

PR description

these commands are not being used, and they are hard-coded to work with forest which we have deprecated. ref #9812

Fixed Issue(s)

fixes #9811

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests
  • hive tests: Engine or other RPCs modified?

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Copy link
Copy Markdown
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

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

🔥
Worth a breaking change changelog?

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
@macfarla macfarla added breaking This can only be addressed/merged for a release that allows user-facing changes to be breaking. techdebt maintenance, cleanup, refactoring, documentation labels Feb 17, 2026
Copy link
Copy Markdown
Contributor

@pinges pinges left a comment

Choose a reason for hiding this comment

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

LGTM

@macfarla macfarla enabled auto-merge (squash) February 17, 2026 22:49
@macfarla macfarla merged commit 50df8f0 into besu-eth:main Feb 17, 2026
46 checks passed
@macfarla macfarla deleted the rm-backup-state-subcommand branch February 18, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking This can only be addressed/merged for a release that allows user-facing changes to be breaking. techdebt maintenance, cleanup, refactoring, documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

backup and restore state subcommands do not support bonsai

3 participants