1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/node
Martin HS a5f0001845
cmd/geth: remove unlock commandline flag (#30737)
This is one further step towards removing account management from
`geth`. This PR deprecates the flag `unlock`, and makes the flag moot:
unlock via geth is no longer possible.
2024-11-15 10:15:15 +01:00
..
api.go p2p/discover: improved node revalidation (#29572) 2024-05-23 14:26:09 +02:00
api_test.go build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
config.go cmd/geth: remove unlock commandline flag (#30737) 2024-11-15 10:15:15 +01:00
config_test.go
database.go core, eth, node: break rawdb -> {leveldb, pebble} dependency (#30689) 2024-10-29 10:31:04 +02:00
defaults.go
doc.go
endpoints.go
errors.go
jwt_auth.go
jwt_handler.go
lifecycle.go
node.go cmd/geth: remove unlock commandline flag (#30737) 2024-11-15 10:15:15 +01:00
node_auth_test.go
node_example_test.go
node_test.go build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
rpcstack.go
rpcstack_test.go build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
utils_test.go