go-ethereum/docs
Manav Darji 10c1ff2a74 internal/cli: add support for removedb (#478)
* internal/cli: add support for removedb

* update docs

* internal/cli: use constant path, handle err
2022-08-22 23:43:17 -07:00
..
audits Update Bor to geth-v1.9.16 (#78) 2020-07-24 19:01:41 +05:30
cli internal/cli: add support for removedb (#478) 2022-08-22 23:43:17 -07:00
postmortems V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
config.md internal/cli: use config file for flags in new-cli, builder/files: update defaults (#457) 2022-07-29 17:12:30 -07:00
README.md Split modules for cli (#315) 2022-02-03 18:34:44 +05:30

Documentation

Deprecation notes

  • The new entrypoint to run the Bor client is server.
$ bor server
  • Toml files to configure nodes are being deprecated. Currently, we only allow for static and trusted nodes to be configured using toml files.
$ bor server --config ./legacy.toml
  • Admin, Personal and account related endpoints in Eth are being removed from the JsonRPC interface. Some of this functionality will be moved to the new GRPC server for operational tasks.