Rootul P
Rootul P
> also I don't see a huge benefit in removing the file, maybe we can just remove that todo Since we migrated away from x/params in v4, we should be...
## Context celestia-app v4 added Hyperlane support. celestia-app v6 removed the tokenfilter from our Hyperlane integration. ## Problem There currently aren't any e2e tests that verify Hyperlane works as expected...
## Context @pippokr is running a consensus snapshot node on Arabica ## Problem The v3.x binary can't sync through the v2 upgrade height. It hits ``` 9:57AM INF service start...
## Problem When a user pipes celestia-appd logs to a file with ``` celestia-appd start --log-to-file foo.log ``` the logs contain weird characters like `[90m`. Can we please fix this,...
While working on https://github.com/celestiaorg/celestia-app/issues/6177 I realized it is cumbersome to set the `--v2-upgrade-height` via ldflags. This change reverts the deprecation for the `--v2-upgrade-height`. If a user passes the `--v2-upgrade-height` to...
Closes https://github.com/celestiaorg/celestia-app/issues/6175 Can't be merged to main until we have a `v6.x` branch.
## Context https://github.com/celestiaorg/celestia-app/pull/6174 ## Problem The `BlockedAddresses` implementation is flawed. It gets module account addresses but treats them like account names. https://github.com/celestiaorg/celestia-app/blob/013eb80f31c3751842895fd64403f95f45930bcb/app/app.go#L650-L651 The `BlockedAddresses` are used by the bank keeper...
Fixes https://github.com/celestiaorg/celestia-app/issues/6091 Draft b/c needs unit tests
## Context https://github.com/celestiaorg/celestia-app/issues/2414 proposed two tests and this issue is focused on just one of them: > Create a significantly longer test that syncs mainnet from scratch using a block...
This repo no longer seems maintained. I think the new canonical repo to use is https://github.com/cosmos/interchaintest Can that please be documented in the README?