fix: address buffer constructor deprecation#116
Conversation
|
I was just about to do this myself. Would love to get this fixed because I'm tired of having my AWS logs cluttered up by deprecation warnings. Is this package abandoned by its maintainers? |
|
|
|
I believe this PR is a breaking change for legacy runtimes, it would be appropriate to use this as v6.x breaking, while #103 is suitable for the existing major release line. |
|
I am fine with #103 which uses safe-buffer module to support legacy Node.js. |
|
Fixed in e186699 |
No longer need to use the forked version of asn1.js as the upstream package has fixed the deprecated node buffer warnings. arweave-kyle/asn1.js@d992612 indutny/asn1.js#116
Closes #102