blockchain-kubernetes icon indicating copy to clipboard operation
blockchain-kubernetes copied to clipboard

Kubernetes manifests for running blockchain nodes

Results 3 blockchain-kubernetes issues
Sort by recently updated
recently updated
newest added

+ add Binance Chain chart + add Binance Smart Chain chart * various fixes

In some places `helm install --name blah` is used. `--name` is not supported in Helm 2.

We currently use the following options for Parity: ``` tracing = "on" pruning = "archive" ``` This allows us to call the `trace_block` JSON RPC API to retrieve traces. With...