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

Aeproject Deploy does not include the dependency file #372

Closed
VitalJeevanjot opened this issue May 11, 2021 · 2 comments
Closed

Aeproject Deploy does not include the dependency file #372

VitalJeevanjot opened this issue May 11, 2021 · 2 comments
Labels
aeproject bug Something isn't working

Comments

@VitalJeevanjot
Copy link

Describe the bug
Aeproject current version does not include file imported in sophia contract using include keyword automatically upon deployment of the contracts using aeproject deploy. Either this or it has to be passed as a different argument in the deploy method and a relevant example is not to be found.

To Reproduce
Steps to reproduce the behavior:

  1. Write a contract with any dependency (That can be resolved), with include statement
  2. After the successful compile then perform deploy, The compile will perform further logs and complain about this. Like the Constructor or method brought from the included Library is of unbounded type

Expected behavior
Either an example in the Aeproject docs that should represent how to include a separate file in the contract or if it should automatically merge with the contract then it can work with it. I used the merging technique to make it working and then move to compilation and deployment.

Screenshots
image

Aeproject information (please complete the following information):

  • OS executed at: Ubuntu 20
  • AEproject Version: As of the current version
@VitalJeevanjot VitalJeevanjot added aeproject bug Something isn't working labels May 11, 2021
@mradkov
Copy link
Contributor

mradkov commented Jun 4, 2021

Have you tried this with https://github.com/aeternity/aepp-aeproject-js/releases/tag/v3.0.4?

@VitalJeevanjot
Copy link
Author

Yes @mradkov It works from the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aeproject bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants