Samuel Laferriere
Samuel Laferriere
Currently hardcoded to build for linux platforms. This change makes build also able to target mac computers by dynamically checking the uname
I tried a few checkpoint providers so far, and they all give me the same error ``` Mar 23 00:01:45.531 INFO Logging to file path: "/ethclient/lighthouse/beacon/logs/beacon.log" Mar 23 00:01:45.532 INFO...
Hey proto, pretty new to p2p protocols, so trying to wrap my head around some of the things you mention in the README, such as `DHTs are slow, right?` and...
Running into this error when trying to install on ubuntu 20.04. Any idea what's going on? ``` go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/herumi/bls-eth-go-binary v1.28.1 go: downloading github.com/protolambda/go-keystorev4 v0.0.0-20211007151826-f20444f6d564 go:...
When installing an avs for the first time  after entering all options, the system just hangs for 10-15 seconds. I'm guessing it's building the docker image locally. But this...
Looks like an awesome project that I need to understand better. As a starting question, isn't this just homomorphic (not fully) encryption though? You use the cupcake library which only...
**Actual behavior** A clear and concise description of what the bug is. ``` === RUN TestA tests/A_test.go:15: Unexpected call to *tests.MockAer.Hello([[]]) at tests/A_test.go:15 because: expected call at tests/A_test.go:14 doesn't match...
Was not familiar with the mev-share codebase, so took me a little while to figure out what's going on in this repo. Figured it would be super useful to add...
Implements feature-request #28278 The proposed names for the interfaces are pretty awful, but the structs have already taken the Caller/Transactor/Filterer names. Open to suggestions for renaming the interfaces.