·
268 commits
to main
since this release
@tevm/jsonrpc
2.0.0-next.86
Patch Changes
- #1240
b1f0504
Thanks @roninjin10! - Bumped sub dep up
2.0.0-next.84
Patch Changes
- #1232
a170f0f
Thanks @roninjin10! - Fixed issues with error handling and added unit testing
2.0.0-next.80
Patch Changes
- #1221
b0b63d2
Thanks @roninjin10! - Bump bundler
2.0.0-next.79
Minor Changes
- #1210
f2d4ac4
Thanks @roninjin10! - Add compatability for viem code property
Patch Changes
-
#1211
f51ef40
Thanks @roninjin10! - Update all packages for new tevm contract changes" -
#1219
a8070b7
Thanks @roninjin10! - Making sure every package releases -
#1213
84a6d9c
Thanks @roninjin10! - Upgraded all dependencies except effect to latest
1.1.0-next.77
Patch Changes
- #1200
398daa0
Thanks @roninjin10! - Rerelease tevm packages
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 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
1.1.0-next.72
Minor Changes
-
#1175
719e083
Thanks @roninjin10! - Added more opstack gas information -
4094ead
- Fix changesets
Patch Changes
- #1177
3a06dbd
Thanks @roninjin10! - Upgraded all dependencies to latest
1.1.0-next.70
Patch Changes
-
#1166
60f3276
Thanks @roninjin10! - Updated viem to latest -
#1170
ee1a52d
Thanks @roninjin10! - Moved viem to a peer dependency
1.1.0-next.69
Patch Changes
- #1163
eb80103
Thanks @roninjin10! - Fix bad publish
1.1.0-next.60
Patch Changes
- #1127
1314a07
Thanks @roninjin10! - Fixed bad release from lack of changeset
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
- #1064
85d9143
Thanks @roninjin10! - Fixed test-utils package being mistakedly private
1.1.0-next.46
Minor Changes
- #1063
413533d
Thanks @roninjin10! - Added retry support to JSON-RPC
1.0.0-next.40
Patch Changes
- #962
64c3c6dd09c236c516b117a506380028c3154c4a
Thanks @roninjin10! - Added docs for all packages to https://tevm.sh
1.0.0-next.28
Patch Changes
- #913
06268ffeebaec950d1606732c4eb6fd5f9bb77d5
Thanks @roninjin10! - Fixed bug with packages linking to older versions of tevm
1.0.0-next.23
Minor Changes
- #847
de81ac31460bb642dad401571ad3c1d81bdbef2d
Thanks @roninjin10! - Added functionality for passing custom headers
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
-
#822
39a5b5e5
Thanks @roninjin10! - Fixed bug with swallowing errors that didn't return text -
#804
d514d111
Thanks @roninjin10! - Fixed bug with checking method falsely
1.0.0-next.21
Minor Changes
- #793
cc24672a
Thanks @roninjin10! - Added support to jsonrpc http server to handle batch jsonrpc requests
Patch Changes
- #796
80282898
Thanks @roninjin10! - Added @tevm/jsonrpc package. This simple package provides common utilities for interacting with JSONRPC api including fetchJson method