-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CompilerCli #1725
Add CompilerCli #1725
Conversation
BREAKING CHANGE: Methods of `CompilerHttp` moved to `api` property Apply a patch: ```diff -compilerHttp.generateACI({ code: sourceCode }); +compilerHttp.api.generateACI({ code: sourceCode }); ```
BREAKING CHANGE: `createGeneralizedAccount` accepts `sourceCode` in options Apply a patch: ```diff -aeSdk.createGeneralizedAccount('authorize', sourceCode, ['arg-1']); +aeSdk.createGeneralizedAccount('authorize', ['arg-1'], { sourceCode }); ```
12cf236
to
58f8b1b
Compare
Codecov ReportBase: 84.34% // Head: 82.28% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1725 +/- ##
===========================================
- Coverage 84.34% 82.28% -2.07%
===========================================
Files 70 74 +4
Lines 2913 2862 -51
Branches 509 547 +38
===========================================
- Hits 2457 2355 -102
+ Misses 251 244 -7
- Partials 205 263 +58
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
58f8b1b
to
de56cbe
Compare
closes #1693
found issues aeternity/aesophia#443 aeternity/aesophia#444 aeternity/aesophia_cli#73 aeternity/aesophia_cli#74 aeternity/aesophia_cli#75
This PR is supported by the Æternity Crypto Foundation