Open PyAgni opened 3 months ago
There's an open PR that's almost done https://github.com/karalabe/ssz/pull/15, so no need to do the work again :)
That said, the error I think is due to the submodule checkout requiring git LFS enabled to download the files from the test repo.
I should probably look into that and make a note of it in the README os somewhere about exactly how it should be configured. (I just have it globally enabled for various repos so it "just works" for me).
I cloned the repo locally for working on https://github.com/karalabe/ssz/issues/12, and tried running
go test ./tests
at the root directory, but it looks like unit tests forTestConsensusSpecBasics
are all failing with the same error.Reference: