Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
3bfde7ac98 ci: update version string in docs 2024-05-31 17:19:52 +00:00
dante
33d41c7e49 fix: calldata cmd 2024-05-31 13:19:33 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ezkl==0.0.0
ezkl==11.2.3
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '0.0.0'
release = '11.2.3'
version = release

View File

@@ -640,7 +640,7 @@ pub enum Commands {
/// The path to the proof file (generated using the prove command)
#[arg(long, default_value = DEFAULT_PROOF, value_hint = clap::ValueHint::FilePath)]
proof_path: Option<PathBuf>,
/// The path to the Solidity code
/// The path to save the calldata to
#[arg(long, default_value = DEFAULT_CALLDATA, value_hint = clap::ValueHint::FilePath)]
calldata_path: Option<PathBuf>,
/// The path to the verification key address (only used if the vk is rendered as a separate contract)