Callum Waters
Callum Waters
We have two CIPs going through the review process that once confirmed set to reduce the bridge node data pruning window to 7 days + 1 hour and the light...
Resurrect https://github.com/celestiaorg/cosmos-sdk/pull/681
Currently a panic seems to only stop the consensus reactor but keeps the rest of the reactors running. This can give node operators the false impression that their node is...
I don't see why this https://github.com/celestiaorg/celestia-core/blob/f6699593c6bb0610b100de34ee4f66e04bc672db/rpc/core/blocks.go#L200 needs to be an error log if the node is configured not to save block responses. In that case it should just be an...
v0.34.x https://github.com/celestiaorg/celestia-core/blob/b3e1e44e8dc3fbf714d208e5120ffc0bfdfade5b/node/node.go#L882 v0.38.x https://github.com/celestiaorg/celestia-core/blob/bf3ae981ab6d04cd1f21224c731394c4198869d7/node/node.go#L318 We also had this comment from Staking Facilities > Hey guys, since version 4, I noticed that the version information was removed from the exported Prometheus...
From an external team: > There’s not consistent/canonical formats for a lot of responses, especially merkle proofs and namespaced rows/blobs. We’ve been able to outsource to Lumina, but IIRC we...
From an external team: > Docs often don’t document what responses are. For example, the only reason I can think of to use `GetProof` is to verify the proof -...
### Implementation ideas Outside of outsourcing all rollup infrastructure to a RaaS partner where the security is guaranteed in contract, a rollup may want to run a light node for...
### Implementation ideas Consensus nodes are expected to be run alongside bridge nodes by the same node operator and can thus be trusted by default. To make it simpler to...
### Summary I am putting this here although arguably it should be in celestia-node ### Problem Definition In a slack thread, Sovereign Labs explained the following: > High level problem...