-
Notifications
You must be signed in to change notification settings - Fork 273
chore: cleanup release branch #1899
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
chore: cleanup release branch #1899
Conversation
* fix tx context * add changelog * add test * remove unecessary abi * more robust test * cleanup * fix lint
* fix: support 4byteTracer for tracer * fix: doc
* patch comet bft * add changelog
…to-org-chain#1892) * fix: disable memiavl cache when optimistic execution is enabled * update go.mod * fmt * add changelog
…in#1898) * check authorisation list for blocklisted address * v1.5.3 release * add changelog * fix lint
|
Caution Review failedThe pull request is closed. WalkthroughThis PR introduces EIP-7702 authorization checks in transaction validation, adds staking cache sizing configuration, refines optimistic execution safety conditions, upgrades RocksDB with read optimizations, updates multiple dependencies (cometbft, ethermint, grocksdb), adds a new test contract for block/transaction properties, and updates the CHANGELOG with v1.5.0–v1.5.3 release entries. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (13)
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 |
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
Revert #1850 #1893 and #1892
PR Checklist:
make)make test)go fmt)golangci-lint run)go list -json -m all | nancy sleuth)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
New Features
Improvements
Tests