Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v1.1.2 - Runtime Errors++

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

This is a quick one. New features:

  • If a runtime error is encountered in eth_sendTransaction or eth_sendRawTransaction, the TestRPC will still return a result with a transaction hash, mimicking other Ethereum clients (e.g., geth). The runtime error is still returned in conjunction with the transaction hash.

Cheers!
Tim