Callum Waters

Results 248 comments of Callum Waters

Could you summarise what this does and how that is beneficial to us?

What I basically had in mind is a multiplexer which adheres to the ABCI interface at one end and proxies calls to the relevant state machine. In a way it...

As a minimal prototype, I had thought of creating a fork, bumping to v3 and having the wrapper import v1 and v2 of celestia-app. In the future we may want...

> Additional functionalities like ProveShares and DataRootInclusionProof are also missing in gRPC and should be proxied. Full nodes should be able to handle these queries themselves since they have all...

> add a new service that is specific to node/celestia. The latter is probably cleaner and preferable. I think we should just add it as a new service. Generally we...

Won't the square construction mechanism reject that second transaction in PrepareProposal?

This was the error that I first got when trying to unfork the SDK. There is a global proto registry and thus when we import multiple versions we end up...

> What if celestia-app v3 needs x/blob/v2 and celestia-app v1 needs x/blob/v1, then I think we'll hit the same issue where both modules try to register the same types in...

> MsgPayForBlobs and MsgRegisterEVMAddress don't have a proto.MessageName defined That's strange. This isn't a problem in main. These two would be registered under different names

I don't understand fully why gossiping in order as opposed to randomly would change things. I understand that if we were to give block part 1 to peer 1 and...