transmute-industries / transmute-framework

TypeScript dApp Framework
https://framework.transmute.industries/
42 stars 8 forks source link

Clean Up Errors #100

Open OR13 opened 6 years ago

OR13 commented 6 years ago
 UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Invalid JSON RPC response: ""
(node:7707) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:7707) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Invalid JSON RPC response: ""

Such errors need to propigate so they can be caught easily...

consumers will want to handle connection errors differently.

web3...