encointer / pallets

all application-specific pallets for encointer
GNU General Public License v3.0
19 stars 3 forks source link

use `construct_runtime!` in tests #25

Closed clangenb closed 3 years ago

clangenb commented 3 years ago

Parity encourages to use the construct_runtime! in tests.

See parity's discussion: https://github.com/paritytech/substrate/issues/7949

brenzi commented 3 years ago

I did this for substratee-registry pallet: https://github.com/scs/pallet-substratee-registry/commit/0748e71d06cf9d6c8573e77b6659eb7c44596716

much cleaner!