-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Update lodestar ecosystem to ES modules (ESM) #3863
Comments
@wemeetagain Does #3978 conclude the upgrades to ESM? If so, we can close this. |
We will migrate our other libraries over to ESM too. ssz monorepo packages, bls packages, discv5, etc. |
|
We should continue discussing this for https://github.com/ChainSafe/ssz |
I don't think its worth keeping this open. There are a few libraries we maintain that are commonjs that likely can't be moved without massive pain, and there are libraries that are commonjs that are low priority to change (eg libraries using napi-rs, which currently only supports commonjs). closing for now |
Once lodestar dependencies move to ES modules only, we can't upgrade unless we also move. Since ES modules are the future, we should migrate when possible.
Current progress
libp2p
bls
ssz
Related:
The text was updated successfully, but these errors were encountered: