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

implement "native" imports for boa #149

Merged
merged 7 commits into from
Feb 14, 2024

Commits on Feb 14, 2024

  1. implement "native" imports for boa

    override `import` statement so that it looks for `.vy` files and tries
    to load them as `VyperDeployer`s.
    charles-cooper committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    31fcfb8 View commit details
    Browse the repository at this point in the history
  2. add a comment

    charles-cooper committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    16c501f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e0f9f View commit details
    Browse the repository at this point in the history
  4. add test

    charles-cooper committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ebf00ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    447eef4 View commit details
    Browse the repository at this point in the history
  6. add a comment

    charles-cooper committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    680895b View commit details
    Browse the repository at this point in the history
  7. fix lint

    charles-cooper committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4dddf63 View commit details
    Browse the repository at this point in the history