Callum Waters

Results 87 issues of Callum Waters

### Summary This recent PR https://github.com/celestiaorg/celestia-app/pull/3196 added the ability to retry submitting a transaction if the nonce was incorrect. The problem however is that we are trusting the consensus node...

bug

### Summary This is a tracking issue for the celestia-app relevant components for [CIP-18](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-18.md) Namely this issue is for the server side implementation of the interface that the consensus node...

WS: BestTxs

Similar to authz, we can define custom feegrants. This is beneficial in the case of rollup key management or when there are multiple sequencers. The funding account can pay on...

consensus breaking
x/blob
x/feegrant
ice-box

### Summary This is a proposal to introduce a staking based parameter which identifies a ratio or factor between a validators delegation to themselves and the total delegation of all...

enhancement
proposal
ice-box

### Problem Definition https://github.com/celestiaorg/celestia-app/blob/be9d7ee0cb8451f4f6c0d98b642068c57460a756/app/prepare_proposal.go#L21-L25 In the above, we observe that the outcome set of txs in `filterForValidPFBSignature` are used as the input for the `Build` function. As `filterForValidPFBSignature` splits the...

bug
WS: Maintenance 🔧

Many of our data structures have diverged from the spec such as the `IndexWrapper` which is the WrappedTransaction in the spec. We no longer have intermediate state roots and our...

specs
WS: Maintenance 🔧

### Summary Charge more gas for writes that expand the size of state ### Problem Definition All writes whether updating an existing key or writing a new key charge the...

proposal
need-discussion

### Update This issue is superseded by two byproduct issues which propose new changes to address the original problems outlined in this issue: - https://github.com/celestiaorg/celestia-app/issues/3315 - https://github.com/celestiaorg/celestia-app/issues/3316 ### Summary Replace...

proposal
authored blobs

### Summary Blocks can be invalid for several reasons: - The square was incorrectly built based on the set of txs - PFBs and NonPFBs were not correctly separated -...

bug