embark/packages/embarkjs
emizzle c233dbc7fb fix(@embark/core): Metamask + geth warning to enable regular txs
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.
2019-03-08 12:41:13 +11:00
..
src fix(@embark/core): Metamask + geth warning to enable regular txs 2019-03-08 12:41:13 +11:00
test refactor: be consistent with callbacks and promises 2019-02-13 14:27:42 -05:00
.babelrc.js refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
.gitignore refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
.npmrc refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
README.md refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
package.json build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00

README.md

EmbarkJS

A JavaScript library for easily interacting with web3 technologies.

This library is part of the Embark framework.