Skip to content

Releases: evmts/tevm-monorepo

@tevm/[email protected]

18 May 05:23
b337ac4

Choose a tag to compare

Pre-release

Patch Changes

@tevm/[email protected]

18 May 05:23
b337ac4

Choose a tag to compare

Pre-release

Patch Changes

@tevm/[email protected]

18 May 05:23
b337ac4

Choose a tag to compare

Pre-release

@tevm/[email protected]

18 May 05:23
b337ac4

Choose a tag to compare

Pre-release

Patch Changes

@tevm/[email protected]

18 May 05:23
b337ac4

Choose a tag to compare

Pre-release

@tevm/[email protected]

18 May 05:22
b337ac4

Choose a tag to compare

Pre-release

Patch Changes

@tevm/[email protected]

18 May 05:23
b337ac4

Choose a tag to compare

Pre-release

@tevm/[email protected]

18 May 05:23
b337ac4

Choose a tag to compare

Pre-release

Patch Changes

v0.1.0: Version Packages (next) (#1626)

04 May 16:59
a00a7d3

Choose a tag to compare

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
## [email protected]

### Patch Changes

-   [email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [ead0e33]
-   Updated dependencies [a6ee30b]
-   Updated dependencies [92bde4c]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [ead0e33]
-   Updated dependencies [a6ee30b]
-   Updated dependencies [92bde4c]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   @tevm/[email protected]
-   @tevm/[email protected]

## @tevm/[email protected]

### 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/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [ead0e33]
-   Updated dependencies [a6ee30b]
-   Updated dependencies [92bde4c]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   @tevm/[email protected]
-   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [ead0e33]
-   Updated dependencies [a6ee30b]
-   Updated dependencies [92bde4c]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [0a2f876]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   @tevm/[email protected]
-   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [0a2f876]
    -   @tevm/[email protected]

## @tevm/[email protected]

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

## [email protected]

### Patch Changes

-   Updated dependencies [0a2f876]
-   Updated dependencies [ead0e33]
-   Updated dependencies [a6ee30b]
-   Updated dependencies [92bde4c]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

[email protected]

04 May 17:00
a00a7d3

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes