You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>