Mostafa (SRLabs)
Mostafa (SRLabs)
# Summary In pallet-domains, there is a limit on the number of nominators that can nominate a operator candidate. Setting a limit on `MaxNominators` potentially enables a well-funded malicious attacker...
Risk: Moderate severity ## Issue In pallets messenger and transaction-payment, the fee calculation for messages or transactions is delegated to the `WeightToFee` implementation which can be configured via runtime's configuration....
# Issue Description In the current fee model, the caller [sets the fee](https://github.com/subspace/subspace/blob/cdeaeb3729e65e1b549b248ee315b70924fcbff3/domains/pallets/messenger/src/lib.rs#L980) for opening a channel through the [channel initialization parameters](https://github.com/subspace/subspace/blob/cdeaeb3729e65e1b549b248ee315b70924fcbff3/domains/pallets/messenger/src/lib.rs#L560). This flexibility allows the caller to set the...
# Issue Description An XDM message is not executed on the destination chain (dst_chain) until the domain block of the source chain (src_chain_id) containing the originating extrinsic is out of...