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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n});","lineCount":3,"map":[[2,2,1,0],[2,14,1,12],[3,0,1,13],[3,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"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
@@ -0,0 +1 @@
{"dependencies":[{"name":"../../random/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":151},"end":{"line":4,"column":51,"index":183}}],"key":"ukxOAG0RSIN25z7c/oP8rnweqEo=","exportNames":["*"],"imports":1}},{"name":"./fromSeed.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":22,"index":207},"end":{"line":5,"column":46,"index":231}}],"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.ed25519PairFromRandom = ed25519PairFromRandom;\n var index_js_1 = require(_dependencyMap[0], \"../../random/index.js\");\n var fromSeed_js_1 = require(_dependencyMap[1], \"./fromSeed.js\");\n /**\n * @name ed25519PairFromRandom\n * @summary Creates a new public/secret keypair.\n * @description\n * Returns a new generate object containing a `publicKey` & `secretKey`.\n * @example\n * <BR>\n *\n * ```javascript\n * import { ed25519PairFromRandom } from '@polkadot/util-crypto';\n *\n * ed25519PairFromRandom(); // => { secretKey: [...], publicKey: [...] }\n * ```\n */\n function ed25519PairFromRandom() {\n return (0, fromSeed_js_1.ed25519PairFromSeed)((0, index_js_1.randomAsU8a)());\n }\n});","lineCount":27,"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,"ed25519PairFromRandom"],[7,31,3,29],[7,34,3,32,"ed25519PairFromRandom"],[7,55,3,53],[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,69,4,50],[8,70,4,51],[9,2,5,0],[9,6,5,6,"fromSeed_js_1"],[9,19,5,19],[9,22,5,22,"require"],[9,29,5,29],[9,30,5,29,"_dependencyMap"],[9,44,5,29],[9,64,5,45],[9,65,5,46],[10,2,6,0],[11,0,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,2,20,0],[24,11,20,9,"ed25519PairFromRandom"],[24,32,20,30,"ed25519PairFromRandom"],[24,33,20,30],[24,35,20,33],[25,4,21,4],[25,11,21,11],[25,12,21,12],[25,13,21,13],[25,15,21,15,"fromSeed_js_1"],[25,28,21,28],[25,29,21,29,"ed25519PairFromSeed"],[25,48,21,48],[25,50,21,50],[25,51,21,51],[25,52,21,52],[25,54,21,54,"index_js_1"],[25,64,21,64],[25,65,21,65,"randomAsU8a"],[25,76,21,76],[25,78,21,78],[25,79,21,79],[25,80,21,80],[26,2,22,0],[27,0,22,1],[27,3]],"functionMap":{"names":["<global>","ed25519PairFromRandom"],"mappings":"AAA;ACmB;CDE"},"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