Skip to content

Commit

Permalink
chore: remove 3074 extension (#2313)
Browse files Browse the repository at this point in the history
* wip

* chore: changeset
  • Loading branch information
jxom authored May 26, 2024
1 parent b54d2b5 commit 175d0ae
Show file tree
Hide file tree
Showing 49 changed files with 8 additions and 2,844 deletions.
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

0 comments on commit 175d0ae

Please sign in to comment.