The TransactionReceipt Status field should return a Hex value, this is the standard (if it has not changed :)) for all Eth RPC calls.
Returns an integer, so when trying to convert from a hex string it fails.
To support what @juanfranblanco had mentioned - Below is a screenshot of status returned from ethereum mainnet vs Ganache. Still thinking of a way around this....

Thanks for reporting, @juanfranblanco & @Enigmatic331! This is fixed in the current develop branch and will go out with the next release.
Good work guys thanks for fix!
Most helpful comment
Thanks for reporting, @juanfranblanco & @Enigmatic331! This is fixed in the current
developbranch and will go out with the next release.