substrate
substrate copied to clipboard
fixes #13279 renaming ensure_none to ensure_unsigned
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.
User @behkod, please sign the CLA here.
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
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?