-
Notifications
You must be signed in to change notification settings - Fork 68
Sync commits to release branch #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
|
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>
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.