Samuel Laferriere
Samuel Laferriere
My first sentence says I’ve tried a few (3 if I remember correctly)
That’s very likely exactly what was happening, thank you for letting me know. I followed the instructions on the website though, so there’s probably a command that needs to be...
Can confirm that this is only a problem with the latest go v1.20.1. Tried with go v.1.19.6 and managed to install.
+1 for this feature. Needed to build optimism docker images, since their main docker file is under a sub folder. PR waiting for this fix: https://github.com/ethpandaops/optimism-package/pull/69
@tedim52 do submodules count as being part of the kurtosis package? If so then yes, the docker file is at optimism/something/something/Dockerfile wrt kurtosis root, where optimism is the optimism repo...
I wrote the testcontainer two places already, one in inc-sq and one in my recent PR for egnaddrs: https://github.com/Layr-Labs/eigensdk-go/blob/67be9ea97fb92a3ee090ab12b56e34e97010a76d/cmd/egnaddrs/main_test.go#L50 Think we should add this to `eigensdk-go/test` with a predeployed image...
Thanks for the links! FHE is still very new to me, but def interested in exploring more. I don't understand what "making FHE verifiable with zk". I always assumed the...
Ah makes total sense. So the zkp I was talking about was for client to prove the authenticity of the input data its sending, whereas the zkp you're talking about...
Would also very much benefit from this! Need to register thousands of operators on holesky and its taking forever.
Thinking through this might also add a `400` error code (for eg if blob submitted is too large) to let op-batcher know that its settings are most probably wrong.