Rootul P
Rootul P
Possible cause which uses a sleep timeout from cosmos-sdk https://github.com/celestiaorg/celestia-app/blob/40d195b9ba89280bab61b119f9863b6b074d6d34/app/test/block_size_test.go#L125 Ref: - https://github.com/teivah/100-go-mistakes#sleeping-in-unit-tests-86
@Ivan123-ops can you please share: 1. Which OS are you running? 2. Are you able to reproduce this error on https://github.com/celestiaorg/celestia-app/commit/ff2d92a98584b5f3f0fef0bdf595e21fdd808a97 ? I was able to repro this error on...
Questions 1. Should the `max_body_bytes` be larger than the `mempool.max_tx_bytes`? If so, this issue seems blocked on the value decided for https://github.com/celestiaorg/celestia-core/issues/867 2. Is it possible to clarify in this...
I may be echoing what @adlerjohn said above but it seems like there are two separate issues being discussed here: 1. Decide on a value for `MaxTxBytes` (this issue) 2....
It seems like the default minimum gas price is set by a full-node operator [here](https://github.com/celestiaorg/celestia-app/blob/07b5bb4a6dd905166c33b3434895cd292501f100/cmd/celestia-appd/cmd/root.go#L228) but we can provide a default higher than `0` [here](https://github.com/celestiaorg/celestia-app/blob/07b5bb4a6dd905166c33b3434895cd292501f100/cmd/celestia-appd/cmd/root.go#L111). Based on the docs below,...
> Just as a ballpark, 1 MB messages should probably a good starting point upper bound I think Sourced from https://github.com/celestiaorg/celestia-core/issues/243 but given the default is 1 MiB I expect...
Feedback from @evan-forbes is that we should copy what https://github.com/tendermint/tendermint does
> before we change this process, we need extensive tests like in https://github.com/celestiaorg/celestia-app/issues/313 +1 more tests if it gives us additional confidence. And for clarity, I don't intend on changing...
Thanks for flagging this @Wondertan ! I'll tackle locking / unlocking the mutex whenever we get the environment. I expect this may involve introducing a helper like ```golang func GetEnvironment()...
Another instance of https://github.com/celestiaorg/celestia-core/issues/836 in https://github.com/celestiaorg/celestia-core/actions/runs/3250400572/jobs/5334043979#step:6:111