github-actions
released this
12 Jun 08:54
·
238 commits
to main
since this release
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 typesafename
property along with link to docs about the error. They also have acode
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
-
Updated dependencies [
7765446
,7765446
]:- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]