-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
freenet hight level API #1032
freenet hight level API #1032
Conversation
d5e7ac1
to
8d707ce
Compare
The program compiles. I tested with:
a cargo run returns:
could someone check it please? I am 90% sure it is an isue with library call usage. Not implementing. |
Can you remove the Cargo.lock changes? Also open a PR for the sodlib changes? |
2 differents PR:
|
like this freenet/freenet-stdlib#16 ? |
I think this line is wrong: could you check if the String is nicely translated to an array please? |
could you review freenet/freenet-stdlib#16 please? |
can I do cargo update? |
stdl PR has been open. @sanity I bring back the old Cargo.lock. Raises error. could you review please? |
might be fixed. I might misread the doc |
FIXED!!!!! The Config::conf().contracts_dir() and other functions like these correspond to /tmp/freenet instead of the real folder. I have to push. We also have to fix it. I will open an issue. |
Closing this PR as we will be rethinking this after release as we improve devex |
fixes : #1031