-
Notifications
You must be signed in to change notification settings - Fork 85
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
fix: Use batch rpc to request result. Optimization sql search. #2530
Conversation
yanguoyu
commented
Nov 19, 2022
- For the nerovs dao page, there are many rpc requests, use batch request.
- Because some users have many relations with others cells, left join twice to search inputs and outputs.
- Find unlock transactions with the status that equal Dead or Pending.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the changes to the ckb architecture, this PR needs to be validated after being merged into the develop
branch.
1. For the nerovs dao page, there are many rpc requests, use batch request. 2. Because some users have many relations with others cells, left join twice to search inputs and outputs. 3. Find unlock transactions with the status that equal Dead or Pending.
517c099
to
3c4fc26
Compare
I have rebased develop. |
Verified on |