-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description _Concise description of proposed changes_ ## Testing Explain the quality checks that have been done on the code changes ## Additional Information - [ ] I read the [contributing docs](../docs/contributing.md) (if this is your first contribution) Your ENS/address: Co-authored-by: William Cory <[email protected]>
- Loading branch information
1 parent
ec30a0e
commit b53712d
Showing
53 changed files
with
154 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
"@tevm/sync-storage-persister": patch | ||
"@tevm/bundler-cache": patch | ||
"@tevm/base-bundler": patch | ||
"@tevm/resolutions": patch | ||
"@tevm/compiler": patch | ||
"@tevm/unplugin": patch | ||
"@tevm/whatsabi": patch | ||
"@tevm/esbuild-plugin": patch | ||
"@tevm/runtime": patch | ||
"@tevm/webpack-plugin": patch | ||
"@tevm/receipt-manager": patch | ||
"@tevm/config": patch | ||
"@tevm/rollup-plugin": patch | ||
"@tevm/rspack-plugin": patch | ||
"@tevm/memory-client": patch | ||
"@tevm/solc": patch | ||
"@tevm/vite-plugin": patch | ||
"@tevm/client-types": patch | ||
"@tevm/bun-plugin": patch | ||
"@tevm/http-client": patch | ||
"@tevm/precompiles": patch | ||
"@tevm/blockchain": patch | ||
"@tevm/decorators": patch | ||
"@tevm/predeploys": patch | ||
"@tevm/procedures": patch | ||
"@tevm/tsupconfig": patch | ||
"@tevm/ethers": patch | ||
"@tevm/contract": patch | ||
"@tevm/tsconfig": patch | ||
"@tevm/actions": patch | ||
"@tevm/address": patch | ||
"@tevm/jsonrpc": patch | ||
"@tevm/viem": patch | ||
"@tevm/common": patch | ||
"@tevm/effect": patch | ||
"@tevm/errors": patch | ||
"@tevm/logger": patch | ||
"@tevm/server": patch | ||
"@tevm/txpool": patch | ||
"@tevm/test-utils": patch | ||
"@tevm/block": patch | ||
"@tevm/state": patch | ||
"@tevm/utils": patch | ||
"@tevm/ts-plugin": patch | ||
"@tevm/node": patch | ||
"@tevm/trie": patch | ||
"@tevm/evm": patch | ||
"@tevm/rlp": patch | ||
"@tevm/tx": patch | ||
"@tevm/vm": patch | ||
"@tevm/lsp": patch | ||
"tevm": patch | ||
--- | ||
|
||
Fixed typo in package.json that eliminated tevm ability to treeshake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,5 +77,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,5 +76,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,5 +75,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,5 +80,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,5 +78,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,5 +68,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,5 +75,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,5 +67,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,5 +67,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,5 +73,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,5 +70,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,5 +78,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,5 +67,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,5 +71,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,5 +74,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
"files": [ | ||
"base.json" | ||
], | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,5 @@ | |
"@tevm/tsconfig": "workspace:^", | ||
"@types/node": "^22.5.1" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,5 +82,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,5 +90,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,5 +91,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,5 +75,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,5 +76,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,5 +82,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,5 +70,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,5 +77,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,5 +77,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,5 +78,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,5 +70,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,5 +74,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,5 +78,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,5 +80,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,5 +76,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,5 +71,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,5 +85,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,5 +89,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffect": false | ||
} | ||
"sideEffects": false | ||
} |
Oops, something went wrong.