laconicd/types
Austin Abell 2b4d2bea82 Implements eth_call (#127)
* Fixed tx receipt error on failed transaction

* Add returnData to failed transaction for logs bloom

* Added simulate call option, without returning evm data

* Added encoding and decoding of data from EVM execution for usability

* Remove unused context parameter

* Fix function comment and remove unnecessary logging on eth_call
2019-10-22 11:40:34 -05:00
..
account.go EVM Transaction handler and contract creation (#96) 2019-09-18 09:51:18 -04:00
codec.go TX Routing Refactor (#496) 2018-11-28 14:19:22 -08:00
context.go Merge pull request #447: Initial Application Skeleton Structure 2018-07-19 17:16:53 -04:00
errors.go Implement eth_pendingTransactions, bump sdk version (#124) 2019-10-19 08:23:09 +09:00
params.go Implements eth_call (#127) 2019-10-22 11:40:34 -05:00