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

define cursor, order and limit in AssetsRequestBuilder object. #522

Merged

Conversation

overcat
Copy link
Member

@overcat overcat commented Sep 5, 2023

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.

overcat added a commit to overcat-deprecation/java-stellar-sdk that referenced this pull request Sep 5, 2023
@sreuland
Copy link
Contributor

sreuland commented Sep 6, 2023

can you add the new test case from the original pr #519 as well:

#519 (comment)

@overcat
Copy link
Member Author

overcat commented Sep 6, 2023

can you add the new test case from the original pr #519 as well:

#519 (comment)

There is already a relevant test in the original code, in the previous PR, I also kept this unchanged here.
https://github.com/stellar/java-stellar-sdk/blob/d9d0058ae4cb0adc20dc0a1e04e56bb2f7ec321d/src/test/java/org/stellar/sdk/requests/AssetsRequestBuilderTest.java#L12-L25

@sreuland
Copy link
Contributor

sreuland commented Sep 6, 2023

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 receiver or self type available from abstract class methods, so, have to implement same methods on each concrete sub-class.

@sreuland
Copy link
Contributor

sreuland commented Sep 6, 2023

@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

@overcat
Copy link
Member Author

overcat commented Sep 6, 2023

@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.

sreuland pushed a commit that referenced this pull request Sep 7, 2023
…ly. (#521)

* add jitpack config.

* bump project version to upcoming 0.4.1

* update change log, include #522
@sreuland
Copy link
Contributor

sreuland commented Sep 7, 2023

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.

@overcat, #521 has been merged, if you make a no-op commit onto this pr maybe it will release/reset the gha, and re-run again?

@overcat
Copy link
Member Author

overcat commented Sep 7, 2023

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.

@overcat, #521 has been merged, if you make a no-op commit onto this pr maybe it will release/reset the gha, and re-run again?

It turns green now.

@sreuland sreuland merged commit adad474 into lightsail-network:master Sep 7, 2023
1 check passed
@overcat overcat deleted the fix/issue/371 branch September 7, 2023 16:36
sreuland pushed a commit that referenced this pull request Sep 12, 2023
* fix the issue of unable to parse liquidity_pool_revoked effect properly. (#521)

* add jitpack config.

* bump project version to upcoming 0.4.1

* update change log, include #522

* define `cursor`, `order` and `limit` in AssetsRequestBuilder object. (#522)
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.

Feature Request: define order and limit in AssetsRequestBuilder object
2 participants