-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Version Packages (next) #1626
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
edbe635
to
0783c0d
Compare
0783c0d
to
5d521af
Compare
5d521af
to
69f2491
Compare
69f2491
to
2cc01da
Compare
2cc01da
to
569ed59
Compare
569ed59
to
8066310
Compare
340bc8b
to
542a27c
Compare
542a27c
to
0c09064
Compare
0c09064
to
1f2f143
Compare
1f2f143
to
d5e3703
Compare
d5e3703
to
e690896
Compare
e690896
to
127e631
Compare
697c357
to
a245a07
Compare
a245a07
to
5fd8e59
Compare
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, runchangeset pre exit
onmain
.Releases
tevm-run@1.0.0-next.143
Patch Changes
@tevm/cli@1.0.0-next.143
Patch Changes
@tevm/ethers@1.0.0-next.143
Patch Changes
@tevm/viem@1.0.0-next.143
Patch Changes
@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 defaultorigin
as the sender of the transaction.This fix adds
caller
as a fallback value totx.origin
.Updated dependencies [0a2f876]
@tevm/decorators@1.0.0-next.143
Patch Changes
@tevm/http-client@1.0.0-next.143
Patch Changes
@tevm/memory-client@1.0.0-next.143
Patch Changes
@tevm/node@1.0.0-next.143
Patch Changes
@tevm/server@1.0.0-next.143
Patch Changes
@tevm/txpool@1.0.0-next.143
Patch Changes
@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