ethereumjs / ethereumjs-monorepo

Monorepo for the Ethereum VM TypeScript Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `multiaddr`

acolytec3 opened this issue · comments

Now that #3359 is done, we should be able to upgrade the multiaddr library in devp2p and client to the latest version which is ESM only (and remove some deprecation warnings in the process). This will require some minor rework of how the multiaddr functionality is used since the API changed.