dappforce / subsocial-solochain

NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
http://subsocial.network
GNU General Public License v3.0
81 stars 23 forks source link

Upgrade `pallet-utils` to the new frame system. #174

Closed shekohex closed 2 years ago

shekohex commented 2 years ago

Here is a Diff between the metadata of the pallet-utils before and after.

diff --git a/target/meta.json b/target/meta-new.json
index 31b5204..051c093 100644
--- a/target/meta.json
+++ b/target/meta-new.json
@@ -1,7 +1,7 @@
 {
   "name": "Utils",
   "storage": {
-    "prefix": "UtilsModule",
+    "prefix": "Utils",
     "entries": [
       {
         "name": "TreasuryAccount",
@@ -67,7 +67,9 @@
         0,
         0
       ],
-      "documentation": []
+      "documentation": [
+        " Minimal length of space/profile handle"
+      ]
     },
     {
       "name": "MaxHandleLen",
@@ -78,7 +80,9 @@
         0,
         0
       ],
-      "documentation": []
+      "documentation": [
+        " Max length of a space handle."
+      ]
     }
   ],
   "errors": [