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

Missing timestamp in GetTxsEvent response #8680

Closed
4 tasks
ted341 opened this issue Feb 24, 2021 · 1 comment · Fixed by #8732 or #8734
Closed
4 tasks

Missing timestamp in GetTxsEvent response #8680

ted341 opened this issue Feb 24, 2021 · 1 comment · Fixed by #8732 or #8734
Assignees
Labels
C: gRPC Issues and PRs related to the gRPC service and HTTP gateway. T:Bug

Comments

@ted341
Copy link

ted341 commented Feb 24, 2021

Summary of Bug

While using the new API endpoint /cosmos/tx/v1beta1/txs to query historical transactions, I realized that the timestamp returned an empty string, which I believe the field was not filled in with data.

截圖 2021-02-24 上午10 38 39

Version

v0.41.3

Steps to Reproduce

https://BASE_URL/cosmos/tx/v1beta1/txs?events=message.action=send&events=transfer.sender=ANY_ADDRESS&pagination.limit=1


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@amaury1093 amaury1093 added T:Bug C: gRPC Issues and PRs related to the gRPC service and HTTP gateway. labels Feb 24, 2021
@amaury1093
Copy link
Contributor

amaury1093 commented Feb 24, 2021

Might be tackled in one go with #8681 (comment). It seems that we forgot a bunch of fields when converting to Tm's TxResult to SDK's TxResponse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: gRPC Issues and PRs related to the gRPC service and HTTP gateway. T:Bug
Projects
None yet
7 participants