0.43.1
Hello everyone, I would like to remind you here that the Java Stellar SDK has been transferred from @stellar to @lightsail-network. I have maintained it for a while before the transfer, and I will continue to maintain it afterwards. If you have any questions or suggestions, please feel free to raise an issue here. I will reply as soon as possible. Thank you.
Update
- Migrate the project from
stellar/java-stellar-sdk
tolightsail-network/stellar-stellar-sdk
. - Update
org.stellar.sdk.responses
, add missing fields. (#570) - Add
Asset.getContractId()
for calculating the id of the asset contract. (#574) - Publish the publication to Maven Central. (#580)
- Build the project with JDK 21. (#580)
- Optimize the way of parsing memo in
TransactionResponse
. (#582)