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[codegen]: make settings into a global object #3929

Merged
merged 16 commits into from
Apr 10, 2024

Commits on Apr 9, 2024

  1. make settings into a global object

    this unifies various functions which modify global settings:
    anchor_opt_level, anchor_evm_version, _set_debug
    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c4500e1 View commit details
    Browse the repository at this point in the history
  2. fix a fixture scope

    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    125f9f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff5327 View commit details
    Browse the repository at this point in the history
  4. fix some fixtures

    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6ddf1fe View commit details
    Browse the repository at this point in the history
  5. fix a defaults test

    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ce220b5 View commit details
    Browse the repository at this point in the history
  6. fix linter issues

    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9e83795 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94e4765 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecde9ca View commit details
    Browse the repository at this point in the history
  9. remove dead import

    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ee18eac View commit details
    Browse the repository at this point in the history
  10. remove dead function

    charles-cooper committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    01f495a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    8407705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5caa69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b41c626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2870b View commit details
    Browse the repository at this point in the history
  5. small refactor

    charles-cooper committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9ef883a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce4390d View commit details
    Browse the repository at this point in the history