-
Notifications
You must be signed in to change notification settings - Fork 159
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
define cursor
, order
and limit
in AssetsRequestBuilder object.
#522
define cursor
, order
and limit
in AssetsRequestBuilder object.
#522
Conversation
can you add the new test case from the original pr #519 as well: |
There is already a relevant test in the original code, in the previous PR, I also kept this unchanged here. |
ah, I see, this is because java has no |
@overcat , I was going to merge, but it looks like this is stuck waiting on circleci status, not sure when it clears up. it will be great once the soroban branch merges in with the fix to migrate off circleci to gh actions |
As I mentioned above, this should be due to the unformatted code. If #521 is merged, it should solve this problem. So let's first merge #521, but don't release it. Wait until we merge this PR and then release it together. This way I can try to re-trigger the CI. |
fix #371
Sorry for creating another PR like this, please see details at #519 (comment)
Let's ignore the CI failure caused by some unformatted code. We have resolved this issue in #521.