Alex Bean

Results 24 issues of Alex Bean

* **I'm submitting an error experimented when upload a Smart Contract using PolkadotJS UI** - [X] Bug report - [ ] Feature request - [ ] Support request - [...

In the onboarding script add logic to create automatically the HRMP channels between parachains. This task will involve: - Modify the Issue Template in order to specify all the parachains...

Onboarding-automation

Small change, in the integration-tests examples replace the call `transfer` with the call `transferAllowDeath` as trasnfer is `deprecated`: Remove deprecated pallet_balances's set_balance_deprecated and transfer dispatchables: https://github.com/paritytech/polkadot-sdk/pull/1226

If I run `cargo install contracts-node` I am getting an error: ``` error[E0405]: cannot find trait `Priority` in this scope --> /Users/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polkadot-overseer-11.0.0/src/lib.rs:460:1 | 460 | / #[orchestra( 461 | |...

This PR adds `force_decorator = "generic-evm"` in the `devnet.toml` of the EVM parachain as suggested in https://github.com/paritytech/zombienet/issues/1826. Closes https://github.com/OpenZeppelin/polkadot-runtime-templates/issues/289 This PR also renames the parachain binaries in the Zombienet files...

### templates - [ ] Generic Runtime Template - [X] Evm Template ### What happened? I tried to spawn the network using Zombienet (and [pop](https://github.com/r0gue-io/pop-cli)) but I am getting the...

bug

Bump the version to `v5.0.0-alpha` as the changes in this release introduce backward incompatibility. Specifically, `cargo-contract` will remove support for `V11` metadata. The PR: https://github.com/use-ink/cargo-contract/pull/1243 has been used as a...

### templates - [x] Generic Runtime Template - [x] Evm Template ### What happened? When attempting to build a deterministic runtime using `srtool` in the OpenZeppelin generic template repository, the...

bug
needs triage

The upcoming release of ink! v6 ([currently available as an alpha for early developers](https://github.com/use-ink/ink/releases/tag/v6.0.0-alpha)) introduces significant changes, including a migration from `pallet-contracts` (Wasm-based) to `pallet-revive` (RISC-V based). Currently, the `api-contracts`...

Incomplete PR intended to resolve https://github.com/use-ink/ink/issues/2528 With the update of `ink-node` to use the latest `pallet_revive` version: https://github.com/use-ink/ink-node/releases/tag/v0.43.3 e2e tests are now failing due to changes in the behavior of...