docs icon indicating copy to clipboard operation
docs copied to clipboard

Tracing Deposits and Withdrawals

Open krofax opened this issue 1 year ago • 2 comments

Description

This tutorial explains how you can use the Viem race a deposit or withdrawal transaction between L1 and L2. It deprecates the Optimism SDK.

Tests

Additional context

Metadata

  • Fixes https://github.com/ethereum-optimism/devrel/issues/257

krofax avatar Oct 08 '24 14:10 krofax

Deploy Preview for docs-optimism ready!

Name Link
Latest commit 400306c92c4cf8ff1499d32ebc06dc2520773d5c
Latest deploy log https://app.netlify.com/sites/docs-optimism/deploys/672cb779f1637d0008bec4e9
Deploy Preview https://deploy-preview-966--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.

netlify[bot] avatar Oct 08 '24 14:10 netlify[bot]

Walkthrough

The pull request updates documentation and code to transition from the "Optimism SDK" to the "viem" library. The tutorial content has been revised to instruct users on utilizing the viem library for tracing transactions between Layer 1 and Layer 2. Additionally, JavaScript scripts have been modified to replace SDK-specific functions and providers with their viem counterparts. The words.txt file has also been updated to standardize terminology and introduce new terms relevant to the context.

Changes

File Path Change Summary
pages/builders/app-developers/tutorials/sdk-trace-txns.mdx Updated references from "Optimism SDK" to "viem" library, revised tutorial content accordingly.
public/tutorials/sdk-trace-txns.js Replaced @eth-optimism/sdk and ethers with viem, updated client instances and method calls.
words.txt Normalized case of existing terms, added new terms, and standardized terminology.

Possibly related issues

Possibly related PRs

  • #906: Updates a tutorial to use the Viem library for bridging ETH, similar to the main PR's focus.
  • #913: Transitions from the Optimism SDK to Viem for estimating transaction costs, directly related to this PR.
  • #936: Revises a tutorial to replace the Optimism SDK with Viem, aligning with this PR's updates.
  • #989: Updates a tutorial to use Viem for cross-domain messaging in Solidity contracts, relevant to this PR.
  • #1025: Discusses the deprecation of the Optimism SDK in favor of the Viem library, directly related to this PR.
  • #1064: Updates documentation for Viem, reinforcing the transition made in this PR.
  • #1065: Confirms the use of Viem in a tutorial, aligning with this PR's updates.

Suggested reviewers

  • brokewhale
  • ZakAyesh
  • cpengilly

📜 Recent review details

Configuration used: .coderabbit.yaml Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 3a0a9bb72ad4b9b0a02b6d80ecfa50a07e9c2ebf and 400306c92c4cf8ff1499d32ebc06dc2520773d5c.

📒 Files selected for processing (1)
  • pages/builders/app-developers/tutorials/sdk-trace-txns.mdx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • pages/builders/app-developers/tutorials/sdk-trace-txns.mdx

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.

coderabbitai[bot] avatar Oct 08 '24 14:10 coderabbitai[bot]

For all of these tutorials usually there is a step for running the command mkdir op-sample-project if we assume that developers go through a couple of these they may have trouble creating the directories since they will have to overwrite their old one. Can we name the directories something based on the content of the tutorial. Like for this one:

mkdir op-tracing-tutorial

ZakAyesh avatar Oct 15 '24 19:10 ZakAyesh

For all of these tutorials usually there is a step for running the command mkdir op-sample-project if we assume that developers go through a couple of these they may have trouble creating the directories since they will have to overwrite their old one. Can we name the directories something based on the content of the tutorial. Like for this one:

mkdir op-tracing-tutorial

@ZakAyesh Updated the tut, can you take a second review?

krofax avatar Oct 18 '24 14:10 krofax

@ZakAyesh Can you please check this one more time?

krofax avatar Oct 28 '24 14:10 krofax