Callum Waters
Callum Waters
All on-chain governance modifiable parameters associated with the gas scheduler (i.e. GasCostPayForBlobs) should become versioned parameters i.e. they can only change with a hard fork upgrade. The reason is to...
Similar to the DA API, we should also document our consumable Consensus API for users
### Summary Parent Issue: https://github.com/celestiaorg/celestia-app/issues/2977 This is a proposal to merge the two celestia state machine specific namespaces into a single namespace. This is to be done by modifying the...
### Summary Parent issue: https://github.com/celestiaorg/celestia-app/issues/2977 This proposal is based on my understanding of a feature request from Sovereign Labs and a feature I believe would apply to all enshrined rollups:...
It seems like the grpc library appends the port :443 It might not recognise that there is already a port specified (in this case :80) because of the path that...
I'm also seeing the namespace problem appear in our CI tests: ``` test-e2e2024/06/18 13:12:01 === RUN MinorVersionCompatibility time="2024-06-18T13:12:01Z" level=info msg="Initializing knuu with scope: runMinorVersionCompatibility_20240618_131201" time="2024-06-18T13:12:01Z" level=info msg="The .env file does...
### Summary It's currently not possible to have a `MsgExec` wrap around `MsgPayForBlobs` within a blobTx. `ValidateBlobTx` will fail, registering it as a blobTx without a PFB. We should be...
### Summary Following https://github.com/celestiaorg/celestia-core/pull/1287, we should update the `Signer` to use it for polling as to whether the transaction has been completed. This should eventually be piped to celestia-node and...