adridadou / eth-propeller-core

Core library for Ethereum propeller
Apache License 2.0
26 stars 16 forks source link

Error handling on contract calls #13

Closed kivanov82 closed 6 years ago

kivanov82 commented 6 years ago

I would be nice to have a possibility to handle contract calls failures, for CompletableFutures. Currently the exception propagation stops at 'EthereumProxy.processTransactions()'

adridadou commented 6 years ago

done