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

chore: remove 3074 extension #2313

Merged
merged 2 commits into from
May 26, 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/sixty-sloths-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": minor
---

**Breaking (Experimental):** Removed EIP-3074 support.
4 changes: 0 additions & 4 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ runs:
- name: Set up Foundry
uses: foundry-rs/foundry-toolchain@v1

# TODO(3074): Remove this when 3074 supported natively in Anvil.
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master

- name: Install dependencies
shell: bash
run: bun install
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "test/invokers"]
path = test/invokers
url = https://github.com/anton-rs/3074-invokers.git
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"cache",
"test/contracts",
"test/chains",
"test/invokers",
"test/kzg/*.json",
"test/kzg/*.txt",
"coverage",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"changeset:publish": "bun scripts/updateVersion.ts && bun run prepublishOnly && bun run build && changeset publish",
"changeset:version": "changeset version && bun install --lockfile-only && bun scripts/updateVersion.ts",
"clean": "rimraf src/_esm src/_cjs src/_types",
"contracts:build": "forge build --config-path ./test/foundry.toml && bun run contracts:build:invoker && bun ./scripts/generateTypedArtifacts.ts",
"contracts:build:invoker": "cd test/invokers && docker run --rm -v $(pwd):/app/foundry -u $(id -u):$(id -g) ghcr.io/paradigmxyz/foundry-alphanet:latest --foundry-directory /app/foundry --foundry-command 'forge build'",
"contracts:build": "forge build --config-path ./test/foundry.toml && bun ./scripts/generateTypedArtifacts.ts",
"docs:dev": "cd site && bun run dev",
"docs:build": "cd site && bun run build",
"docs:preview": "cd site && bun run preview",
Expand Down
1 change: 0 additions & 1 deletion scripts/generateTypedArtifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const writer = generated.writer()

const paths = await globby([
join(import.meta.dir, '../test/contracts/out/**/*.json'),
join(import.meta.dir, '../test/invokers/out/**/*.json'),
])

const fileNames = []
Expand Down
332 changes: 0 additions & 332 deletions site/pages/experimental/eip3074/execute.mdx

This file was deleted.

Loading
Loading