MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.97k stars 523 forks source link

Remove dependency on extlib #15643

Closed mrmr1993 closed 1 month ago

mrmr1993 commented 1 month ago

This fixes #1471. We only depended on extlib for DynArray, and none of the uses actually required a DynArray.

Checklist:

mrmr1993 commented 1 month ago

!ci-build-me

georgeee commented 1 month ago

Do we want to update opam.export as well?