embark/packages/embark-deploy-tracker
Eric Mastro 022a3c11ec fix(@embark/embark-deploy-tracker): Fix reading of empty file (#1872)
There was an error that would display on the second+ run of embark, that was causing by trying to read JSON of an empty file.

The solution was a combination of ensuring the file existed with defaults when enabled, and also ensuring we await the saving of the file.

Included is a bit of a refactor of how the tracking functions handled the “current chain”. Hopefully, this should make things more clear.

Tests have been updated accordingly.
2019-09-06 14:30:12 -04:00
..
src fix(@embark/embark-deploy-tracker): Fix reading of empty file (#1872) 2019-09-06 14:30:12 -04:00
.npmrc chore: move deploytracker to embark-deploy-tracker module 2019-05-15 14:38:34 +02:00
CHANGELOG.md chore(release): 4.1.1 2019-08-28 14:52:21 -05:00
README.md chore: move deploytracker to embark-deploy-tracker module 2019-05-15 14:38:34 +02:00
package.json refactor: initial steps toward 5.0.0-alpha.0 (#1856) 2019-08-30 16:50:20 -04:00
tsconfig.json chore: move deploytracker to embark-deploy-tracker module 2019-05-15 14:38:34 +02:00
tslint.json chore: move deploytracker to embark-deploy-tracker module 2019-05-15 14:38:34 +02:00

README.md

embark-deploy-tracker

Contract deployment tracker for Embark

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