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) #1196

Merged
merged 1 commit into from
Jun 13, 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
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"afraid-crabs-exist",
"afraid-socks-work",
"angry-foxes-report",
"big-horses-end",
"blue-beds-rest",
"blue-onions-fry",
"brave-owls-explain",
Expand Down Expand Up @@ -116,6 +117,7 @@
"curly-mirrors-sing",
"curly-singers-sing",
"curly-spiders-trade",
"cyan-dogs-hammer",
"dirty-flowers-smell",
"dirty-goats-tan",
"dirty-yaks-repeat",
Expand Down Expand Up @@ -211,6 +213,7 @@
"lemon-mice-dream",
"lemon-worms-bathe",
"light-bags-judge",
"long-islands-behave",
"lovely-carrots-tie",
"lovely-crabs-switch",
"lucky-dolphins-grin",
Expand All @@ -219,6 +222,7 @@
"mean-tomatoes-shave",
"metal-flowers-move",
"metal-turkeys-call",
"mighty-pans-poke",
"mighty-tips-smash",
"modern-coats-poke",
"moody-bananas-develop",
Expand Down Expand Up @@ -253,6 +257,7 @@
"pretty-dingos-sort",
"proud-pandas-thank",
"proud-panthers-build",
"proud-pugs-walk",
"proud-pumpkins-breathe",
"purple-cobras-nail",
"purple-donkeys-smile",
Expand Down
10 changes: 10 additions & 0 deletions extensions/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/ethers

## 1.1.0-next.76

### Patch Changes

- Updated dependencies []:
- @tevm/client-types@1.1.0-next.75
- @tevm/decorators@1.1.0-next.76
- @tevm/procedures@1.1.0-next.76
- @tevm/base-client@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"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.76

### Patch Changes

- Updated dependencies []:
- @tevm/decorators@1.1.0-next.76
- @tevm/base-client@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
23 changes: 23 additions & 0 deletions packages/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @tevm/contract

## 1.1.0-next.76

### Minor Changes

