embark/packages/plugins/ethereum-blockchain-client
Pascal Precht abe79c87f4 fix(@embark/cockpit): ensure correct data is send to web3's `ecRecover` (#2024)
We've introduced a regression in https://github.com/embark-framework/embark/commit/f9557d4c9 where invalid data
has been sent to web3's `ecRecover()` method to verify signed messages.

This causes an internal server error and the utility feature inside Cockpit
unsuable.

This commit ensures that the correct data is sent to `ecRecover()` making verifying
messages through Cockpit functional again.
2019-11-05 10:21:43 -05:00
..
src fix(@embark/cockpit): ensure correct data is send to web3's `ecRecover` (#2024) 2019-11-05 10:21:43 -05:00
.npmrc refactor(@embark/ethereum-blockchain-client): move module into own package (#1956) 2019-10-16 10:02:05 -04:00
CHANGELOG.md chore(release): 5.0.0-alpha.0 2019-10-28 16:05:13 -05:00
README.md refactor(@embark/ethereum-blockchain-client): move module into own package (#1956) 2019-10-16 10:02:05 -04:00
package.json build(deps): bump core-js from 3.3.4 to 3.3.5 2019-11-01 12:21:12 -05:00

README.md

embark-ethereum-blockchain-client

Ethereum-specific blockchain APIs and contract deployment functions for Embark

Visit embark.status.im to get started with Embark.