Rootul P

Results 489 comments of Rootul P

IIRC we had discussions about this change and we didn't get full support to remove the node's local min gas price. I think one reason to keep it was that...

CAT pool isn't the default yet and AFAIK we haven't recommended its use on mainnet. Have we considered adding this feature to the other mempools (especially the prioritized mempool)?

Thanks for the context. If we aren't going to add this feature to the other mempools, IMO we should work on a few other issues before this one: 1. Recommend...

Closed b/c we tracked this work in https://github.com/celestiaorg/celestia-zkevm-ibc-demo We added Sovereign support briefly and then removed it.

Re-opening because celestia-node is getting it's own specs soon (https://github.com/celestiaorg/celestia-node/pull/3186) so this issue became relevant again.

Can you elaborate on how you're trying to run the Docker image? On my machine, the image looks fine: ``` $ docker run ghcr.io/celestiaorg/celestia-app:v2.2.0 version Unable to find image 'ghcr.io/celestiaorg/celestia-app:v2.2.0'...

Going to close for now. @breezytm please let us know if you're still experiencing this and if yes information about the architecture and platform you're running it on.

> however we have many transactions that don't have public keys that operate normally Can you point to such a transaction on Cosmos SDK v0.50.x? When I reproduced https://github.com/celestiaorg/celestia-app/issues/4847 I...

> Yes, the signature is required to have a public key, so I agree with 2. that we should add a nil check and return a specific error for that...

Thanks for creating the issue! To add a bit more context, there exists an ante handler that rejects PFBs where the total blob size exceeds some "max total blob size"...