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

api: blocks/{round}/logs endpoint #5865

Merged
merged 30 commits into from
Apr 30, 2024

Commits on Jan 19, 2024

  1. GetBlockLogs

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0a2c6c9 View commit details
    Browse the repository at this point in the history
  2. fix duplicate semaphore import

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fab4471 View commit details
    Browse the repository at this point in the history
  3. add oapi path

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    efbcbb8 View commit details
    Browse the repository at this point in the history
  4. use sized slice for byte logs

    Co-authored-by: John Jannotti <[email protected]>
    joe-p and jannotti committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    133934a View commit details
    Browse the repository at this point in the history
  5. NewBlockLog

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9de4a6b View commit details
    Browse the repository at this point in the history
  6. remove array references

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ec9c4b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c719af7 View commit details
    Browse the repository at this point in the history
  8. getAppIndexFromTxn

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    23a3257 View commit details
    Browse the repository at this point in the history
  9. add tests

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1d6c94c View commit details
    Browse the repository at this point in the history
  10. fix typo

    Co-authored-by: John Jannotti <[email protected]>
    joe-p and jannotti committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    916cf79 View commit details
    Browse the repository at this point in the history
  11. use convertSlice

    Co-authored-by: John Jannotti <[email protected]>
    joe-p and jannotti committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6a41466 View commit details
    Browse the repository at this point in the history
  12. fix convertSlice

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bc94490 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4909d96 View commit details
    Browse the repository at this point in the history
  14. BlockLog -> AppCallLogs

    joe-p committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8c3ae7e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. test with inner txn log

    joe-p committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2e47646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6363c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4483a90 View commit details
    Browse the repository at this point in the history
  4. missing a.NoError

    joe-p committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b9e4f3b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    8dd11ba View commit details
    Browse the repository at this point in the history
  2. assert equality for fully formed response struct

    Co-authored-by: Jason Paulos <[email protected]>
    joe-p and jasonpaulos committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0526996 View commit details
    Browse the repository at this point in the history
  3. fix asserts

    joe-p committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b3add97 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. use append name/arg order

    joe-p committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a504839 View commit details
    Browse the repository at this point in the history
  2. update comment

    Co-authored-by: John Jannotti <[email protected]>
    joe-p and jannotti committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    72aedc5 View commit details
    Browse the repository at this point in the history
  3. txid -> txId

    joe-p committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    94fc1f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6209b64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9366062 View commit details
    Browse the repository at this point in the history
  6. more test scenarios

    joe-p committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    733567f View commit details
    Browse the repository at this point in the history
  7. update descriptions

    joe-p committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    340ad0a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. update descriptions to specify order

    Co-authored-by: John Jannotti <[email protected]>
    joe-p and jannotti committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    267de9e View commit details
    Browse the repository at this point in the history