paritytech / trappist

Apache License 2.0
81 stars 17 forks source link

feat: update `pallet-uniques` string limits. #297 #298

Closed peterwht closed 9 months ago

peterwht commented 9 months ago

See the following for more details: https://github.com/paritytech/trappist/issues/297.

Update the pallet-uniques string limits to match Polkadot's Asset hub.

https://github.com/paritytech/polkadot-sdk/blob/master/cumulus/parachains/runtimes/assets/asset-hub-polkadot/src/lib.rs#L683

    pub const StringLimit: u32 = 128;
    pub const KeyLimit: u32 = 32;
    pub const ValueLimit: u32 = 64;