auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:57 +00:00
parent 41853ac979
commit c0604aafc1
1555 changed files with 1555 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"./decode.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":44,"index":44}}],"key":"TmkOQYXGsJWDYt+2Zv46gtCcFf0=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.validateAddress = validateAddress;\n var _decodeJs = require(_dependencyMap[0], \"./decode.js\");\n function validateAddress(encoded, ignoreChecksum, ss58Format) {\n return !!(0, _decodeJs.decodeAddress)(encoded, ignoreChecksum, ss58Format);\n }\n});","lineCount":12,"map":[[7,2,2,0,"exports"],[7,9,2,0],[7,10,2,0,"validateAddress"],[7,25,2,0],[7,28,2,0,"validateAddress"],[7,43,2,0],[8,2,1,0],[8,6,1,0,"_decodeJs"],[8,15,1,0],[8,18,1,0,"require"],[8,25,1,0],[8,26,1,0,"_dependencyMap"],[8,40,1,0],[9,2,2,7],[9,11,2,16,"validateAddress"],[9,26,2,31,"validateAddress"],[9,27,2,32,"encoded"],[9,34,2,39],[9,36,2,41,"ignoreChecksum"],[9,50,2,55],[9,52,2,57,"ss58Format"],[9,62,2,67],[9,64,2,69],[10,4,3,4],[10,11,3,11],[10,12,3,12],[10,13,3,13],[10,17,3,13,"decodeAddress"],[10,26,3,26],[10,27,3,26,"decodeAddress"],[10,40,3,26],[10,42,3,27,"encoded"],[10,49,3,34],[10,51,3,36,"ignoreChecksum"],[10,65,3,50],[10,67,3,52,"ss58Format"],[10,77,3,62],[10,78,3,63],[11,2,4,0],[12,0,4,1],[12,3]],"functionMap":{"names":["<global>","validateAddress"],"mappings":"AAA;OCC;CDE"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"KNOWN_VERSIONS\", {\n enumerable: true,\n get: function () {\n return KNOWN_VERSIONS;\n }\n });\n Object.defineProperty(exports, \"LATEST_VERSION\", {\n enumerable: true,\n get: function () {\n return LATEST_VERSION;\n }\n });\n Object.defineProperty(exports, \"TO_CALLS_VERSION\", {\n enumerable: true,\n get: function () {\n return TO_CALLS_VERSION;\n }\n });\n const KNOWN_VERSIONS = [16, 15, 14, 13, 12, 11, 10, 9];\n const LATEST_VERSION = KNOWN_VERSIONS[0];\n const TO_CALLS_VERSION = 14; // LATEST_VERSION;\n});","lineCount":28,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"KNOWN_VERSIONS"],[10,27,1,0],[11,4,1,0],[12,2,1,0],[13,2,2,0,"Object"],[13,8,2,0],[13,9,2,0,"defineProperty"],[13,23,2,0],[13,24,2,0,"exports"],[13,31,2,0],[14,4,2,0,"enumerable"],[14,14,2,0],[15,4,2,0,"get"],[15,7,2,0],[15,18,2,0,"get"],[15,19,2,0],[16,6,2,0],[16,13,2,0,"LATEST_VERSION"],[16,27,2,0],[17,4,2,0],[18,2,2,0],[19,2,3,0,"Object"],[19,8,3,0],[19,9,3,0,"defineProperty"],[19,23,3,0],[19,24,3,0,"exports"],[19,31,3,0],[20,4,3,0,"enumerable"],[20,14,3,0],[21,4,3,0,"get"],[21,7,3,0],[21,18,3,0,"get"],[21,19,3,0],[22,6,3,0],[22,13,3,0,"TO_CALLS_VERSION"],[22,29,3,0],[23,4,3,0],[24,2,3,0],[25,2,1,7],[25,8,1,13,"KNOWN_VERSIONS"],[25,22,1,27],[25,25,1,30],[25,26,1,31],[25,28,1,33],[25,30,1,35],[25,32,1,37],[25,34,1,39],[25,36,1,41],[25,38,1,43],[25,40,1,45],[25,42,1,47],[25,44,1,49],[25,46,1,51],[25,48,1,53],[25,50,1,55],[25,52,1,57],[25,54,1,59],[25,55,1,60],[25,56,1,61],[26,2,2,7],[26,8,2,13,"LATEST_VERSION"],[26,22,2,27],[26,25,2,30,"KNOWN_VERSIONS"],[26,39,2,44],[26,40,2,45],[26,41,2,46],[26,42,2,47],[27,2,3,7],[27,8,3,13,"TO_CALLS_VERSION"],[27,24,3,29],[27,27,3,32],[27,29,3,34],[27,30,3,35],[27,31,3,36],[28,0,3,36],[28,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./rpc.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":31,"index":31}}],"key":"7xMNiSU2y/zE2VOabuNZgopusZk=","exportNames":["*"],"imports":1}},{"name":"./runtime.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":32},"end":{"line":2,"column":39,"index":71}}],"key":"ZvZNADrKT8cQiJl2dSq2RlU/AmM=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _rpcJs = require(_dependencyMap[0], \"./rpc.js\");\n var _runtimeJs = require(_dependencyMap[1], \"./runtime.js\");\n var _default = {\n rpc: _rpcJs.rpc,\n runtime: _runtimeJs.runtime,\n types: {\n StorageKind: {\n _enum: {\n PERSISTENT: 1,\n LOCAL: 2\n }\n }\n }\n };\n});","lineCount":27,"map":[[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"enumerable"],[8,14,3,0],[9,4,3,0,"get"],[9,7,3,0],[9,18,3,0,"get"],[9,19,3,0],[10,6,3,0],[10,13,3,0,"_default"],[10,21,3,0],[11,4,3,0],[12,2,3,0],[13,2,1,0],[13,6,1,0,"_rpcJs"],[13,12,1,0],[13,15,1,0,"require"],[13,22,1,0],[13,23,1,0,"_dependencyMap"],[13,37,1,0],[14,2,2,0],[14,6,2,0,"_runtimeJs"],[14,16,2,0],[14,19,2,0,"require"],[14,26,2,0],[14,27,2,0,"_dependencyMap"],[14,41,2,0],[15,2,3,0],[15,6,3,0,"_default"],[15,14,3,0],[15,17,3,15],[16,4,4,4,"rpc"],[16,7,4,7],[16,9,4,4,"rpc"],[16,15,4,7],[16,16,4,7,"rpc"],[16,19,4,7],[17,4,5,4,"runtime"],[17,11,5,11],[17,13,5,4,"runtime"],[17,23,5,11],[17,24,5,11,"runtime"],[17,31,5,11],[18,4,6,4,"types"],[18,9,6,9],[18,11,6,11],[19,6,7,8,"StorageKind"],[19,17,7,19],[19,19,7,21],[20,8,8,12,"_enum"],[20,13,8,17],[20,15,8,19],[21,10,9,16,"PERSISTENT"],[21,20,9,26],[21,22,9,28],[21,23,9,29],[22,10,10,16,"LOCAL"],[22,15,10,21],[22,17,10,23],[23,8,11,12],[24,6,12,8],[25,4,13,4],[26,2,14,0],[26,3,14,1],[27,0,14,2],[27,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./DeriveJunction.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":53,"index":53}}],"key":"GHbsIx9i0EkxvP2z8u5a54VkjYc=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.keyExtractPath = keyExtractPath;\n var _DeriveJunctionJs = require(_dependencyMap[0], \"./DeriveJunction.js\");\n const RE_JUNCTION = /\\/(\\/?)([^/]+)/g;\n /**\n * @description Extract derivation junctions from the supplied path\n */\n function keyExtractPath(derivePath) {\n const parts = derivePath.match(RE_JUNCTION);\n const path = [];\n let constructed = '';\n if (parts) {\n constructed = parts.join('');\n for (const p of parts) {\n path.push(_DeriveJunctionJs.DeriveJunction.from(p.substring(1)));\n }\n }\n if (constructed !== derivePath) {\n throw new Error(`Re-constructed path \"${constructed}\" does not match input`);\n }\n return {\n parts,\n path\n };\n }\n});","lineCount":31,"map":[[7,2,6,0,"exports"],[7,9,6,0],[7,10,6,0,"keyExtractPath"],[7,24,6,0],[7,27,6,0,"keyExtractPath"],[7,41,6,0],[8,2,1,0],[8,6,1,0,"_DeriveJunctionJs"],[8,23,1,0],[8,26,1,0,"require"],[8,33,1,0],[8,34,1,0,"_dependencyMap"],[8,48,1,0],[9,2,2,0],[9,8,2,6,"RE_JUNCTION"],[9,19,2,17],[9,22,2,20],[9,39,2,37],[10,2,3,0],[11,0,4,0],[12,0,5,0],[13,2,6,7],[13,11,6,16,"keyExtractPath"],[13,25,6,30,"keyExtractPath"],[13,26,6,31,"derivePath"],[13,36,6,41],[13,38,6,43],[14,4,7,4],[14,10,7,10,"parts"],[14,15,7,15],[14,18,7,18,"derivePath"],[14,28,7,28],[14,29,7,29,"match"],[14,34,7,34],[14,35,7,35,"RE_JUNCTION"],[14,46,7,46],[14,47,7,47],[15,4,8,4],[15,10,8,10,"path"],[15,14,8,14],[15,17,8,17],[15,19,8,19],[16,4,9,4],[16,8,9,8,"constructed"],[16,19,9,19],[16,22,9,22],[16,24,9,24],[17,4,10,4],[17,8,10,8,"parts"],[17,13,10,13],[17,15,10,15],[18,6,11,8,"constructed"],[18,17,11,19],[18,20,11,22,"parts"],[18,25,11,27],[18,26,11,28,"join"],[18,30,11,32],[18,31,11,33],[18,33,11,35],[18,34,11,36],[19,6,12,8],[19,11,12,13],[19,17,12,19,"p"],[19,18,12,20],[19,22,12,24,"parts"],[19,27,12,29],[19,29,12,31],[20,8,13,12,"path"],[20,12,13,16],[20,13,13,17,"push"],[20,17,13,21],[20,18,13,22,"DeriveJunction"],[20,35,13,36],[20,36,13,36,"DeriveJunction"],[20,50,13,36],[20,51,13,37,"from"],[20,55,13,41],[20,56,13,42,"p"],[20,57,13,43],[20,58,13,44,"substring"],[20,67,13,53],[20,68,13,54],[20,69,13,55],[20,70,13,56],[20,71,13,57],[20,72,13,58],[21,6,14,8],[22,4,15,4],[23,4,16,4],[23,8,16,8,"constructed"],[23,19,16,19],[23,24,16,24,"derivePath"],[23,34,16,34],[23,36,16,36],[24,6,17,8],[24,12,17,14],[24,16,17,18,"Error"],[24,21,17,23],[24,22,17,24],[24,46,17,48,"constructed"],[24,57,17,59],[24,81,17,83],[24,82,17,84],[25,4,18,4],[26,4,19,4],[26,11,19,11],[27,6,20,8,"parts"],[27,11,20,13],[28,6,21,8,"path"],[29,4,22,4],[29,5,22,5],[30,2,23,0],[31,0,23,1],[31,3]],"functionMap":{"names":["<global>","keyExtractPath"],"mappings":"AAA;OCK;CDiB"},"hasCjsExports":false},"type":"js/module"}]}