Skip to content

chore(deps): bump celestia-app to v9 arabica release#4999

Open
rach-id wants to merge 2 commits into
mainfrom
rachid/bump-to-v9
Open

chore(deps): bump celestia-app to v9 arabica release#4999
rach-id wants to merge 2 commits into
mainfrom
rachid/bump-to-v9

Conversation

@rach-id
Copy link
Copy Markdown
Member

@rach-id rach-id commented May 18, 2026

Bumps celestia-app to v9

@rach-id rach-id self-assigned this May 18, 2026
@rach-id rach-id requested a review from a team as a code owner May 18, 2026 15:25
@rach-id rach-id requested a review from vgonkivs May 18, 2026 15:25
@rach-id rach-id added the dependencies Pull requests that update a dependency file label May 18, 2026
@github-actions github-actions Bot added the external Issues created by non node team members label May 18, 2026
@rach-id rach-id enabled auto-merge May 19, 2026 07:17
@rootulp
Copy link
Copy Markdown
Contributor

rootulp commented May 19, 2026

// Used for syncer tail height estimation to ensure the tail stays within the pruning
// window despite block time variance (real block times on mocha avg ~6.14s vs nominal 6s).
const maxBlockTime = 7 * time.Second
const maxBlockTime = 4 * time.Second
Copy link
Copy Markdown
Member

@vgonkivs vgonkivs May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we know what will be the real block time in this case? Also, please updated the comment with ~6.14s

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the real block time will be ~2.7s. I found it set to 7s where the current one is 6s, so I thought we add one second to be on the safe side

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously, BN was receiving the block with ~6.14s delay, so we decided to make it bigger on our end.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so is 4s a good number or I bring it down to 3s?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file external Issues created by non node team members

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants