Callum Waters

Results 248 comments of Callum Waters

E2E tests do check with IPv6. Is there some compatibility issue?

We can remove this log if it's noisy. There is no call to action we expect node operators to take. We should store incompatible addresses to a black list and...

Yeah I think the simplest approach would be to use account numbers for uniqueness and a separate namespace version. If multisigs work and aren't a pain in the ass to...

One of the first steps would be to benchmark the effects of "computationally heavy" transactions on execution by seeing how long it would take to execute 1000 IBC headers or...

Cross referencing: https://github.com/rollkit/rollkit/issues/1860

> We register these endpoints in cosmos-sdk which allow using the same endpoints and not 2 > [celestiaorg/cosmos-sdk#416](https://github.com/celestiaorg/cosmos-sdk/pull/416) Ah great! Can we register it just in `celestia-app`?

Hmm but I recently added a new grpc server to celestia-app for the TxStatus endpoint. I did it here: https://github.com/celestiaorg/celestia-app/blob/a742bd3245dde76898a4514ac116792025fb9f57/app/app.go#L737 Can you not do the same? Why I'm asking this...

This is a breaking change right? I'm not sure if we've agreed on branch management / releases for celestia-core yet

> [thinking out loud] Why not have a `v0.34.x-v2` branch that contains the breaking changes. This branch should only contain the changes that are on main and we want to...