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

refactor(sozo-migrate): de-debug error formatting #1454

Merged
merged 5 commits into from
Jan 25, 2024

Commits on Jan 18, 2024

  1. fix

    kariy committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5e2fc2e View commit details
    Browse the repository at this point in the history
  2. add verbose print on errors that can hide starknet data

    Currently, there is some data missing to be printed out
    by starknet-rs. ContractError reason for instance is never printed.
    The idea here is to have a bit more context with sozo if a user
    is stuck during migration.
    This commit starts work for the dojoengine#1409 issue to add more logging
    to sozo.
    glihm committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    74401b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d9f5a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

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