-
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
Add the fromXdrBase64, fromXdrByteArray, toXdrBase64 and toXdrByteArray methods to the XDR classes. #501
Comments
Let's track this issue here, I won't create an issue in the xdrgen repository. I have prepared a PR, but let's wait for these PRs to be merged before I submit the new one.
|
@overcat, ok, so in xdrgen, you need stellar/xdrgen#159 stellar/xdrgen#160 stellar/xdrgen#161 and stellar/xdrgen#163 merged now regardless just to enable ongoing development in java sdk soroban feature branch? @tamirms , any chance you have checked any of these xdrgen pr's yet, I will as well, but don't have much experience there. and then after those xdrgen all merge, this remainder request for optimizing Base64 methods can be considered, but it's not blocking? |
These changes(stellar/xdrgen#159 stellar/xdrgen#160 stellar/xdrgen#161) have been applied to #481. These changes are all small, and I believe we can quickly review them. If I want to create a PR for this issue, it will result in changes to XDR. However, there are also changes to XDR in #498. This is not a big problem, but I prefer to wait for these PRs to be merged before creating a new one. |
What problem does your feature solve?
Some examples:
What would you like to see?
Add the fromXdrBase64 and toXdrBase64 methods to the XDR classes.
What alternatives are there?
N/A
The text was updated successfully, but these errors were encountered: