auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d

This commit is contained in:
emergent-agent-e1
2025-10-24 02:48:32 +00:00
parent 02778c9714
commit 8d0ee162c0
1845 changed files with 1845 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":43,"index":43}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":44},"end":{"line":2,"column":64,"index":108}}],"key":"2/wMT/y5UfnEdVow79e3G5+65jw=","exportNames":["*"],"imports":1}},{"name":"./bip39.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":109},"end":{"line":3,"column":62,"index":171}}],"key":"17M9rOjABGHWB/ywkR7gVGofi/Q=","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.mnemonicToEntropy = mnemonicToEntropy;\n var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n var _polkadotWasmCrypto = require(_dependencyMap[1], \"@polkadot/wasm-crypto\");\n var _bip39Js = require(_dependencyMap[2], \"./bip39.js\");\n function mnemonicToEntropy(mnemonic, wordlist, onlyJs) {\n return !_polkadotUtil.hasBigInt || !wordlist && !onlyJs && (0, _polkadotWasmCrypto.isReady)() ? (0, _polkadotWasmCrypto.bip39ToEntropy)(mnemonic) : (0, _bip39Js.mnemonicToEntropy)(mnemonic, wordlist);\n }\n});","lineCount":14,"map":[[7,2,4,0,"exports"],[7,9,4,0],[7,10,4,0,"mnemonicToEntropy"],[7,27,4,0],[7,30,4,0,"mnemonicToEntropy"],[7,47,4,0],[8,2,1,0],[8,6,1,0,"_polkadotUtil"],[8,19,1,0],[8,22,1,0,"require"],[8,29,1,0],[8,30,1,0,"_dependencyMap"],[8,44,1,0],[9,2,2,0],[9,6,2,0,"_polkadotWasmCrypto"],[9,25,2,0],[9,28,2,0,"require"],[9,35,2,0],[9,36,2,0,"_dependencyMap"],[9,50,2,0],[10,2,3,0],[10,6,3,0,"_bip39Js"],[10,14,3,0],[10,17,3,0,"require"],[10,24,3,0],[10,25,3,0,"_dependencyMap"],[10,39,3,0],[11,2,4,7],[11,11,4,16,"mnemonicToEntropy"],[11,28,4,33,"mnemonicToEntropy"],[11,29,4,34,"mnemonic"],[11,37,4,42],[11,39,4,44,"wordlist"],[11,47,4,52],[11,49,4,54,"onlyJs"],[11,55,4,60],[11,57,4,62],[12,4,5,4],[12,11,5,11],[12,12,5,12,"hasBigInt"],[12,25,5,21],[12,26,5,21,"hasBigInt"],[12,35,5,21],[12,39,5,26],[12,40,5,27,"wordlist"],[12,48,5,35],[12,52,5,39],[12,53,5,40,"onlyJs"],[12,59,5,46],[12,63,5,50],[12,67,5,50,"isReady"],[12,86,5,57],[12,87,5,57,"isReady"],[12,94,5,57],[12,96,5,58],[12,97,5,60],[12,100,6,10],[12,104,6,10,"bip39ToEntropy"],[12,123,6,24],[12,124,6,24,"bip39ToEntropy"],[12,138,6,24],[12,140,6,25,"mnemonic"],[12,148,6,33],[12,149,6,34],[12,152,7,10],[12,156,7,10,"jsToEntropy"],[12,164,7,21],[12,165,7,21,"mnemonicToEntropy"],[12,182,7,21],[12,184,7,22,"mnemonic"],[12,192,7,30],[12,194,7,32,"wordlist"],[12,202,7,40],[12,203,7,41],[13,2,8,0],[14,0,8,1],[14,3]],"functionMap":{"names":["<global>","mnemonicToEntropy"],"mappings":"AAA;OCG;CDI"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./hdkdEcdsa.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":46,"index":46}}],"key":"Tl/A+4abprwyl4maVxNf8SAd6Jw=","exportNames":["*"],"imports":1}},{"name":"./hdkdEd25519.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":47},"end":{"line":2,"column":50,"index":97}}],"key":"a44bxxDgJAYgvM5oOfJnp+vMOPU=","exportNames":["*"],"imports":1}},{"name":"./hdkdSr25519.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":98},"end":{"line":3,"column":50,"index":148}}],"key":"qV37KkCpu60AYgE661Y0AwLO/CE=","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.keyFromPath = keyFromPath;\n var _hdkdEcdsaJs = require(_dependencyMap[0], \"./hdkdEcdsa.js\");\n var _hdkdEd25519Js = require(_dependencyMap[1], \"./hdkdEd25519.js\");\n var _hdkdSr25519Js = require(_dependencyMap[2], \"./hdkdSr25519.js\");\n const generators = {\n ecdsa: _hdkdEcdsaJs.keyHdkdEcdsa,\n ed25519: _hdkdEd25519Js.keyHdkdEd25519,\n // FIXME This is Substrate-compatible, not Ethereum-compatible\n ethereum: _hdkdEcdsaJs.keyHdkdEcdsa,\n sr25519: _hdkdSr25519Js.keyHdkdSr25519\n };\n function keyFromPath(pair, path, type) {\n const keyHdkd = generators[type];\n let result = pair;\n for (const junction of path) {\n result = keyHdkd(result, junction);\n }\n return result;\n }\n});","lineCount":26,"map":[[7,2,11,0,"exports"],[7,9,11,0],[7,10,11,0,"keyFromPath"],[7,21,11,0],[7,24,11,0,"keyFromPath"],[7,35,11,0],[8,2,1,0],[8,6,1,0,"_hdkdEcdsaJs"],[8,18,1,0],[8,21,1,0,"require"],[8,28,1,0],[8,29,1,0,"_dependencyMap"],[8,43,1,0],[9,2,2,0],[9,6,2,0,"_hdkdEd25519Js"],[9,20,2,0],[9,23,2,0,"require"],[9,30,2,0],[9,31,2,0,"_dependencyMap"],[9,45,2,0],[10,2,3,0],[10,6,3,0,"_hdkdSr25519Js"],[10,20,3,0],[10,23,3,0,"require"],[10,30,3,0],[10,31,3,0,"_dependencyMap"],[10,45,3,0],[11,2,4,0],[11,8,4,6,"generators"],[11,18,4,16],[11,21,4,19],[12,4,5,4,"ecdsa"],[12,9,5,9],[12,11,5,11,"keyHdkdEcdsa"],[12,23,5,23],[12,24,5,23,"keyHdkdEcdsa"],[12,36,5,23],[13,4,6,4,"ed25519"],[13,11,6,11],[13,13,6,13,"keyHdkdEd25519"],[13,27,6,27],[13,28,6,27,"keyHdkdEd25519"],[13,42,6,27],[14,4,7,4],[15,4,8,4,"ethereum"],[15,12,8,12],[15,14,8,14,"keyHdkdEcdsa"],[15,26,8,26],[15,27,8,26,"keyHdkdEcdsa"],[15,39,8,26],[16,4,9,4,"sr25519"],[16,11,9,11],[16,13,9,13,"keyHdkdSr25519"],[16,27,9,27],[16,28,9,27,"keyHdkdSr25519"],[17,2,10,0],[17,3,10,1],[18,2,11,7],[18,11,11,16,"keyFromPath"],[18,22,11,27,"keyFromPath"],[18,23,11,28,"pair"],[18,27,11,32],[18,29,11,34,"path"],[18,33,11,38],[18,35,11,40,"type"],[18,39,11,44],[18,41,11,46],[19,4,12,4],[19,10,12,10,"keyHdkd"],[19,17,12,17],[19,20,12,20,"generators"],[19,30,12,30],[19,31,12,31,"type"],[19,35,12,35],[19,36,12,36],[20,4,13,4],[20,8,13,8,"result"],[20,14,13,14],[20,17,13,17,"pair"],[20,21,13,21],[21,4,14,4],[21,9,14,9],[21,15,14,15,"junction"],[21,23,14,23],[21,27,14,27,"path"],[21,31,14,31],[21,33,14,33],[22,6,15,8,"result"],[22,12,15,14],[22,15,15,17,"keyHdkd"],[22,22,15,24],[22,23,15,25,"result"],[22,29,15,31],[22,31,15,33,"junction"],[22,39,15,41],[22,40,15,42],[23,4,16,4],[24,4,17,4],[24,11,17,11,"result"],[24,17,17,17],[25,2,18,0],[26,0,18,1],[26,3]],"functionMap":{"names":["<global>","keyFromPath"],"mappings":"AAA;OCU;CDO"},"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 exports.isNumber = isNumber;\n /**\n * @name isNumber\n * @summary Tests for a JavaScript number.\n * @description\n * Checks to see if the input value is a valid number.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isNumber } from '@polkadot/util';\n *\n * console.log('isNumber', isNumber(1234)); // => true\n * ```\n */\n function isNumber(value) {\n return typeof value === 'number';\n }\n});","lineCount":25,"map":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"isNumber"],[7,18,15,0],[7,21,15,0,"isNumber"],[7,29,15,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,0,14,0],[22,2,15,7],[22,11,15,16,"isNumber"],[22,19,15,24,"isNumber"],[22,20,15,25,"value"],[22,25,15,30],[22,27,15,32],[23,4,16,4],[23,11,16,11],[23,18,16,18,"value"],[23,23,16,23],[23,28,16,28],[23,36,16,36],[24,2,17,0],[25,0,17,1],[25,3]],"functionMap":{"names":["<global>","isNumber"],"mappings":"AAA;OCc;CDE"},"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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long