Skip to content

@tevm/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 05:30
· 268 commits to main since this release
bb3fae1

@tevm/jsonrpc

2.0.0-next.86

Patch Changes

2.0.0-next.84

Patch Changes

2.0.0-next.80

Patch Changes

2.0.0-next.79

Minor Changes

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

Patch Changes

1.1.0-next.70

Patch 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.1.0-next.46

Minor Changes

1.0.0-next.40

Patch Changes

1.0.0-next.28

Patch Changes

1.0.0-next.23

Minor Changes

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

Patch Changes

1.0.0-next.21

Minor Changes

Patch Changes

  • #796 80282898 Thanks @roninjin10! - Added @tevm/jsonrpc package. This simple package provides common utilities for interacting with JSONRPC api including fetchJson method