trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.03k stars 2.31k forks source link

deps: dedupe runtime libraries #6191

Closed legobeat closed 10 months ago

legobeat commented 10 months ago

PR description

dedupes various runtime libraries (a devDep or two might have snuck by but trying to keep this relatively scoped).

The impact on runtime of a fresh install without yarn cache (for example on a fresh developer environment) should be bigger than is visible in ci due to the dedupe of keccak.

Related

Testing instructions

Documentation

Breaking changes and new features