-
Notifications
You must be signed in to change notification settings - Fork 82
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
feat: merge dev into main for v1.3.0 release #256
Conversation
contracts-bedrock: include `initialize` checks for L2 contracts
feat(op-challenger): alphabet output bisection game
We really only need to know if a contract has immutables and not what the immmutables are to write good tests to ensure that all contracts that have immutables are covered in the L2 genesis generation. Adding in the actual immutables references as a string resulted in a lot of diffs because the ast ids where used in them. This updates the bindings to use a boolean instead of the string. Now we can still tell if a contract has immutables and we dont care about what the offsets are. This will not result in a large diff for the smart contracts when ast ids change. It will only flip a bool when immutables are added or removed from a contract.
Co-authored-by: clabby <ben@clab.by>
op-e2e: Improve e2e test for span batches
op-chain-ops: cleanup immutables
…-remove-panic op-node: Remove Panic while Span Batch Derivation
…ng-fix-hyperlink docs: Fix broken PR guideline hyperlink
Improve the comment to make it more accurate in the `L1CrossDomainMessenger`.
contracts-bedrock: cross domain messenger comment
…eakout feat(ctb): Refactor `SemverLock`
Enable extended pause functionality in the standard bridge. Includes updates to tests and the deploy script.
fix(ctb): Output Bisection Alphabet VM
…h proactively fills its cache with blocks, receipts, and txns. Co-authored-by: Sebastian Stammler <seb@oplabs.co>
Add `PrefetchingEthClient`, which builds a cache of ethclient data for callers.
specs: typo fix
…tx-patch op-node: Span batch Unprotected Tx Handling + Logic Error Fix
feat: upstream to opimism v1.4.0
docs: fix invalid links
ci: run test ci for every PR
* docs: remove duplicated lines * docs: fix incorrect demonstration on output root handling * docs: fix lint issue * docs: update comments
* chore: set delta upgrade time for kroma sepolia * chore: bump geth to v0.4.2
Important Auto Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
This PR will be merged after releasing v1.2.1 on |
No description provided.