- [#1198](https://github.com/evmts/tevm-monorepo/pull/1198) [`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081) Thanks [@roninjin10](https://github.com/roninjin10)! - Added support for setting maxFeePerGas and maxPriorityFeePerGas

- [#1198](https://github.com/evmts/tevm-monorepo/pull/1198) [`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081) Thanks [@roninjin10](https://github.com/roninjin10)! - Added support for passing in maxFeePerGas and maxPriorityFeePerGas to tevmCall tevmContract tevmDeploy and tevmScript

### Patch Changes

- [#1197](https://github.com/evmts/tevm-monorepo/pull/1197) [`fbf5192`](https://github.com/evmts/tevm-monorepo/commit/fbf51925ad6b7b367a41d5e7dd667f589f8c21e4) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug where tevmCall and related methods would improperly validate params such as depth and value. Previously it would not throw a validation error if these numbers are negative

- [#1197](https://github.com/evmts/tevm-monorepo/pull/1197) [`fbf5192`](https://github.com/evmts/tevm-monorepo/commit/fbf51925ad6b7b367a41d5e7dd667f589f8c21e4) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug where validation errors of nested structures like arrays would sometimes get swallowed by tevmCall and related methods

- Updated dependencies [[`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081)]:
- @tevm/tx@1.1.0-next.76
- @tevm/vm@1.1.0-next.76
- @tevm/base-client@1.1.0-next.76
- @tevm/block@1.1.0-next.76
- @tevm/receipt-manager@1.1.0-next.76
- @tevm/blockchain@1.1.0-next.76
- @tevm/evm@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/base-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/client

## 1.1.0-next.76

### Patch Changes

- Updated dependencies [[`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081)]:
- @tevm/tx@1.1.0-next.76
- @tevm/vm@1.1.0-next.76
- @tevm/block@1.1.0-next.76
- @tevm/receipt-manager@1.1.0-next.76
- @tevm/txpool@1.1.0-next.76
- @tevm/blockchain@1.1.0-next.76
- @tevm/evm@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/state

## 1.1.0-next.76

### Patch Changes

- Updated dependencies [[`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081)]:
- @tevm/tx@1.1.0-next.76

## 1.1.0-next.75

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

## 1.1.0-next.76

### Patch Changes

- Updated dependencies []:
- @tevm/block@1.1.0-next.76

## 1.1.0-next.75

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/blockchain",
"version": "1.1.0-next.75",
"version": "1.1.0-next.76",
"private": false,
"description": "A custom implementation of ethereumjs blockchain",
"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.76

### Patch Changes

- Updated dependencies [[`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081), [`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081), [`fbf5192`](https://github.com/evmts/tevm-monorepo/commit/fbf51925ad6b7b367a41d5e7dd667f589f8c21e4), [`fbf5192`](https://github.com/evmts/tevm-monorepo/commit/fbf51925ad6b7b367a41d5e7dd667f589f8c21e4)]:
- @tevm/actions@1.1.0-next.76
- @tevm/procedures@1.1.0-next.76
- @tevm/base-client@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/state

## 1.1.0-next.76

### Patch Changes

- Updated dependencies []:
- @tevm/blockchain@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "A custom implementation of ethereumjs evm",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tevm/client

## 1.1.0-next.76

### Patch Changes

- Updated dependencies []:
- @tevm/viem@1.1.0-next.76
- @tevm/memory-client@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/memory-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/client

## 1.1.0-next.76

### Patch Changes

- Updated dependencies []:
- @tevm/decorators@1.1.0-next.76
- @tevm/procedures@1.1.0-next.76
- @tevm/base-client@1.1.0-next.76
- @tevm/evm@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "Client implementations of Tevm",
"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.76

### Patch Changes

- Updated dependencies []:
- @tevm/memory-client@1.1.0-next.76
- @tevm/evm@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "Precompile definition for Tevm",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/procedures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tevm/contract

## 1.1.0-next.76

### Patch Changes

- Updated dependencies [[`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081), [`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081), [`fbf5192`](https://github.com/evmts/tevm-monorepo/commit/fbf51925ad6b7b367a41d5e7dd667f589f8c21e4), [`fbf5192`](https://github.com/evmts/tevm-monorepo/commit/fbf51925ad6b7b367a41d5e7dd667f589f8c21e4)]:
- @tevm/actions@1.1.0-next.76
- @tevm/tx@1.1.0-next.76
- @tevm/vm@1.1.0-next.76
- @tevm/base-client@1.1.0-next.76
- @tevm/block@1.1.0-next.76
- @tevm/evm@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/receipt-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tevm/state

## 1.1.0-next.76

### Patch Changes

- Updated dependencies [[`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081)]:
- @tevm/tx@1.1.0-next.76
- @tevm/block@1.1.0-next.76
- @tevm/blockchain@1.1.0-next.76

## 1.1.0-next.75

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

## 1.1.0-next.76

### Patch Changes

- Updated dependencies []:
- @tevm/memory-client@1.1.0-next.76

## 1.1.0-next.75

### 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.75",
"version": "1.1.0-next.76",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/tx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/state

## 1.1.0-next.76

### Minor Changes

- [#1198](https://github.com/evmts/tevm-monorepo/pull/1198) [`4650d32`](https://github.com/evmts/tevm-monorepo/commit/4650d32e2ee03f6ffc3cecbedec0b079b44f2081) Thanks [@roninjin10](https://github.com/roninjin10)! - Added support for setting maxFeePerGas and maxPriorityFeePerGas

## 1.1.0-next.75

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/tx",
"version": "1.1.0-next.75",
"version": "1.1.0-next.76",
"private": false,
"description": "A custom implementation of ethereumjs tx",
"keywords": [
Expand Down
Loading