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

Merge master into eip-5380-review #6215

Merged
merged 17 commits into from
Dec 25, 2022
Merged

Merge master into eip-5380-review #6215

merged 17 commits into from
Dec 25, 2022

Commits on Dec 20, 2022

  1. Add EIP-6110: Supply validator deposits on chain (#6110)

    * EIP-6110: initial draft
    
    * Fix header
    
    * Fill out the discussions-to
    
    * Make linter happy
    
    * Fix color schema for python snippets
    
    * Apply suggestions from code review
    
    Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
    
    * Fix anchor
    
    * Fix eip4881 link
    
    * Fix eip4881 link once again
    
    Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
    mkalinin and djrtwo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    047f16d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    220fbe2 View commit details
    Browse the repository at this point in the history
  2. 3540,4570,5450: update EOF container format (#6156)

    * 3540: update eof contain format
    
    * 4750,5450: update for new 3540 changes, disallow unreachble code
    
    * 4750,5450: remove ref impls for now
    
    * appease our overlord, walidator
    
    * Apply suggestions from code review
    
    Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
    Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
    
    * reword type section intro
    
    Co-authored-by: Paweł Bylica <chfast@gmail.com>
    
    * apply feedback from review
    
    Co-authored-by: Paweł Bylica <chfast@gmail.com>
    
    * 4750: do not cleanup stack after jumpf or retf
    
    * remove rationale for stack cleanup
    
    * Apply suggestions from code review
    
    Co-authored-by: Paweł Bylica <chfast@gmail.com>
    
    * 4750: remove jumpf for later definition
    
    * fix stale comment
    
    Co-authored-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    
    * fix a couple typos and improve clarity
    
    * appease link checker
    
    * note terminating instruction requirement from 5450
    
    * cap max_stack_height at 1023
    
    * add padding to table
    
    * fix padding
    
    Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
    
    * revert terminating instructions change to 3670
    
    * fix rearranged sections
    
    Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
    
    * Apply suggestions from code review
    
    Co-authored-by: Paweł Bylica <chfast@gmail.com>
    
    Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
    Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
    Co-authored-by: Paweł Bylica <chfast@gmail.com>
    Co-authored-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    5 people committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f29a424 View commit details
    Browse the repository at this point in the history
  3. Fixes bug when replacing asset on sample implementation of 5773 (#6202)

    * Fixes bug when replacing asset on sample implementation of 5773.
    
    * Rename the smart contract in specification
    
    The smart contract specification was renamed to be identic to the name
    of the proposal. This has been done so that the assets changes can be
    merged.
    
    Co-authored-by: Jan Turk <jan.turk12@gmail.com>
    steven2308 and ThunderDeliverer committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2f369da View commit details
    Browse the repository at this point in the history
  4. 4750,5450: Specify stack overflow check only in CALLF (#6205)

    * 4750,5450: Specify stack overflow check only in CALLF
    
    * Apply suggestions from code review
    
    Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
    
    Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
    chfast and lightclient committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    6f1bac8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Add EIP-6206: EOF - JUMPF instruction (#6206)

    * add jumpf eip
    
    * add eip number and discussion link
    
    * Fix markdownlint errors
    
    * Last markdownlint error
    
    * Fix invalid link
    
    * Formatting stuff
    
    Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
    lightclient and Pandapip1 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    accf816 View commit details
    Browse the repository at this point in the history
  2. Update EIP-5115: Updates to interface based on community feedback (#6207

    )
    
    * Update EIP-5115: Changes based from community feedback
    
    * Update EIP-5115: Changes in interface and definitions
    
    * Update EIP-5115: Linting fixes
    ayobuenavista committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    dc7f434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64f4c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    4edf0d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83beeb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e5cd9f View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Add EIP-6170: Cross-Chain Messaging Interface (#6172)

    * cross-chain messaging interface
    
    * fix: markdown linter fix
    
    * chore: updating EIP name
    
    * Apply suggestions from code review
    
    * chore: changing specification to natspec interface
    
    * Update eip-6170.md
    
    Co-authored-by: Matt Stam <mattstam@live.com>
    
    * Update eip-6170.md
    
    * Update eip-6170.md
    
    * chore: remove events to discuss further
    
    * Move file to correct folder
    
    Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
    Co-authored-by: Matt Stam <mattstam@live.com>
    3 people committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    af8847d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e9f33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95381a5 View commit details
    Browse the repository at this point in the history
  4. Update EIP-5606: Move to Last Call (#6151)

    * Update EIP-5606: Moving to Last Call
    
    * Update EIP-5606: Added Last Call Deadline
    
    * Update EIP-5606: Fixed a typo
    
    * Update EIPS/eip-5606.md
    
    Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
    gaurangtorvekar and SamWilsn committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    f5d58e6 View commit details
    Browse the repository at this point in the history
  5. Update EIP-5219: Move to review (#6180)

    * Update EIP-5219: Move to review
    
    * Merge master into eip-5219-review (#6183)
    
    * Update EIP-5507: Add Rationale stub (#6181)
    
    * Update EIP-5219: Fix small typo (#6182)
    Pandapip1 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    aa2ffec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4943a9e View commit details
    Browse the repository at this point in the history