Skip to content

superchain-weth #1043

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

Merged
merged 17 commits into from
Oct 31, 2024
Merged

superchain-weth #1043

merged 17 commits into from
Oct 31, 2024

Conversation

cpengilly
Copy link
Contributor

  • new page under op-stack > interop
  • updated links in existing interop pages

@cpengilly cpengilly requested a review from a team as a code owner October 29, 2024 07:57
Copy link

netlify bot commented Oct 29, 2024

Deploy Preview for docs-optimism ready!

Name Link
🔨 Latest commit a582c95
🔍 Latest deploy log https://app.netlify.com/sites/docs-optimism/deploys/6723be5073bdc30009d46d88
😎 Deploy Preview https://deploy-preview-1043--docs-optimism.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cpengilly cpengilly requested a review from pharger October 29, 2024 07:57
Copy link
Contributor

coderabbitai bot commented Oct 29, 2024

Warning

Rate limit exceeded

@cpengilly has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 9 minutes and 45 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 20a61c8 and a582c95.

Walkthrough

The pull request introduces several changes related to interoperability within the OP Stack. It adds a new entry for "superchain-weth" in the _meta.json file, updates documentation links from absolute to relative URLs in various markdown files, and introduces a new documentation file specifically for SuperchainWETH. Additionally, the words.txt file is modified to standardize term representations and remove specific entries.

Changes

File Path Change Summary
pages/stack/interop/_meta.json Added new entry: "superchain-weth": "SuperchainWETH (Interoperable ETH)".
pages/stack/interop/cross-chain-message.mdx Updated hyperlink reference for SuperchainERC20 from absolute to relative link.
pages/stack/interop/explainer.mdx Updated links to message passing protocol and Superchain ERC20; refined content for clarity.
pages/stack/interop/superchain-weth.mdx Added new documentation for SuperchainWETH, detailing its functionality and operational mechanics.
words.txt Removed several entries; standardized casing for terms like ACCOUNTQUEUE to accountqueue.

Possibly related PRs

  • Smart contract overview update #808: This PR adds a new entry to the _meta.json file, which is related to the same file modified in the main PR, indicating a connection in the context of metadata updates.
  • superchainERC20 #986: This PR introduces the SuperchainERC20 token standard, which is directly related to the changes made in the main PR regarding the addition of the superchain-weth entry in the _meta.json file, as both pertain to interoperability features within the OP Stack.
  • Add linked to SuperchainERC20 #1010: This PR enhances the interoperability explainer by adding a link to the SuperchainERC20 documentation, which is relevant to the main PR's focus on interoperability and the addition of the superchain-weth entry.

Suggested labels

documentation, tutorial

Suggested reviewers

  • bradleycamacho
  • zainbacchus
  • pharger

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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Outside diff range and nitpick comments (4)
pages/stack/interop/superchain-weth.mdx (1)

19-24: Consider using hyphen-style bullet points for consistency

For better maintainability and consistency with standard Markdown style, consider using hyphens (-) instead of asterisks (*) for bullet points.

-*   Enables seamless ETH transfers across different chains in the Superchain
-*   Minimizes protocol complexity by treating ETH as an ERC-20 token
-*   Maintains fungibility of ETH across the Superchain
-*   Provides liquidity for cross-chain transactions
-*   Supports interoperability between chains with different native assets (i.e., gas tokens)
-*   Improves user experience by abstracting complex bridging processes
+-   Enables seamless ETH transfers across different chains in the Superchain
+-   Minimizes protocol complexity by treating ETH as an ERC-20 token
+-   Maintains fungibility of ETH across the Superchain
+-   Provides liquidity for cross-chain transactions
+-   Supports interoperability between chains with different native assets (i.e., gas tokens)
+-   Improves user experience by abstracting complex bridging processes
pages/stack/interop/explainer.mdx (3)

Line range hint 1-24: Update header capitalization and technical term formatting.

