Igor Papandinas

Results 15 issues of Igor Papandinas

**Description** The ink version (v4.2.1) used in contract templates is higher than than supported ink version (v4.2.0). The `supportedInk` value in swankyNode object has to be increased to "v4.2.1". **Steps...

bug
good first issue

**Description** The ink version (4.2.1) used in contract templates do not come prefixed with a "=" or "v".\ This logs the warning below when running `swanky check` command. ```bash [WARNING]Some...

bug
good first issue

**Description** https://github.com/inkdevhub/swanky-cli/blob/9a9d2900953511f777f0be4efe27146d4c345e6b/src/commands/check/index.ts#L82 Here we should filter both possible dependency types: "ink" & "ink_" (e.g. "ink_e2e"). We can use this filter approach instead: `.filter(([depName]) => /^ink($|_)/.test(depName))`

bug
good first issue

This [PR](https://github.com/AstarNetwork/Astar/pull/1306) will be merged soon. For additional context, a [forum post](https://forum.astar.network/t/dapps-staking-v3-proposal/4206/170?u=igor) explains the motivation. This feature introduces a storage migration from v7 to v8 for pallet dappStaking. Here are...

enhancement

shibuya
client