bianjieai / bianjieai/opb-sdk-java

query collection 通过denomID查询集合,查询数据有误

Open
#61 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
28
Forks
13
PR merge metrics
No merged PRs in 30d

Description

正式环境,查询代码:
QueryCollectionResp queryCollectionResp = nftClient.queryCollection(denomID, Pagination.PageRequest.newBuilder().setOffset(0).setLimit(1000000).build());

返回结果:
![1651047903(1)](https://user-images.githubusercontent.com/11407399/165475221-adb49228-3462-4776-9e2d-1ea1ef8571e8.png)

文昌链浏览器查询结果:
![1651047992(1)](https://user-images.githubusercontent.com/11407399/165475489-bb7b2eb2-ebf9-4d9e-95e4-988e4709441e.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the Java SDK implementation of queryCollection and its handling of denomID and Pagination.PageRequest. Reproduce the request with the example values, then compare the returned collection data with the WenChangChain browser result shown in the issue. Done means the SDK response matches the browser for the same collection.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.