celestia-app icon indicating copy to clipboard operation
celestia-app copied to clipboard

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk

Results 269 celestia-app issues
Sort by recently updated
recently updated
newest added

## Context Based on recent discussions, it seems important to track state growth over time. I propose we add a metric + dashboard to monitor state growth over time. ##...

ice-box

## Context Motivated by a Slack conversation. cc @cmwaters The `MsgPayForBlobs` type appears to contain two extraneous fields: `namespaces` and `share_versions`. ```proto // MsgPayForBlobs pays for the inclusion of a...

consensus breaking
proposal

**WIP the contents of this EPIC are subject to change. Please see discussions below.** ## Intro As initially described in [this forum post](https://forum.celestia.org/t/achieving-base-layer-functionality-escape-velocity-without-on-chain-smart-contracts-using-sovereign-zk-rollups/958/1), it is possible for the state machine...

consensus breaking
WS: SNARK Accounts 🗳️

We are adding authz to the application in #1540, but we are pushing the integration with the blob module to a different PR. This is mainly because there are different...

consensus breaking
ADR
x/blob

## Context During the "Default Params Presentation" presentation at the Paris onsite, we discussed adding a base fee to PFDs so that one PFD with a 100 byte message costs...

consensus breaking
x/blob
param
ice-box

We want to consistently measure a summary of the networks performance (or other stats). This would include but is not strictly limited to: - Block times - Tx throughput (bytes/sec)...

testing
knuu

It would be really useful to have a tool to fuzz as many possible scenarios that could happen in celestia-app. This would include things like all possible transactions, validator set...

testing
epic
knuu

There are currently a few changes that should be easy to incorporate while potentially have a large impact on the efficiency and effectiveness of block propagation. We should investigate these...

epic
investigate
WS: Big Blonks 🔭

Since celestia gossips relatively large messages relative to other chains, we should evaluate and optimize the default configurations for limiting the bandwidth of each peer https://github.com/celestiaorg/celestia-core/blob/ffb884d3b86afd14519b6bf9068265149897d656/config/config.go#L602-L626 ```go // DefaultP2PConfig returns...

defaults
investigate
p2p
WS: Big Blonks 🔭

## Context > The "fixed cost" is an approximation of the gas consumed by operations outside the function GasToConsume (for example, signature verification, tx size, read access to accounts), which...

proposal
ice-box