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
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":131},"end":{"line":4,"column":48,"index":160}}],"key":"sI2Je+yhs93Vtk4SM5jfVQCI0Wc=","exportNames":["*"],"imports":1}},{"name":"../has.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":17,"index":179},"end":{"line":5,"column":37,"index":199}}],"key":"0bmiUtCs06ekeg36Ov7rvQIyyU4=","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.u8aToBuffer = u8aToBuffer;\n const x_global_1 = require(_dependencyMap[0], \"@polkadot/x-global\");\n const has_js_1 = require(_dependencyMap[1], \"../has.js\");\n /**\n * @name u8aToBuffer\n * @summary Creates a Buffer object from a hex string.\n * @description\n * `null` inputs returns an empty `Buffer` result. `UInt8Array` input values return the actual bytes value converted to a `Buffer`. Anything that is not a `UInt8Array` throws an error.\n * @example\n * <BR>\n *\n * ```javascript\n * import { u8aToBuffer } from '@polkadot/util';\n *\n * console.log('Buffer', u8aToBuffer(new Uint8Array([1, 2, 3])));\n * ```\n */\n function u8aToBuffer(value) {\n return has_js_1.hasBuffer ? x_global_1.xglobal.Buffer.from(value || []) : new Uint8Array(value || []);\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,"u8aToBuffer"],[7,21,3,19],[7,24,3,22,"u8aToBuffer"],[7,35,3,33],[8,2,4,0],[8,8,4,6,"x_global_1"],[8,18,4,16],[8,21,4,19,"require"],[8,28,4,26],[8,29,4,26,"_dependencyMap"],[8,43,4,26],[8,68,4,47],[8,69,4,48],[9,2,5,0],[9,8,5,6,"has_js_1"],[9,16,5,14],[9,19,5,17,"require"],[9,26,5,24],[9,27,5,24,"_dependencyMap"],[9,41,5,24],[9,57,5,36],[9,58,5,37],[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,"u8aToBuffer"],[24,22,20,20,"u8aToBuffer"],[24,23,20,21,"value"],[24,28,20,26],[24,30,20,28],[25,4,21,4],[25,11,21,11,"has_js_1"],[25,19,21,19],[25,20,21,20,"hasBuffer"],[25,29,21,29],[25,32,22,10,"x_global_1"],[25,42,22,20],[25,43,22,21,"xglobal"],[25,50,22,28],[25,51,22,29,"Buffer"],[25,57,22,35],[25,58,22,36,"from"],[25,62,22,40],[25,63,22,41,"value"],[25,68,22,46],[25,72,22,50],[25,74,22,52],[25,75,22,53],[25,78,23,10],[25,82,23,14,"Uint8Array"],[25,92,23,24],[25,93,23,25,"value"],[25,98,23,30],[25,102,23,34],[25,104,23,36],[25,105,23,37],[26,2,24,0],[27,0,24,1],[27,3]],"functionMap":{"names":["<global>","u8aToBuffer"],"mappings":"AAA;ACmB;CDI"},"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.default = {\n rpc: {},\n types: {\n BlockAttestations: {\n receipt: 'CandidateReceipt',\n valid: 'Vec<AccountId>',\n invalid: 'Vec<AccountId>'\n },\n IncludedBlocks: {\n actualNumber: 'BlockNumber',\n session: 'SessionIndex',\n randomSeed: 'H256',\n activeParachains: 'Vec<ParaId>',\n paraBlocks: 'Vec<Hash>'\n },\n MoreAttestations: {}\n }\n };\n});","lineCount":25,"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,"BlockAttestations"],[10,23,6,25],[10,25,6,27],[11,8,7,12,"receipt"],[11,15,7,19],[11,17,7,21],[11,35,7,39],[12,8,8,12,"valid"],[12,13,8,17],[12,15,8,19],[12,31,8,35],[13,8,9,12,"invalid"],[13,15,9,19],[13,17,9,21],[14,6,10,8],[14,7,10,9],[15,6,11,8,"IncludedBlocks"],[15,20,11,22],[15,22,11,24],[16,8,12,12,"actualNumber"],[16,20,12,24],[16,22,12,26],[16,35,12,39],[17,8,13,12,"session"],[17,15,13,19],[17,17,13,21],[17,31,13,35],[18,8,14,12,"randomSeed"],[18,18,14,22],[18,20,14,24],[18,26,14,30],[19,8,15,12,"activeParachains"],[19,24,15,28],[19,26,15,30],[19,39,15,43],[20,8,16,12,"paraBlocks"],[20,18,16,22],[20,20,16,24],[21,6,17,8],[21,7,17,9],[22,6,18,8,"MoreAttestations"],[22,22,18,24],[22,24,18,26],[22,25,18,27],[23,4,19,4],[24,2,20,0],[24,3,20,1],[25,0,20,2],[25,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./bindCallbackInternals","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":30,"index":142},"end":{"line":4,"column":64,"index":176}}],"key":"xWMBQ710cRgtwNMHYsnJs2lhfRA=","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.bindNodeCallback = void 0;\n var bindCallbackInternals_1 = require(_dependencyMap[0], \"./bindCallbackInternals\");\n function bindNodeCallback(callbackFunc, resultSelector, scheduler) {\n return bindCallbackInternals_1.bindCallbackInternals(true, callbackFunc, resultSelector, scheduler);\n }\n exports.bindNodeCallback = bindNodeCallback;\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,"bindNodeCallback"],[7,26,3,24],[7,29,3,27],[7,34,3,32],[7,35,3,33],[8,2,4,0],[8,6,4,4,"bindCallbackInternals_1"],[8,29,4,27],[8,32,4,30,"require"],[8,39,4,37],[8,40,4,37,"_dependencyMap"],[8,54,4,37],[8,84,4,63],[8,85,4,64],[9,2,5,0],[9,11,5,9,"bindNodeCallback"],[9,27,5,25,"bindNodeCallback"],[9,28,5,26,"callbackFunc"],[9,40,5,38],[9,42,5,40,"resultSelector"],[9,56,5,54],[9,58,5,56,"scheduler"],[9,67,5,65],[9,69,5,67],[10,4,6,4],[10,11,6,11,"bindCallbackInternals_1"],[10,34,6,34],[10,35,6,35,"bindCallbackInternals"],[10,56,6,56],[10,57,6,57],[10,61,6,61],[10,63,6,63,"callbackFunc"],[10,75,6,75],[10,77,6,77,"resultSelector"],[10,91,6,91],[10,93,6,93,"scheduler"],[10,102,6,102],[10,103,6,103],[11,2,7,0],[12,2,8,0,"exports"],[12,9,8,7],[12,10,8,8,"bindNodeCallback"],[12,26,8,24],[12,29,8,27,"bindNodeCallback"],[12,45,8,43],[13,0,8,44],[13,3]],"functionMap":{"names":["<global>","bindNodeCallback"],"mappings":"AAA;ACI;CDE"},"hasCjsExports":true},"type":"js/module"}]}