You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've gone back and forth on the default tx index value in the config.toml, and now we're going back to using "null" in celestiaorg/celestia-app#2322. One of the main reasons not to enable this is because there currently is no pruning for the txindex, so the amount of block data stored is double what it would be if we didn't prune block data.
Another alternative would be to only store the txs once in the index, and then store hashes in the block data.
We should probably wait until "the merge", before making any dramatic changes to how comet handles block data give our plan is store block data once in the share format used in the square encoding.
The text was updated successfully, but these errors were encountered:
I think we should just implement a secondary index for the transaction hash so that users can work out whether their transaction has been committed or not (right now this is not possible).
We've gone back and forth on the default tx index value in the config.toml, and now we're going back to using "null" in celestiaorg/celestia-app#2322. One of the main reasons not to enable this is because there currently is no pruning for the txindex, so the amount of block data stored is double what it would be if we didn't prune block data.
Another alternative would be to only store the txs once in the index, and then store hashes in the block data.
We should probably wait until "the merge", before making any dramatic changes to how comet handles block data give our plan is store block data once in the share format used in the square encoding.
The text was updated successfully, but these errors were encountered: