-
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
chore(bindings-ts): update to latest stellar-sdk & typescript; test in CI #1037
Conversation
e08d022
to
7c92809
Compare
Most of these tests will be moving to stellar-sdk soon as part of stellar/js-stellar-sdk#891. I'll circle back and update this PR with any needed changes after that lands. |
Will be implemented as part of stellar/js-stellar-sdk#891, wherever it ends up living |
Actually, we may still want a few tests here. No reason to wait on implementing this; I'll get back to it now that stellar/quickstart#540 has been released. |
7c92809
to
f9e9f47
Compare
Looks like most of the jobs are not running right now. Not sure why. @mollykarcher do I just need to wait a little while longer, or did I do something wrong? |
@chadoh I'm honestly not sure what/if you did anything wrong. Perhaps some weird github idiosyncrasy with the combo of retargetting + force pushing + move from draft sequence. Close/reopen on my part seems to have kicked it off though |
5941422
to
76015c6
Compare
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 think this needs a
make typescript-bindings-fixtures
run but otherwise it's good2go.
If you took this opportunity to stellar-sdk
➡️ @stellar/stellar-sdk
, though, it would shrink the number of dependency dupes and possible XDR mismatches (since @stellar/freighter-api
uses the @stellar/
variant). Should be an easy set of renames!
I'll approve nonetheless.
76015c6
to
5f8a5fa
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: [email protected], [email protected] |
Add tests from #11 which didn't make it into stellar#973 due to the quickstart image not starting properly in CI. Adding this directly to stellar#973 was costing too much time. We can troubleshoot quickstart issues here. Update for latest changes from `soroban config identity` to `soroban keys`
5f8a5fa
to
dbb8d5f
Compare
Good idea with the |
What
bindings typescript
-generated libs AhaLabs/stellar-cli#11 which didn't make it into chore: update ts bindings #973 due to the quickstart image not starting properly in CI (fixed in Fix unintended environment variable config passthrough to services quickstart#540))typescript
andstellar-sdk
--source
to all commandssoroban config identity
, usesoroban keys
insteadWhy
Known limitations
[TODO or N/A]