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

Implement GET /v2/blocks #10

Merged
merged 14 commits into from
Oct 24, 2024
Merged

Implement GET /v2/blocks #10

merged 14 commits into from
Oct 24, 2024

Commits on Oct 16, 2024

  1. Implement GET /v2/blocks

    agodnic committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e0bcf13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f695ad View commit details
    Browse the repository at this point in the history
  3. Lints

    agodnic committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8e5e975 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecf2f87 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    3a92111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76fe4ed View commit details
    Browse the repository at this point in the history
  3. Add missing index

    agodnic committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    56adbcd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    74a1e4f View commit details
    Browse the repository at this point in the history
  2. Lint

    agodnic committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d8c260c View commit details
    Browse the repository at this point in the history
  3. Add parameters to endpoint GET /v2/blocks

    Add `updates` and `participation` parameters to the endpoint `GET /v2/blocks`.
    agodnic committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    30fec05 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Validate account list sizes

    agodnic committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d098f00 View commit details
    Browse the repository at this point in the history
  2. Write better descriptions for query parameters

    Write better descriptions for query parameters in `GET /v2/blocks`
    agodnic committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    defea65 View commit details
    Browse the repository at this point in the history
  3. Fix error in SQL query

    agodnic committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d83ddd9 View commit details
    Browse the repository at this point in the history