kevaundray

Results 157 comments of kevaundray

> Investigate and fix CI failures Seems my change locally didn't get pushed wrt to renaming the library in the workspace, sorry about that. Fixed the other linter complaints. >...

> I'd love to see some local devnet testing before we merge this in (I'm using the config from https://github.com/sigp/lighthouse/pull/5968) I ran the local devnet script in that PR you...

Although we don't use the proofs that get passed to `recover_cells_and_kzg_proofs`, we need to pass it to the library as a parameter and perform redundant checks (This should eventually be...

Unclear to me why this is passing on the DAS branch since we also don't pass proofs into there and its using the old interface where you recover_cells, then covert...

@jimmygchen I've ran the ef-tests locally and `make lint` -- will leave local devnet testing and other blockers in your hand

> Sure, I'll do the testing, thanks a lot for this :relaxed: > > > > Sorry about the delay in responding! and just to answer your questions: > >...

> Hi @kevaundray, > > > > Apologies on the delay getting to this. I was out the last couple of days. > > > > I did a quick...

> Could you do me a quick favor if `bazel run` works for you with `location`? Can you grep for the "Running ABC command" line of the output when you...

> Thank you! > > So to me `rootpath` gives the path `external/..` path, which makes it work for `bazel run` since that runs inside the runfiles directory (`bazel-bin/tools/heir-opt.runfiles/heir/`), but...