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

Upgrades the Soroban XDR to the latest version. #664

Merged
merged 5 commits into from
Aug 7, 2023
Merged

Conversation

Shaptic
Copy link
Contributor

@Shaptic Shaptic commented Aug 4, 2023

Closes #655.

src/auth.js Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Aug 4, 2023

Size Change: -3.75 kB (0%)

Total Size: 3.07 MB

Filename Size Change
dist/stellar-base.js 2.25 MB -2.68 kB (0%)
dist/stellar-base.min.js 817 kB -1.07 kB (0%)

compressed-size-action

expect(args.length).to.equal(1);
expect(entry.rootInvocation()).to.eql(invocation);

// sanity check raw xdr signature types: should be ScVal{
Copy link
Contributor

Choose a reason for hiding this comment

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

not suggesting any change, since mostly defined the expected outcome as xdr js object here, would using that as expect(sig).to.equal(expectedXdrSig) be a substitute instead of multiple lower level verification checks, and then the code becomes the docs rather than maintaining over time, which is great that it's here in any case for those less in tune like myself.

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.

nice work!

@Shaptic Shaptic merged commit 3b95892 into soroban Aug 7, 2023
4 checks passed
@Shaptic Shaptic deleted the xdr-bump branch August 7, 2023 22:58
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