Update artifacts and polkadot.rs and change CLI to default bytes (#533)

* Update polkadot.rs

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Update artifacts

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Change CLI default to bytes

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2022-05-12 17:31:50 +03:00
committed by GitHub
parent ae59c8a663
commit 1658e8d93d
3 changed files with 527 additions and 347 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ enum Command {
)]
url: url::Url,
/// the format of the metadata to display: `json`, `hex` or `bytes`
#[structopt(long, short, default_value = "json")]
#[structopt(long, short, default_value = "bytes")]
format: String,
},
/// Generate runtime API client code from metadata.