Leo Lara

Results 22 comments of Leo Lara

@justdan96 so I run the script to compile the latest Apple Clang 12 compiler. At the end got: ``` Done! cd into '[...]/osxcross/build/' and type 'make install' to install clang/llvm...

It actually should be: ```cd build/build_stage && make install```

I am experiencing this, while testing an app that it seems it is made with nwjs (https://pinegrow.com/)

@rauljordan here a proposal: https://hackmd.io/@leolara/ethereum-slasher-backfilling-algorithm

If nobody took this when i am doing with the renaming I would like to take this. But better get the other one done before jumping into this :-)

I will work on this while my other PR is being reviewed. Please assign to me @terencechain @nisdas

One thing I am seeing, this test for example makes coverage very misleading: https://github.com/prysmaticlabs/prysm/blob/develop/beacon-chain/state/v1/getters_test.go#L32-L78 Most of the coverage might be this, that only checks that it does not panic.

@nisdas I guess the way to do not repeat the tests, would be to have some test functions that receive a state factory interface as parameter. Then all the tests...

Blocked by #10069 as said in https://github.com/prysmaticlabs/prysm/pull/10074#issuecomment-1011063294