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

improve the implementation of API: /api/v1/addresses/:id #278

Open
iamyates opened this issue Apr 13, 2023 · 0 comments
Open

improve the implementation of API: /api/v1/addresses/:id #278

iamyates opened this issue Apr 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@iamyates
Copy link

Currently this api does not always return expected result . ( refer to issue: )
The root cause is that:

  1. in database , the decimal data stored in both udts and udt_accounts tables. however, the udt_accounts table not always has decimal data ( default is null )
  2. in API, the decimal data currently comes from udt_accounts tables

solution: should improve the point 2 above, make the decimal data comes from udts table.

@iamyates iamyates converted this from a draft issue Apr 13, 2023
@iamyates iamyates self-assigned this Apr 13, 2023
@iamyates iamyates added the enhancement New feature or request label Apr 13, 2023
@iamyates iamyates moved this from 📌Planning to 🏗 In Progress in CKB Explorer Apr 13, 2023
@Danie0918 Danie0918 moved this from 🏗 In Progress to 📋 Backlog in CKB Explorer Apr 17, 2023
@zmcNotafraid zmcNotafraid assigned rabbitz and unassigned iamyates Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants