From 90830df54f4b159ae1da466b3bbea5ac4694a3da Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Thu, 9 Feb 2023 13:03:11 -0500 Subject: [PATCH 1/2] Bump eipw version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cd5b8c17fa566..ea61f048895005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Checkout EIP Repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: ethereum/eipw-action@451d4e314183dd83401171908ca784e047122d70 + - uses: ethereum/eipw-action@7774047fa54c1cb3b3ada9c9db23721eaee56669 id: eipw with: token: ${{ secrets.GITHUB_TOKEN }} From 27055c8b0f08a3ffbc4940fc01d8864f599f0c61 Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:01:20 -0500 Subject: [PATCH 2/2] Update eip-3074.md --- EIPS/eip-3074.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-3074.md b/EIPS/eip-3074.md index 216c6b8bbdfef8..9def3443a14fc1 100644 --- a/EIPS/eip-3074.md +++ b/EIPS/eip-3074.md @@ -1,7 +1,7 @@ --- eip: 3074 -title: AUTH and AUTHCALL opcodes -description: Allow externally owned accounts to delegate control to a contract. +title: AUTH and AUTHCALL opcodes EIP-20 +description: Allow externally owned accounts to delegate control to a contract ERC-721 author: Sam Wilson (@SamWilsn), Ansgar Dietrichs (@adietrichs), Matt Garnett (@lightclient), Micah Zoltu (@micahzoltu) discussions-to: https://ethereum-magicians.org/t/eip-3074-sponsored-transaction-precompile/4880 status: Stagnant