moonbeam-foundation / moonbeam

An Ethereum-compatible smart contract parachain on Polkadot
https://moonbeam.network
GNU General Public License v3.0
919 stars 337 forks source link

Unable to set on-chain identity via `NonTransfer` proxy #1124

Closed hahaschool closed 2 years ago

hahaschool commented 2 years ago

In the process of setting-up the collator, we added a NonTransfer type of proxy for our stash account. Then when we setup on-chain identity for our stash account, it keeps throw fail TXs saying "Bad Origins". This issue is not happening for Any type proxys.

A failed extrinsic FYI: https://moonriver.subscan.io/extrinsic/1178282-3

UPD: in the discord discussion, Alan have already noted the issue

crystalin commented 2 years ago

Thank you, this is going to be fixed in next release. See PR https://github.com/PureStake/moonbeam/pull/1123