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: get balances from batch addresses #11

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ashuralyk
Copy link

@ashuralyk ashuralyk commented Jan 26, 2025

Description

  1. getCellByOutpoint should contain containSpender parameter to scanning the cell spender for true or not for false
  2. add new method batchGetUserTokenHolders, which query multiple addresses under a token id from db
  3. optimize pure sql queries by DeepSeek-v3, for example, reduce the table scanning from twice to once
  4. add back mintable and rgbpp binding leapType flags, the first is to show a udt token is mintable, the second is to show a rgbpp movement direction, which containing None, FromUtxoChain and ToUtxoChain, in this case, the btc timelock script information should be taken advantage for the direction analysis
  5. transparent fromDb option for block APIs

@ashuralyk ashuralyk marked this pull request as ready for review January 28, 2025 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant