go-ethereum/docs
Pratik Patil 77db80cc91
Added script to generate config.toml fromstart.sh (#518)
* added go and bash script to get config out of start.sh and updated flagset.go

* changed 'requiredblocks' flag back to 'eth.requiredblocks'

* updated script

* changed 'requiredblocks' flag back to 'eth.requiredblocks'

* updated tests, and removed requiredblocks from json and hcl

* addressed comments
2022-09-23 13:37:04 +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 removedb (#478) 2022-08-09 09:16:42 +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.