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: PRT provider load rate #1720

Merged
merged 58 commits into from
Oct 30, 2024
Merged

Commits on Sep 30, 2024

  1. load rate report in trailer

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7b8ea69 View commit details
    Browse the repository at this point in the history
  2. fix trailer name

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4f7838a View commit details
    Browse the repository at this point in the history
  3. merge main

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4fead99 View commit details
    Browse the repository at this point in the history
  4. fix lint

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ea1598b View commit details
    Browse the repository at this point in the history
  5. fix load manager logic

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    04f1762 View commit details
    Browse the repository at this point in the history
  6. fix lint

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eb2b345 View commit details
    Browse the repository at this point in the history
  7. fix spelling

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2c33935 View commit details
    Browse the repository at this point in the history
  8. fix logic

    leon mandel authored and leon mandel committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    46e6faf View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fixed flag & header names

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1f977ae View commit details
    Browse the repository at this point in the history
  2. fix load provider manager and creation logic

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6db7dd3 View commit details
    Browse the repository at this point in the history
  3. fix logs for relay load rate

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b9e199b View commit details
    Browse the repository at this point in the history
  4. fix rpcprovider server relay load handling

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8b8a05a View commit details
    Browse the repository at this point in the history
  5. fix tests

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5e3b7a4 View commit details
    Browse the repository at this point in the history
  6. fix typo

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    199ff2c View commit details
    Browse the repository at this point in the history
  7. fix init lava script

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9faf8ef View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into prt-add-provider-relay-load-trailer

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cc1af1e View commit details
    Browse the repository at this point in the history
  9. fix provider load manager

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    56191f6 View commit details
    Browse the repository at this point in the history
  10. fix provider server and load manager

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9eabb5a View commit details
    Browse the repository at this point in the history
  11. fix lint - fix protocol test

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ffdb986 View commit details
    Browse the repository at this point in the history
  12. fix provider load manager applyProviderLoadMetadataToContextTrailer

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    19cc454 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into prt-add-provider-relay-load-trailer

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b73d267 View commit details
    Browse the repository at this point in the history
  14. change cmdRPCProvider load rate flag to uint64

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5a29efd View commit details
    Browse the repository at this point in the history
  15. try fix

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    93c3220 View commit details
    Browse the repository at this point in the history
  16. fix cmd flag reading

    leon mandel authored and leon mandel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eeb46ea View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. adjusting uint64

    ranlavanet committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    55221f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix redundent nil check in provider load manager

    leon mandel authored and leon mandel committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e81afb9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'prt-add-provider-relay-load-trailer' of github.com:lava…

    …net/lava into prt-add-provider-relay-load-trailer
    leon mandel authored and leon mandel committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    56c2b3f View commit details
    Browse the repository at this point in the history
  3. fix providerLoadManager per chain creation

    leon mandel authored and leon mandel committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    725f40a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6da0e99 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. fixed chainlib common formatting

    leon mandel authored and leon mandel committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    9458d6c View commit details
    Browse the repository at this point in the history
  2. fix provider load manager comments

    leon mandel authored and leon mandel committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    44a5e5c View commit details
    Browse the repository at this point in the history
  3. fix e2e tests

    leon mandel authored and leon mandel committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    03e1b17 View commit details
    Browse the repository at this point in the history
  4. fix pr - unite add relay load and set trailer

    leon mandel authored and leon mandel committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c4bc4ec View commit details
    Browse the repository at this point in the history
  5. fix common.go provider load header

    leon mandel authored and leon mandel committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2bd9032 View commit details
    Browse the repository at this point in the history
  6. fix edge case of getProviderLoad

    leon mandel authored and leon mandel committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a44f0ab View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge branch 'main' into prt-add-provider-relay-load-trailer

    leon mandel authored and leon mandel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    50dab3f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix command flag description

    leon mandel authored and leon mandel committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c88aee2 View commit details
    Browse the repository at this point in the history
  2. fix command flag description

    leon mandel authored and leon mandel committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    30efbf1 View commit details
    Browse the repository at this point in the history
  3. add metric for load rate

    leon mandel authored and leon mandel committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    810db13 View commit details
    Browse the repository at this point in the history
  4. fix division to be float and not uint

    leon mandel authored and leon mandel committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    82f3020 View commit details
    Browse the repository at this point in the history
  5. roll back init lava only with node two consumers

    leon mandel authored and leon mandel committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    14d8c68 View commit details
    Browse the repository at this point in the history
  6. fix load metric

    leon mandel authored and leon mandel committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2d61289 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. merge branch 'main' into prt-add-provider-relay-load-trailer

    leon mandel authored and leon mandel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    280074b View commit details
    Browse the repository at this point in the history
  2. merge main

    leon mandel authored and leon mandel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    97f72ec View commit details
    Browse the repository at this point in the history
  3. Update protocol/chainlib/common.go

    Co-authored-by: Elad Gildnur <[email protected]>
    Leon Magma and shleikes authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    454db08 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into prt-add-provider-relay-load-trailer

    leon mandel authored and leon mandel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    78ed595 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'prt-add-provider-relay-load-trailer' of github.com:lava…

    …net/lava into prt-add-provider-relay-load-trailer
    leon mandel authored and leon mandel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    63a0e89 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix load calculation

    ranlavanet committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d4c7258 View commit details
    Browse the repository at this point in the history
  2. tidy code

    ranlavanet committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    273a32a View commit details
    Browse the repository at this point in the history
  3. changing rate limit to 1k

    ranlavanet committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6fb7276 View commit details
    Browse the repository at this point in the history
  4. fix bug

    ranlavanet committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    272e676 View commit details
    Browse the repository at this point in the history
  5. fix pr

    ranlavanet committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    42486ac View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 27, 2024

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

    ranlavanet committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    974dbcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    258578f View commit details
    Browse the repository at this point in the history
  4. fix pr

    ranlavanet committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    feeb373 View commit details
    Browse the repository at this point in the history
  5. fix

    ranlavanet committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    51894ce View commit details
    Browse the repository at this point in the history