-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update CLI and soroban-rpc to the latest XDR changes #846
Conversation
Should this PR target main? Shouldn't main stay in line with futurenet's XDR? |
I believe that it's already not aligned with futurenet, but rather an intermediate xdr. |
Main already contains XDR changes ahead of futurenet. The futurenet code was tagged at https://github.com/stellar/soroban-tools/tree/v0.9.5 |
Ah cool good to know! So we can't release the CLI again until futurenet is aligned? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not qualified to approve this lol but adding some thoughts from an outside perspective
@willemneal we could branch off of v0.9.5 and cherry-pick, but I don't know if our CI/CD supports publishing crates with that workflow? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not able to review the preflight lib changes but everything else looks good
* Fix ledgerentry visibility bug from #846 * Fix test output
What
Update CLI and soroban-rpc to the latest XDR changes
Why
Fixes part of #844
Known limitations
N/A