Derrick Hammer

Results 54 comments of Derrick Hammer

Skynet is dead in its current form. There will likely not be any guarantee of BC for future iterations; however, the Sia community continues the Skynet idea. I think this...

> > I think this issue should be closed. Future sia related backends will be possible, but not right now. > > I agree. [Lume web portal](https://web3portal.com) is a replacement...

> > @KaspianDev @ncw this can be closed. Skynet on Sia does no longer exist. > > i'm pretty sure it's just the official instance that got shut down Hello,...

I have just run into this and will have to jump libraries—a bit of a shame. Trying to copy an `io.Reader` into memory vs streaming is a _really_ bad assumption....

@lukechampine See: Scripts: - https://github.com/n0-computer/abao/blob/9b756ec8097afc782d76f7aec0a5ac9f4b82329a/tests/generate_vectors.py - https://github.com/n0-computer/abao/blob/9b756ec8097afc782d76f7aec0a5ac9f4b82329a/tests/vector_tests.rs Data: - https://github.com/n0-computer/abao/blob/9b756ec8097afc782d76f7aec0a5ac9f4b82329a/tests/test_vectors.json I can test this branch soon as well.

I'm glad to see everything is working. I have looked at it and can test it fully once verifying slices are implemented. I looked at `BaoDecode` and can possibly see...

@lukechampine Is it possible to have an API that takes a chunk (e.g., 256 kb data), the chunk group size, the offset, the outboard proof, and the root hash and...

I looked and thought I could hack baodecode to do the verify slice, but it would require either forking and adding or forking and exposing internals. Any effort I make...

That is the API I use in my code (though as a transparent reader, not as a verify object). It should ideally be a single function instead of a class,...

Thanks, I will test this tomorrow. One suggestion I have is that you should edit the `BaoDecode`. If keeping `dst io.Writer` change: ``` write := func(p []byte) { if err...