embark/packages/plugins/rpc-manager
Jonathan Rainville b29998e1ec fix(@embark/rpc-manager): fix eth_signTypedData method + tests
The signTypedData rpc method was broken, because it didn't check for
the node accounts, meaning that if you wanted to sign with a node
account that was unlocked, like in the tests, it would throw
2020-03-05 14:12:07 +11:00
..
src fix(@embark/rpc-manager): fix eth_signTypedData method + tests 2020-03-05 14:12:07 +11:00
.npmrc feat(@embark/embark-rpc-manager): Add support for `eth_signTypedData_v3` 2019-11-18 13:36:37 -06:00
CHANGELOG.md chore(prerelease): 5.3.0-nightly.4 2020-03-05 00:15:25 +00:00
README.md chore: update site urls 2020-01-28 12:07:17 -05:00
index.js fix: ensure that packages properly specify their dependencies 2020-02-25 14:52:10 -06:00
package.json chore(prerelease): 5.3.0-nightly.4 2020-03-05 00:15:25 +00:00
tsconfig.json build: implement collective typecheck 2019-12-13 13:59:47 -05:00
tslint.json feat(@embark/embark-rpc-manager): Add support for `eth_signTypedData_v3` 2019-11-18 13:36:37 -06:00

README.md

embark-rpc-manager

Embark RPC Manager

Modifies RPC calls to/from Embark (to/from embark-proxy).

Visit framework.embarklabs.io to get started with Embark.