Skip to content

Latest commit

 

History

History
188 lines (102 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

188 lines (102 loc) · 10.3 KB

@tevm/state

1.0.0-next.117

Patch Changes

  • b53712d: Fixed typo in package.json that eliminated tevm ability to treeshake

1.1.0-next.100

Patch Changes

1.1.0-next.96

Patch Changes

2.0.0-next.86

Patch Changes

2.0.0-next.80

Patch Changes

2.0.0-next.79

Patch Changes

1.1.0-next.77

Patch Changes

1.1.0-next.74

Minor Changes

  • #1186 7765446 Thanks @roninjin10! - Implemented new typesafe error system based on viem errors and the JSON-RPC spec for error codes. All errors come with a typesafe name property along with link to docs about the error. They also have a code property that maps to ethereum JSON-RPC error codes. All concrete errors are implemented in the @tevm/errors package. Each function will then export a union error type of all the errors it and it's sub-functions can throw.

Patch Changes

  • #1186 7765446 Thanks @roninjin10! - Moved files around to colocate code better. Some packages are disappearing

    • Tevm/Zod is now part of Tevm/actions
    • Tevm/actions-types moved to Tevm/actions
    • Tevm/procedures-types moved to Tevm/procedures

1.1.0-next.72

Minor Changes

1.1.0-next.69

Patch Changes

1.1.0-next.60

Patch Changes

1.1.0-next.52

Patch Changes

  • #1088 65e4089 Thanks @roninjin10! - Fixed bug with failing to include changeset for tx package. Bumping every package just to be safe

1.1.0-next.47

Patch Changes

1.0.0-next.42

Patch Changes

1.0.0-next.40

Patch Changes

1.0.0-next.39

Minor Changes

  • #943 fd87149043176fb085cd2b162531c1692c46eb8f Thanks @roninjin10! - Added new @tevm/utils package @tevm/decorators package and @tevm/base-client package. The @tevm/utils package has utils used throughout all of tevm. @tevm/base-client has a base client that can be decorated with actions like a viem client. The @tevm/decorators has decorators that can be added to @tevm/base

Patch Changes

1.0.0-next.37

Minor Changes

Patch Changes

1.0.0-next.36

Patch Changes

1.0.0-next.35

Patch Changes

1.0.0-next.33

Minor Changes

Patch Changes

1.0.0-next.30

Minor Changes

1.0.0-next.28

Patch Changes

1.0.0-next.23

Patch Changes

  • #862 f217fa4dc2f730cc109940ef36872229ae9f26d3 Thanks @roninjin10! - - Renamed MemoryTevm MemoryClient
    • Renamed TevmClient HttpClient
    • Replaced @tevm/actions-types package with @tevm/actions-types, @tevm/client-types, and @tevm/procedures-types packages
    • Moved errors to @tevm/errors
    • Moved bundler packages out of tevm and to @tevm/bundler package
    • Minimized packages exposed in tevm package
    • Fixed bug with missing types exports

1.0.0-next.22

Minor Changes

1.0.0-next.21

Patch Changes

  • #796 80282898 Thanks @roninjin10! - Added @tevm/state package. This custom ethereumjs state implemenation powers the Tevm VM