chore: Reduce opbnb block time and use exp retry#12599
Open
chore: Reduce opbnb block time and use exp retry#12599
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
7 Skipped Deployments
|
11659de to
771ea44
Compare
771ea44 to
dfca2d4
Compare
dfca2d4 to
fe93812
Compare
fe93812 to
7fc29e1
Compare
7fc29e1 to
c2bd607
Compare
chef-ryan
approved these changes
Jan 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR-Codex overview
This PR focuses on refactoring the retry mechanism for transaction handling across various components by replacing the
retryfunction withretryExp, improving the handling of average block times, and ensuring the correct use ofUnifiedChainIdin block time records.Detailed summary
retrytoretryExpin multiple files for enhanced retry logic.bufferedAvgBlockTimecalculations to useAVERAGE_CHAIN_BLOCK_TIMESwith fallback toBSC_BLOCK_TIME.ChainId.OPBNBandChainId.OPBNB_TESTNET.NonEVMChainId.SOLANAandNonEVMChainId.APTOSinAVERAGE_CHAIN_BLOCK_TIMES.