- The full return data of unrecognized custom errors is now shown in error messages
- Fixed a bug that was causing the flatten task to produce non-deterministic results
- Fixed a bug when
gasPrice
was set to"auto"
, which is the default configuration when connecting to a JSON-RPC network. This bug was preventing the results frometh_feeHistory
from being used when they should. - Added an experimental environment variable flag to disable the local installation check (thanks @arijoon!)