Rootul P
Rootul P
```error /usr/bin/git push origin gh-pages remote: Permission to celestiaorg/celestia-specs.git denied to github-actions[bot]. fatal: unable to access 'https://github.com/celestiaorg/celestia-specs.git/': The requested URL returned error: 403 Error: Action failed with "The process '/usr/bin/git'...
## Context - celestia-app app version v2 will be coordinated through a block height. - celestia-app app version >= v3 will be coordinated on a rolling basis via validators signalling...
## Context There are several open PRs that add/remove/modify a peer address in peers.txt. Examples: 1. https://github.com/celestiaorg/networks/pull/525 2. https://github.com/celestiaorg/networks/pull/524 3. https://github.com/celestiaorg/networks/pull/521 4. https://github.com/celestiaorg/networks/pull/519 5. https://github.com/celestiaorg/networks/pull/509 6. https://github.com/celestiaorg/networks/pull/508 7. https://github.com/celestiaorg/networks/pull/507 ##...
## Prerequisite 1. https://github.com/celestiaorg/rsmt2d/issues/248 ## Context https://github.com/celestiaorg/rsmt2d/blob/76d744060bc715801cd9e01119bfb1dea00dc488/tree.go#L9-L11 lacks a parameter for square size so multiple tree constructor functions must be registered (one per square size). ## Proposal Explore if it's...
[Suggestion] I'd suggest adding a godoc for this function `computeRowProof`. It makes it easier to interpret the outputs. _Originally posted by @staheri14 in https://github.com/celestiaorg/rsmt2d/pull/208#discussion_r1252233065_
## Context If I understand correctly the [Codec interface](https://github.com/celestiaorg/rsmt2d/blob/25576208f90d3d171e5cbf7407704c1d61ae6bf1/codecs.go#L14-L27) is meant to serve as a boundary between rsmt2d logic and different erasure coding libraries. ## Problem The leopard codec returns...
## Context It looks like [infectious](https://github.com/vivint/infectious) supports decoding data where some shards have been corrupted. On the other hand, klauspost/reedsolomon leopard does not support decoding shards that have been corrupted...
## Context https://github.com/celestiaorg/blobstream-contracts/blob/1bc9312583fa0e1f459d1335c5d964de404b17c3/foundry.toml#L2 Solidity [0.8.23](https://github.com/ethereum/solidity/releases/tag/v0.8.23) was released last week. ## Proposal Upgrade to Solidity 0.8.23
## Context This library is used in celestia-app. After [celestia-app/adr-014](https://github.com/celestiaorg/celestia-app/blob/fc83b04c3a5638ac8d415770e38a4046b84fa128/docs/architecture/adr-014-versioned-namespaces.md) and [celestia-app/adr-015](https://github.com/celestiaorg/celestia-app/blob/fc83b04c3a5638ac8d415770e38a4046b84fa128/docs/architecture/adr-015-namespace-id-size.md) were introduced, the namespaced data that gets pushed to an NMT consists of: `namespace version (1 byte) |...
## Context The Go CI workflow uploads code coverage to Codecov. It's currently failing: https://github.com/celestiaorg/nmt/actions/runs/8725099979/job/23937249648 ## Proposal Either: 1. Investigate the CodeCov failure and fix it 2. Remove CodeCov integration...