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: Integrate tendermint Block endpoints into the cli #14659

Merged
merged 66 commits into from
Feb 14, 2023

Commits on Jan 17, 2023

  1. idiot check

    cipherzzz committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    7365588 View commit details
    Browse the repository at this point in the history
  2. cleaned up

    cipherzzz committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ddc0edd View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    bdd2ba7 View commit details
    Browse the repository at this point in the history
  2. merged latest

    cipherzzz committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    7d0330c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9842706 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    252f354 View commit details
    Browse the repository at this point in the history
  2. gofumpt

    cipherzzz committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    639120d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. added tests

    cipherzzz committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f492408 View commit details
    Browse the repository at this point in the history
  2. fixed merge

    cipherzzz committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e04a843 View commit details
    Browse the repository at this point in the history
  3. gofumpt and lint

    cipherzzz committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    73aad2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2218ef7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    ad78cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89eb164 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. fixes per review

    cipherzzz committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    984b252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1d4b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…

    …z/cosmos-sdk-fork into cipherz/13703-query-block-event
    cipherzzz committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    25091e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261ff39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24aea0f View commit details
    Browse the repository at this point in the history
  6. fix test

    cipherzzz committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1c30838 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    89314ab View commit details
    Browse the repository at this point in the history
  2. fix test

    cipherzzz committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ff7b290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cffd5c2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…

    …z/cosmos-sdk-fork into cipherz/13703-query-block-event
    cipherzzz committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0bdf087 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    012164a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c65ba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…

    …z/cosmos-sdk-fork into cipherz/13703-query-block-event
    cipherzzz committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2b21718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22544c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fixes per PR

    cipherzzz committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ec412d4 View commit details
    Browse the repository at this point in the history
  2. extracted to method

    cipherzzz committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1845a21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d1b54 View commit details
    Browse the repository at this point in the history
  4. fixes per pr feedback

    cipherzzz committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5488e94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bcad2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adae794 View commit details
    Browse the repository at this point in the history
  7. fumpt

    cipherzzz committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8288c38 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

  1. Update client/rpc/block.go

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    cipherzzz and alexanderbez committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b197b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    589de79 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…

    …z/cosmos-sdk-fork into cipherz/13703-query-block-event
    cipherzzz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1833618 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. fixed merge

    cipherzzz committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ead688e View commit details
    Browse the repository at this point in the history
  2. changes per PR feedback

    cipherzzz committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    266803e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    63634aa View commit details
    Browse the repository at this point in the history
  2. Update client/rpc/block.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    cipherzzz and julienrbrt committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8c4e000 View commit details
    Browse the repository at this point in the history
  3. differentiate errors

    cipherzzz committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4c27245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d1ace4 View commit details
    Browse the repository at this point in the history
  5. fixed merge

    cipherzzz committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    e514413 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. changes per PR review

    cipherzzz committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d8d5136 View commit details
    Browse the repository at this point in the history
  2. fixed merge

    cipherzzz committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    80d4071 View commit details
    Browse the repository at this point in the history
  3. fixed test

    cipherzzz committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cbff045 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    763119e View commit details
    Browse the repository at this point in the history
  2. Update types/result.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    cipherzzz and julienrbrt committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4bea8b3 View commit details
    Browse the repository at this point in the history
  3. Update client/rpc/block.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    cipherzzz and julienrbrt committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4310491 View commit details
    Browse the repository at this point in the history
  4. Update server/cmt_cmds.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    cipherzzz and julienrbrt committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bedce2d View commit details
    Browse the repository at this point in the history
  5. Update server/cmt_cmds.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    cipherzzz and julienrbrt committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    01bdbe3 View commit details
    Browse the repository at this point in the history
  6. Update server/cmt_cmds.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    cipherzzz and julienrbrt committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4af5760 View commit details
    Browse the repository at this point in the history
  7. Update server/cmt_cmds.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    cipherzzz and julienrbrt committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    fb5857d View commit details
    Browse the repository at this point in the history
  8. updates per pr feedback

    cipherzzz committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1b3eb73 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…

    …z/cosmos-sdk-fork into cipherz/13703-query-block-event
    cipherzzz committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1e1cf9d View commit details
    Browse the repository at this point in the history
  10. updates per PR feedback

    cipherzzz committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    35669ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b2fb55 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    0a34801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f178e0f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    35f605f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12d51da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc27a3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cipherz/13703-query-block-event' of github.com:cipherzz…

    …z/cosmos-sdk-fork into cipherz/13703-query-block-event
    cipherzzz committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    39c9179 View commit details
    Browse the repository at this point in the history