- Fix bytes encoding typo
- Added simplified Gas Estimates interface for all function types, removed block param as it is not used
- Removed serialisation extension
- Added simplified Verify and get address on web3 for signed transactions (RPL)
- Added for develpment test chain / using the usual test accounts
- Include helper methods to extract errors from stack on geth debug
- Ipc added "timeout" as a wait call to avoid deadlocks when number of bytes are the same on the response
- Ipc added check for extra large messages as it is impossible to deserialised with geth. Current maximum is 10 megs