-
Notifications
You must be signed in to change notification settings - Fork 8
Overhaul building, workflows. Fix examples up. #53
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
Conversation
bradens
left a comment
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.
Looks great. Good changes. So we'll still be building the SDK from network configs & the automatically fetched schema though, right.
That's correct, @bradens. That part all stays the same. Once I get the hidden network config stuff added then we can fetch the networkconfigs without ever leaking hidden nets to the sdk. |
Overview
ππ» Goodbye bun, hello pnpm!
π 60%+ smaller bundle size for end users
β‘ Better tree-shaking with ESM support. Falls back to CommonJS.
π Modern tooling throughout development workflow
π¦ Production-ready package structure
β All tests passing with comprehensive CI/CD
π« No build scripts in the SDK!
π« Removed all files that were generated or fetched at build time. i.e. schemas, network configs, etc.
π« Remove fragment masking since it's generic and not used in the sdk directly.
End Result
Imports
Before
After