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

Replace abi.encodeWithSelector & abi.encodeWithSignature with abi.encodeCall #4293

Commits on May 31, 2023

  1. feat: replaces abi.encodeWithSelector & abi.encodeWithSignature with …

    …abi.encodeCall
    
    * adds changeset
    * updates contracts: MultiCallTest, ReentrancyMock, UUPSLegacy, ERC4626, SafeERC20, SignatureChecker, ERC165Checker
    * updates utils ShortStrings.t.sol
    balajipachai committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ef91e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f171e6f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    d281193 View commit details
    Browse the repository at this point in the history
  2. Update big-plums-cover.md

    Amxx committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    653cf08 View commit details
    Browse the repository at this point in the history
  3. Update test/utils/ShortStrings.t.sol

    Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
    balajipachai and Amxx committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c2fbbde View commit details
    Browse the repository at this point in the history