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.02k stars 2.31k forks source link

Turn off `vmErrorsOnRPCResponse` for Ganache by default #3505

Open eggplantzzz opened 3 years ago

eggplantzzz commented 3 years ago

In version 5 vmErrorsOnRPCResponse is automatically turned on by default and it would be a breaking change to disable it. Having this option turned on does not accurately model reversions on other networks. Turn this option off by default in version 6 of Truffle.

haltman-at commented 2 years ago

Putting this in the blocked column since it's a Truffle 6 issue.