Ryan
Ryan
At celestia-node, we don't only use `ShardAccessor`'s Blockstore to serve individual blocks, but also use the underlying mount to stream the CAR file to other full nodes. We do this...
Introduces `blob.Subscribe`. Takes a `share.Namespace`, returns a `
From a user: > in this endpoint https://node-rpc-docs.celestia.org/?version=v0.13.5#fraud.Get What should be Proof Type? I tried to use type shown in the docs but that is throwing error. datastore: key not...
Once node v0.15.0 is released, the API is changing to use TxOptions. This requires changes in: - [x] Golang Tutorial (done in #1671) - [ ] CLI Tutorial - [...
Generated from #2033 and #2615. After discussion I can create the actual issues for the ones we want to keep, with the original descriptions from mustafa's issues. #OperationPruneDN ```[tasklist] ###...
There may be a potential flake in this test, if blobs are buffered in the channel before the cancel method is called. If this occurs, we can replace the original...
> There is an edge case possible here. The HeaderSub doesn't guarantee a contiguous stream of headers, and there might be gaps that we have to handle. It shouldn't be...