-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages (next) #801
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the 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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
6c2482b
to
4d7a5b1
Compare
4d7a5b1
to
405ab1a
Compare
405ab1a
to
4dcb30e
Compare
51d55be
to
1488f2d
Compare
1488f2d
to
25744aa
Compare
25744aa
to
33b6dd6
Compare
ed63e08
to
cbfd8ea
Compare
719298c
to
b24223c
Compare
6d6340e
to
f263e75
Compare
f263e75
to
420e934
Compare
420e934
to
b433ff2
Compare
b433ff2
to
ec567f4
Compare
ec567f4
to
2c6cbd3
Compare
2c6cbd3
to
42c6d0b
Compare
42c6d0b
to
0b599a6
Compare
40a8813
to
8363710
Compare
8363710
to
aecce1c
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@tevm/[email protected]
Major Changes
#828
3b5f6729
Thanks @roninjin10! - - Changed name ofTevmContract
toContract
createTevmContract
tocreateContract
Script
to be a Contract with bytecodeContract
withAddress
method for adding an address to a contractwithAddress
Before we had to spred contracts like this:
Now Tevm can create a contract with an address attatched
@tevm/[email protected]
Minor Changes
39a5b5e5
Thanks @roninjin10! - Added eth methods such as chainId getCode and getStorageAt to Tevm.eth.Patch Changes
#804
d514d111
Thanks @roninjin10! - Fixed bug with viem extension not decoding rawData into dataUpdated dependencies [
8b3218b1
,39a5b5e5
,98d76506
]:[email protected]
Minor Changes
39a5b5e5
Thanks @roninjin10! - Added eth methods such as chainId getCode and getStorageAt to Tevm.eth.Patch Changes
#804
d514d111
Thanks @roninjin10! - Update tevm package to export all of tevm. Now users only need tonpm install tevm
to use all of tevmUpdated dependencies [
87427f30
,8b3218b1
,cae17b7d
,39a5b5e5
,3b5f6729
,0ee22d0a
,0ee22d0a
,d514d111
,941a630a
,98d76506
]:@tevm/[email protected]
Minor Changes
#820
cae17b7d
Thanks @roninjin10! - Added all eth_* debug__ and anvil__ JSON-rpc methods and handlers to API.#822
39a5b5e5
Thanks @roninjin10! - Added eth methods such as chainId getCode and getStorageAt to Tevm.eth.Patch Changes
#811
87427f30
Thanks @roninjin10! - Fixed bug with EVM errors requiring importing ethereumjs enum to typematch#800
0ee22d0a
Thanks @roninjin10! - Renamed TevmClient type to Tevm#800
0ee22d0a
Thanks @roninjin10! - Added JSDOC to @tevm/api#808
941a630a
Thanks @roninjin10! - Fixed bug with 'to' and 'error' properties not quite working correctly for tevm. To was listed as require instead of only existing when no errors.@tevm/[email protected]
Minor Changes
#805
8b3218b1
Thanks @0xNonCents! - Enable State Load and Dump actions#822
39a5b5e5
Thanks @roninjin10! - Added eth methods such as chainId getCode and getStorageAt to Tevm.eth.#823
f7865314
Thanks @roninjin10! - Added support for debug_traceCall handlerPatch Changes
#804
d514d111
Thanks @roninjin10! - Fixed bug with tevm account not updating code hash when deployedBytecode is put into stateUpdated dependencies [
3b4a347d
,39a5b5e5
,d514d111
,d514d111
,aec294ba
]:@tevm/[email protected]
Minor Changes
8b3218b1
Thanks @0xNonCents! - Enable State Load and Dump actions@tevm/[email protected]
Minor Changes
#805
8b3218b1
Thanks @0xNonCents! - Enable State Load and Dump actions#822
39a5b5e5
Thanks @roninjin10! - Added eth methods such as chainId getCode and getStorageAt to Tevm.eth.#818
98d76506
Thanks @roninjin10! - Added blockchain to the Tevm VM so anvil, hardhat, and eth_json_rpc requests can be handledPatch Changes
87427f30
,d514d111
,39a5b5e5
,8b3218b1
,d514d111
,cae17b7d
,39a5b5e5
,3b5f6729
,0ee22d0a
,0ee22d0a
,941a630a
,f7865314
]:@tevm/[email protected]
Patch Changes
3b5f6729
]:@tevm/[email protected]
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@tevm/[email protected]
Patch Changes
8b3218b1
,39a5b5e5
,3b5f6729
,d514d111
,98d76506
]:@tevm/[email protected]
Patch Changes
3b5f6729
]:@tevm/[email protected]
Patch Changes
#809
0efe3b03
Thanks @roninjin10! - Added jsdoc to createHttpHandlerUpdated dependencies [
3b4a347d
,d514d111
,aec294ba
]:@tevm/[email protected]
Patch Changes
#807
3b4a347d
Thanks @roninjin10! - Fixed bug with zod validator swallowing missingto
parameter errors#804
d514d111
Thanks @roninjin10! - Fixed bug with JsonRpcRequest throwing for requests with no params#806
aec294ba
Thanks @roninjin10! - Fixed bug in zod validators for contract params which falsely listedto
as optionalUpdated dependencies [
87427f30
,cae17b7d
,39a5b5e5
,0ee22d0a
,0ee22d0a
,941a630a
]: