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 eth_simulateV1 #484

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

Commits on Nov 4, 2023

  1. eth_multicallv1

    KillariDev committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    31fcbe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    8b020ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaab3f8 View commit details
    Browse the repository at this point in the history
  3. fix refs, fix styling

    KillariDev committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8ab6539 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Update docs/multicall-notes.md

    Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
    KillariDev and jochem-brouwer authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    61fb231 View commit details
    Browse the repository at this point in the history
  2. Update docs/multicall-notes.md

    Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
    KillariDev and jochem-brouwer authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    45313dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9411e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06d27bd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    b4ce098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0043e12 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. add support for EIP-4844

    KillariDev committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3095c08 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    c7ec336 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. update according to meeting (nonce calculation, blobBaseFee, gasLimit…

    … calculation when gasLimit is not defined)
    KillariDev committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c20052c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. add note that when targeting non-precompiles with MovePrecompileToAdd…

    …ress is an undefined behaviour
    KillariDev committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7aee5b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    8996847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76cb57 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update docs/ethsimulatev1-notes.md

    Co-authored-by: Ryan Schneider <ryanleeschneider@gmail.com>
    KillariDev and ryanschneider authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    dde3124 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix blobgasPrices

    KillariDev committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    db721c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. use blobBaseFee for now

    KillariDev committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    aef37eb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    85ad1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c6dfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e27cf9a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    b597a7f View commit details
    Browse the repository at this point in the history
  2. remove phantom blocks :(

    KillariDev committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1ccfd37 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. rename multicall stuff to ethsimulate stuff. Add `returnFullTransacti…

    …ons`, add more fields to block to return
    KillariDev committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f297b4f View commit details
    Browse the repository at this point in the history
  2. use allOf

    KillariDev committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e3332ea View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    e913466 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    8141886 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    2ee9fc2 View commit details
    Browse the repository at this point in the history
  2. update with flexibility

    s1na committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    42d1249 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge pull request #3 from s1na/eth_multicallv1

    add rationale for pre-computed calls
    KillariDev authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    55f657c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    0256a4b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    de3e3f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b4616 View commit details
    Browse the repository at this point in the history