besu icon indicating copy to clipboard operation
besu copied to clipboard

Deprecate snap server experimental option and add stable option

Open pullurib opened this issue 1 year ago • 1 comments

PR description

Deprecate --Xsnapsync-server-enabled and add --snapsync-server-enabled instead.

Fixed Issue(s)

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

pullurib avatar Apr 03 '25 05:04 pullurib

@garyschulte are we ready to remove the --X from snap server?

macfarla avatar Apr 11 '25 02:04 macfarla