Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
casper-wasmi-validation
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Dependency casper-wasm 0.46.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Published crate doesn't match its repository
Partially verified 9 files (includes 2 Cargo-generated).
Looked for the crate in
validation/
. Fetchedhttps://github.com/casper-network/casper-wasmi.git
e8ba3117f08b379934490a980e53dca3c9073456.Checked on 2024-09-22
This check is experimental.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing keywords
Help users find your crates. Add
keywords = ["validation", "casper", "wasmi", "memory", "interpreter"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
casper-wasm-utils
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency casper-wasm 0.46 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency clap 2 is outdated
Upgrade to 4.5.37 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency env_logger 0.9 is outdated
Upgrade to 0.11.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
casper-contract, casper-types, casper-client, casper-executor-wasm-host, casper-execution-engine, casper-executor-wasm-common, casper-executor-wasm-interface, casper-engine-test-support, casper-contract-sdk, casper-wasmi
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
Author of this site is firmly convinced that cryptocurrencies have a net-negative effect on society.
casper-executor-wasmer-backend, casper-node, casper-storage, cargo-casper, casper-hashing, casper-contract-sdk-sys, casper-binary-port, casper-contract-sdk-codegen, casper-json-rpc, casper-wasmi-core, casper-contract-macros, casper-node-macros, casper-wasm
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
No issues found in: casper-erc20 casper-engine-grpc-server cargo-casperlabs casperlabs-engine-test-support casperlabs-engine-grpc-server casperlabs-engine-core casperlabs-engine-storage casperlabs-engine-shared casperlabs-standard-payment casperlabs-proof-of-stake casperlabs-mint casperlabs-engine-wasm-prep casperlabs-contract casperlabs-types casperlabs_contract_macro
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.