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 utilities for CrossChain messaging #3183

Merged
merged 42 commits into from Mar 30, 2022

Commits on Feb 10, 2022

  1. Copy the full SHA
    07aa7b9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6e286b View commit details
    Browse the repository at this point in the history
  3. add missing dependencies

    Amxx committed Feb 10, 2022
    Copy the full SHA
    36d479a View commit details
    Browse the repository at this point in the history
  4. web3js and ethers testing + lint

    Amxx committed Feb 10, 2022
    Copy the full SHA
    23b82b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. testing AccessControlCrossChain

    Amxx committed Feb 14, 2022
    Copy the full SHA
    b98fae5 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Amxx committed Feb 14, 2022
    Copy the full SHA
    3ee00b6 View commit details
    Browse the repository at this point in the history
  3. don't run slither on the mocks

    Amxx committed Feb 14, 2022
    Copy the full SHA
    670f597 View commit details
    Browse the repository at this point in the history
  4. refactor testing

    Amxx committed Feb 14, 2022
    Copy the full SHA
    5ed8f33 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Copy the full SHA
    5eaab89 View commit details
    Browse the repository at this point in the history
  2. add polygon child testing

    Amxx committed Feb 16, 2022
    Copy the full SHA
    03294aa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. rename params for clarity

    Amxx committed Feb 22, 2022
    Copy the full SHA
    80ec9e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. add CrossChain documentation

    Amxx committed Feb 24, 2022
    Copy the full SHA
    9faf612 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f6e613 View commit details
    Browse the repository at this point in the history
  3. fix spelling

    Amxx committed Feb 24, 2022
    Copy the full SHA
    4928727 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    27c18a5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    be3543a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Copy the full SHA
    3b3cd58 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Copy the full SHA
    2313a06 View commit details
    Browse the repository at this point in the history
  2. reset lockfile

    frangio committed Mar 22, 2022
    Copy the full SHA
    d9f6513 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Apply suggestions from code review

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed Mar 23, 2022
    Copy the full SHA
    147528b View commit details
    Browse the repository at this point in the history
  2. wording

    Amxx committed Mar 23, 2022
    Copy the full SHA
    4ebb13d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2260e5a View commit details
    Browse the repository at this point in the history
  4. fix lint

    Amxx committed Mar 23, 2022
    Copy the full SHA
    e73d815 View commit details
    Browse the repository at this point in the history
  5. check custom error

    Amxx committed Mar 23, 2022
    Copy the full SHA
    b300b6b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Copy the full SHA
    5e1dfa2 View commit details
    Browse the repository at this point in the history
  2. add custom error check

    Amxx committed Mar 24, 2022
    Copy the full SHA
    ab77189 View commit details
    Browse the repository at this point in the history
  3. bump required solidity version

    Amxx committed Mar 24, 2022
    Copy the full SHA
    b2a4418 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. fix inconsistency in tests

    Amxx committed Mar 25, 2022
    Copy the full SHA
    afb52f1 View commit details
    Browse the repository at this point in the history
  2. improve custom error detection

    Amxx committed Mar 25, 2022
    Copy the full SHA
    6ac95cd View commit details
    Browse the repository at this point in the history
  3. expect rewrite

    Amxx committed Mar 25, 2022
    Copy the full SHA
    345a9b0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bc2b083 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    69cdf15 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. add changelog entry

    frangio committed Mar 28, 2022
    Copy the full SHA
    41cd634 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. add customError helper

    Amxx committed Mar 29, 2022
    Copy the full SHA
    1d4c86d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19752c8 View commit details
    Browse the repository at this point in the history
  3. add PR link in changelog entry

    Amxx committed Mar 29, 2022
    Copy the full SHA
    1252614 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    10acf59 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c1f0793 View commit details
    Browse the repository at this point in the history
  6. remove console.error

    frangio committed Mar 29, 2022
    Copy the full SHA
    5ea8297 View commit details
    Browse the repository at this point in the history
  7. avoid mutating a dependency

    frangio committed Mar 29, 2022
    Copy the full SHA
    04f4629 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b0e9cdb View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cc2dd04 View commit details
    Browse the repository at this point in the history