embark/packages/embark-deployment
Pascal Precht 9e5c9c7f17 fix(@embark/deployment): don't break when using abiDefinitions
In https://github.com/embark-framework/embark/pull/1119 we've introduced a feature where
users can provide an already compiled ABI for Smart Contracts so they can be used
without the need to compiling them again.

This also means that, internally, those Smart Contract object won't have any
bytecode attached to it.

Later on, in 387d33a076,  we've introduced a warning
which is rendered when a Smart Contract's bytecode is too large. The check expects
a Smart Contract object to have bytecode associated to it, which will break the code
in cases where a Smart Contract has already an ABI and therefore didn't need compilation.

This commit ensures we only check a Smart Contract's bytecode when bytecode exists for
the Smart Contract in question.
2019-06-19 11:48:57 +02:00
..
src fix(@embark/deployment): don't break when using abiDefinitions 2019-06-19 11:48:57 +02:00
.npmrc refactor(@embark/deployment): move deployment module into own package 2019-05-06 11:38:03 +02:00
CHANGELOG.md chore(release): 4.1.0-beta.3 2019-06-07 13:42:13 -05:00
README.md refactor(@embark/deployment): move deployment module into own package 2019-05-06 11:38:03 +02:00
package.json chore(release): 4.1.0-beta.3 2019-06-07 13:42:13 -05:00
tsconfig.json refactor(@embark/deployment): move deployment module into own package 2019-05-06 11:38:03 +02:00
tslint.json refactor(@embark/deployment): move deployment module into own package 2019-05-06 11:38:03 +02:00

README.md

embark-deployment

Deployment APIs for Embark

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