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: cost tracking #146

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

feat: cost tracking #146

wants to merge 29 commits into from

Commits on Oct 24, 2024

  1. add cost tracking

    MujkicA committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    be6761c View commit details
    Browse the repository at this point in the history
  2. improve db type conversion

    MujkicA committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    030936b View commit details
    Browse the repository at this point in the history
  3. db changes

    MujkicA committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e0c855a View commit details
    Browse the repository at this point in the history
  4. db and service test

    MujkicA committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e14e7f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. clean up tests

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bfd3991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c45ded8 View commit details
    Browse the repository at this point in the history
  3. e2e test

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5f779e2 View commit details
    Browse the repository at this point in the history
  4. Update e2e/src/committer.rs

    Co-authored-by: Ahmed Sagdati <[email protected]>
    MujkicA and segfault-magnet authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2b54026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a3b23f View commit details
    Browse the repository at this point in the history
  6. review comments

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    40d32d7 View commit details
    Browse the repository at this point in the history
  7. error handling

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b3952c3 View commit details
    Browse the repository at this point in the history
  8. fix build

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    94f53cb View commit details
    Browse the repository at this point in the history
  9. fix is_finalized query

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f33d697 View commit details
    Browse the repository at this point in the history
  10. more query fixes

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    47caf50 View commit details
    Browse the repository at this point in the history
  11. use v1 endpoint in e2e

    MujkicA committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ae3bdba View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. decode to costs vec

    MujkicA committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2561c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10cf48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41e367f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. cost per tx struct

    MujkicA committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cc5d049 View commit details
    Browse the repository at this point in the history
  2. update test

    MujkicA committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4929afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e25b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56115f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 10, 2024

  1. update queries

    MujkicA committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5e5d791 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/cost-tracking' of github.com:FuelLabs/fuel-block-c…

    …ommitter into feat/cost-tracking
    MujkicA committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    cb0fe43 View commit details
    Browse the repository at this point in the history
  3. update sqlx query

    MujkicA committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    71e81a7 View commit details
    Browse the repository at this point in the history
  4. setup for performance test

    MujkicA committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0499c8f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. update stress test

    MujkicA committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9c622a9 View commit details
    Browse the repository at this point in the history
  2. fix stress test

    MujkicA committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e243258 View commit details
    Browse the repository at this point in the history