-
Notifications
You must be signed in to change notification settings - Fork 861
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
Print warning for deprecated testnets #4173
Print warning for deprecated testnets #4173
Conversation
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 2nd test on throwing error for non-deprecated networks is only run against deprecated networks. I think the input enums should be switched to MAINNET, SEPOLIA, GOERLI
besu/src/test/java/org/hyperledger/besu/cli/NetworkDeprecationMessageTest.java
Outdated
Show resolved
Hide resolved
… name Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx!
* print warning for deprecated testnets Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner daniel.lehrner@consensys.net
PR description
Prints a deprecation warning for Ropsten, Kiln and Rinkeby
Fixed Issue(s)
fixes #4163
Documentation
doc-change-required
label to this PR ifupdates are required.
The documentation should mention that Ropsten, Rinkeby and Kiln are deprecated
Changelog