This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
v4.1.1 - Chocolate Chips
Hey all!
This release adds delectably sweet chocolate chips to our cookie dough (and an upgrade to ganache-core v1.1.2). 🍪 It's a small but delicious addition that sweetens how we handle runtime errors on transactions:
- If a runtime error is encountered in
eth_sendTransaction
oreth_sendRawTransaction
, the TestRPC will now also return a result with a transaction hash, mimicking other Ethereum clients (e.g., geth). This ensures that applications expecting a geth-like response to transactions with runtime errors still get the response they expect.
As always, happy development, and let us know if you have questions!
Tim