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

Update counter.fc #48

Closed
wants to merge 1 commit into from
Closed

Update counter.fc #48

wants to merge 1 commit into from

Conversation

SC-One
Copy link

@SC-One SC-One commented Oct 14, 2023

No description provided.

@sun-rhythms
Copy link
Contributor

Hi @SC-One !

Taking your changes into account, in my opinion, it is worth creating a folder called "imports" inside the "test" folder and place the file "stdlib.fc" inside it. Otherwise, the import will break and the tests will fail (currently, "stdlib.fc" is located in the root of the "test" folder).

I'll be glad if you could correct me.
Thank you!

@SC-One
Copy link
Author

SC-One commented Oct 15, 2023

Hi @sun-rhythms
your right , but I just followed the tutorial insturctions , and I think the problem is in different versions, because with the old (unchanged code) I could not compile the code! , but with the change I could compile it , and it worked,
Thanks for the answer.

@SC-One
Copy link
Author

SC-One commented Oct 17, 2023

I'v just changed the 02-contract example, not another , why are the other checkments not checked!

@sun-rhythms
Copy link
Contributor

I'v just changed the 02-contract example, not another , why are the other checkments not checked!

Hi, @SC-One !

The second test (02) is not running because it cannot find the import you specified, as I have mentioned before.
The first tests (01) are failing due to an issue with retrieving the wallet key in the project.
I have made an effort to fix these problems in my latest pull request.
Please take a look at the current main branch and update your fork.
If you see any necessary changes, please add them to a new pull request from the updated fork (tests should work now).

Thank you!

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.

3 participants