Closed roninjin10 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Latest commit: a358abc8e44e49615bf46138764ff0afeed36d59
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
[!CAUTION]
Review failed
The pull request is closed.
The pull request introduces a cleanup in the @tevm/actions
package, focusing on the removal of dead code and outdated documentation. Key functions and variables, including createError
, zJsonRpcRequest
, and zNetworkConfig
, have been deleted, alongside their respective documentation files. Additionally, the README.md
for the address module has been updated to reflect these changes, including the removal of the CreateContractAddressError
type alias and enhancements to the documentation of the Address
class and related functions.
File(s) | Change Summary |
---|---|
.changeset/tricky-plums-admire.md |
Removed dead code and documentation for createError , zJsonRpcRequest , and zNetworkConfig . |
tevm/docs/address/README.md |
Removed CreateContractAddressError type alias; updated documentation for Address class and related functions. |
packages/server/docs/functions/createServer.md |
Deprecated client.tevmScript in favor of client.tevmContract ; updated usage instructions. |
packages/server/src/createHttpHandler.spec.ts |
Updated import for CallJsonRpcRequest type from @tevm/procedures to @tevm/actions . |
packages/server/src/internal/parseRequest.js |
Introduced new Zod schema definitions for JSON-RPC requests. |
tevm/index.ts |
Restructured type exports; added several new types related to JSON-RPC requests. |
tevm/procedures/index.d.cts |
Removed all exports from @tevm/procedures module. |
tevm/procedures/index.d.ts |
Deleted module that re-exported all entities from @tevm/procedures . |
tevm/tsup.config.js |
Reformatted dirs array for improved readability; no functional changes. |
DeployHandler
, which is related to the removal of the createError
function in the main PR, as both involve changes to the handling of contract deployment and error management.deployHandler
function to the tevm
client, which is directly related to the changes in the main PR that involve the removal of functions and variables associated with contract deployment.tevm
, which may connect to the changes in the main PR that involve the removal of functions related to contract interactions.🐇 In the code we find,
A cleanup, oh so kind!
Functions gone, docs too,
Streamlined paths for me and you.
Hopping forward, clear and bright,
Code's a garden, pure delight! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @roninjin10 and the rest of your teammates on Graphite
Description
Concise description of proposed changes
Testing
Explain the quality checks that have been done on the code changes
Additional Information
Your ENS/address:
Summary by CodeRabbit
Bug Fixes
Documentation
Address
class and related functions.client.tevmScript
in favor ofclient.tevmContract
for improved functionality.