Commit Graph

22 Commits

Author SHA1 Message Date
emizzle 39ac96252d
Update README 2019-06-26 13:11:53 +10:00
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 4ffa5a78e2
Changed how web3 is passed in
Web3 from embarkjs-plasma (currently v55) is always used so that signatures can be created properly.
2019-06-21 17:45:46 +10:00
emizzle a0623e6e0f
Update readme 2019-06-18 14:29:36 +10:00
emizzle f6c1cfb980
Readme updates 2019-06-17 21:53:13 +10:00
emizzle 05c519d2eb
Update readme, import web3 from artifact 2019-06-17 15:56:26 +10:00
emizzle d6bb4506e3
Update repo in package.json 2019-06-17 12:58:02 +10:00
emizzle b5187f4a8e
Merge branch 'feat/remove-pk-add-metamask' 2019-06-17 12:38:32 +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 b2b21a45a9
Exit function working 2019-06-11 08:28:45 +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 eb5679292a
Rename functions 2019-06-06 20:03:07 +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