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

core/types: add EffectiveGasPrice in Receipt #26713

Merged
merged 11 commits into from
Mar 6, 2023

Commits on Feb 15, 2023

  1. Add EffectiveGasPrice to types.Receipt

    PulsarAI authored and fjl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9136f31 View commit details
    Browse the repository at this point in the history
  2. Derive EffectiveGasPrice for Receipt inside DeriveFields

    PulsarAI authored and fjl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    69c37cc View commit details
    Browse the repository at this point in the history
  3. Fix ReadReceipts, in case there is no header for the block

    PulsarAI authored and fjl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    43329e2 View commit details
    Browse the repository at this point in the history
  4. Refresh pipeline

    PulsarAI authored and fjl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f9964de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8477404 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    740b82c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602cb23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e37dd8f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. core/types: improve test for DeriveFields

    Instead of recomputing the expected output, just list the expected
    receipt values and compare them.
    fjl committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    07f2173 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    c293fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11bb2c2 View commit details
    Browse the repository at this point in the history