dhiway / cord

CORD - Enterprise Blockchain Framework
https://cord.network
GNU General Public License v3.0
161 stars 112 forks source link

Fix NetworkPermission errors #479

Closed vatsa287 closed 5 months ago

vatsa287 commented 5 months ago

Fix un-implemented traits for NetworkPermission. Set NetworkPermission to true or permissioned for all test/mock/benchmarks scenarios.

Verified by the test by removing }: _<T::RuntimeOrigin>(origin, subspace_digest, None, space_id.clone()) which will failed since for permissioned chain, capacity is required.

vatsa287 commented 5 months ago

Closing this as these clippy fixes are fixed.