Rootul P
Rootul P
## Context On this PR that only modifies docs https://github.com/celestiaorg/celestia-core/pull/1721 ## Problem ``` --- FAIL: TestReactorConcurrency (47.89s) testing.go:1399: race detected during execution of test ``` https://github.com/celestiaorg/celestia-core/actions/runs/14405303229/job/40736968887?pr=1721
## Context https://github.com/celestiaorg/celestia-core/actions/runs/14405303229/job/40794609768?pr=1721 ## Problem ``` --- FAIL: TestReactorsGossipNoCommittedEvidence (1.07s) reactor_test.go:188: Error Trace: /home/runner/work/celestia-core/celestia-core/evidence/reactor_test.go:188 Error: Not equal: expected: []types.Evidence{(*types.DuplicateVoteEvidence)(0xc0017e23c0), (*types.DuplicateVoteEvidence)(0xc0017e2c00)} actual : []types.Evidence{(*types.DuplicateVoteEvidence)(0xc00180f9c0)} ```
## Context https://github.com/celestiaorg/celestia-node/issues/3935 ## Problem This repo currently relies on `github.com/tendermint/tendermint/libs/json` (a.k.a `cmtjson` and `tmjson`) and celestia-node is interested in removing that dependency. ## Proposal - Remove usage of `github.com/tendermint/tendermint/libs/json`....
## Context On this PR that only modified docs, CI is failing ## Problem ``` --- FAIL: TestTxSearch (1.22s) rpc_test.go:654: Error Trace: /home/runner/work/celestia-core/celestia-core/rpc/client/rpc_test.go:654 Error: Should be zero, but was 19...
## Context https://github.com/celestiaorg/celestia-node/pull/4219/files#r2046888052 ## Proposal It would increase confidence if celestia-node had a test for `extendBlock` that used block data from historical mainnet blocks. This data can be saved in...
## Context Reported by [email protected] ## Problem The [Docker setup](https://docs.celestia.org/how-to-guides/local-devnet#docker-setup) seems broken ``` Starting celestia-appd with command: /bin/celestia-appd sh -c celestia-appd init mynode --chain-id private && celestia-appd start Error: unknown...
## Context Celestia got a dependabot PR to bump this dependency ## Problem As a consumer of this dependency, it's not obvious to me what has changed in recent releases....
## Context We're getting dependabot PRs for this library. Ref: https://github.com/celestiaorg/celestia-app/pull/4923 ## Problem It's unclear to me what the compatibility matrix is for this library and other cosmos-sdk dependencies (namely...
Part of https://github.com/celestiaorg/celestia-app/issues/5614 Inspired by https://github.com/Reecepbcups/cosmos-sdk/releases/tag/v0.45.16-ics-lsm-iavlpatch.1 cc: @julienrbrt @tac0turtle
Part of https://github.com/celestiaorg/celestia-app/issues/5614#issuecomment-3234827686 Inspired by https://github.com/Reecepbcups/cosmos-sdk/releases/tag/v0.45.16-ics-lsm-iavlpatch.1