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

Read IntrinsicGas from FeeCurrencyDirectory #178

Merged
merged 8 commits into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. Add FeeCurrencyContext object to BlockContext

    This replaces the `BlockContext.ExchangeRates` with a wrapper object
    `BlockContext.FeeCurrencyContext`.
    
    This enables easier addition of fee-currency related information
    to the block context and passing around that information.
    The exchange-rates are now part of the `FeeCurrencyContext`
    ezdac committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    841d699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70679f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1db60d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e52505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17473b3 View commit details
    Browse the repository at this point in the history
  6. Add minor code improvements

    Co-authored-by: Paul Lange <[email protected]>
    ezdac and palango committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ff0a170 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d417618 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    111be39 View commit details
    Browse the repository at this point in the history