embark/embark-ui
emizzle 135fde0a85 feat(@embark/core): Disable regular txs until needed
Regular transactions (aka “dev funds”) exist in embark as a workaround to a known bug in geth when using metamask. The workaround is to send a transaction at a regular interval (1.5s), which pushes through any transactions that were stuck. The problem is that the transaction logs and trace logs become cluttered and difficult to parse visually.

This PR disables regular transactions until the following conditions are met:
1. Embark is running geth
2. The user is running metamask in their browser
3. The user authenticates to the cockpit with `enableRegularTxs=1|true` in the query string.

A console warning is show in large letters in the browser with a link to the cockpit URL that includes the special query string to enable regular txs.

This could be extended later to have a button in the cockpit that start/stops regular txs. Or at least extended to allow disabling of regular txs once started.

Support standalone blockchain process.
2019-01-10 12:43:18 +11:00
..
config refactor(@embark/embark-ui) remove usage of use strict 2018-12-24 16:14:01 -05:00
public feat(@embark-ui): Change page title and description 2019-01-09 17:27:55 -05:00
scripts refactor(@embark/embark-ui) remove usage of use strict 2018-12-24 16:14:01 -05:00
src feat(@embark/core): Disable regular txs until needed 2019-01-10 12:43:18 +11:00
.env.production don't gen source maps for production builds of embark-ui 2018-10-28 13:16:20 +01:00
.gitignore build: remove and disable npm lock files, rely on pinned dev/deps 2018-11-20 09:25:42 -06:00
.npmignore build: use yarn for reproducible builds and CI 2018-11-20 09:25:42 -06:00
.npmrc build: introduce a `prepare` script in embark's package.json 2018-12-03 16:24:10 -06:00
.yarnrc build: introduce a `prepare` script in embark's package.json 2018-12-03 16:24:10 -06:00
README.md Update README 2018-10-23 10:22:38 +02:00
package.json feat(@embark-ui): Change page title and description 2019-01-09 17:27:55 -05:00
yarn.lock feat(@embark-ui): Change page title and description 2019-01-09 17:27:55 -05:00

README.md

embark-ui