Per the documentation guidelines:

  1. Headers should use sentence case, capitalizing only the first word and proper nouns
  2. Technical terms should maintain consistent capitalization

Apply these changes:

-# Interoperability explainer 
+# Interoperability Explainer 

-## Secure message passing
+## Secure Message Passing

-## Low latency
+## Low Latency

-## Permissionless chain set
+## Permissionless Chain Set

Line range hint 1-200: Replace personal pronouns with proper nouns.

The document uses personal pronouns in several places, which should be replaced with proper nouns for consistency in communal documentation.

Examples of needed changes:

  • Replace "our specs repo" with "the OP Stack specs repository"
  • Replace phrases like "if you want to learn more" with "to learn more"

Line range hint 1-200: Ensure consistent capitalization of technical terms.

Technical terms should maintain proper capitalization throughout the document.

Update these instances:

  • "eth" should be "ETH"
  • "erc-20" should be "ERC-20"
  • "l1" should be "L1"
  • "l2" should be "L2"
  • "superchain" should be "Superchain" when referring to the proper noun
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between ea5c9ce and ac6c0e5.

📒 Files selected for processing (5)
  • pages/stack/interop/_meta.json (1 hunks)
  • pages/stack/interop/cross-chain-message.mdx (1 hunks)
  • pages/stack/interop/explainer.mdx (1 hunks)
  • pages/stack/interop/superchain-weth.mdx (1 hunks)
  • words.txt (0 hunks)
💤 Files with no reviewable changes (1)
  • words.txt
✅ Files skipped from review due to trivial changes (1)
  • pages/stack/interop/cross-chain-message.mdx
🧰 Additional context used
📓 Path-based instructions (2)
pages/stack/interop/explainer.mdx (1)

Pattern **/*.mdx: "ALWAYS review Markdown content THOROUGHLY with the following criteria:

  • Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
  • Avoid gender-specific language and use the imperative form.
  • Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
  • Ensure proper nouns are capitalized in sentences.
  • Apply the Oxford comma.
  • Use proper title case for headers, buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
  • Use correct spelling and grammar at all times (IMPORTANT).
  • Use sentence case for H1, H2, and H3 headers, capitalizing only the first word and any proper nouns.
  • For all headers (H1, H2, H3), do not change the capitalization of proper nouns; keep them as they are.
    "
pages/stack/interop/superchain-weth.mdx (1)

Pattern **/*.mdx: "ALWAYS review Markdown content THOROUGHLY with the following criteria:

  • Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
  • Avoid gender-specific language and use the imperative form.
  • Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
  • Ensure proper nouns are capitalized in sentences.
  • Apply the Oxford comma.
  • Use proper title case for headers, buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
  • Use correct spelling and grammar at all times (IMPORTANT).
  • Use sentence case for H1, H2, and H3 headers, capitalizing only the first word and any proper nouns.
  • For all headers (H1, H2, H3), do not change the capitalization of proper nouns; keep them as they are.
    "
🪛 LanguageTool
pages/stack/interop/superchain-weth.mdx

