Skip to content

@tevm/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 08:55
· 181 commits to main since this release
e844936

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