Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

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

Merged
stiiifff merged 1 commit intomainfrom
pw/update-uniques-string-limit
Oct 6, 2023
Merged

feat: update pallet-uniques string limits. #297#298
stiiifff merged 1 commit intomainfrom
pw/update-uniques-string-limit

Conversation

@peterwht
Copy link
Copy Markdown
Contributor

@peterwht peterwht commented Sep 29, 2023

See the following for more details: #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;

@peterwht peterwht self-assigned this Oct 4, 2023
@stiiifff stiiifff merged commit c067c9b into main Oct 6, 2023
@stiiifff stiiifff deleted the pw/update-uniques-string-limit branch October 6, 2023 09:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants