1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/node
Sina Mahmoodi 3630cafb34
node: drop support for static & trusted node list files (#25610)
This changes the node setup to ignore datadir files

    static-nodes.json
    trusted-nodes.json

When these files are present, it an error will be printed to the log.
2022-10-12 10:50:12 +02:00
..
api.go
api_test.go
config.go node: drop support for static & trusted node list files (#25610) 2022-10-12 10:50:12 +02:00
config_test.go
defaults.go
doc.go
endpoints.go
errors.go
jwt_auth.go
jwt_handler.go
lifecycle.go
node.go node: drop support for static & trusted node list files (#25610) 2022-10-12 10:50:12 +02:00
node_auth_test.go
node_example_test.go
node_test.go
rpcstack.go
rpcstack_test.go
utils_test.go