Commit Graph

14 Commits

Author SHA1 Message Date
emizzle dc50751f20
Remove need to sign typed data tx
If the node does not support `eth_signTypedData_v3`, the tx is signed locally.

Bump version.

NOTE: This means that there is still a private key being passed in to `EmbarkJS.Plasma` constructor and will be written in to `embarkjs.js` and stored on disk. We are looking at ways to remove the need to pass a private key altogether when not using metamsk.
2019-06-26 12:42:02 +10:00
emizzle 93db99cd08
Sign transfer using PK
As a temp solution, sign transfer txs using the PK passed in. This will be removed once embark can support `eth_signTypedData_v3`.

Bump version.
2019-06-24 20:43:15 +10:00
emizzle 1d4ee2a2ee
Bump version 2019-06-21 17:46:04 +10:00
emizzle d6bb4506e3
Update repo in package.json 2019-06-17 12:58:02 +10:00
emizzle 7dfe7df6b4
Refactor to include state and web3
web3 was added as a specific version is needed to support EIP-712.

Refactor to include plugin state for consumption on the frontend.
2019-06-17 12:35:55 +10:00
emizzle 46fb2903b7
Cleanup, start adding helper funcs (WIP) 2019-06-13 18:28:44 +10:00
emizzle 07c245dbbb
Migrate to v0.2 Samrong 2019-06-12 16:43:03 +10:00
emizzle 9c85edf728
Removing PK, adding metamask support
WIP
2019-06-10 22:11:29 +10:00
emizzle 23b67e8704
fix watch script 2019-06-07 16:04:12 +10:00
emizzle 8e588191c3
package.json cleanup, remove yarn-error.log 2019-06-06 19:35:07 +10:00
emizzle 9e09444465
working in embark and browser 2019-06-06 19:18:44 +10:00
emizzle c417b710c6
Add plasma exit command and function 2019-06-04 14:48:29 +10:00
emizzle 1b34d68f70
Add init, deposit, send console commands to interact with the Plasma chain 2019-06-03 16:07:00 +10:00
emizzle 8036986f65
initial commit 2019-05-30 20:00:31 +07:00