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

Add EIP: Notification Interface #7017

Closed
wants to merge 13 commits into from

Commits on May 11, 2023

  1. Propose Notification Standard

    Oli-art committed May 11, 2023
    Copy the full SHA
    512a1f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e19366 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update EIPS/eip-xxxx.md

    Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
    Oli-art and abcoathup committed May 12, 2023
    Copy the full SHA
    e4a5a6e View commit details
    Browse the repository at this point in the history
  2. Assign EIP number 7017

    Oli-art committed May 12, 2023
    Copy the full SHA
    bfc55e7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e10327f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Update eip-7017.md

    Specify how the body of a message could be structured and add an encription option to DMs
    Oli-art committed May 31, 2023
    Copy the full SHA
    3d0f3c2 View commit details
    Browse the repository at this point in the history
  2. Fix es-lint issue

    Oli-art committed May 31, 2023
    Copy the full SHA
    49815cb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Add security example

    Oli-art committed Jun 17, 2023
    Copy the full SHA
    450d270 View commit details
    Browse the repository at this point in the history
  2. Refactor message data

    Also, improve grammar.
    Oli-art committed Jun 17, 2023
    Copy the full SHA
    1830f55 View commit details
    Browse the repository at this point in the history
  3. Fix lint problems

    Oli-art committed Jun 17, 2023
    Copy the full SHA
    8eea6ba View commit details
    Browse the repository at this point in the history
  4. Fix Validation Error

    Also, highlight RFC 2119 key words
    Oli-art committed Jun 17, 2023
    Copy the full SHA
    9d2a076 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Add EIP-5630, Update Interface

    Add EIP-5630 as the encryption requirement for all direct messages.
    Update the interface to not need the four functions and merged the two events into one common one for DMs and Broadcasts.
    Oli-art committed Jun 19, 2023
    Copy the full SHA
    cd3cb2b View commit details
    Browse the repository at this point in the history
  2. Fix Walidator Errors

    Oli-art committed Jun 19, 2023
    Copy the full SHA
    94e6646 View commit details
    Browse the repository at this point in the history