Pratik Patil
1ab225c0e4
Removed vhosts for ws and replaced cors with origins ( #574 )
...
* removed vhosts for ws and added replaced cors with origins
* updated script
2022-11-03 12:54:57 -07:00
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
Pratik Patil
3df1d6f017
Change diverged flags back to Geth's convention (POS-602) ( #451 )
...
* changed name -> identity
* changed no-snapshot -> snapchot=true/false
* changed jsonrpc.corsdomain -> http.corsdomain
* changed jsonrpc.vhosts -> http.vhosts
* changed http/ws.modules to http/ws.api
* updated readme
* updated config_test
* make docs
* handelling string array flag, overwrite insted of append
* added 'Default' to SliceStringFlag
* added separate flags for corsdomain and vhosts for http, ws, graphql
* modified tests
2022-07-14 22:36:18 +05:30
Jerry
33e646eea1
Add keystore option to cli
2022-06-15 11:30:47 -07:00
Jerry
63bedf374d
Merge pull request #405 from cffls/whitelist
...
Rename whitelist to requiredblocks
2022-05-23 09:18:48 -07:00
Manav Darji
1b53044055
internal/cli/server, eth: add option to disable personal wallet endpoints ( #394 )
...
* initial disable-bor-wallet implementation
* fixes and enhancements
* update docs using clidoc
* fixes in clique auth
2022-05-23 14:06:51 +05:30
Jerry
c02e2cbb93
Rename whitelist to requiredblocks
2022-05-17 17:08:41 -07:00
Jerry
a131e427f6
Automatically generate markdown pages from bor CLI
...
Adding a script that can automatically generate markdown pages from bor
CLI, so we can avoid copy-pasting helper strings whenever a flag is created,
deleted, or modified.
CLI docs could be generated with command `make docs`.
2022-05-09 17:10:36 +02:00
shiziwen
d561a25739
fix: modify the comment of txlookuplimit ( #344 )
2022-04-20 16:16:11 +05:30
Manav Darji
7b49cb0bbc
Split modules for cli ( #315 )
...
* add separate module config for http and ws
* update cli docs
2022-02-03 18:34:44 +05:30
Ferran Borreguero
e9703c7e3f
Add docs for cli and config file ( #218 )
...
* Initial docs cli
2021-10-26 14:09:11 +02:00