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 transparent multicall middleware #2684

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    a862354 View commit details
    Browse the repository at this point in the history
  2. Add vector of callbacks

    yorhodes committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5a35009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10fc677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d93a521 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Fix build

    yorhodes committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7373531 View commit details
    Browse the repository at this point in the history
  2. Add skeleton of test

    yorhodes committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f044444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eba790b View commit details
    Browse the repository at this point in the history
  4. Add some working tests

    yorhodes committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    12ec70c View commit details
    Browse the repository at this point in the history
  5. Some cleanup

    yorhodes committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7aac46f View commit details
    Browse the repository at this point in the history
  6. Improve error handling

    yorhodes committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4b5c39b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    51a8672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23aaed View commit details
    Browse the repository at this point in the history
  3. Test new endpoints

    yorhodes committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a8aa1b0 View commit details
    Browse the repository at this point in the history
  4. Reuse call_from_tx helper

    yorhodes committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ad69c2a View commit details
    Browse the repository at this point in the history
  5. Reuse multicall ABI matching

    yorhodes committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a2cd445 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2ba459 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

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

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    d80349b View commit details
    Browse the repository at this point in the history
  2. Fix compiler warnings

    yorhodes committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    52390ae View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Fix clippy

    yorhodes committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    23e2f53 View commit details
    Browse the repository at this point in the history
  2. Fix doc

    yorhodes committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e57fe64 View commit details
    Browse the repository at this point in the history
  3. Fix cargo fmt

    yorhodes committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    21cd2cb View commit details
    Browse the repository at this point in the history
  4. Fix wasm target compilation

    yorhodes committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0e57f5e View commit details
    Browse the repository at this point in the history
  5. Fix cargo fmt with nightly

    yorhodes committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    207682f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    cfe476e View commit details
    Browse the repository at this point in the history
  2. Address pr comments

    yorhodes committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4c1e2a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    58b6e25 View commit details
    Browse the repository at this point in the history
  2. Derive Eq for MockParams

    yorhodes committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9bffd32 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update multicall.rs

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    yorhodes and mattsse committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8196ce2 View commit details
    Browse the repository at this point in the history
  2. Update multicall.rs

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    yorhodes and mattsse committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    59270a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. rustfmt

    mattsse committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e461b53 View commit details
    Browse the repository at this point in the history