[uncategorized] ~34-~34: Loose punctuation mark.
Context: ...osschainMint. * **crosschainBurn`**: Facilitates cross-chain transfers by **...

(UNLIKELY_OPENING_PUNCTUATION)


[uncategorized] ~35-~35: Loose punctuation mark.
Context: ...tination chain. * crosschainMint: Mints WETH on the destination chain aft...

(UNLIKELY_OPENING_PUNCTUATION)

🔇 Additional comments (1)
pages/stack/interop/_meta.json (1)

5-6: LGTM! Verify the corresponding documentation file exists.

The new entry follows the established naming and formatting conventions, maintaining consistency with existing entries.

Let's verify the existence of the corresponding documentation file:

✅ Verification successful

Documentation file exists as expected

The corresponding documentation file pages/stack/interop/superchain-weth.mdx is present in the expected location, matching the menu entry in _meta.json.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that the SuperchainWETH documentation file exists
# Expected: Should find the corresponding .mdx file

fd -e mdx "superchain-weth"

Length of output: 67

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (3)
pages/stack/interop/superchain-weth.mdx (3)

15-15: Enhance precision in the introduction paragraph

Consider revising the first sentence to be more precise about what SuperchainWETH is:

-Superchain WETH or Interoperable ETH is a specialized version of the standard WETH (Wrapped Ether) contract designed to enable seamless movement of ETH across the Superchain.
+SuperchainWETH (Interoperable ETH) is a specialized implementation of the WETH (Wrapped Ether) standard that enables seamless ETH transfers across the Superchain.

54-54: Enhance the diagram explanation

The explanation could be more specific about the complete process:

-This diagram illustrates the process where the user sends ETH to the `SuperchainWETH` contract which burns the ETH and sends a cross-chain message to the destination chain, enabling seamless cross-chain ETH transfers without the need for asset wrapping.
+This sequence diagram illustrates the complete cross-chain ETH transfer process: from the initial user deposit to ETH burning, cross-chain message relay, and final ETH/WETH delivery on the destination chain.

60-71: Standardize component descriptions

For consistency, consider standardizing the description format across all components:

-This contract implements the core functionality for wrapping, unwrapping, and cross-chain transfer of ETH. It integrates with the `SuperchainTokenBridge` for interoperable actions.
+Implements core functionality for wrapping, unwrapping, and cross-chain transfer of ETH. Integrates with the `SuperchainTokenBridge` for interoperable actions.

-A predeploy contract with a large pool of ETH that provides liquidity for cross-chain transfers. It allows "burning" and "minting" of ETH for cross-chain transfers.
+Provides liquidity for cross-chain transfers through a large ETH pool. Enables ETH "burning" and "minting" operations for cross-chain transfers.

-This predeploy contract facilitates general message passing between different chains in the Superchain. It also securely transfers ERC20 tokens between L2 chains.
+Facilitates general message passing between Superchain chains. Enables secure ERC20 token transfers between L2 chains.
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between ac6c0e5 and e643ab4.

📒 Files selected for processing (1)
  • pages/stack/interop/superchain-weth.mdx (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
pages/stack/interop/superchain-weth.mdx (1)

Pattern **/*.mdx: "ALWAYS review Markdown content THOROUGHLY with the following criteria:

  • Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
  • Avoid gender-specific language and use the imperative form.
  • Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
  • Ensure proper nouns are capitalized in sentences.
  • Apply the Oxford comma.
  • Use proper title case for headers, buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
  • Use correct spelling and grammar at all times (IMPORTANT).
  • Use sentence case for H1, H2, and H3 headers, capitalizing only the first word and any proper nouns.
  • For all headers (H1, H2, H3), do not change the capitalization of proper nouns; keep them as they are.
    "
🔇 Additional comments (2)
pages/stack/interop/superchain-weth.mdx (2)

19-24: LGTM: Features section is well-structured

The bullet points are consistently formatted, and each feature is clearly articulated.


79-80: LGTM: Next steps section is clear and helpful

The section provides appropriate resources for further reading with properly formatted links.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 6e69010 and 4d87f5c.

📒 Files selected for processing (1)
  • words.txt (3 hunks)
🧰 Additional context used
🪛 LanguageTool
words.txt

[duplication] ~2-~2: Möglicher Tippfehler: ein Wort wird wiederholt
Context: accountqueue ACCOUNTQUEUE ACCOUNTSLOTS accountslots ADDI ADDIU ADDU airgap Allnodes Allocs ...

(GERMAN_WORD_REPEAT_RULE)

🔇 Additional comments (2)
words.txt (2)

406-406: LGTM: Standardizing "zora" to lowercase.

The conversion of "Zora" to lowercase "zora" aligns with the project's move towards standardized casing.


2-4: ⚠️ Potential issue

Standardize casing pattern for ACCOUNT terms.*

For consistency, we should standardize the casing of related terms. Currently, we have mixed casing:

  • accountqueue (lowercase)
  • ACCOUNTSLOTS (uppercase)
  • accountslots (lowercase)

Apply this diff to standardize to lowercase:

accountqueue
-ACCOUNTQUEUE
-ACCOUNTSLOTS
accountslots

Likely invalid or redundant comment.

🧰 Tools
🪛 LanguageTool

[duplication] ~2-~2: Möglicher Tippfehler: ein Wort wird wiederholt
Context: accountqueue ACCOUNTQUEUE ACCOUNTSLOTS accountslots ADDI ADDIU ADDU airgap Allnodes Allocs ...

(GERMAN_WORD_REPEAT_RULE)

@pharger
Copy link
Contributor

pharger commented Oct 29, 2024

@cpengilly @zainbacchus @tremarkley should we consider a section on the 2 step wrapping path to showcase the different approaches for how the transfer should be used, vs. storing liquidity in the superWETH contract

@cpengilly cpengilly marked this pull request as draft October 29, 2024 19:48
@zainbacchus
Copy link
Contributor

should we consider a section on the 2 step wrapping path to showcase the different approaches for how the transfer should be used, vs. storing liquidity in the superWETH contract

Yes eventually but to start with lets capture

"Currently, L2-to-L2 ETH transfers between two interoperable chains require four separate transactions:

  1. Wrap ETH to SuperchainWETH.
  2. Call SuperchainTokenBridge#SendERC20 to burn SuperchainWETH on source chain and relay a message to the destination chain that mints SuperchainWETH to the recipient.
  3. Execute the message on the destination chain, triggering SuperchainTokenBridge#RelayERC20 to mint SuperchainWETH to the recipient.
  4. Unwrap the received SuperchainWETH to ETH."

We are exploring an abstraction so this can be dropped to 2 txs. Which you can follow along here: https://github.com/ethereum-optimism/design-docs/pull/146/files

@ethereum-optimism ethereum-optimism deleted a comment from coderabbitai bot Oct 31, 2024
@ethereum-optimism ethereum-optimism deleted a comment from coderabbitai bot Oct 31, 2024
@cpengilly cpengilly marked this pull request as ready for review October 31, 2024 15:38
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 4

🧹 Outside diff range and nitpick comments (3)
words.txt (1)

33-33: Consider case consistency for "blocklists".

Since we have "BLOCKLOGS" in uppercase and "blocklogs" in lowercase, we should maintain consistency with "blocklists".

Consider adding both cases:

blocklists
+BLOCKLISTS
pages/stack/interop/superchain-weth.mdx (2)

26-31: Consider improving step descriptions for readability

While the technical information is accurate, the steps could be more readable by breaking down the long sentences, particularly step 3.

 2.  Call `SuperchainTokenBridge#SendERC20` to burn `SuperchainWETH` on source chain and relay a message to the destination chain that mints `SuperchainWETH` to the recipient (`crosschainBurn` is used).
