8000 Version Packages (next) by github-actions[bot] · Pull Request #1626 · evmts/tevm-monorepo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version Packages (next) #1626

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 1 commit into from
May 4, 2025
Merged

Version Packages (next) #1626

merged 1 commit into from
May 4, 2025

Conversation

github-actions[bot]
Copy link
Contributor
@github-actions github-actions bot commented Apr 22, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

tevm-run@1.0.0-next.143

Patch Changes

  • tevm@1.0.0-next.143

@tevm/cli@1.0.0-next.143

Patch Changes

  • Updated dependencies [ead0e33]
  • Updated dependencies [a6ee30b]
  • Updated dependencies [92bde4c]
    • @tevm/actions@1.0.0-next.143
    • @tevm/memory-client@1.0.0-next.143
    • @tevm/server@1.0.0-next.143

@tevm/ethers@1.0.0-next.143

Patch Changes

  • Updated dependencies [ead0e33]
  • Updated dependencies [a6ee30b]
  • Updated dependencies [92bde4c]
    • @tevm/actions@1.0.0-next.143
    • @tevm/node@1.0.0-next.143
    • @tevm/client-types@1.0.0-next.142
    • @tevm/decorators@1.0.0-next.143

@tevm/viem@1.0.0-next.143

Patch Changes

  • @tevm/node@1.0.0-next.143
  • @tevm/decorators@1.0.0-next.143

@tevm/actions@1.0.0-next.143

Patch Changes

  • ead0e33: Fixes tx nonce calculation from account state in createTransaction.

    This previously incremented the nonce by the number of transactions for this account in the tx pool, when the vm would actually already have incremented the nonce for the next transaction.

  • a6ee30b: Add a more comprehensive set of properties to the account prestate trace.

  • 92bde4c: Fixes impersonated tx parameters parsing: a specified caller parameter would be overriden by the default origin as the sender of the transaction.

    This fix adds caller as a fallback value to tx.origin.

  • Updated dependencies [0a2f876]

    • @tevm/vm@1.0.0-next.143
    • @tevm/node@1.0.0-next.143
    • @tevm/txpool@1.0.0-next.143

@tevm/decorators@1.0.0-next.143

Patch Changes

  • Updated dependencies [ead0e33]
  • Updated dependencies [a6ee30b]
  • Updated dependencies [92bde4c]
    • @tevm/actions@1.0.0-next.143
    • @tevm/node@1.0.0-next.143

@tevm/http-client@1.0.0-next.143

Patch Changes

  • @tevm/viem@1.0.0-next.143
  • @tevm/memory-client@1.0.0-next.143

@tevm/memory-client@1.0.0-next.143

Patch Changes

  • Updated dependencies [ead0e33]
  • Updated dependencies [a6ee30b]
  • Updated dependencies [92bde4c]
    • @tevm/actions@1.0.0-next.143
    • @tevm/node@1.0.0-next.143
    • @tevm/decorators@1.0.0-next.143

@tevm/node@1.0.0-next.143

Patch Changes

  • Updated dependencies [0a2f876]
    • @tevm/vm@1.0.0-next.143
    • @tevm/txpool@1.0.0-next.143

@tevm/server@1.0.0-next.143

Patch Changes

  • @tevm/decorators@1.0.0-next.143
  • @tevm/memory-client@1.0.0-next.143

@tevm/txpool@1.0.0-next.143

Patch Changes

  • Updated dependencies [0a2f876]
    • @tevm/vm@1.0.0-next.143

@tevm/vm@1.0.0-next.143

Patch Changes

  • 0a2f876: Fixes the blockchain deep copy in vm.deepCopy.

    This was previously returning the original blockchain reference, when it should return its deep copy that was created previously.

    This was causing the original blockchain to receive incomplete references of blocks created by the temporary deep copy of the blockchain in getPendingClient (when mining pending blocks), as these blocks would be shared with the original blockchain.

    This is now fixed by returning the deep copy of the blockchain instead of the original reference.

tevm@1.0.0-next.143

Patch Changes

  • Updated dependencies [0a2f876]
  • Updated dependencies [ead0e33]
  • Updated dependencies [a6ee30b]
  • Updated dependencies [92bde4c]
    • @tevm/vm@1.0.0-next.143
    • @tevm/actions@1.0.0-next.143
    • @tevm/node@1.0.0-next.143
    • @tevm/txpool@1.0.0-next.143
    • @tevm/cli@1.0.0-next.143
    • @tevm/viem@1.0.0-next.143
    • @tevm/client-types@1.0.0-next.142
    • @tevm/decorators@1.0.0-next.143
    • @tevm/memory-client@1.0.0-next.143
    • @tevm/server@1.0.0-next.143
    • @tevm/http-client@1.0.0-next.143

Copy link
Contributor
coderabbitai bot commented Apr 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 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.

Support

Need help? Join our Discord community for assistance with any issues or questions.

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 generate sequence diagram to generate a sequence diagram of the changes in this 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.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

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
vercel bot commented Apr 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
node ✅ Ready (Inspect) Visit Preview May 4, 2025 2:36pm
revm-docs ❌ Failed (Inspect) May 4, 2025 2:36pm
tevm-monorepo-app ✅ Ready (Inspect) Visit Preview May 4, 2025 2:36pm
1 Skipped Deployment
Name Status Preview Updated (UTC)
tevm-monorepo-tevm ⬜️ Ignored (Inspect) May 4, 2025 2:36pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from edbe635 to 0783c0d Compare April 22, 2025 20:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0783c0d to 5d521af Compare April 23, 2025 04:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5d521af to 69f2491 Compare April 23, 2025 05:02
@github-actions github-actions bot force-pushed the changeset-release/main branch from 69f2491 to 2cc01da Compare April 23, 2025 05:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2cc01da to 569ed59 Compare April 23, 2025 06:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 569ed59 to 8066310 Compare April 28, 2025 19:31
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 340bc8b to 542a27c Compare April 28, 2025 20:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 542a27c to 0c09064 Compare April 28, 2025 21:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0c09064 to 1f2f143 Compare April 28, 2025 21:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1f2f143 to d5e3703 Compare April 28, 2025 23:56
@github-actions github-actions bot force-pushed the changeset-release/main branch from d5e3703 to e690896 Compare May 2, 2025 11:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from e690896 to 127e631 Compare May 2, 2025 17:20
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 697c357 to a245a07 Compare May 2, 2025 20:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from a245a07 to 5fd8e59 Compare May 4, 2025 14:18
@roninjin10 roninjin10 merged commit a00a7d3 into main May 4, 2025
7 checks passed
@roninjin10 roninjin10 deleted the changeset-release/main branch May 4, 2025 16:49
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.

1 participant
0