auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:57 +00:00
parent 41853ac979
commit c0604aafc1
1555 changed files with 1555 additions and 0 deletions
File diff suppressed because one or more lines are too long
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 Object.defineProperty(exports, \"rpc\", {\n enumerable: true,\n get: function () {\n return rpc;\n }\n });\n const rpc = {\n proveFinality: {\n description: 'Prove finality for the given block number, returning the Justification for the last block in the set.',\n params: [{\n name: 'blockNumber',\n type: 'BlockNumber'\n }],\n type: 'Option<EncodedFinalityProofs>'\n },\n roundState: {\n description: 'Returns the state of the current best round state as well as the ongoing background rounds',\n params: [],\n type: 'ReportedRoundStates'\n },\n subscribeJustifications: {\n description: 'Subscribes to grandpa justifications',\n params: [],\n pubsub: ['justifications', 'subscribeJustifications', 'unsubscribeJustifications'],\n type: 'JustificationNotification'\n }\n };\n});","lineCount":34,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"rpc"],[10,16,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"rpc"],[13,11,1,16],[13,14,1,19],[14,4,2,4,"proveFinality"],[14,17,2,17],[14,19,2,19],[15,6,3,8,"description"],[15,17,3,19],[15,19,3,21],[15,122,3,124],[16,6,4,8,"params"],[16,12,4,14],[16,14,4,16],[16,15,5,12],[17,8,6,16,"name"],[17,12,6,20],[17,14,6,22],[17,27,6,35],[18,8,7,16,"type"],[18,12,7,20],[18,14,7,22],[19,6,8,12],[19,7,8,13],[19,8,9,9],[20,6,10,8,"type"],[20,10,10,12],[20,12,10,14],[21,4,11,4],[21,5,11,5],[22,4,12,4,"roundState"],[22,14,12,14],[22,16,12,16],[23,6,13,8,"description"],[23,17,13,19],[23,19,13,21],[23,111,13,113],[24,6,14,8,"params"],[24,12,14,14],[24,14,14,16],[24,16,14,18],[25,6,15,8,"type"],[25,10,15,12],[25,12,15,14],[26,4,16,4],[26,5,16,5],[27,4,17,4,"subscribeJustifications"],[27,27,17,27],[27,29,17,29],[28,6,18,8,"description"],[28,17,18,19],[28,19,18,21],[28,57,18,59],[29,6,19,8,"params"],[29,12,19,14],[29,14,19,16],[29,16,19,18],[30,6,20,8,"pubsub"],[30,12,20,14],[30,14,20,16],[30,15,21,12],[30,31,21,28],[30,33,22,12],[30,58,22,37],[30,60,23,12],[30,87,23,39],[30,88,24,9],[31,6,25,8,"type"],[31,10,25,12],[31,12,25,14],[32,4,26,4],[33,2,27,0],[33,3,27,1],[34,0,27,2],[34,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.createErrorClass = createErrorClass;\n function createErrorClass(createImpl) {\n var _super = function (instance) {\n Error.call(instance);\n instance.stack = new Error().stack;\n };\n var ctorFunc = createImpl(_super);\n ctorFunc.prototype = Object.create(Error.prototype);\n ctorFunc.prototype.constructor = ctorFunc;\n return ctorFunc;\n }\n});","lineCount":18,"map":[[7,2,1,0,"exports"],[7,9,1,0],[7,10,1,0,"createErrorClass"],[7,26,1,0],[7,29,1,0,"createErrorClass"],[7,45,1,0],[8,2,1,7],[8,11,1,16,"createErrorClass"],[8,27,1,32,"createErrorClass"],[8,28,1,33,"createImpl"],[8,38,1,43],[8,40,1,45],[9,4,2,4],[9,8,2,8,"_super"],[9,14,2,14],[9,17,2,17],[9,26,2,17,"_super"],[9,27,2,27,"instance"],[9,35,2,35],[9,37,2,37],[10,6,3,8,"Error"],[10,11,3,13],[10,12,3,14,"call"],[10,16,3,18],[10,17,3,19,"instance"],[10,25,3,27],[10,26,3,28],[11,6,4,8,"instance"],[11,14,4,16],[11,15,4,17,"stack"],[11,20,4,22],[11,23,4,25],[11,27,4,29,"Error"],[11,32,4,34],[11,33,4,35],[11,34,4,36],[11,35,4,37,"stack"],[11,40,4,42],[12,4,5,4],[12,5,5,5],[13,4,6,4],[13,8,6,8,"ctorFunc"],[13,16,6,16],[13,19,6,19,"createImpl"],[13,29,6,29],[13,30,6,30,"_super"],[13,36,6,36],[13,37,6,37],[14,4,7,4,"ctorFunc"],[14,12,7,12],[14,13,7,13,"prototype"],[14,22,7,22],[14,25,7,25,"Object"],[14,31,7,31],[14,32,7,32,"create"],[14,38,7,38],[14,39,7,39,"Error"],[14,44,7,44],[14,45,7,45,"prototype"],[14,54,7,54],[14,55,7,55],[15,4,8,4,"ctorFunc"],[15,12,8,12],[15,13,8,13,"prototype"],[15,22,8,22],[15,23,8,23,"constructor"],[15,34,8,34],[15,37,8,37,"ctorFunc"],[15,45,8,45],[16,4,9,4],[16,11,9,11,"ctorFunc"],[16,19,9,19],[17,2,10,0],[18,0,10,1],[18,3]],"functionMap":{"names":["<global>","createErrorClass","_super"],"mappings":"AAA,OC;iBCC;KDG;CDK"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./runtime.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":39,"index":39}}],"key":"ZvZNADrKT8cQiJl2dSq2RlU/AmM=","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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _runtimeJs = require(_dependencyMap[0], \"./runtime.js\");\n var _default = {\n rpc: {},\n runtime: _runtimeJs.runtime,\n types: {\n Error: {\n _enum: ['Unsupported', 'VersionedConversionFailed']\n }\n }\n };\n});","lineCount":23,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"_default"],[10,21,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_runtimeJs"],[13,16,1,0],[13,19,1,0,"require"],[13,26,1,0],[13,27,1,0,"_dependencyMap"],[13,41,1,0],[14,2,2,0],[14,6,2,0,"_default"],[14,14,2,0],[14,17,2,15],[15,4,3,4,"rpc"],[15,7,3,7],[15,9,3,9],[15,10,3,10],[15,11,3,11],[16,4,4,4,"runtime"],[16,11,4,11],[16,13,4,4,"runtime"],[16,23,4,11],[16,24,4,11,"runtime"],[16,31,4,11],[17,4,5,4,"types"],[17,9,5,9],[17,11,5,11],[18,6,6,8,"Error"],[18,11,6,13],[18,13,6,15],[19,8,7,12,"_enum"],[19,13,7,17],[19,15,7,19],[19,16,7,20],[19,29,7,33],[19,31,7,35],[19,58,7,62],[20,6,8,8],[21,4,9,4],[22,2,10,0],[22,3,10,1],[23,0,10,2],[23,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
File diff suppressed because one or more lines are too long