Sync commits to release branch#787
Merged
FletcherMan merged 136 commits intorelease/0.4.xfrom Oct 15, 2025
Merged
Conversation
- Fixed blob fee calculation logic in Blob transaction type - Added judgment for weiAmt being nil to avoid potential null pointer exceptions
Fix transaction fee calculation issue
- Add a mutex to ensure thread-safe access to latestBlockTime - Implement SetLatestBlockTime and GetLatestBlockTime methods - Update StartMonitoring and IsGrowth methods to use new thread-safe accessors
- Add BatchFetcher interface for fetching batch data from nodes - Modify BatchCache to fetch from nodes when cache misses - Add BatchFetcher implementation in services - Update tests with proper mock and concurrent testing - Add Clear method to BatchCache - Improve thread safety for concurrent operations This change allows BatchCache to automatically fetch data from nodes when the requested batch is not found in cache, improving the service reliability and reducing manual handling of cache misses.
Pass BatchFetcher instance to BatchCache constructor in Rollup service to enable fetching batch data from L2 nodes when cache misses occur.
enhance batch cache
Replaced the LondonSigner with LatestSignerForChainID in the Rollup service initialization to ensure compatibility with the latest Ethereum chain standards.
refactor: update signer to use LatestSignerForChainID
Co-authored-by: chengwenxi <22697326+chengwenxi@users.noreply.github.com>
Co-authored-by: WorldDogs <noreply.github.com>
Co-authored-by: WorldDogs <noreply.github.com>
Co-authored-by: WorldDogs <noreply.github.com>
Co-authored-by: kukoomomo <kukoomomo@gmail.com>
Sync release to main
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: fletcher.fan <fletcher.fan@bitget.com>
twcctop
approved these changes
Oct 15, 2025
chengwenxi
approved these changes
Oct 15, 2025
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.
This PR is to synchronize the commits from the main branch that differ from the release branch. In the future, any commits on the main branch that are ready for release will be directly merged into the release branch for deployment.