You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BesuCommand class (and related unit tests) has quite a bit of deprecated logic which sets various defaults depending on if system property besu.docker is present or not. However, this property is not set in Besu's docker file anymore. Hence, the relevant code needs to be removed.
The text was updated successfully, but these errors were encountered:
- Updated BesuCommand class by removing deprecated usage of besu.docker system property.
- Removed StandaloneCommand and moved the options back into BesuCommand.
Signed-off-by: Usman Saleem <usman@usmans.info>
BesuCommand class (and related unit tests) has quite a bit of deprecated logic which sets various defaults depending on if system property
besu.docker
is present or not. However, this property is not set in Besu's docker file anymore. Hence, the relevant code needs to be removed.The text was updated successfully, but these errors were encountered: