feat(contracts): add isOutputFinalized function#2598
Conversation
🦋 Changeset detectedLatest commit: 951deff The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
isOutputFinalize functionisOutputFinalized function
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
|
Hey @tynes! This PR has merge conflicts. Please fix them before continuing review. |
smartcontracts
left a comment
There was a problem hiding this comment.
Approving with optional convos left unresolved, feel free to address or simply mark resolved
1e76993 to
c7293a0
Compare
|
I wrote a little poc for looking up blocknumbers that aren't written to the oracle: |
|
Hey @tynes! This PR has merge conflicts. Please fix them before continuing review. |
An `external` function that can be used for apps to check to see if a particular output is finalized.
c7293a0 to
1d7b9b3
Compare
I pulled in this commit, thank you! |
28823d5 to
d24757a
Compare
|
@maurelian This is ready for review again |
|
Fix typo and lint and should be good. |
Co-authored-by: Maurelian <maurelian@protonmail.ch>
d24757a to
9ae938a
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
## Overview Removes the `--l2.provider` flag from the `kona-node` in favor of proxying L2 RPC requests through the engine API. ### TODO This change is breaking to the CLI interface, and will require an update to: - [x] The `optimism-package` - [ ] The helm charts in OP Labs' infrastructure (not blocking)
Description
An
externalfunction that can be used for apps tocheck to see if a particular output is finalized.