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

[Merged by Bors] - Add finalized to HTTP API responses #3753

Closed
wants to merge 28 commits into from

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    ee990af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f8a14e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    d4fb8e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c827f29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5679214 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    953ea6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c60a65 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    c020bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    948ce11 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    baf1d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79fd163 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    5024517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8be18 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    5802d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3eb156 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. fix tests

    danielrachi1 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5e049e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

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

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    e483075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1deb787 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b49f80b View commit details
    Browse the repository at this point in the history
  4. update tests

    danielrachi1 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3f07b7e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Feb 27, 2023

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

Commits on Mar 14, 2023

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

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    1bc5b97 View commit details
    Browse the repository at this point in the history
  2. A few clean-ups and optimisations

    - Remove unnecessary tuple nesting like `((data, finalized), optimistic)`
    - Return `finalized` from `BlockId` functions to avoid repeated block loads from disk
    - Add `finalized` status to new rewards APIs added after this PR was opened
    michaelsproul committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5e2be5f View commit details
    Browse the repository at this point in the history
  3. Fix tests

    michaelsproul committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    51465c5 View commit details
    Browse the repository at this point in the history