nashqueue
nashqueue
This PR resolves #9346
# Protocol Change Proposal ## Summary Change examples in Tendermint specifications in [proposer selection ](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/consensus/proposer-selection.md)for consistency. ## Problem Definition What problems may be addressed by introducing this change? The examples...
Resolvses #834 [rendered](https://github.com/celestiaorg/celestia-app/blob/fbfbf111bcaa056e53b0bc54d327587dee11a945/docs/architecture/adr-008-blocksize-independent-commitment.md)
### Summary Currently, commitments in Celestia are dependent on the size of the block. It would be nice to have commitments that are independent of size. ### Problem Definition See...
### Implementation ideas Currently, the CID is the hash of the nodes inside the NMT or the hash of the Share. Therefore a Light Node will ask for the child...
### Implementation ideas ## Motivation The Header of a Light Node could get quite big for big Blocks. Let's say we have k = 128 ~ 8MB -> This will...
```[tasklist] ### Integrations Tests - [ ] Gossip Block with no Transaction - [ ] Gossip Block with 1 Transaction - [ ] Gossip Block with a lot of Transactions...
### Problem The current `TestGetBlock` function in `full_client_test.go` does not thoroughly test the Block RPC call according to the CometBFT [documentation](https://docs.cometbft.com/v0.38/spec/rpc/#block). It does not check all the fields mentioned in...
29 = NamespaceSize = NamespaceVersionSize + NamespaceIDSize - NamespaceVersionZeroPrefixSize = 10 NamespaceVersionSize = 1 NamespaceIDSize = 28 NamespaceVersionZeroPrefixSize = 18 We left pad the namespace with 0s (in celestia-openrpc) so...
This Issue tracks all Issues&Epics to increase developer experience for internal and external developers. If you have any suggestions on increasing developer experience, make an issue with a suggestion or...