mirror of https://github.com/embarklabs/embark.git
c233dbc7fb
A console warning is meant to appear in the browser console when the dapp is connecting to web3 using metamask and the blockchain client is geth. The warning displays information telling the user they should enable regular transactions to prevent known issues regarding transactions getting stuck. The issue fixed here pertained to `warnAboutMetamask` vs `warnIfMetamask` - maybe there was a change that introduced this issue upstream. Additionally, enabling and disabling of regular transactions via an API endpoint did not Add ability to stop regular txs via query string, and validate request parameters. |
||
---|---|---|
.. | ||
src | ||
test | ||
.babelrc.js | ||
.gitignore | ||
.npmrc | ||
README.md | ||
package.json |
README.md
EmbarkJS
A JavaScript library for easily interacting with web3 technologies.
This library is part of the Embark framework.