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

fix(typescript): base58 #245

Merged
merged 1 commit into from
Aug 9, 2019
Merged

Conversation

Akuukis
Copy link
Contributor

@Akuukis Akuukis commented Aug 9, 2019

refs #188

@Akuukis Akuukis mentioned this pull request Aug 9, 2019
47 tasks
@@ -30,7 +30,8 @@ export function decodeBase58Check(versionByteName, encoded) {
);
}

const expectedChecksum = calculateChecksum(payload);
// TODO: Investigate. This looks like a upstream typing bug, because empirically it works anyways.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you use TS-TODO so it's easier for us to identify the todos related with this migration?

@abuiles abuiles merged commit 648a227 into stellar:typescript Aug 9, 2019
@Akuukis Akuukis deleted the typings-base58 branch August 12, 2019 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants