You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing set_code_hash impl accepts the concrete &[u8; 32], which is different to other api methods handling code hashes which use the generic E::Hash type.
The existing
set_code_hash
impl accepts the concrete&[u8; 32]
, which is different to otherapi
methods handling code hashes which use the genericE::Hash
type.In order not to make a breaking change, I have proposed adding a new
set_code_hash2
method to the api which accepts the genericE::Hash
instead.This ticket is a reminder to replace the
set_code_hash
impl withset_code_hash2
impl at the next MAJOR release.The text was updated successfully, but these errors were encountered: