Skip to content
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) #1294

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
"nice-melons-brake",
"nine-days-drop",
"ninety-apricots-push",
"odd-dingos-sit",
"odd-rockets-breathe",
"orange-gifts-eat",
"orange-monkeys-lie",
Expand Down Expand Up @@ -378,6 +379,7 @@
"sweet-ladybugs-add",
"tame-foxes-play",
"tasty-dancers-deny",
"tasty-emus-happen",
"tasty-impalas-shout",
"tasty-kangaroos-yell",
"tasty-toes-cough",
Expand Down
7 changes: 7 additions & 0 deletions experimental/solc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/contract

## 1.1.0-next.94

### Patch Changes

- Updated dependencies [[`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71)]:
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion experimental/solc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/experimental-solc",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "Experimental wrapper around solc",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions extensions/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tevm/ethers

## 1.1.0-next.94

### Patch Changes

- Updated dependencies [[`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71)]:
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/ethers",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A collection of ethers.js utilities for working with Tevm",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions extensions/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tevm/viem

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/viem",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/contract

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/actions",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/base-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tevm/client

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/base-client",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/contract

## 1.1.0-next.94

### Minor Changes

- [#1296](https://github.com/evmts/tevm-monorepo/pull/1296) [`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71) Thanks [@roninjin10](https://github.com/roninjin10)! - Added support for optionally using abi rather than humanReadableAbi when calling createContract

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/contract",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tevm/client

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/decorators",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tevm/state

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/evm",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A custom implementation of ethereumjs evm",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tevm/client

## 1.1.0-next.94

### Patch Changes

- Updated dependencies [[`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71)]:
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/http-client",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/memory-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/client

## 1.1.0-next.94

### Patch Changes

- Updated dependencies [[`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71)]:
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memory-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/memory-client",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "MemoryClient for tevm is an in memory devnet for JavaScript",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/precompiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tevm/precompiles

## 1.1.0-next.94

### Patch Changes

- Updated dependencies [[`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71)]:
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/precompiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/precompiles",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "Precompile definition for Tevm",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/predeploys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/contract

## 1.1.0-next.94

### Patch Changes

- Updated dependencies [[`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71)]:
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/predeploys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/predeploys",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/procedures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/contract

## 1.1.0-next.94

### Patch Changes

- Updated dependencies [[`9cff1bb`](https://github.com/evmts/tevm-monorepo/commit/9cff1bbb1a5d87eadff5b01b288e5f46732f7c71)]:
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/procedures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/procedures",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/server

## 1.1.0-next.94

### Patch Changes

- [#1295](https://github.com/evmts/tevm-monorepo/pull/1295) [`112ee87`](https://github.com/evmts/tevm-monorepo/commit/112ee8727dbbe9c35c4c7b39a6e899e612b47a77) Thanks [@roninjin10](https://github.com/roninjin10)! - Made tevmServer accept both tree shakable client and regular client. It should also accept BaseClient

- Updated dependencies []:
- @tevm/[email protected]
- @tevm/[email protected]

## 1.1.0-next.93

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/server",
"version": "1.1.0-next.93",
"version": "1.1.0-next.94",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/state

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/state",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A custom implementation of ethereumjs state manager",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/sync-storage-persister/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/contract

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-storage-persister/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/sync-storage-persister",
"version": "1.1.0-next.92",
"version": "1.1.0-next.94",
"private": false,
"description": "A package for persisting the state of the EVM to a sync storage",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/txpool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/state

## 1.1.0-next.94

### Patch Changes

- Updated dependencies []:
- @tevm/[email protected]

## 1.1.0-next.92

### Patch Changes
Expand Down
Loading