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 Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.u8aEmpty = u8aEmpty;\n /**\n * @name u8aEmpty\n * @summary Tests for a `Uint8Array` for emptyness\n * @description\n * Checks to see if the input `Uint8Array` has zero length or contains all 0 values.\n */\n function u8aEmpty(value) {\n const len = value.length | 0;\n // on smaller sizes, the byte-by-byte compare is faster than allocating\n // another object for DataView (on very large arrays the DataView is faster)\n for (let i = 0; i < len; i++) {\n if (value[i] | 0) {\n return false;\n }\n }\n return true;\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,"u8aEmpty"],[7,18,3,16],[7,21,3,19,"u8aEmpty"],[7,29,3,27],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,11,10,9,"u8aEmpty"],[14,19,10,17,"u8aEmpty"],[14,20,10,18,"value"],[14,25,10,23],[14,27,10,25],[15,4,11,4],[15,10,11,10,"len"],[15,13,11,13],[15,16,11,16,"value"],[15,21,11,21],[15,22,11,22,"length"],[15,28,11,28],[15,31,11,31],[15,32,11,32],[16,4,12,4],[17,4,13,4],[18,4,14,4],[18,9,14,9],[18,13,14,13,"i"],[18,14,14,14],[18,17,14,17],[18,18,14,18],[18,20,14,20,"i"],[18,21,14,21],[18,24,14,24,"len"],[18,27,14,27],[18,29,14,29,"i"],[18,30,14,30],[18,32,14,32],[18,34,14,34],[19,6,15,8],[19,10,15,12,"value"],[19,15,15,17],[19,16,15,18,"i"],[19,17,15,19],[19,18,15,20],[19,21,15,23],[19,22,15,24],[19,24,15,26],[20,8,16,12],[20,15,16,19],[20,20,16,24],[21,6,17,8],[22,4,18,4],[23,4,19,4],[23,11,19,11],[23,15,19,15],[24,2,20,0],[25,0,20,1],[25,3]],"functionMap":{"names":["<global>","u8aEmpty"],"mappings":"AAA;ACS;CDU"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./concatMap","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":125},"end":{"line":4,"column":40,"index":147}}],"key":"wiarRVo/Xnz++L+H57mQVQrbmOE=","exportNames":["*"],"imports":1}},{"name":"../util/isFunction","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":168},"end":{"line":5,"column":48,"index":197}}],"key":"9qhC8NI6t5Y07wDTvuAKtHbucIk=","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.concatMapTo = void 0;\n var concatMap_1 = require(_dependencyMap[0], \"./concatMap\");\n var isFunction_1 = require(_dependencyMap[1], \"../util/isFunction\");\n function concatMapTo(innerObservable, resultSelector) {\n return isFunction_1.isFunction(resultSelector) ? concatMap_1.concatMap(function () {\n return innerObservable;\n }, resultSelector) : concatMap_1.concatMap(function () {\n return innerObservable;\n });\n }\n exports.concatMapTo = concatMapTo;\n});","lineCount":18,"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,"concatMapTo"],[7,21,3,19],[7,24,3,22],[7,29,3,27],[7,30,3,28],[8,2,4,0],[8,6,4,4,"concatMap_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,60,4,39],[8,61,4,40],[9,2,5,0],[9,6,5,4,"isFunction_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,68,5,47],[9,69,5,48],[10,2,6,0],[10,11,6,9,"concatMapTo"],[10,22,6,20,"concatMapTo"],[10,23,6,21,"innerObservable"],[10,38,6,36],[10,40,6,38,"resultSelector"],[10,54,6,52],[10,56,6,54],[11,4,7,4],[11,11,7,11,"isFunction_1"],[11,23,7,23],[11,24,7,24,"isFunction"],[11,34,7,34],[11,35,7,35,"resultSelector"],[11,49,7,49],[11,50,7,50],[11,53,7,53,"concatMap_1"],[11,64,7,64],[11,65,7,65,"concatMap"],[11,74,7,74],[11,75,7,75],[11,87,7,87],[12,6,7,89],[12,13,7,96,"innerObservable"],[12,28,7,111],[13,4,7,113],[13,5,7,114],[13,7,7,116,"resultSelector"],[13,21,7,130],[13,22,7,131],[13,25,7,134,"concatMap_1"],[13,36,7,145],[13,37,7,146,"concatMap"],[13,46,7,155],[13,47,7,156],[13,59,7,168],[14,6,7,170],[14,13,7,177,"innerObservable"],[14,28,7,192],[15,4,7,194],[15,5,7,195],[15,6,7,196],[16,2,8,0],[17,2,9,0,"exports"],[17,9,9,7],[17,10,9,8,"concatMapTo"],[17,21,9,19],[17,24,9,22,"concatMapTo"],[17,35,9,33],[18,0,9,34],[18,3]],"functionMap":{"names":["<global>","concatMapTo","concatMap_1.concatMap$argument_0"],"mappings":"AAA;ACK;2ECC,uCD,0CC,uCD;CDC"},"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 /**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n function makeEmptyFunction(arg) {\n return function () {\n return arg;\n };\n }\n /**\n * This function accepts and discards inputs; it has no side effects. This is\n * primarily useful idiomatically for overridable function endpoints which\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\n */\n\n var emptyFunction = function emptyFunction() {};\n emptyFunction.thatReturns = makeEmptyFunction;\n emptyFunction.thatReturnsFalse = makeEmptyFunction(false);\n emptyFunction.thatReturnsTrue = makeEmptyFunction(true);\n emptyFunction.thatReturnsNull = makeEmptyFunction(null);\n emptyFunction.thatReturnsThis = function () {\n return this;\n };\n emptyFunction.thatReturnsArgument = function (arg) {\n return arg;\n };\n module.exports = emptyFunction;\n});","lineCount":35,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[11,0,10,0],[12,2,11,0],[12,11,11,9,"makeEmptyFunction"],[12,28,11,26,"makeEmptyFunction"],[12,29,11,27,"arg"],[12,32,11,30],[12,34,11,32],[13,4,12,2],[13,11,12,9],[13,23,12,21],[14,6,13,4],[14,13,13,11,"arg"],[14,16,13,14],[15,4,14,2],[15,5,14,3],[16,2,15,0],[17,2,16,0],[18,0,17,0],[19,0,18,0],[20,0,19,0],[21,0,20,0],[23,2,23,0],[23,6,23,4,"emptyFunction"],[23,19,23,17],[23,22,23,20],[23,31,23,29,"emptyFunction"],[23,44,23,42,"emptyFunction"],[23,45,23,42],[23,47,23,45],[23,48,23,46],[23,49,23,47],[24,2,25,0,"emptyFunction"],[24,15,25,13],[24,16,25,14,"thatReturns"],[24,27,25,25],[24,30,25,28,"makeEmptyFunction"],[24,47,25,45],[25,2,26,0,"emptyFunction"],[25,15,26,13],[25,16,26,14,"thatReturnsFalse"],[25,32,26,30],[25,35,26,33,"makeEmptyFunction"],[25,52,26,50],[25,53,26,51],[25,58,26,56],[25,59,26,57],[26,2,27,0,"emptyFunction"],[26,15,27,13],[26,16,27,14,"thatReturnsTrue"],[26,31,27,29],[26,34,27,32,"makeEmptyFunction"],[26,51,27,49],[26,52,27,50],[26,56,27,54],[26,57,27,55],[27,2,28,0,"emptyFunction"],[27,15,28,13],[27,16,28,14,"thatReturnsNull"],[27,31,28,29],[27,34,28,32,"makeEmptyFunction"],[27,51,28,49],[27,52,28,50],[27,56,28,54],[27,57,28,55],[28,2,30,0,"emptyFunction"],[28,15,30,13],[28,16,30,14,"thatReturnsThis"],[28,31,30,29],[28,34,30,32],[28,46,30,44],[29,4,31,2],[29,11,31,9],[29,15,31,13],[30,2,32,0],[30,3,32,1],[31,2,34,0,"emptyFunction"],[31,15,34,13],[31,16,34,14,"thatReturnsArgument"],[31,35,34,33],[31,38,34,36],[31,48,34,46,"arg"],[31,51,34,49],[31,53,34,51],[32,4,35,2],[32,11,35,9,"arg"],[32,14,35,12],[33,2,36,0],[33,3,36,1],[34,2,38,0,"module"],[34,8,38,6],[34,9,38,7,"exports"],[34,16,38,14],[34,19,38,17,"emptyFunction"],[34,32,38,30],[35,0,38,31],[35,3]],"functionMap":{"names":["<global>","makeEmptyFunction","<anonymous>","emptyFunction","thatReturnsThis","thatReturnsArgument"],"mappings":"AAA;ACU;SCC;GDE;CDC;oBGQ,2BH;gCIO;CJE;oCKE;CLE"},"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.u8aFixLength = u8aFixLength;\n /**\n * @name u8aFixLength\n * @summary Shifts a Uint8Array to a specific bitLength\n * @description\n * Returns a uint8Array with the specified number of bits contained in the return value. (If bitLength is -1, length checking is not done). Values with more bits are trimmed to the specified length.\n * @example\n * <BR>\n *\n * ```javascript\n * import { u8aFixLength } from '@polkadot/util';\n *\n * u8aFixLength('0x12') // => 0x12\n * u8aFixLength('0x12', 16) // => 0x0012\n * u8aFixLength('0x1234', 8) // => 0x12\n * ```\n */\n function u8aFixLength(value, bitLength = -1, atStart = false) {\n const byteLength = Math.ceil(bitLength / 8);\n if (bitLength === -1 || value.length === byteLength) {\n return value;\n } else if (value.length > byteLength) {\n return value.subarray(0, byteLength);\n }\n const result = new Uint8Array(byteLength);\n result.set(value, atStart ? 0 : byteLength - value.length);\n return result;\n }\n});","lineCount":35,"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,"u8aFixLength"],[7,22,3,20],[7,25,3,23,"u8aFixLength"],[7,37,3,35],[8,2,4,0],[9,0,5,0],[10,0,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,"u8aFixLength"],[24,23,20,21,"u8aFixLength"],[24,24,20,22,"value"],[24,29,20,27],[24,31,20,29,"bitLength"],[24,40,20,38],[24,43,20,41],[24,44,20,42],[24,45,20,43],[24,47,20,45,"atStart"],[24,54,20,52],[24,57,20,55],[24,62,20,60],[24,64,20,62],[25,4,21,4],[25,10,21,10,"byteLength"],[25,20,21,20],[25,23,21,23,"Math"],[25,27,21,27],[25,28,21,28,"ceil"],[25,32,21,32],[25,33,21,33,"bitLength"],[25,42,21,42],[25,45,21,45],[25,46,21,46],[25,47,21,47],[26,4,22,4],[26,8,22,8,"bitLength"],[26,17,22,17],[26,22,22,22],[26,23,22,23],[26,24,22,24],[26,28,22,28,"value"],[26,33,22,33],[26,34,22,34,"length"],[26,40,22,40],[26,45,22,45,"byteLength"],[26,55,22,55],[26,57,22,57],[27,6,23,8],[27,13,23,15,"value"],[27,18,23,20],[28,4,24,4],[28,5,24,5],[28,11,25,9],[28,15,25,13,"value"],[28,20,25,18],[28,21,25,19,"length"],[28,27,25,25],[28,30,25,28,"byteLength"],[28,40,25,38],[28,42,25,40],[29,6,26,8],[29,13,26,15,"value"],[29,18,26,20],[29,19,26,21,"subarray"],[29,27,26,29],[29,28,26,30],[29,29,26,31],[29,31,26,33,"byteLength"],[29,41,26,43],[29,42,26,44],[30,4,27,4],[31,4,28,4],[31,10,28,10,"result"],[31,16,28,16],[31,19,28,19],[31,23,28,23,"Uint8Array"],[31,33,28,33],[31,34,28,34,"byteLength"],[31,44,28,44],[31,45,28,45],[32,4,29,4,"result"],[32,10,29,10],[32,11,29,11,"set"],[32,14,29,14],[32,15,29,15,"value"],[32,20,29,20],[32,22,29,22,"atStart"],[32,29,29,29],[32,32,29,32],[32,33,29,33],[32,36,29,37,"byteLength"],[32,46,29,47],[32,49,29,50,"value"],[32,54,29,55],[32,55,29,56,"length"],[32,61,29,63],[32,62,29,64],[33,4,30,4],[33,11,30,11,"result"],[33,17,30,17],[34,2,31,0],[35,0,31,1],[35,3]],"functionMap":{"names":["<global>","u8aFixLength"],"mappings":"AAA;ACmB;CDW"},"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.objectEntries = objectEntries;\n /**\n * @name objectEntries\n * @summary A version of Object.entries that is typed for TS\n */\n function objectEntries(obj) {\n return Object.entries(obj);\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,"objectEntries"],[7,23,3,21],[7,26,3,24,"objectEntries"],[7,39,3,37],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,2,8,0],[12,11,8,9,"objectEntries"],[12,24,8,22,"objectEntries"],[12,25,8,23,"obj"],[12,28,8,26],[12,30,8,28],[13,4,9,4],[13,11,9,11,"Object"],[13,17,9,17],[13,18,9,18,"entries"],[13,25,9,25],[13,26,9,26,"obj"],[13,29,9,29],[13,30,9,30],[14,2,10,0],[15,0,10,1],[15,3]],"functionMap":{"names":["<global>","objectEntries"],"mappings":"AAA;ACO;CDE"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./runtime.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":21,"index":98},"end":{"line":3,"column":44,"index":121}}],"key":"1Bt1nJiKs8NxyJ2wvuA5w0tRpWE=","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 const runtime_js_1 = require(_dependencyMap[0], \"./runtime.js\");\n exports.default = {\n rpc: {},\n runtime: runtime_js_1.runtime,\n types: {\n TAssetConversion: 'Option<MultiLocation>'\n }\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],[7,8,3,6,"runtime_js_1"],[7,20,3,18],[7,23,3,21,"require"],[7,30,3,28],[7,31,3,28,"_dependencyMap"],[7,45,3,28],[7,64,3,43],[7,65,3,44],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"default"],[8,17,4,15],[8,20,4,18],[9,4,5,4,"rpc"],[9,7,5,7],[9,9,5,9],[9,10,5,10],[9,11,5,11],[10,4,6,4,"runtime"],[10,11,6,11],[10,13,6,13,"runtime_js_1"],[10,25,6,25],[10,26,6,26,"runtime"],[10,33,6,33],[11,4,7,4,"types"],[11,9,7,9],[11,11,7,11],[12,6,8,8,"TAssetConversion"],[12,22,8,24],[12,24,8,26],[13,4,9,4],[14,2,10,0],[14,3,10,1],[15,0,10,2],[15,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long