substrate icon indicating copy to clipboard operation
substrate copied to clipboard

fixes #13279 renaming ensure_none to ensure_unsigned

Open behradkhodayar opened this issue 2 years ago • 3 comments

Description

This fixes paritytech/polkadot-sdk#220 by renaming ensure_none to ensure_unsigned to avoid confusions.

In order to avoid breaking APIs, I kept the previous function only marking it as deprecated & appending new function export (instead of replacing by the previous one).

As this is my first commit to this repo, I definitely appreciate any help or advice & ready to reflect on code ASAP.

behradkhodayar avatar Aug 01 '23 11:08 behradkhodayar

User @behkod, please sign the CLA here.

cla-bot-2021[bot] avatar Aug 01 '23 11:08 cla-bot-2021[bot]

The CI pipeline was cancelled due to failure one of the required jobs. Job name: test-linux-stable-int Logs: https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3308277

paritytech-cicd-pr avatar Aug 01 '23 11:08 paritytech-cicd-pr

I understand you have a lot on your plate, but out of curiosity:

Is there any update on this? Can I do anything with the failing checks in the meantime?

behradkhodayar avatar Aug 05 '23 16:08 behradkhodayar