go-ethereum/docs
Manav Darji 54f97b8598
internal/cli: add support for bor.logs flag in new-cli (#541)
* add support for bor.logs flag in new-cli

* handle bor.withoutheimdall flag commenting in conversion script
2022-10-05 23:38:19 +05:30
..
audits Update Bor to geth-v1.9.16 (#78) 2020-07-24 19:01:41 +05:30
cli internal/cli: add support for bor.logs flag in new-cli (#541) 2022-10-05 23:38:19 +05:30
postmortems V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
config.md Added script to generate config.toml fromstart.sh (#518) 2022-09-23 13:37:04 +05:30
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.