mirror of https://github.com/embarklabs/embark.git
98721034fe
Add unit tests for the contract tracking `embark-deploy-tracker` package. `trackingFunctions` was refactored in a way to make it more testable and now performs tracker file IO on demand, as opposed to being executed for each contract deploy. Additionally, removed any synchronous file IO in favour of their asynchronous counterparts. Added special case for config contract-level tracking: when `contract.track === false` in contracts config, contracts are deployed, then the config is changed `contract.track` is truthy, a special use case is presented, and the chains.json file is updated accordingly. |
||
---|---|---|
.. | ||
src | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
embark-deploy-tracker
Contract deployment tracker for Embark
Visit embark.status.im to get started with Embark.