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

feat: calculate simple apy for balancer-aura vaults #486

Closed
wants to merge 16 commits into from

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    ced10fd View commit details
    Browse the repository at this point in the history
  2. Add DISABLE_CURVE envar

    * DISABLE_CURVE disables the curve exporter. Useful in dev if you don't need
    the curve exporter running as it currently takes a long time to load.
    
    * Defer circular references to the price magic module to avoid partially
    initialized module errors.
    murderteeth committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    7f13182 View commit details
    Browse the repository at this point in the history
  3. Make debug_apy functions callable from command line

    * Eg, this enables `brownie run scripts/debug_apy.py with_exception_handling`
    
    * Measure `vault.apy()` run time
    murderteeth committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    19e6b2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e10c581 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d6a529 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    5df8ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a5ad9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da8950 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2c546b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3677db8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on Feb 25, 2023

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

Commits on Feb 26, 2023

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

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    2fb5d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d60764f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e0848 View commit details
    Browse the repository at this point in the history