mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-17 01:01:18 +00:00
e72aeba892
Add back DevTxs. DevTxs sends a zero-value tx to push through any pending txs that may get stuck with geth while in `—dev` mode. When the geth client is running, devtxs is started automatically, sending a transaction every 10 seconds. Converted the legacy code in to typescript.
5 lines
69 B
JSON
5 lines
69 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["src/**/*"]
|
|
}
|