Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
554c8d77
Unverified
Commit
554c8d77
authored
Jan 16, 2023
by
Zachinquarantine
Committed by
GitHub
Jan 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/utils: update Rinkeby deprecation message (#26496)
parent
0b53b290
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
flags.go
cmd/utils/flags.go
+3
-3
No files found.
cmd/utils/flags.go
View file @
554c8d77
...
...
@@ -1899,9 +1899,9 @@ func SetEthConfig(ctx *cli.Context, stack *node.Node, cfg *ethconfig.Config) {
log
.
Warn
(
""
)
log
.
Warn
(
"--------------------------------------------------------------------------------"
)
log
.
Warn
(
"Please note, Rinkeby has been deprecated. It will still work for the time being,"
)
log
.
Warn
(
"but there will be no further hard-forks shipped for it.
Eventually the network
"
)
log
.
Warn
(
"
will be permanently halted after the other networks transition through the merge
"
)
log
.
Warn
(
"
and prove stable enough.
For the most future proof testnet, choose Sepolia as"
)
log
.
Warn
(
"but there will be no further hard-forks shipped for it."
)
log
.
Warn
(
"
The network will be permanently halted in Q2/Q3 of 2023.
"
)
log
.
Warn
(
"For the most future proof testnet, choose Sepolia as"
)
log
.
Warn
(
"your replacement environment (--sepolia instead of --rinkeby)."
)
log
.
Warn
(
"--------------------------------------------------------------------------------"
)
log
.
Warn
(
""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment