freenet-core
freenet-core copied to clipboard
Unexpected Argument Error for --state and --release Flag Not Working for Network Deployment
Description: I encountered issues when attempting to publish a contract with the fdev tool. The following problems arose:
--state argument:
In the tutorial (https://docs.freenet.org/tutorial.html), the --state argument is used directly with fdev publish, but when I try this, I receive the following error:
error: unexpected argument '--state' found. It appears that --state should be used only with the contract subcommand, but the documentation or tutorial suggests otherwise.
--release flag:
When using the --release flag for deploying to the network, it does not allow to publish contracts in the network yet.