auto-commit for 4c084561-1938-4dad-bd1d-79fbb858f837

This commit is contained in:
emergent-agent-e1
2025-11-08 10:06:45 +00:00
parent b54a3f8321
commit e576e8b1ef
2779 changed files with 2779 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/x-bigint","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":238},"end":{"line":4,"column":48,"index":267}}],"key":"vYT44QPz4/mwSlaWVHyJIDa5mP4=","exportNames":["*"],"imports":1}},{"name":"@polkadot/x-global","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":288},"end":{"line":5,"column":48,"index":317}}],"key":"sI2Je+yhs93Vtk4SM5jfVQCI0Wc=","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.hasProcess = exports.hasBuffer = exports.hasWasm = exports.hasEsm = exports.hasDirname = exports.hasCjs = exports.hasBigInt = void 0;\n var x_bigint_1 = require(_dependencyMap[0], \"@polkadot/x-bigint\");\n var x_global_1 = require(_dependencyMap[1], \"@polkadot/x-global\");\n /** true if the environment has proper BigInt support */\n exports.hasBigInt = typeof x_bigint_1.BigInt === 'function' && typeof x_bigint_1.BigInt.asIntN === 'function';\n /** true if the environment is CJS */\n exports.hasCjs = typeof require === 'function' && typeof module !== 'undefined';\n /** true if the environment has __dirname available */\n exports.hasDirname = typeof __dirname !== 'undefined';\n /** true if the environment is ESM */\n exports.hasEsm = !exports.hasCjs;\n /** true if the environment has WebAssembly available */\n exports.hasWasm = typeof WebAssembly !== 'undefined';\n /** true if the environment has support for Buffer (typically Node.js) */\n exports.hasBuffer = typeof x_global_1.xglobal.Buffer === 'function' && typeof x_global_1.xglobal.Buffer.isBuffer === 'function';\n /** true if the environment has process available (typically Node.js) */\n exports.hasProcess = typeof x_global_1.xglobal.process === 'object';\n});","lineCount":24,"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,"hasProcess"],[7,20,3,18],[7,23,3,21,"exports"],[7,30,3,28],[7,31,3,29,"hasBuffer"],[7,40,3,38],[7,43,3,41,"exports"],[7,50,3,48],[7,51,3,49,"hasWasm"],[7,58,3,56],[7,61,3,59,"exports"],[7,68,3,66],[7,69,3,67,"hasEsm"],[7,75,3,73],[7,78,3,76,"exports"],[7,85,3,83],[7,86,3,84,"hasDirname"],[7,96,3,94],[7,99,3,97,"exports"],[7,106,3,104],[7,107,3,105,"hasCjs"],[7,113,3,111],[7,116,3,114,"exports"],[7,123,3,121],[7,124,3,122,"hasBigInt"],[7,133,3,131],[7,136,3,134],[7,141,3,139],[7,142,3,140],[8,2,4,0],[8,6,4,6,"x_bigint_1"],[8,16,4,16],[8,19,4,19,"require"],[8,26,4,26],[8,27,4,26,"_dependencyMap"],[8,41,4,26],[8,66,4,47],[8,67,4,48],[9,2,5,0],[9,6,5,6,"x_global_1"],[9,16,5,16],[9,19,5,19,"require"],[9,26,5,26],[9,27,5,26,"_dependencyMap"],[9,41,5,26],[9,66,5,47],[9,67,5,48],[10,2,6,0],[11,2,7,0,"exports"],[11,9,7,7],[11,10,7,8,"hasBigInt"],[11,19,7,17],[11,22,7,20],[11,29,7,27,"x_bigint_1"],[11,39,7,37],[11,40,7,38,"BigInt"],[11,46,7,44],[11,51,7,49],[11,61,7,59],[11,65,7,63],[11,72,7,70,"x_bigint_1"],[11,82,7,80],[11,83,7,81,"BigInt"],[11,89,7,87],[11,90,7,88,"asIntN"],[11,96,7,94],[11,101,7,99],[11,111,7,109],[12,2,8,0],[13,2,9,0,"exports"],[13,9,9,7],[13,10,9,8,"hasCjs"],[13,16,9,14],[13,19,9,17],[13,26,9,24,"require"],[13,33,9,31],[13,38,9,36],[13,48,9,46],[13,52,9,50],[13,59,9,57,"module"],[13,65,9,63],[13,70,9,68],[13,81,9,79],[14,2,10,0],[15,2,11,0,"exports"],[15,9,11,7],[15,10,11,8,"hasDirname"],[15,20,11,18],[15,23,11,21],[15,30,11,28,"__dirname"],[15,39,11,37],[15,44,11,42],[15,55,11,53],[16,2,12,0],[17,2,13,0,"exports"],[17,9,13,7],[17,10,13,8,"hasEsm"],[17,16,13,14],[17,19,13,17],[17,20,13,18,"exports"],[17,27,13,25],[17,28,13,26,"hasCjs"],[17,34,13,32],[18,2,14,0],[19,2,15,0,"exports"],[19,9,15,7],[19,10,15,8,"hasWasm"],[19,17,15,15],[19,20,15,18],[19,27,15,25,"WebAssembly"],[19,38,15,36],[19,43,15,41],[19,54,15,52],[20,2,16,0],[21,2,17,0,"exports"],[21,9,17,7],[21,10,17,8,"hasBuffer"],[21,19,17,17],[21,22,17,20],[21,29,17,27,"x_global_1"],[21,39,17,37],[21,40,17,38,"xglobal"],[21,47,17,45],[21,48,17,46,"Buffer"],[21,54,17,52],[21,59,17,57],[21,69,17,67],[21,73,17,71],[21,80,17,78,"x_global_1"],[21,90,17,88],[21,91,17,89,"xglobal"],[21,98,17,96],[21,99,17,97,"Buffer"],[21,105,17,103],[21,106,17,104,"isBuffer"],[21,114,17,112],[21,119,17,117],[21,129,17,127],[22,2,18,0],[23,2,19,0,"exports"],[23,9,19,7],[23,10,19,8,"hasProcess"],[23,20,19,18],[23,23,19,21],[23,30,19,28,"x_global_1"],[23,40,19,38],[23,41,19,39,"xglobal"],[23,48,19,46],[23,49,19,47,"process"],[23,56,19,54],[23,61,19,59],[23,69,19,67],[24,0,19,68],[24,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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 ActiveGilt: {\n proportion: 'Perquintill',\n amount: 'Balance',\n who: 'AccountId',\n expiry: 'BlockNumber'\n },\n ActiveGiltsTotal: {\n frozen: 'Balance',\n proportion: 'Perquintill',\n index: 'ActiveIndex',\n target: 'Perquintill'\n },\n ActiveIndex: 'u32',\n GiltBid: {\n amount: 'Balance',\n who: 'AccountId'\n }\n }\n };\n});","lineCount":29,"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,"ActiveGilt"],[10,16,6,18],[10,18,6,20],[11,8,7,12,"proportion"],[11,18,7,22],[11,20,7,24],[11,33,7,37],[12,8,8,12,"amount"],[12,14,8,18],[12,16,8,20],[12,25,8,29],[13,8,9,12,"who"],[13,11,9,15],[13,13,9,17],[13,24,9,28],[14,8,10,12,"expiry"],[14,14,10,18],[14,16,10,20],[15,6,11,8],[15,7,11,9],[16,6,12,8,"ActiveGiltsTotal"],[16,22,12,24],[16,24,12,26],[17,8,13,12,"frozen"],[17,14,13,18],[17,16,13,20],[17,25,13,29],[18,8,14,12,"proportion"],[18,18,14,22],[18,20,14,24],[18,33,14,37],[19,8,15,12,"index"],[19,13,15,17],[19,15,15,19],[19,28,15,32],[20,8,16,12,"target"],[20,14,16,18],[20,16,16,20],[21,6,17,8],[21,7,17,9],[22,6,18,8,"ActiveIndex"],[22,17,18,19],[22,19,18,21],[22,24,18,26],[23,6,19,8,"GiltBid"],[23,13,19,15],[23,15,19,17],[24,8,20,12,"amount"],[24,14,20,18],[24,16,20,20],[24,25,20,29],[25,8,21,12,"who"],[25,11,21,15],[25,13,21,17],[26,6,22,8],[27,4,23,4],[28,2,24,0],[28,3,24,1],[29,0,24,2],[29,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/types-codec/cjs/packageInfo","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":22,"index":99},"end":{"line":3,"column":70,"index":147}}],"key":"x06DGeXwGw0AWBw1JRTOF8TN+ys=","exportNames":["*"],"imports":1}},{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":164},"end":{"line":4,"column":40,"index":189}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"./packageInfo.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":25,"index":216},"end":{"line":5,"column":52,"index":243}}],"key":"Ffmb0bdQh5N+BVJ7J3zvmqqfh9A=","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 var packageInfo_1 = require(_dependencyMap[0], \"@polkadot/types-codec/cjs/packageInfo\");\n var util_1 = require(_dependencyMap[1], \"@polkadot/util\");\n var packageInfo_js_1 = require(_dependencyMap[2], \"./packageInfo.js\");\n (0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, [packageInfo_1.packageInfo]);\n});","lineCount":11,"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,6,3,6,"packageInfo_1"],[7,19,3,19],[7,22,3,22,"require"],[7,29,3,29],[7,30,3,29,"_dependencyMap"],[7,44,3,29],[7,88,3,69],[7,89,3,70],[8,2,4,0],[8,6,4,6,"util_1"],[8,12,4,12],[8,15,4,15,"require"],[8,22,4,22],[8,23,4,22,"_dependencyMap"],[8,37,4,22],[8,58,4,39],[8,59,4,40],[9,2,5,0],[9,6,5,6,"packageInfo_js_1"],[9,22,5,22],[9,25,5,25,"require"],[9,32,5,32],[9,33,5,32,"_dependencyMap"],[9,47,5,32],[9,70,5,51],[9,71,5,52],[10,2,6,0],[10,3,6,1],[10,4,6,2],[10,6,6,4,"util_1"],[10,12,6,10],[10,13,6,11,"detectPackage"],[10,26,6,24],[10,28,6,26,"packageInfo_js_1"],[10,44,6,42],[10,45,6,43,"packageInfo"],[10,56,6,54],[10,58,6,56],[10,62,6,60],[10,64,6,62],[10,65,6,63,"packageInfo_1"],[10,78,6,76],[10,79,6,77,"packageInfo"],[10,90,6,88],[10,91,6,89],[10,92,6,90],[11,0,6,91],[11,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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
@@ -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.arrRemove = void 0;\n function arrRemove(arr, item) {\n if (arr) {\n var index = arr.indexOf(item);\n 0 <= index && arr.splice(index, 1);\n }\n }\n exports.arrRemove = arrRemove;\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,"arrRemove"],[7,19,3,17],[7,22,3,20],[7,27,3,25],[7,28,3,26],[8,2,4,0],[8,11,4,9,"arrRemove"],[8,20,4,18,"arrRemove"],[8,21,4,19,"arr"],[8,24,4,22],[8,26,4,24,"item"],[8,30,4,28],[8,32,4,30],[9,4,5,4],[9,8,5,8,"arr"],[9,11,5,11],[9,13,5,13],[10,6,6,8],[10,10,6,12,"index"],[10,15,6,17],[10,18,6,20,"arr"],[10,21,6,23],[10,22,6,24,"indexOf"],[10,29,6,31],[10,30,6,32,"item"],[10,34,6,36],[10,35,6,37],[11,6,7,8],[11,7,7,9],[11,11,7,13,"index"],[11,16,7,18],[11,20,7,22,"arr"],[11,23,7,25],[11,24,7,26,"splice"],[11,30,7,32],[11,31,7,33,"index"],[11,36,7,38],[11,38,7,40],[11,39,7,41],[11,40,7,42],[12,4,8,4],[13,2,9,0],[14,2,10,0,"exports"],[14,9,10,7],[14,10,10,8,"arrRemove"],[14,19,10,17],[14,22,10,20,"arrRemove"],[14,31,10,29],[15,0,10,30],[15,3]],"functionMap":{"names":["<global>","arrRemove"],"mappings":"AAA;ACG;CDK"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"rxjs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":131},"end":{"line":4,"column":30,"index":146}}],"key":"atDzfUGaJNRNtwyVumomzH/5ygw=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":167},"end":{"line":5,"column":46,"index":194}}],"key":"H94lp+EitftSFqDHaenrSs5zKB0=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _slicedToArray = require(_dependencyMap[0], \"@babel/runtime/helpers/slicedToArray\").default;\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.bestNumberLag = bestNumberLag;\n var rxjs_1 = require(_dependencyMap[1], \"rxjs\");\n var index_js_1 = require(_dependencyMap[2], \"../util/index.js\");\n /**\n * @name bestNumberLag\n * @returns A number of blocks\n * @description Calculates the lag between finalized head and best head\n * @examplew\n * ```javascript\n * api.derive.chain.bestNumberLag((lag) => {\n * console.log(`finalized is ${lag} blocks behind head`);\n * });\n * ```\n */\n function bestNumberLag(instanceId, api) {\n return (0, index_js_1.memo)(instanceId, () => (0, rxjs_1.combineLatest)([api.derive.chain.bestNumber(), api.derive.chain.bestNumberFinalized()]).pipe((0, rxjs_1.map)(_ref => {\n var _ref2 = _slicedToArray(_ref, 2),\n bestNumber = _ref2[0],\n bestNumberFinalized = _ref2[1];\n return api.registry.createType('BlockNumber', bestNumber.sub(bestNumberFinalized));\n })));\n }\n});","lineCount":30,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13],[4,6,1,13,"_slicedToArray"],[4,20,1,13],[4,23,1,13,"require"],[4,30,1,13],[4,31,1,13,"_dependencyMap"],[4,45,1,13],[4,90,1,13,"default"],[4,97,1,13],[5,2,2,0,"Object"],[5,8,2,6],[5,9,2,7,"defineProperty"],[5,23,2,21],[5,24,2,22,"exports"],[5,31,2,29],[5,33,2,31],[5,45,2,43],[5,47,2,45],[6,4,2,47,"value"],[6,9,2,52],[6,11,2,54],[7,2,2,59],[7,3,2,60],[7,4,2,61],[8,2,3,0,"exports"],[8,9,3,7],[8,10,3,8,"bestNumberLag"],[8,23,3,21],[8,26,3,24,"bestNumberLag"],[8,39,3,37],[9,2,4,0],[9,6,4,6,"rxjs_1"],[9,12,4,12],[9,15,4,15,"require"],[9,22,4,22],[9,23,4,22,"_dependencyMap"],[9,37,4,22],[9,48,4,29],[9,49,4,30],[10,2,5,0],[10,6,5,6,"index_js_1"],[10,16,5,16],[10,19,5,19,"require"],[10,26,5,26],[10,27,5,26,"_dependencyMap"],[10,41,5,26],[10,64,5,45],[10,65,5,46],[11,2,6,0],[12,0,7,0],[13,0,8,0],[14,0,9,0],[15,0,10,0],[16,0,11,0],[17,0,12,0],[18,0,13,0],[19,0,14,0],[20,0,15,0],[21,0,16,0],[22,2,17,0],[22,11,17,9,"bestNumberLag"],[22,24,17,22,"bestNumberLag"],[22,25,17,23,"instanceId"],[22,35,17,33],[22,37,17,35,"api"],[22,40,17,38],[22,42,17,40],[23,4,18,4],[23,11,18,11],[23,12,18,12],[23,13,18,13],[23,15,18,15,"index_js_1"],[23,25,18,25],[23,26,18,26,"memo"],[23,30,18,30],[23,32,18,32,"instanceId"],[23,42,18,42],[23,44,18,44],[23,50,18,50],[23,51,18,51],[23,52,18,52],[23,54,18,54,"rxjs_1"],[23,60,18,60],[23,61,18,61,"combineLatest"],[23,74,18,74],[23,76,18,76],[23,77,19,8,"api"],[23,80,19,11],[23,81,19,12,"derive"],[23,87,19,18],[23,88,19,19,"chain"],[23,93,19,24],[23,94,19,25,"bestNumber"],[23,104,19,35],[23,105,19,36],[23,106,19,37],[23,108,20,8,"api"],[23,111,20,11],[23,112,20,12,"derive"],[23,118,20,18],[23,119,20,19,"chain"],[23,124,20,24],[23,125,20,25,"bestNumberFinalized"],[23,144,20,44],[23,145,20,45],[23,146,20,46],[23,147,21,5],[23,148,21,6],[23,149,21,7,"pipe"],[23,153,21,11],[23,154,21,12],[23,155,21,13],[23,156,21,14],[23,158,21,16,"rxjs_1"],[23,164,21,22],[23,165,21,23,"map"],[23,168,21,26],[23,170,21,28,"_ref"],[23,174,21,28],[24,6,21,28],[24,10,21,28,"_ref2"],[24,15,21,28],[24,18,21,28,"_slicedToArray"],[24,32,21,28],[24,33,21,28,"_ref"],[24,37,21,28],[25,8,21,30,"bestNumber"],[25,18,21,40],[25,21,21,40,"_ref2"],[25,26,21,40],[26,8,21,42,"bestNumberFinalized"],[26,27,21,61],[26,30,21,61,"_ref2"],[26,35,21,61],[27,6,21,61],[27,13,21,67,"api"],[27,16,21,70],[27,17,21,71,"registry"],[27,25,21,79],[27,26,21,80,"createType"],[27,36,21,90],[27,37,21,91],[27,50,21,104],[27,52,21,106,"bestNumber"],[27,62,21,116],[27,63,21,117,"sub"],[27,66,21,120],[27,67,21,121,"bestNumberFinalized"],[27,86,21,140],[27,87,21,141],[27,88,21,142],[28,4,21,142],[28,6,21,143],[28,7,21,144],[28,8,21,145],[29,2,22,0],[30,0,22,1],[30,3]],"functionMap":{"names":["<global>","bestNumberLag","<anonymous>"],"mappings":"AAA;ACgB;4CCC;gJDG;CDC"},"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