auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a

This commit is contained in:
emergent-agent-e1
2025-11-08 07:19:17 +00:00
parent 92245c9124
commit dd2549e54a
1911 changed files with 1911 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../base/Tuple.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":120},"end":{"line":4,"column":46,"index":147}}],"key":"03KXCoYEDcEpTsCzLir222RvYnA=","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.Range = void 0;\n const Tuple_js_1 = require(_dependencyMap[0], \"../base/Tuple.js\");\n /**\n * @name Range\n * @description\n * Rust `Range<T>` representation\n */\n class Range extends Tuple_js_1.Tuple {\n #rangeName;\n constructor(registry, Type, value, {\n rangeName = 'Range'\n } = {}) {\n super(registry, [Type, Type], value);\n this.#rangeName = rangeName;\n }\n static with(Type) {\n return class extends Range {\n constructor(registry, value) {\n super(registry, Type, value);\n }\n };\n }\n /**\n * @description Returns the starting range value\n */\n get start() {\n return this[0];\n }\n /**\n * @description Returns the ending range value\n */\n get end() {\n return this[1];\n }\n /**\n * @description Returns the base runtime type name for this instance\n */\n toRawType() {\n return `${this.#rangeName}<${this.start.toRawType()}>`;\n }\n }\n exports.Range = Range;\n});","lineCount":49,"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,"Range"],[7,15,3,13],[7,18,3,16],[7,23,3,21],[7,24,3,22],[8,2,4,0],[8,8,4,6,"Tuple_js_1"],[8,18,4,16],[8,21,4,19,"require"],[8,28,4,26],[8,29,4,26,"_dependencyMap"],[8,43,4,26],[8,66,4,45],[8,67,4,46],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,8,10,6,"Range"],[14,13,10,11],[14,22,10,20,"Tuple_js_1"],[14,32,10,30],[14,33,10,31,"Tuple"],[14,38,10,36],[14,39,10,37],[15,4,11,4],[15,5,11,5,"rangeName"],[15,14,11,14],[16,4,12,4,"constructor"],[16,15,12,15,"constructor"],[16,16,12,16,"registry"],[16,24,12,24],[16,26,12,26,"Type"],[16,30,12,30],[16,32,12,32,"value"],[16,37,12,37],[16,39,12,39],[17,6,12,41,"rangeName"],[17,15,12,50],[17,18,12,53],[18,4,12,61],[18,5,12,62],[18,8,12,65],[18,9,12,66],[18,10,12,67],[18,12,12,69],[19,6,13,8],[19,11,13,13],[19,12,13,14,"registry"],[19,20,13,22],[19,22,13,24],[19,23,13,25,"Type"],[19,27,13,29],[19,29,13,31,"Type"],[19,33,13,35],[19,34,13,36],[19,36,13,38,"value"],[19,41,13,43],[19,42,13,44],[20,6,14,8],[20,10,14,12],[20,11,14,13],[20,12,14,14,"rangeName"],[20,21,14,23],[20,24,14,26,"rangeName"],[20,33,14,35],[21,4,15,4],[22,4,16,4],[22,11,16,11,"with"],[22,15,16,15,"with"],[22,16,16,16,"Type"],[22,20,16,20],[22,22,16,22],[23,6,17,8],[23,13,17,15],[23,27,17,29,"Range"],[23,32,17,34],[23,33,17,35],[24,8,18,12,"constructor"],[24,19,18,23,"constructor"],[24,20,18,24,"registry"],[24,28,18,32],[24,30,18,34,"value"],[24,35,18,39],[24,37,18,41],[25,10,19,16],[25,15,19,21],[25,16,19,22,"registry"],[25,24,19,30],[25,26,19,32,"Type"],[25,30,19,36],[25,32,19,38,"value"],[25,37,19,43],[25,38,19,44],[26,8,20,12],[27,6,21,8],[27,7,21,9],[28,4,22,4],[29,4,23,4],[30,0,24,0],[31,0,25,0],[32,4,26,4],[32,8,26,8,"start"],[32,13,26,13,"start"],[32,14,26,13],[32,16,26,16],[33,6,27,8],[33,13,27,15],[33,17,27,19],[33,18,27,20],[33,19,27,21],[33,20,27,22],[34,4,28,4],[35,4,29,4],[36,0,30,0],[37,0,31,0],[38,4,32,4],[38,8,32,8,"end"],[38,11,32,11,"end"],[38,12,32,11],[38,14,32,14],[39,6,33,8],[39,13,33,15],[39,17,33,19],[39,18,33,20],[39,19,33,21],[39,20,33,22],[40,4,34,4],[41,4,35,4],[42,0,36,0],[43,0,37,0],[44,4,38,4,"toRawType"],[44,13,38,13,"toRawType"],[44,14,38,13],[44,16,38,16],[45,6,39,8],[45,13,39,15],[45,16,39,18],[45,20,39,22],[45,21,39,23],[45,22,39,24,"rangeName"],[45,31,39,33],[45,35,39,37],[45,39,39,41],[45,40,39,42,"start"],[45,45,39,47],[45,46,39,48,"toRawType"],[45,55,39,57],[45,56,39,58],[45,57,39,59],[45,60,39,62],[46,4,40,4],[47,2,41,0],[48,2,42,0,"exports"],[48,9,42,7],[48,10,42,8,"Range"],[48,15,42,13],[48,18,42,16,"Range"],[48,23,42,21],[49,0,42,22],[49,3]],"functionMap":{"names":["<global>","Range","constructor","_with","<anonymous>","get__start","get__end","toRawType"],"mappings":"AAA;ACS;ICE;KDG;IEC;eCC;YFC;aEE;SDC;KFC;III;KJE;IKI;KLE;IMI;KNE;CDC"},"hasCjsExports":true},"type":"js/module"}]}
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\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.objectKeys = objectKeys;\n /**\n * @name objectKeys\n * @summary A version of Object.keys that is typed for TS\n */\n function objectKeys(value) {\n return Object.keys(value);\n }\n});","lineCount":15,"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,"objectKeys"],[7,20,3,18],[7,23,3,21,"objectKeys"],[7,33,3,31],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,2,8,0],[12,11,8,9,"objectKeys"],[12,21,8,19,"objectKeys"],[12,22,8,20,"value"],[12,27,8,25],[12,29,8,27],[13,4,9,4],[13,11,9,11,"Object"],[13,17,9,17],[13,18,9,18,"keys"],[13,22,9,22],[13,23,9,23,"value"],[13,28,9,28],[13,29,9,29],[14,2,10,0],[15,0,10,1],[15,3]],"functionMap":{"names":["<global>","objectKeys"],"mappings":"AAA;ACO;CDE"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"@noble/curves/secp256k1","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":20,"index":144},"end":{"line":4,"column":54,"index":178}}],"key":"a7SOGcIa2bJLVocZy/oc6lQDQoQ=","exportNames":["*"],"imports":1}},{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":15,"index":195},"end":{"line":5,"column":40,"index":220}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":22,"index":244},"end":{"line":6,"column":54,"index":276}}],"key":"iIJx+ejRpeeDyPIizByl2fy6gpQ=","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.secp256k1Compress = secp256k1Compress;\n const secp256k1_1 = require(_dependencyMap[0], \"@noble/curves/secp256k1\");\n const util_1 = require(_dependencyMap[1], \"@polkadot/util\");\n const wasm_crypto_1 = require(_dependencyMap[2], \"@polkadot/wasm-crypto\");\n function secp256k1Compress(publicKey, onlyJs) {\n if (![33, 65].includes(publicKey.length)) {\n throw new Error(`Invalid publicKey provided, received ${publicKey.length} bytes input`);\n }\n if (publicKey.length === 33) {\n return publicKey;\n }\n return !util_1.hasBigInt || !onlyJs && (0, wasm_crypto_1.isReady)() ? (0, wasm_crypto_1.secp256k1Compress)(publicKey) : secp256k1_1.secp256k1.ProjectivePoint.fromHex(publicKey).toRawBytes(true);\n }\n});","lineCount":20,"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,"secp256k1Compress"],[7,27,3,25],[7,30,3,28,"secp256k1Compress"],[7,47,3,45],[8,2,4,0],[8,8,4,6,"secp256k1_1"],[8,19,4,17],[8,22,4,20,"require"],[8,29,4,27],[8,30,4,27,"_dependencyMap"],[8,44,4,27],[8,74,4,53],[8,75,4,54],[9,2,5,0],[9,8,5,6,"util_1"],[9,14,5,12],[9,17,5,15,"require"],[9,24,5,22],[9,25,5,22,"_dependencyMap"],[9,39,5,22],[9,60,5,39],[9,61,5,40],[10,2,6,0],[10,8,6,6,"wasm_crypto_1"],[10,21,6,19],[10,24,6,22,"require"],[10,31,6,29],[10,32,6,29,"_dependencyMap"],[10,46,6,29],[10,74,6,53],[10,75,6,54],[11,2,7,0],[11,11,7,9,"secp256k1Compress"],[11,28,7,26,"secp256k1Compress"],[11,29,7,27,"publicKey"],[11,38,7,36],[11,40,7,38,"onlyJs"],[11,46,7,44],[11,48,7,46],[12,4,8,4],[12,8,8,8],[12,9,8,9],[12,10,8,10],[12,12,8,12],[12,14,8,14],[12,16,8,16],[12,17,8,17],[12,18,8,18,"includes"],[12,26,8,26],[12,27,8,27,"publicKey"],[12,36,8,36],[12,37,8,37,"length"],[12,43,8,43],[12,44,8,44],[12,46,8,46],[13,6,9,8],[13,12,9,14],[13,16,9,18,"Error"],[13,21,9,23],[13,22,9,24],[13,62,9,64,"publicKey"],[13,71,9,73],[13,72,9,74,"length"],[13,78,9,80],[13,92,9,94],[13,93,9,95],[14,4,10,4],[15,4,11,4],[15,8,11,8,"publicKey"],[15,17,11,17],[15,18,11,18,"length"],[15,24,11,24],[15,29,11,29],[15,31,11,31],[15,33,11,33],[16,6,12,8],[16,13,12,15,"publicKey"],[16,22,12,24],[17,4,13,4],[18,4,14,4],[18,11,14,11],[18,12,14,12,"util_1"],[18,18,14,18],[18,19,14,19,"hasBigInt"],[18,28,14,28],[18,32,14,33],[18,33,14,34,"onlyJs"],[18,39,14,40],[18,43,14,44],[18,44,14,45],[18,45,14,46],[18,47,14,48,"wasm_crypto_1"],[18,60,14,61],[18,61,14,62,"isReady"],[18,68,14,69],[18,70,14,71],[18,71,14,73],[18,74,15,10],[18,75,15,11],[18,76,15,12],[18,78,15,14,"wasm_crypto_1"],[18,91,15,27],[18,92,15,28,"secp256k1Compress"],[18,109,15,45],[18,111,15,47,"publicKey"],[18,120,15,56],[18,121,15,57],[18,124,16,10,"secp256k1_1"],[18,135,16,21],[18,136,16,22,"secp256k1"],[18,145,16,31],[18,146,16,32,"ProjectivePoint"],[18,161,16,47],[18,162,16,48,"fromHex"],[18,169,16,55],[18,170,16,56,"publicKey"],[18,179,16,65],[18,180,16,66],[18,181,16,67,"toRawBytes"],[18,191,16,77],[18,192,16,78],[18,196,16,82],[18,197,16,83],[19,2,17,0],[20,0,17,1],[20,3]],"functionMap":{"names":["<global>","secp256k1Compress"],"mappings":"AAA;ACM;CDU"},"hasCjsExports":true},"type":"js/module"}]}