auto-commit for 4c084561-1938-4dad-bd1d-79fbb858f837

This commit is contained in:
emergent-agent-e1
2025-11-08 10:06:45 +00:00
parent b54a3f8321
commit e576e8b1ef
2779 changed files with 2779 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":147},"end":{"line":4,"column":40,"index":172}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"../../blake2/asU8a.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":193},"end":{"line":5,"column":51,"index":225}}],"key":"MxmCFew3ikiiLEiKx9jBc6nxE/4=","exportNames":["*"],"imports":1}},{"name":"./fromSeed.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":22,"index":249},"end":{"line":6,"column":46,"index":273}}],"key":"YO2JNyrJOCGzMjc8AxZwOsMMRmQ=","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.ed25519PairFromString = ed25519PairFromString;\n var util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n var asU8a_js_1 = require(_dependencyMap[1], \"../../blake2/asU8a.js\");\n var fromSeed_js_1 = require(_dependencyMap[2], \"./fromSeed.js\");\n /**\n * @name ed25519PairFromString\n * @summary Creates a new public/secret keypair from a string.\n * @description\n * Returns a object containing a `publicKey` & `secretKey` generated from the supplied string. The string is hashed and the value used as the input seed.\n * @example\n * <BR>\n *\n * ```javascript\n * import { ed25519PairFromString } from '@polkadot/util-crypto';\n *\n * ed25519PairFromString('test'); // => { secretKey: [...], publicKey: [...] }\n * ```\n */\n function ed25519PairFromString(value) {\n return (0, fromSeed_js_1.ed25519PairFromSeed)((0, asU8a_js_1.blake2AsU8a)((0, util_1.stringToU8a)(value)));\n }\n});","lineCount":28,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"ed25519PairFromString"],[7,31,3,29],[7,34,3,32,"ed25519PairFromString"],[7,55,3,53],[8,2,4,0],[8,6,4,6,"util_1"],[8,12,4,12],[8,15,4,15,"require"],[8,22,4,22],[8,23,4,22,"_dependencyMap"],[8,37,4,22],[8,58,4,39],[8,59,4,40],[9,2,5,0],[9,6,5,6,"asU8a_js_1"],[9,16,5,16],[9,19,5,19,"require"],[9,26,5,26],[9,27,5,26,"_dependencyMap"],[9,41,5,26],[9,69,5,50],[9,70,5,51],[10,2,6,0],[10,6,6,6,"fromSeed_js_1"],[10,19,6,19],[10,22,6,22,"require"],[10,29,6,29],[10,30,6,29,"_dependencyMap"],[10,44,6,29],[10,64,6,45],[10,65,6,46],[11,2,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,0,18,0],[23,0,19,0],[24,0,20,0],[25,2,21,0],[25,11,21,9,"ed25519PairFromString"],[25,32,21,30,"ed25519PairFromString"],[25,33,21,31,"value"],[25,38,21,36],[25,40,21,38],[26,4,22,4],[26,11,22,11],[26,12,22,12],[26,13,22,13],[26,15,22,15,"fromSeed_js_1"],[26,28,22,28],[26,29,22,29,"ed25519PairFromSeed"],[26,48,22,48],[26,50,22,50],[26,51,22,51],[26,52,22,52],[26,54,22,54,"asU8a_js_1"],[26,64,22,64],[26,65,22,65,"blake2AsU8a"],[26,76,22,76],[26,78,22,78],[26,79,22,79],[26,80,22,80],[26,82,22,82,"util_1"],[26,88,22,88],[26,89,22,89,"stringToU8a"],[26,100,22,100],[26,102,22,102,"value"],[26,107,22,107],[26,108,22,108],[26,109,22,109],[26,110,22,110],[27,2,23,0],[28,0,23,1],[28,3]],"functionMap":{"names":["<global>","ed25519PairFromString"],"mappings":"AAA;ACoB;CDE"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/x-global","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":125},"end":{"line":4,"column":48,"index":154}}],"key":"sI2Je+yhs93Vtk4SM5jfVQCI0Wc=","exportNames":["*"],"imports":1}},{"name":"../has.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":17,"index":173},"end":{"line":5,"column":37,"index":193}}],"key":"0bmiUtCs06ekeg36Ov7rvQIyyU4=","exportNames":["*"],"imports":1}},{"name":"./function.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":22,"index":217},"end":{"line":6,"column":46,"index":241}}],"key":"D8fpRHFRivFm3yLGHkRNOufhYt0=","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.isBuffer = isBuffer;\n var x_global_1 = require(_dependencyMap[0], \"@polkadot/x-global\");\n var has_js_1 = require(_dependencyMap[1], \"../has.js\");\n var function_js_1 = require(_dependencyMap[2], \"./function.js\");\n /**\n * @name isBuffer\n * @summary Tests for a `Buffer` object instance.\n * @description\n * Checks to see if the input object is an instance of `Buffer`.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isBuffer } from '@polkadot/util';\n *\n * console.log('isBuffer', isBuffer(Buffer.from([]))); // => true\n * ```\n */\n function isBuffer(value) {\n // we do check a function first, since it is slightly faster than isBuffer itself\n return has_js_1.hasBuffer && !!value && (0, function_js_1.isFunction)(value.readDoubleLE) && x_global_1.xglobal.Buffer.isBuffer(value);\n }\n});","lineCount":29,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"isBuffer"],[7,18,3,16],[7,21,3,19,"isBuffer"],[7,29,3,27],[8,2,4,0],[8,6,4,6,"x_global_1"],[8,16,4,16],[8,19,4,19,"require"],[8,26,4,26],[8,27,4,26,"_dependencyMap"],[8,41,4,26],[8,66,4,47],[8,67,4,48],[9,2,5,0],[9,6,5,6,"has_js_1"],[9,14,5,14],[9,17,5,17,"require"],[9,24,5,24],[9,25,5,24,"_dependencyMap"],[9,39,5,24],[9,55,5,36],[9,56,5,37],[10,2,6,0],[10,6,6,6,"function_js_1"],[10,19,6,19],[10,22,6,22,"require"],[10,29,6,29],[10,30,6,29,"_dependencyMap"],[10,44,6,29],[10,64,6,45],[10,65,6,46],[11,2,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,0,18,0],[23,0,19,0],[24,0,20,0],[25,2,21,0],[25,11,21,9,"isBuffer"],[25,19,21,17,"isBuffer"],[25,20,21,18,"value"],[25,25,21,23],[25,27,21,25],[26,4,22,4],[27,4,23,4],[27,11,23,11,"has_js_1"],[27,19,23,19],[27,20,23,20,"hasBuffer"],[27,29,23,29],[27,33,23,33],[27,34,23,34],[27,35,23,35,"value"],[27,40,23,40],[27,44,23,44],[27,45,23,45],[27,46,23,46],[27,48,23,48,"function_js_1"],[27,61,23,61],[27,62,23,62,"isFunction"],[27,72,23,72],[27,74,23,74,"value"],[27,79,23,79],[27,80,23,80,"readDoubleLE"],[27,92,23,92],[27,93,23,93],[27,97,23,97,"x_global_1"],[27,107,23,107],[27,108,23,108,"xglobal"],[27,115,23,115],[27,116,23,116,"Buffer"],[27,122,23,122],[27,123,23,123,"isBuffer"],[27,131,23,131],[27,132,23,132,"value"],[27,137,23,137],[27,138,23,138],[28,2,24,0],[29,0,24,1],[29,3]],"functionMap":{"names":["<global>","isBuffer"],"mappings":"AAA;ACoB;CDG"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../blake2/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":121},"end":{"line":4,"column":48,"index":150}}],"key":"YR0jBqQR+TA3PQ9TFXUfji1WaVo=","exportNames":["*"],"imports":1}},{"name":"../keccak/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":171},"end":{"line":5,"column":48,"index":200}}],"key":"9nQlM848DtQehnP9/NVIHJWoLxU=","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.hasher = hasher;\n var index_js_1 = require(_dependencyMap[0], \"../blake2/index.js\");\n var index_js_2 = require(_dependencyMap[1], \"../keccak/index.js\");\n function hasher(hashType, data, onlyJs) {\n return hashType === 'keccak' ? (0, index_js_2.keccakAsU8a)(data, undefined, onlyJs) : (0, index_js_1.blake2AsU8a)(data, undefined, undefined, onlyJs);\n }\n});","lineCount":13,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"hasher"],[7,16,3,14],[7,19,3,17,"hasher"],[7,25,3,23],[8,2,4,0],[8,6,4,6,"index_js_1"],[8,16,4,16],[8,19,4,19,"require"],[8,26,4,26],[8,27,4,26,"_dependencyMap"],[8,41,4,26],[8,66,4,47],[8,67,4,48],[9,2,5,0],[9,6,5,6,"index_js_2"],[9,16,5,16],[9,19,5,19,"require"],[9,26,5,26],[9,27,5,26,"_dependencyMap"],[9,41,5,26],[9,66,5,47],[9,67,5,48],[10,2,6,0],[10,11,6,9,"hasher"],[10,17,6,15,"hasher"],[10,18,6,16,"hashType"],[10,26,6,24],[10,28,6,26,"data"],[10,32,6,30],[10,34,6,32,"onlyJs"],[10,40,6,38],[10,42,6,40],[11,4,7,4],[11,11,7,11,"hashType"],[11,19,7,19],[11,24,7,24],[11,32,7,32],[11,35,8,10],[11,36,8,11],[11,37,8,12],[11,39,8,14,"index_js_2"],[11,49,8,24],[11,50,8,25,"keccakAsU8a"],[11,61,8,36],[11,63,8,38,"data"],[11,67,8,42],[11,69,8,44,"undefined"],[11,78,8,53],[11,80,8,55,"onlyJs"],[11,86,8,61],[11,87,8,62],[11,90,9,10],[11,91,9,11],[11,92,9,12],[11,94,9,14,"index_js_1"],[11,104,9,24],[11,105,9,25,"blake2AsU8a"],[11,116,9,36],[11,118,9,38,"data"],[11,122,9,42],[11,124,9,44,"undefined"],[11,133,9,53],[11,135,9,55,"undefined"],[11,144,9,64],[11,146,9,66,"onlyJs"],[11,152,9,72],[11,153,9,73],[12,2,10,0],[13,0,10,1],[13,3]],"functionMap":{"names":["<global>","hasher"],"mappings":"AAA;ACK;CDI"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long