embark/packages/embark-ui
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
..
.storybook build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
config build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
public build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
scripts build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
src fix(@embark/cockpit): Fix decode transaction error 2019-03-05 12:01:07 +11:00
.env build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
.env.production build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
.gitignore build: cleanup .gitignore 2019-02-05 18:08:14 -06:00
.npmignore build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
.npmrc build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
LICENSE build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
README.md build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
package.json build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00

README.md

embark-ui