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

Compare symbols to real strings again #68

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Compare symbols to real strings again #68

merged 1 commit into from
Jul 17, 2023

Conversation

Shaptic
Copy link
Contributor

@Shaptic Shaptic commented Jul 17, 2023

This undoes #67, which, while technically true (Core encodes XDR bytes for symbol values), is also artificially limited by the downstream systems. Symbols are guaranteed to be a subset of printable ASCII, so we should be able to compare them in an intuitive way after the scValToNative call.

Related: stellar/js-stellar-base#645, which should be merged + released first.

Copy link
Contributor

@sreuland sreuland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Shaptic ! , once you merge, we can tag a new 1.0.19 release here on system-test

@Shaptic Shaptic merged commit 3d0fc54 into master Jul 17, 2023
@Shaptic Shaptic deleted the undo-array-cmp branch July 17, 2023 19:26
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.

2 participants