Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v4.1.1 - Chocolate Chips

Compare
Choose a tag to compare
@tcoulter tcoulter released this 23 Aug 15:51
· 348 commits to master since this release

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 or eth_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