cmd, eth, node: deprecate personal namespace (#26390)

* eth: cmd: deprecate personal namespace

* eth: cmd: move deprecation to node

* node: disable toml of enablepersonal

* node: disable personal on ipc as well

* Update node/node.go

Co-authored-by: Martin Holst Swende <martin@swende.se>

* console: error -> warn

* node: less roulette

---------

Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
Marius van der Wijden
2023-02-02 13:52:19 +02:00
committed by GitHub
co-authored by Martin Holst Swende
parent a8cf4399a9
commit d0a4989a8d
7 changed files with 35 additions and 8 deletions
+3
View File
@@ -199,6 +199,9 @@ type Config struct {
// JWTSecret is the path to the hex-encoded jwt secret.
JWTSecret string `toml:",omitempty"`
// EnablePersonal enables the deprecated personal namespace.
EnablePersonal bool `toml:"-"`
}
// IPCEndpoint resolves an IPC endpoint based on a configured value, taking into