Greg Cusack
Greg Cusack
#### Problem 1) GCE is expensive. 2) We need to be able to run test deployments with 1000s of validators. We have Monogon servers, so let's put Solana validators in...
#### Problem consistently get `blockhash not found` errors when running the `rpc-client` in `bench-tps`. This is due to `bench-tps` grabbing blockhashes that are `processed` (too new), rather than `confirmed` or...
#### Problem `ThinClient` is created with a default `CommitmentConfig` of `Finalized`. But, we want to be able to configure this manually. This PR builds off of PR: [#35282 ](https://github.com/solana-labs/solana/pull/35282). PR:...
In the [docker reference page ](https://docs.docker.com/engine/reference/commandline/build/) they outline the ability to pass in a path to a dockerfile using `--file`. So from the command line we can run something like:...