-
-
Notifications
You must be signed in to change notification settings - Fork 83
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 local ; command is absouletly broken #970
Comments
So any contract you push into the network isn't retrievable? And this is a regression of something that worked before? |
Also, this is the |
yes it used to work. it does not work anymore |
yes I tested on the main branch: the contract are not reached anymore |
I did:
|
And yes NOT any contract is reachable anymore. |
also in order to ensure that you tested right you have to do:
|
does the microblogging contract and any contract require antiflood token? Might be the root cause. Caused by: |
even my reset to 2c5dfd3 commit does not bring back the web contract fetching |
Aren't you sure you are not on the wrong stdlib branch? Do |
I have done |
|
@sanity did you successfully view the contract after my commands please? |
@gogo2464: Can you try this in the
That may resolve the problem with the Cargo.lock file. |
it does not. it requires to delet Cargo.lock |
this commit might be responsible of the issue: the older work. I am looking for more recent |
I am now absolutely 100% sure that the commit 6ef6048 is responsible of the breaking change!! the commit just older than this one is running contrary to it |
@iduartgomez could you be assigned to this issue please? |
@gogo2464 Apparently, the publish never manages to save the contract due to an issue in the |
THANKS @netsirius !!! Could you link your pr please? I would like to use it immediately. :) |
https://github.com/freenet/freenet-core/actions/runs/7688432191/job/20949648629?pr=974#step:4:1994 It seems @netsirius , you have to fix it in order to let me finish the testing. #975 |
@gogo2464 The fix has just been merged. Can you confirm that the issue has been resolved to close it? |
@netsirius sure I am going to. I made a PR to easily build on Linux #974 sadly web-sys has also been broken itself as freenet dependency and the chances it does not impact the new freenet is poor. |
seems to work with the microblogging contract for me. let me try personnal apps! |
I did not test on email app. may be ok. let's close the issue |
I can push the contract with fdev publish but when I want to reach I have:
failed to get contract XXX, reason: Missing contract and/or parameters
I also got:
not sure if linked. Might be an issue on my side. I had already published and visited 2 sites I created before I recompiled freenet and got this issue.
The text was updated successfully, but these errors were encountered: