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":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n /**\n * Use a stub for MaskedView on all Platforms that don't support it.\n */\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.MaskedView = MaskedView;\n function MaskedView({\n children\n }) {\n return children;\n }\n});","lineCount":16,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[5,0,4,0],[6,0,5,0],[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,"value"],[8,9,3,0],[9,2,3,0],[10,2,7,0,"exports"],[10,9,7,0],[10,10,7,0,"MaskedView"],[10,20,7,0],[10,23,7,0,"MaskedView"],[10,33,7,0],[11,2,7,7],[11,11,7,16,"MaskedView"],[11,21,7,26,"MaskedView"],[11,22,7,27],[12,4,8,2,"children"],[13,2,9,0],[13,3,9,1],[13,5,9,3],[14,4,10,2],[14,11,10,9,"children"],[14,19,10,17],[15,2,11,0],[16,0,11,1],[16,3]],"functionMap":{"names":["<global>","MaskedView"],"mappings":"AAA;OCM;CDI"},"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.toV11 = toV11;\n /** @internal */\n function toV11(registry, {\n modules\n }) {\n return registry.createTypeUnsafe('MetadataV11', [{\n // This is new in V11, pass V0 here - something non-existing, telling the API to use\n // the fallback for this information (on-chain detection)\n extrinsic: {\n signedExtensions: [],\n version: 0\n },\n modules\n }]);\n }\n});","lineCount":22,"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,"toV11"],[7,15,3,13],[7,18,3,16,"toV11"],[7,23,3,21],[8,2,4,0],[9,2,5,0],[9,11,5,9,"toV11"],[9,16,5,14,"toV11"],[9,17,5,15,"registry"],[9,25,5,23],[9,27,5,25],[10,4,5,27,"modules"],[11,2,5,35],[11,3,5,36],[11,5,5,38],[12,4,6,4],[12,11,6,11,"registry"],[12,19,6,19],[12,20,6,20,"createTypeUnsafe"],[12,36,6,36],[12,37,6,37],[12,50,6,50],[12,52,6,52],[12,53,6,53],[13,6,7,12],[14,6,8,12],[15,6,9,12,"extrinsic"],[15,15,9,21],[15,17,9,23],[16,8,10,16,"signedExtensions"],[16,24,10,32],[16,26,10,34],[16,28,10,36],[17,8,11,16,"version"],[17,15,11,23],[17,17,11,25],[18,6,12,12],[18,7,12,13],[19,6,13,12,"modules"],[20,4,14,8],[20,5,14,9],[20,6,14,10],[20,7,14,11],[21,2,15,0],[22,0,15,1],[22,3]],"functionMap":{"names":["<global>","toV11"],"mappings":"AAA;ACI;CDU"},"hasCjsExports":true},"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.default = {\n rpc: {},\n types: {\n Extrinsic: 'GenericExtrinsic',\n ExtrinsicEra: 'GenericExtrinsicEra',\n ExtrinsicPayload: 'GenericExtrinsicPayload',\n ExtrinsicSignature: 'MultiSignature',\n ExtrinsicV4: 'GenericExtrinsicV4',\n ExtrinsicPayloadV4: 'GenericExtrinsicPayloadV4',\n ExtrinsicSignatureV4: 'GenericExtrinsicSignatureV4',\n ExtrinsicUnknown: 'GenericExtrinsicUnknown',\n ExtrinsicPayloadUnknown: 'GenericExtrinsicPayloadUnknown',\n ExtrinsicV5: 'GenericExtrinsicV5',\n ExtrinsicPayloadV5: 'GenericExtrinsicPayloadV5',\n ExtrinsicSignatureV5: 'GenericExtrinsicSignatureV5',\n // eras\n Era: 'ExtrinsicEra',\n ImmortalEra: 'GenericImmortalEra',\n MortalEra: 'GenericMortalEra',\n // signatures & signer\n AnySignature: 'H512',\n MultiSignature: {\n _enum: {\n Ed25519: 'Ed25519Signature',\n Sr25519: 'Sr25519Signature',\n Ecdsa: 'EcdsaSignature'\n }\n },\n Signature: 'H512',\n SignerPayload: 'GenericSignerPayload',\n EcdsaSignature: '[u8; 65]',\n Ed25519Signature: 'H512',\n Sr25519Signature: 'H512'\n }\n };\n});","lineCount":42,"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,"default"],[7,17,3,15],[7,20,3,18],[8,4,4,4,"rpc"],[8,7,4,7],[8,9,4,9],[8,10,4,10],[8,11,4,11],[9,4,5,4,"types"],[9,9,5,9],[9,11,5,11],[10,6,6,8,"Extrinsic"],[10,15,6,17],[10,17,6,19],[10,35,6,37],[11,6,7,8,"ExtrinsicEra"],[11,18,7,20],[11,20,7,22],[11,41,7,43],[12,6,8,8,"ExtrinsicPayload"],[12,22,8,24],[12,24,8,26],[12,49,8,51],[13,6,9,8,"ExtrinsicSignature"],[13,24,9,26],[13,26,9,28],[13,42,9,44],[14,6,10,8,"ExtrinsicV4"],[14,17,10,19],[14,19,10,21],[14,39,10,41],[15,6,11,8,"ExtrinsicPayloadV4"],[15,24,11,26],[15,26,11,28],[15,53,11,55],[16,6,12,8,"ExtrinsicSignatureV4"],[16,26,12,28],[16,28,12,30],[16,57,12,59],[17,6,13,8,"ExtrinsicUnknown"],[17,22,13,24],[17,24,13,26],[17,49,13,51],[18,6,14,8,"ExtrinsicPayloadUnknown"],[18,29,14,31],[18,31,14,33],[18,63,14,65],[19,6,15,8,"ExtrinsicV5"],[19,17,15,19],[19,19,15,21],[19,39,15,41],[20,6,16,8,"ExtrinsicPayloadV5"],[20,24,16,26],[20,26,16,28],[20,53,16,55],[21,6,17,8,"ExtrinsicSignatureV5"],[21,26,17,28],[21,28,17,30],[21,57,17,59],[22,6,18,8],[23,6,19,8,"Era"],[23,9,19,11],[23,11,19,13],[23,25,19,27],[24,6,20,8,"ImmortalEra"],[24,17,20,19],[24,19,20,21],[24,39,20,41],[25,6,21,8,"MortalEra"],[25,15,21,17],[25,17,21,19],[25,35,21,37],[26,6,22,8],[27,6,23,8,"AnySignature"],[27,18,23,20],[27,20,23,22],[27,26,23,28],[28,6,24,8,"MultiSignature"],[28,20,24,22],[28,22,24,24],[29,8,25,12,"_enum"],[29,13,25,17],[29,15,25,19],[30,10,26,16,"Ed25519"],[30,17,26,23],[30,19,26,25],[30,37,26,43],[31,10,27,16,"Sr25519"],[31,17,27,23],[31,19,27,25],[31,37,27,43],[32,10,28,16,"Ecdsa"],[32,15,28,21],[32,17,28,23],[33,8,29,12],[34,6,30,8],[34,7,30,9],[35,6,31,8,"Signature"],[35,15,31,17],[35,17,31,19],[35,23,31,25],[36,6,32,8,"SignerPayload"],[36,19,32,21],[36,21,32,23],[36,43,32,45],[37,6,33,8,"EcdsaSignature"],[37,20,33,22],[37,22,33,24],[37,32,33,34],[38,6,34,8,"Ed25519Signature"],[38,22,34,24],[38,24,34,26],[38,30,34,32],[39,6,35,8,"Sr25519Signature"],[39,22,35,24],[39,24,35,26],[40,4,36,4],[41,2,37,0],[41,3,37,1],[42,0,37,2],[42,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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
@@ -0,0 +1 @@
{"dependencies":[{"name":"../base/UInt.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":117},"end":{"line":4,"column":44,"index":143}}],"key":"rdla5PpsmahLG4iwTj9Hi/INa+U=","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.u32 = void 0;\n const UInt_js_1 = require(_dependencyMap[0], \"../base/UInt.js\");\n /**\n * @name u32\n * @description\n * A 32-bit unsigned integer\n */\n class u32 extends UInt_js_1.UInt.with(32) {\n // NOTE without this, we cannot properly determine extensions\n __UIntType = 'u32';\n }\n exports.u32 = u32;\n});","lineCount":19,"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,"u32"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0],[8,8,4,6,"UInt_js_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,64,4,43],[8,65,4,44],[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,"u32"],[14,11,10,9],[14,20,10,18,"UInt_js_1"],[14,29,10,27],[14,30,10,28,"UInt"],[14,34,10,32],[14,35,10,33,"with"],[14,39,10,37],[14,40,10,38],[14,42,10,40],[14,43,10,41],[14,44,10,42],[15,4,11,4],[16,4,12,4,"__UIntType"],[16,14,12,14],[16,17,12,17],[16,22,12,22],[17,2,13,0],[18,2,14,0,"exports"],[18,9,14,7],[18,10,14,8,"u32"],[18,13,14,11],[18,16,14,14,"u32"],[18,19,14,17],[19,0,14,18],[19,3]],"functionMap":{"names":["<global>","u32"],"mappings":"AAA;ACS;CDG"},"hasCjsExports":true},"type":"js/module"}]}