Skip to content
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

feat(compiler): add generateAci, generateAciBySourceCode #1847

Merged
merged 5 commits into from Jul 7, 2023

Conversation

davidyuk
Copy link
Member

closes #1845

blocked by:

This PR is supported by the Æternity Crypto Foundation

@davidyuk davidyuk added this to the v13.1.0 milestone Jun 23, 2023
@davidyuk davidyuk requested a review from thepiwo June 23, 2023 07:41
src/contract/compiler/Http.ts Show resolved Hide resolved
src/contract/compiler/Base.ts Show resolved Hide resolved
src/contract/compiler/Cli.ts Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Patch coverage: 68.42% and project coverage change: -0.12 ⚠️

Comparison is base (cf8365f) 82.41% compared to head (c4effb3) 82.29%.

❗ Current head c4effb3 differs from pull request most recent head 22cc31b. Consider uploading reports for the commit 22cc31b to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1847      +/-   ##
===========================================
- Coverage    82.41%   82.29%   -0.12%     
===========================================
  Files           94       93       -1     
  Lines         3292     3270      -22     
  Branches       655      649       -6     
===========================================
- Hits          2713     2691      -22     
- Misses         269      273       +4     
+ Partials       310      306       -4     
Impacted Files Coverage Δ
src/contract/compiler/Base.ts 100.00% <ø> (ø)
src/contract/compiler/Http.ts 68.29% <42.85%> (-6.00%) ⬇️
src/contract/compiler/Cli.ts 83.78% <77.77%> (-0.84%) ⬇️
src/contract/compiler/HttpNode.ts 100.00% <100.00%> (ø)

... and 15 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@davidyuk davidyuk merged commit b35274b into develop Jul 7, 2023
3 checks passed
@davidyuk davidyuk deleted the feature/generate-aci branch July 7, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add methods to generate aci by Sophia interface to ContractBase
2 participants