cargo-contract
cargo-contract copied to clipboard
Setup and deployment tool for developing Wasm based smart contracts via ink!
Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.4 to 1.2.1. Release notes Sourced from zip's releases. v1.2.1 🐛 Bug Fixes Prevent panic when trying to read a file with an unsupported compression method Prevent...
## Summary Closes #_ - [ ] y/n | Does it introduce breaking changes? - [ ] y/n | Is it dependent on the specific version of `ink` or `pallet-contracts`?...
Changes are in line with the CLA and IP transfer.
## Summary Closes #674 - [X] y | Does it introduce breaking changes? - [X] n | Is it dependent on the specific version of `ink` or `pallet-contracts`? See description...
System: `windows 10` `Visual studio 2022` (Visual studio 2019 has the problem too.) cargo version: `cargo 1.69.0 (6e9a83356 2023-04-12)` rustup version: `rustc 1.69.0 (84c898d65 2023-04-16)` The version of cargo-contract want...
Currently, both options are being used, each with similar functionality but employing slightly different grammar. This discrepancy requires RPC command parameters to be formatted differently from other commands. `scale_value` parser:...
**Is your feature request related to a problem? Please describe.** The tests mentioned in the title cannot be run in parallel, resulting in long CI times. They fail when run...
Right now it's only possible to supply a `Cargo.toml`. It should also be possible to query the storage of contracts for which one possesses only the metadata and not the...