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.32k forks source link

Update Ganache to 7.9.1; turn off Node 14 and turn on Node 20 (and fix a bad type) #6169

Closed haltman-at closed 1 year ago

haltman-at commented 1 year ago

As described!

I noticed some warnings in dashboard when bootstrapping this one that I hadn't seen before? But that may possibly be due to me switching to Node 16 rather than using Node 14 like I had been.

haltman-at commented 1 year ago

OK, added a commit to update hardhat, let's see how that goes...

haltman-at commented 1 year ago

OK, going with latest hardhat, but I fixed the bad type in compile-solidity.

haltman-at commented 1 year ago

OK, I also had to update how Ganache is initialized in one place; we'll see if there are any others.

haltman-at commented 1 year ago

OK, I have no idea why this test of truffle networks --clean keeps failing. It passes locally, including on Node 20...