Skip to content

Commit

Permalink
Refactor pallet society (#6367)
Browse files Browse the repository at this point in the history
- [x] Removing `without_storage_info` and adding bounds on the stored
types for pallet `society` - issue
#6289
- [x] Migrating to benchmarking V2 -
#6202

---------

Co-authored-by: Guillaume Thiolliere <[email protected]>
Co-authored-by: Muharem <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 95d98e6 commit e87bffc
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 108 deletions.
14 changes: 14 additions & 0 deletions prdoc/pr_6367.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Refactor pallet society

doc:
- audience: Runtime Dev
description: |
Derives `MaxEncodedLen` implementation for stored types and removes `without_storage_info` attribute.
Migrates benchmarks from v1 to v2 API.

crates:
- name: pallet-society
bump: minor
Loading

0 comments on commit e87bffc

Please sign in to comment.