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: use protons instead of protobuf for native .proto to .ts #141

Merged
merged 4 commits into from
Apr 14, 2022

Conversation

achingbrain
Copy link
Collaborator

Swaps protobufjs for protons so we can generate .ts from .proto that is browser friendly (e.g. uses bigints instead of long.js, etc) and isn't broken by default.

Swaps protobufjs for protons so we can generate `.ts` from `.proto` that is browser friendly (e.g. uses bigints instead of long.js, etc) and isn't broken by default
@achingbrain
Copy link
Collaborator Author

achingbrain commented Apr 11, 2022

Interestingly this has the same problem with yarn as #142 but it doesn't fail because aegir is still at 36.x.x in this branch:

% ls -l ./node_modules/.bin/tsc                
lrwxr-xr-x  1 alex  staff  55 11 Apr 12:00 ./node_modules/.bin/tsc -> ../detective-typescript/node_modules/typescript/bin/tsc

dapplion
dapplion previously approved these changes Apr 13, 2022
Copy link
Contributor

@dapplion dapplion left a comment

Choose a reason for hiding this comment

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

LGTM!

@mpetrunic mpetrunic merged commit 2ad93fa into ChainSafe:master Apr 14, 2022
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.

3 participants