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

multicall #48

Merged
merged 13 commits into from
Jul 24, 2024
Merged

multicall #48

merged 13 commits into from
Jul 24, 2024

Commits on Jul 17, 2024

  1. impl multicall

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d2d79bb View commit details
    Browse the repository at this point in the history
  2. use Address{} as zero address

    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e41d11e View commit details
    Browse the repository at this point in the history
  3. remove multicall from ibchandler

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4d3b25b View commit details
    Browse the repository at this point in the history
  4. add multicall3address config validation

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dca5b47 View commit details
    Browse the repository at this point in the history
  5. make estimateGas be common function

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    93c6103 View commit details
    Browse the repository at this point in the history
  6. binary search messages in multicall

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    99299a3 View commit details
    Browse the repository at this point in the history
  7. remove old code

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6fd3e56 View commit details
    Browse the repository at this point in the history
  8. rebase main

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    440343e View commit details
    Browse the repository at this point in the history
  9. rebase

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f901642 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. use sort.Search and refer to captured variables in closure

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c100c73 View commit details
    Browse the repository at this point in the history
  2. fix pullreq reviews

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    93560a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. remove duplicated test case

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d5101f7 View commit details
    Browse the repository at this point in the history
  2. fix reviews

    Signed-off-by: Daisuke Kanda <dai1975@gmail.com>
    dai1975 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1090a2d View commit details
    Browse the repository at this point in the history