Skip to content

docs: Expand EIP-7702 #428

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

pbkompasz
Copy link
Contributor

@pbkompasz pbkompasz commented Apr 22, 2025

EIP-7702

Expanded EIP-7702 article with new transaction type, transaction execution details, etc.

Copy link

Hi @pbkompasz,

⚠️ Potential typos found in your pull request:

  • 📄 ./docs/eps/intro.md (line(s) 102):
    1. ❌ Karim

ℹ️ How to fix this error:

  1. If these are actual typos:

    • Open the files at the specified line numbers and fix them
  2. If these are names or one-off nouns:

    • Wrap them in <name> tags
    • Example: <name>Alex Pereira</name>
    • Use this for people's names or unique terms that appear rarely
  3. If these are valid terms:

    • Add them to wordlist.txt (one word per line)
    • Terms must be plain text without spaces/special chars
    • The list is case-insensitive
  4. If these are code terms:

    • Wrap them in backticks (`) in your markdown

ℹ️ Checking for typos locally

  1. Install aspell for your platform
  2. Navigate to project root and run:
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done

Learn more about wordlist format

Copy link

Hi @pbkompasz,

⚠️ Potential typos found in your pull request:

  • 📄 ./docs/eps/intro.md (line(s) 102):
    1. ❌ Karim
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 19):
    1. ❌ precedeed
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 29):
    1. ❌ AUTHCALL
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 42):
    1. ❌ resubmission
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 43):
    1. ❌ seralized
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 50):
    1. ❌ EOA's
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 62):
    1. ❌ follwing
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 62):
    1. ❌ designator
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 69):
    1. ❌ EXTCODEHASH
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 70):
    1. ❌ EXTCODECOPY
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 71):
    1. ❌ Exeuction

ℹ️ How to fix this error:

  1. If these are actual typos:

    • Open the files at the specified line numbers and fix them
  2. If these are names or one-off nouns:

    • Wrap them in <name> tags
    • Example: <name>Alex Pereira</name>
    • Use this for people's names or unique terms that appear rarely
  3. If these are valid terms:

    • Add them to wordlist.txt (one word per line)
    • Terms must be plain text without spaces/special chars
    • The list is case-insensitive
  4. If these are code terms:

    • Wrap them in backticks (`) in your markdown

ℹ️ Checking for typos locally

  1. Install aspell for your platform
  2. Navigate to project root and run:
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done

Learn more about wordlist format

Copy link

Hi @pbkompasz,

⚠️ Potential typos found in your pull request:

  • 📄 ./docs/eps/intro.md (line(s) 102):
    1. ❌ Karim
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 19):
    1. ❌ AUTHCALL
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 19):
    1. ❌ bundlers
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 28,41):
    1. ❌ EOA's
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 29):
    1. ❌ EOA’s
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 29):
    1. ❌ resubmission
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 30):
    1. ❌ seralized
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 28,41):
    1. ❌ EOA's
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 51):
    1. ❌ designator
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 57):
    1. ❌ EXTCODEHASH
  • 📄 ./docs/wiki/research/account-abstraction/eip-7702.md (line(s) 58):
    1. ❌ EXTCODECOPY

ℹ️ How to fix this error:

  1. If these are actual typos:

    • Open the files at the specified line numbers and fix them
  2. If these are names or one-off nouns:

    • Wrap them in <name> tags
    • Example: <name>Alex Pereira</name>
    • Use this for people's names or unique terms that appear rarely
  3. If these are valid terms:

    • Add them to wordlist.txt (one word per line)
    • Terms must be plain text without spaces/special chars
    • The list is case-insensitive
  4. If these are code terms:

    • Wrap them in backticks (`) in your markdown

ℹ️ Checking for typos locally

  1. Install aspell for your platform
  2. Navigate to project root and run:
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done

Learn more about wordlist format

@pbkompasz pbkompasz changed the title [WIP] docs: Expand EIP-7702 and AA articles docs: Expand EIP-7702 Apr 27, 2025
@pbkompasz pbkompasz marked this pull request as ready for review April 27, 2025 17:57
@raxhvl
Copy link
Member

raxhvl commented May 19, 2025

Hey @pbkompasz since pectra went live, this is no longer a research topic. You could add it to EL specs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants