Conversation
|
@liamaharon Would be great if you could review my PR here, I added the |
| ) | ||
| } | ||
|
|
||
| /// DEPRECATED: Use the `approve_as_multi` extrinsic instead. |
There was a problem hiding this comment.
| /// DEPRECATED: Use the `approve_as_multi` extrinsic instead. | |
| /// DEPRECATED: Use the `approve_as_multi` extrinsic instead. | |
| /// It will be removed after March 2024. |
I haven't looked at the entire PR but if this is moving forward we need to create a 'deprecation' issue just like this one #147 (following the process described here #182)
There was a problem hiding this comment.
From my understanding after reading the description of #182, shouldn't this be a note inside the deprecated attribute macro instead of a plain comment?
There was a problem hiding this comment.
True, that would help if a call to that function is compiled by Rust, which most likely would happen within a test.
Most of the cases the dispatchable function would be called by external Builders, in that case there isn't much we can do at the moment, please see #182 (comment)
|
This is getting close to completion. @ggwpez the multisig pallet is especially sensitive so I'm guessing needs an audit? Do you know how to request an srlabs review? |
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Juan <juangirini@gmail.com>
8a0cdb5 to
c4350c1
Compare
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
|
@liamaharon https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3979977 was started for your command Comment |
|
bot bench cumulus-assets --pallet=pallet_multisig --runtime asset-hub-westend |
|
@liamaharon https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3979980 was started for your command Comment |
|
bot bench cumulus-bridge-hubs --pallet=pallet_multisig --runtime bridge-hub-rococo |
|
@liamaharon https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3979981 was started for your command Comment |
|
bot bench cumulus-contracts --pallet=pallet_multisig --runtime contracts-rococo |
|
@liamaharon https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3979982 was started for your command Comment |
|
@liamaharon https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3979984 was started for your command Comment |
…e=westend --target_dir=polkadot --pallet=pallet_multisig
|
@liamaharon Command |
|
@liamaharon Command |
|
@liamaharon Command |
|
@liamaharon Command |
|
@liamaharon Command |
|
The CI pipeline was cancelled due to failure one of the required jobs. |
|
@Szegoo do you still want to land this pr? If yes, please update and then we need to find some reviewers. |
|
This is now the oldest open PR on polkadot-sdk - @Szegoo do you intend to finish it? |
|
If there is demand for this I will try to find time to complete this. |
Introduces:
TODO:
NewMultisigevent to include a field for expiryclear_expired_multiclear_expired_multiextrinsicclear_expired_multiextrinsic.This PR is migrated from the Substrate repo.
The original PR: paritytech/substrate#14444
Closes: #231