Skip to content

Commit

Permalink
Remove retesteth rpc service and commands (#7833)
Browse files Browse the repository at this point in the history
* remove retesteth rpc service and commands

Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte authored Oct 31, 2024
1 parent 24ed2d0 commit d846e37
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1,843 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Added isLabelsObserved to LabelledGauge in plugin-api. Default implementation returns false.

### Breaking Changes
- Removed Retesteth rpc service and commands [#7833](https://github.com/hyperledger/besu/pull/7783)

### Upcoming Breaking Changes

Expand Down
2 changes: 0 additions & 2 deletions besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
import org.hyperledger.besu.cli.presynctasks.PrivateDatabaseMigrationPreSyncTask;
import org.hyperledger.besu.cli.subcommands.PasswordSubCommand;
import org.hyperledger.besu.cli.subcommands.PublicKeySubCommand;
import org.hyperledger.besu.cli.subcommands.RetestethSubCommand;
import org.hyperledger.besu.cli.subcommands.TxParseSubCommand;
import org.hyperledger.besu.cli.subcommands.ValidateConfigSubCommand;
import org.hyperledger.besu.cli.subcommands.blocks.BlocksSubCommand;
Expand Down Expand Up @@ -1105,7 +1104,6 @@ private void addSubCommands(final InputStream in) {
PublicKeySubCommand.COMMAND_NAME, new PublicKeySubCommand(commandLine.getOut()));
commandLine.addSubcommand(
PasswordSubCommand.COMMAND_NAME, new PasswordSubCommand(commandLine.getOut()));
commandLine.addSubcommand(RetestethSubCommand.COMMAND_NAME, new RetestethSubCommand());
commandLine.addSubcommand(
RLPSubCommand.COMMAND_NAME, new RLPSubCommand(commandLine.getOut(), in));
commandLine.addSubcommand(
Expand Down

This file was deleted.

58 changes: 0 additions & 58 deletions ethereum/retesteth/build.gradle

This file was deleted.

This file was deleted.

Loading

0 comments on commit d846e37

Please sign in to comment.