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

[Bug]: List ledger entries fails when pagination is provided #10041

Closed
guoguojin opened this issue Nov 10, 2023 · 0 comments · Fixed by #10043
Closed

[Bug]: List ledger entries fails when pagination is provided #10041

guoguojin opened this issue Nov 10, 2023 · 0 comments · Fixed by #10043

Comments

@guoguojin
Copy link
Contributor

guoguojin commented Nov 10, 2023

This is due to the query updating to use the ledger_entry_time instead of vega_time. The cursor predicate used for constructing the filtering by cursor does not appear to recognise the ledger_entry_time:

{
  code: 13,
  message: "Internal error",
  details: [
    {
      @type: "type.googleapis.com/vega.ErrorDetail",
      code: 260001,
      message: "failed to query ledger entries",
      inner: "building cursor predicate: no field matching column name ledger_entry_time"
    }
  ]
}
@guoguojin guoguojin converted this from a draft issue Nov 10, 2023
@guoguojin guoguojin self-assigned this Nov 10, 2023
@github-project-automation github-project-automation bot moved this to Known Issues in Known Issues Board Nov 10, 2023
@gordsport gordsport added this to the 🏰 Palazzo Mistero milestone Nov 10, 2023
@vega-issues vega-issues moved this from In Progress to Waiting Review in Core Kanban Nov 10, 2023
@vega-issues vega-issues moved this from Waiting Review to Approved in Core Kanban Nov 10, 2023
@github-project-automation github-project-automation bot moved this from Approved to Merged in Core Kanban Nov 10, 2023
@github-project-automation github-project-automation bot moved this from Known Issues to In Testing in Known Issues Board Nov 10, 2023
@gordsport gordsport moved this from In Testing to Deployed to Mainnet in Known Issues Board Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Status: Deployed to Mainnet
Development

Successfully merging a pull request may close this issue.

2 participants