ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js
GNU General Public License v2.0
46 stars 38 forks source link

RPC - return VM error, and other VM info #54

Open wanderer opened 9 years ago

wanderer commented 9 years ago

eth_signTransaction should pass along any VM error.

wanderer commented 9 years ago

maybe any RPC command that runs things through the VM should return extra VM info, such as any possible VM error, stackTraces and StateTrie dump

kumavis commented 9 years ago

curious how other clients handle errors in transactions