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
Maybe we can place it in primitives/parachain or runtime/common, this is necessary for our cross-chain transactions, and we can use these to make the error info more detailed for cross-chain transactions.
These types should be done by polkadot team, not sure if there already has some repo or crate provide this.
This makes sense, however, this would require that all come with RuntimeCallWeights and since support for staking/proxy will be very specific we can keep this separate.
Issue summary
Gather the parachain constants in one crate, for example:
Maybe we can place it in
primitives/parachain
orruntime/common
, this is necessary for our cross-chain transactions, and we can use these to make the error info more detailed for cross-chain transactions.These types should be done by polkadot team, not sure if there already has some repo or crate provide this.
Other information and links
The text was updated successfully, but these errors were encountered: