go-ethereum/docs
Manav Darji 083c3fead1 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 14:51:12 -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 bor.logs flag in new-cli (#541) 2022-10-05 14:51:12 -07:00
postmortems V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
config.md changed 'requiredblocks' flag back to 'eth.requiredblocks' 2022-09-07 13:53:36 +04: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.