Ryan
Ryan
`pocket start` does not appear to have a way of pointing to the config file on start. This forces the config data to be mixed in with the actual blockchain...
The launch scripts still include the placeholder `static-nodes.json` file which apparently has been deprecated. The sample data in the file caused errors such as: ``` ERROR[03-20|08:49:53.246] Node URL : missing...
NGINX locations are greedy, so `location /v1 {}` matches calls to `/v1` as well as calls to locations such as `/v1/query/balance`. If the purpose of using the multiple locations in...