Rootul P
Rootul P
Thanks for the issue! A few questions: 1. Based on the screenshot: do you have any idea on why this is happening for consensus-full-snapshot-0 and not for consensus-full-2 or consensus-full-3?...
Based on the lines you linked, it looks like the tx indexer is enabled and set to `kv` which uses goleveldb. If the consensus nodes don't need to index transactions,...
Nina backported https://github.com/celestiaorg/celestia-core/pull/1405 to celestia-core [v1.38.0-tm-v0.34.29](https://github.com/celestiaorg/celestia-core/releases/tag/v1.38.0-tm-v0.34.29) which was released in celestia-app [v1.13.0](https://github.com/celestiaorg/celestia-app/releases/tag/v1.13.0). Rachid bumped celestia-node to that release in [this PR](https://github.com/celestiaorg/celestia-node/pull/3470). TLDR: we don't need to wait until celestia-app v2...
Closing this as resolved. If consensus nodes are still using too much memory, please open a new issue @tty47 because it is likely a new issue that isn't resolved by...
Can we please add the authored blob share version info to the [specs](https://celestiaorg.github.io/celestia-app/specs/shares.html#share-version)? I think that's a better place for this info than docs.celestia.org.
Sounds good, can def add to docs.celestia.org in addition to specs.
Just flagging pebble is not the default in v4.x so if we still want it to be the default, can we separate it from the v4.x release and do it...
FWIW the log line I added: ``` $ git diff diff --git a/app/app.go b/app/app.go index ecba66102..f8cad1079 100644 --- a/app/app.go +++ b/app/app.go @@ -458,6 +458,7 @@ func (app *App) BeginBlocker(ctx sdk.Context,...
Blocked on v3.0.0-arabica being deployed
Let's close for now. Will re-open if it repros.