-3.  Execute the message on the destination chain, triggering `SuperchainTokenBridge#RelayERC20` to mint `SuperchainWETH` to the recipient (`crosschainMint` is used). If the destination is a non-custom gas token chain, ETH is sourced from the `ETHLiquidity` contract.
+3.  Execute the message on the destination chain:
+    - Triggers `SuperchainTokenBridge#RelayERC20` to mint `SuperchainWETH` to the recipient (`crosschainMint` is used)
+    - For non-custom gas token chains, ETH is sourced from the `ETHLiquidity` contract

69-69: Consider using more modern language

Replace "amongst" with "among" for a more contemporary writing style.

-A predeploy contract with a large pool of ETH that provides liquidity for cross-chain transfers. It allows "burning" and "minting" of ETH for cross-chain transfers. ETH is associated with bridge ETH from the L1 lockbox, making ETH available to interop chains through a shared lockbox rather than fragemented amongst the existing portal contracts.
+A predeploy contract with a large pool of ETH that provides liquidity for cross-chain transfers. It allows "burning" and "minting" of ETH for cross-chain transfers. ETH is associated with bridge ETH from the L1 lockbox, making ETH available to interop chains through a shared lockbox rather than fragemented among the existing portal contracts.
🧰 Tools
🪛 LanguageTool

