add PROGRESS.md and connect to k8s endpoint to check namespace exists#1
add PROGRESS.md and connect to k8s endpoint to check namespace exists#1gregcusack merged 2 commits intoanza-xyz:mainfrom
Conversation
There was a problem hiding this comment.
🔥
nit: noticed that you have some files copied from monorepo. I have some ideas about them:
- do we need the fmt as a part of CI?
- do we want to enable nightly features like
group_imports = Oneorimports_granularity = One?
if 1 is negative, I think we can remove all these files in this PR
./cargo./ci/*./scripts/*
if we want 1) to happen, I can get it run in Github Actions later!
about 2), if we want those nightly features, we will need to add rustfmt.toml or .rustfmt.toml like monorepo. if we don't need them, I think we can remove some nightly related code.
we can clean up later or in this PR. both work!
|
ya i guess I am not sure the best way to go about the fmt. I like the idea of having to have a specific code format as in the monorepo. Definitely want like the sanity checks and stuff as in the monorepo. Is that something I need to setup? I do want |
Summary of Changes
PROGRESS.mdto track progress of building Validator Lab1st PR in a series of PRs that will build out Validator Lab. The Mongon testing framework for deploying validator clusters on Kubernetes