embark/packages
emizzle f957ba55dd fix(@embark/cockpit): Fix decode transaction error
Reproduce:
1. Go to cockpit > transactions
2. Click a transaction
3. There will be a flicker of an error, then the decoded tx displays OK. Inspecting the network requests, there is a 500 error with a response of
```
AssertionError [ERR_ASSERTION]: invalid remainder
```
This error is also printed in the console.

The issue is that the transaction is not a raw transaction, so instead of trying to decode the non-raw transaction, the transaction can be decoded by web3.
2019-03-05 12:01:07 +11:00
..
embark fix(@embark/cockpit): Fix decode transaction error 2019-03-05 12:01:07 +11:00
embark-async-wrapper
embark-compiler
embark-graph
embark-typings
embark-ui fix(@embark/cockpit): Fix decode transaction error 2019-03-05 12:01:07 +11:00
embark-vyper
embarkjs
embarkjs-connector-web3 rename to embarkjs-connector-web3 2019-02-25 15:00:35 -05:00
.yarnrc