[style] ~69-~69: The preposition ‘amongst’ is correct, but some people think that it is old-fashioned or literary. A more frequently used alternative is the preposition “among”.
Context: ... shared lockbox rather than fragemented amongst the existing portal contracts. * Con...

(AMONGST)

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 4d87f5c and b8dd458.

📒 Files selected for processing (3)
  • pages/stack/interop/_meta.json (1 hunks)
  • pages/stack/interop/superchain-weth.mdx (1 hunks)
  • words.txt (6 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pages/stack/interop/_meta.json
🧰 Additional context used
📓 Path-based instructions (1)
pages/stack/interop/superchain-weth.mdx (1)

Pattern **/*.mdx: "ALWAYS review Markdown content THOROUGHLY with the following criteria:

  • Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
  • Avoid gender-specific language and use the imperative form.
  • Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
  • Ensure proper nouns are capitalized in sentences.
  • Apply the Oxford comma.
  • Use proper title case for buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
  • Use correct spelling and grammar at all times (IMPORTANT).
  • For H1, H2, and H3 headers:
    1. Use sentence case, capitalizing only the first word.
    2. Preserve the capitalization of proper nouns, technical terms, and acronyms as defined in the 'nouns.txt' file located in the root directory of the project.
    3. Do not automatically lowercase words that appear in the 'nouns.txt' file, regardless of their position in the header.
  • Flag any headers that seem to inconsistently apply these rules for manual review.
  • When reviewing capitalization, always refer to the 'nouns.txt' file for the correct capitalization of proper nouns and technical terms specific to the project.
    "
🪛 LanguageTool
pages/stack/interop/superchain-weth.mdx

[style] ~69-~69: The preposition ‘amongst’ is correct, but some people think that it is old-fashioned or literary. A more frequently used alternative is the preposition “among”.
Context: ... shared lockbox rather than fragemented amongst the existing portal contracts. * Con...

(AMONGST)

words.txt

[duplication] ~2-~2: Möglicher Tippfehler: ein Wort wird wiederholt
Context: ACCOUNTQUEUE accountqueue ACCOUNTSLOTS accountslots ADDI ADDIU ADDU airgap Allnodes Allocs ...

(GERMAN_WORD_REPEAT_RULE)


[duplication] ~302-~302: Möglicher Tippfehler: ein Wort wird wiederholt
Context: ... quicknode quickstarts RANDAO rebalance Regenesis regenesis REJOURNAL rejournal REMOTEDB remotedb r...

(GERMAN_WORD_REPEAT_RULE)

🔇 Additional comments (5)
pages/stack/interop/superchain-weth.mdx (5)

11-15: LGTM: Clear warning and introduction

The warning callout effectively communicates the development status, and the introduction clearly explains the purpose of SuperchainWETH.


17-23: LGTM: Well-structured features section

The features are clearly presented with consistent formatting and proper punctuation.


37-50: LGTM: Clear and accurate sequence diagram

The diagram effectively illustrates the four-step transfer process, with a properly formatted caption.


83-86: LGTM: Clear next steps

The section provides clear direction with properly formatted links to additional resources.


9-9: ⚠️ Potential issue

Use sentence case for the H1 header

According to the documentation guidelines, H1 headers should use sentence case while preserving the capitalization of proper nouns.

-# SuperchainWETH (Interoperable ETH)
+# SuperchainWETH (interoperable ETH)

Likely invalid or redundant comment.

@cpengilly
Copy link
Contributor Author

@krofax @sbvegan @bradleycamacho ready for final (peer) review

Copy link
Member

@bradleycamacho bradleycamacho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few small comments- feel free to merge afterwards without another review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants