-
`cargo contract upgrade $proxy-address $implementation-address --suri $account`
Upgradeability is a well-known feature in the blockchain ecosystem: it allows a contract implementation to be modifie…
-
I try to build `cargo-contract` repository on Debian machine, but got this errors:
```
error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq, …
-
I often find myself scripting something along the lines of:
```bash
cargo contract build --manifest-path flipper/Cargo.toml
cargo contract instantiate --constructor new \
--suri //Alice --salt $(…
-
I've been running some (failing) tests with `cargo contract test` and I keep getting the same confusing output:
```
❯ cargo contract test --manifest-path ./examples/erc20/Cargo.toml
[1/1] Runnin…
-
Add an option to use cargo instead of cross?
This would require natively installed riscv64-unknown-elf-gcc instead of cross and docker.
This can be an option in the config file and can be overri…
-
env:
Mac M1
```
➜ silius git:(c3f7e44) ✗ rustc --version
rustc 1.70.0 (90c541806 2023-05-31) (built from a source tarball)
```
stable-aarch64-apple-darwin (default) (override)
nightly-20…
-
Following the Quickstart in the Creusot guide, I created a `src/lib.rs` file with some Creusot contracts. `cargo creusot` succeeds, but `cargo build` fails because some features are not enabled (which…
-
Default version of `cargo contract` is 2.0.2 but it depends on ink 4.2.0 which is not compatible with the default rustc version used.
Solution would be to either bump the rustc version to a proper …
-
-
## You must apply through OnlyDust. If not, you'll be ignored
## **Description**:
Currently, the “fundEscrow” function of the contract allows funding the contract in two executions, adding half …