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

Make CallBuilder and CreateBuilder error handling optional #1602

Merged
merged 11 commits into from
Jan 20, 2023

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    947cf6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff7fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    503fddb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    48023ca View commit details
    Browse the repository at this point in the history
  2. Fix delegator example

    HCastano committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    dbf7ac4 View commit details
    Browse the repository at this point in the history
  3. Drive-by: rename fire() method to invoke()

    This keeps this more consistent since we're wrapping a few methods with
    `invoke` in the name anyways.
    HCastano committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    72add05 View commit details
    Browse the repository at this point in the history
  4. Fix ERC-1155 example

    HCastano committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9819e76 View commit details
    Browse the repository at this point in the history
  5. Update Multisig example

    HCastano committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ff759b4 View commit details
    Browse the repository at this point in the history
  6. Fix ContractRef tests

    HCastano committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0d37811 View commit details
    Browse the repository at this point in the history
  7. Revert "Drive-by: rename fire() method to invoke()"

    This reverts commit 72add05.
    
    Decided it's best to do this in a standalone PR.
    HCastano committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    155d416 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22a924d View commit details
    Browse the repository at this point in the history