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
@@ -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, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _default = {\n rpc: {},\n types: {\n Bid: {\n who: 'AccountId',\n kind: 'BidKind',\n value: 'Balance'\n },\n BidKind: {\n _enum: {\n Deposit: 'Balance',\n Vouch: '(AccountId, Balance)'\n }\n },\n // a society-specific Judgement (not the same as identity Judgement)\n SocietyJudgement: {\n _enum: ['Rebid', 'Reject', 'Approve']\n },\n // a society-specific Vote\n SocietyVote: {\n _enum: ['Skeptic', 'Reject', 'Approve']\n },\n StrikeCount: 'u32',\n VouchingStatus: {\n _enum: ['Vouching', 'Banned']\n }\n }\n };\n});","lineCount":41,"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,"_default"],[10,21,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,0],[13,6,1,0,"_default"],[13,14,1,0],[13,17,1,15],[14,4,2,4,"rpc"],[14,7,2,7],[14,9,2,9],[14,10,2,10],[14,11,2,11],[15,4,3,4,"types"],[15,9,3,9],[15,11,3,11],[16,6,4,8,"Bid"],[16,9,4,11],[16,11,4,13],[17,8,5,12,"who"],[17,11,5,15],[17,13,5,17],[17,24,5,28],[18,8,6,12,"kind"],[18,12,6,16],[18,14,6,18],[18,23,6,27],[19,8,7,12,"value"],[19,13,7,17],[19,15,7,19],[20,6,8,8],[20,7,8,9],[21,6,9,8,"BidKind"],[21,13,9,15],[21,15,9,17],[22,8,10,12,"_enum"],[22,13,10,17],[22,15,10,19],[23,10,11,16,"Deposit"],[23,17,11,23],[23,19,11,25],[23,28,11,34],[24,10,12,16,"Vouch"],[24,15,12,21],[24,17,12,23],[25,8,13,12],[26,6,14,8],[26,7,14,9],[27,6,15,8],[28,6,16,8,"SocietyJudgement"],[28,22,16,24],[28,24,16,26],[29,8,17,12,"_enum"],[29,13,17,17],[29,15,17,19],[29,16,17,20],[29,23,17,27],[29,25,17,29],[29,33,17,37],[29,35,17,39],[29,44,17,48],[30,6,18,8],[30,7,18,9],[31,6,19,8],[32,6,20,8,"SocietyVote"],[32,17,20,19],[32,19,20,21],[33,8,21,12,"_enum"],[33,13,21,17],[33,15,21,19],[33,16,21,20],[33,25,21,29],[33,27,21,31],[33,35,21,39],[33,37,21,41],[33,46,21,50],[34,6,22,8],[34,7,22,9],[35,6,23,8,"StrikeCount"],[35,17,23,19],[35,19,23,21],[35,24,23,26],[36,6,24,8,"VouchingStatus"],[36,20,24,22],[36,22,24,24],[37,8,25,12,"_enum"],[37,13,25,17],[37,15,25,19],[37,16,25,20],[37,26,25,30],[37,28,25,32],[37,36,25,40],[38,6,26,8],[39,4,27,4],[40,2,28,0],[40,3,28,1],[41,0,28,2],[41,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./Picker","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":45,"index":45}}],"key":"w8YMWJIqhxGn7l4fxIg4fi5yxkU=","exportNames":["*"],"imports":1}},{"name":"./PickerIOS","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":46},"end":{"line":2,"column":51,"index":97}}],"key":"B2sVQwpVwMmRy8y1MjX+WTJ1kTo=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"Picker\", {\n enumerable: true,\n get: function () {\n return _Picker2.default;\n }\n });\n Object.defineProperty(exports, \"PickerIOS\", {\n enumerable: true,\n get: function () {\n return _PickerIOS2.default;\n }\n });\n var _Picker = require(_dependencyMap[0], \"./Picker\");\n var _Picker2 = _interopDefault(_Picker);\n var _PickerIOS = require(_dependencyMap[1], \"./PickerIOS\");\n var _PickerIOS2 = _interopDefault(_PickerIOS);\n});","lineCount":28,"map":[[12,2,1,0,"Object"],[12,8,1,0],[12,9,1,0,"defineProperty"],[12,23,1,0],[12,24,1,0,"exports"],[12,31,1,0],[13,4,1,0,"enumerable"],[13,14,1,0],[14,4,1,0,"get"],[14,7,1,0],[14,18,1,0,"get"],[14,19,1,0],[15,6,1,0],[15,13,1,0,"_Picker2"],[15,21,1,0],[15,22,1,0,"default"],[15,29,1,0],[16,4,1,0],[17,2,1,0],[18,2,2,0,"Object"],[18,8,2,0],[18,9,2,0,"defineProperty"],[18,23,2,0],[18,24,2,0,"exports"],[18,31,2,0],[19,4,2,0,"enumerable"],[19,14,2,0],[20,4,2,0,"get"],[20,7,2,0],[20,18,2,0,"get"],[20,19,2,0],[21,6,2,0],[21,13,2,0,"_PickerIOS2"],[21,24,2,0],[21,25,2,0,"default"],[21,32,2,0],[22,4,2,0],[23,2,2,0],[24,2,1,0],[24,6,1,0,"_Picker"],[24,13,1,0],[24,16,1,0,"require"],[24,23,1,0],[24,24,1,0,"_dependencyMap"],[24,38,1,0],[25,2,1,0],[25,6,1,0,"_Picker2"],[25,14,1,0],[25,17,1,0,"_interopDefault"],[25,32,1,0],[25,33,1,0,"_Picker"],[25,40,1,0],[26,2,2,0],[26,6,2,0,"_PickerIOS"],[26,16,2,0],[26,19,2,0,"require"],[26,26,2,0],[26,27,2,0,"_dependencyMap"],[26,41,2,0],[27,2,2,0],[27,6,2,0,"_PickerIOS2"],[27,17,2,0],[27,20,2,0,"_interopDefault"],[27,35,2,0],[27,36,2,0,"_PickerIOS"],[27,46,2,0],[28,0,2,51],[28,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./helpers.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":41,"index":41}}],"key":"Y7YGoIAOGQa78JTLfazw+ehPeHs=","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, \"nMax\", {\n enumerable: true,\n get: function () {\n return nMax;\n }\n });\n Object.defineProperty(exports, \"nMin\", {\n enumerable: true,\n get: function () {\n return nMin;\n }\n });\n var _helpersJs = require(_dependencyMap[0], \"./helpers.js\");\n /**\n * @name nMax\n * @summary Finds and returns the highest value in an array of bigint.\n */\n const nMax = /*#__PURE__*/(0, _helpersJs.createCmp)((a, b) => a > b);\n /**\n * @name nMin\n * @summary Finds and returns the lowest value in an array of bigint.\n */\n const nMin = /*#__PURE__*/(0, _helpersJs.createCmp)((a, b) => a < b);\n});","lineCount":30,"map":[[7,2,6,0,"Object"],[7,8,6,0],[7,9,6,0,"defineProperty"],[7,23,6,0],[7,24,6,0,"exports"],[7,31,6,0],[8,4,6,0,"enumerable"],[8,14,6,0],[9,4,6,0,"get"],[9,7,6,0],[9,18,6,0,"get"],[9,19,6,0],[10,6,6,0],[10,13,6,0,"nMax"],[10,17,6,0],[11,4,6,0],[12,2,6,0],[13,2,11,0,"Object"],[13,8,11,0],[13,9,11,0,"defineProperty"],[13,23,11,0],[13,24,11,0,"exports"],[13,31,11,0],[14,4,11,0,"enumerable"],[14,14,11,0],[15,4,11,0,"get"],[15,7,11,0],[15,18,11,0,"get"],[15,19,11,0],[16,6,11,0],[16,13,11,0,"nMin"],[16,17,11,0],[17,4,11,0],[18,2,11,0],[19,2,1,0],[19,6,1,0,"_helpersJs"],[19,16,1,0],[19,19,1,0,"require"],[19,26,1,0],[19,27,1,0,"_dependencyMap"],[19,41,1,0],[20,2,2,0],[21,0,3,0],[22,0,4,0],[23,0,5,0],[24,2,6,7],[24,8,6,13,"nMax"],[24,12,6,17],[24,15,6,20],[24,28,6,34],[24,32,6,34,"createCmp"],[24,42,6,43],[24,43,6,43,"createCmp"],[24,52,6,43],[24,54,6,44],[24,55,6,45,"a"],[24,56,6,46],[24,58,6,48,"b"],[24,59,6,49],[24,64,6,54,"a"],[24,65,6,55],[24,68,6,58,"b"],[24,69,6,59],[24,70,6,60],[25,2,7,0],[26,0,8,0],[27,0,9,0],[28,0,10,0],[29,2,11,7],[29,8,11,13,"nMin"],[29,12,11,17],[29,15,11,20],[29,28,11,34],[29,32,11,34,"createCmp"],[29,42,11,43],[29,43,11,43,"createCmp"],[29,52,11,43],[29,54,11,44],[29,55,11,45,"a"],[29,56,11,46],[29,58,11,48,"b"],[29,59,11,49],[29,64,11,54,"a"],[29,65,11,55],[29,68,11,58,"b"],[29,69,11,59],[29,70,11,60],[30,0,11,61],[30,3]],"functionMap":{"names":["<global>","createCmp$argument_0"],"mappings":"AAA;4CCK,eD;4CCK,eD"},"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.extractContributed = extractContributed;\n function extractContributed(paraId, events) {\n const added = [];\n const removed = [];\n return events.filter(({\n event: {\n data: [, eventParaId],\n method,\n section\n }\n }) => section === 'crowdloan' && ['Contributed', 'Withdrew'].includes(method) && eventParaId.eq(paraId)).reduce((result, {\n event: {\n data: [accountId],\n method\n }\n }) => {\n if (method === 'Contributed') {\n result.added.push(accountId.toHex());\n } else {\n result.removed.push(accountId.toHex());\n }\n return result;\n }, {\n added,\n blockHash: events.createdAtHash?.toHex() || '-',\n removed\n });\n }\n});","lineCount":35,"map":[[7,2,1,0,"exports"],[7,9,1,0],[7,10,1,0,"extractContributed"],[7,28,1,0],[7,31,1,0,"extractContributed"],[7,49,1,0],[8,2,1,7],[8,11,1,16,"extractContributed"],[8,29,1,34,"extractContributed"],[8,30,1,35,"paraId"],[8,36,1,41],[8,38,1,43,"events"],[8,44,1,49],[8,46,1,51],[9,4,2,4],[9,10,2,10,"added"],[9,15,2,15],[9,18,2,18],[9,20,2,20],[10,4,3,4],[10,10,3,10,"removed"],[10,17,3,17],[10,20,3,20],[10,22,3,22],[11,4,4,4],[11,11,4,11,"events"],[11,17,4,17],[11,18,5,9,"filter"],[11,24,5,15],[11,25,5,16],[11,26,5,17],[12,6,5,19,"event"],[12,11,5,24],[12,13,5,26],[13,8,5,28,"data"],[13,12,5,32],[13,14,5,34],[13,17,5,37,"eventParaId"],[13,28,5,48],[13,29,5,49],[14,8,5,51,"method"],[14,14,5,57],[15,8,5,59,"section"],[16,6,5,67],[17,4,5,69],[17,5,5,70],[17,10,5,75,"section"],[17,17,5,82],[17,22,5,87],[17,33,5,98],[17,37,6,8],[17,38,6,9],[17,51,6,22],[17,53,6,24],[17,63,6,34],[17,64,6,35],[17,65,6,36,"includes"],[17,73,6,44],[17,74,6,45,"method"],[17,80,6,51],[17,81,6,52],[17,85,7,8,"eventParaId"],[17,96,7,19],[17,97,7,20,"eq"],[17,99,7,22],[17,100,7,23,"paraId"],[17,106,7,29],[17,107,7,30],[17,108,7,31],[17,109,8,9,"reduce"],[17,115,8,15],[17,116,8,16],[17,117,8,17,"result"],[17,123,8,23],[17,125,8,25],[18,6,8,27,"event"],[18,11,8,32],[18,13,8,34],[19,8,8,36,"data"],[19,12,8,40],[19,14,8,42],[19,15,8,43,"accountId"],[19,24,8,52],[19,25,8,53],[20,8,8,55,"method"],[21,6,8,62],[22,4,8,64],[22,5,8,65],[22,10,8,70],[23,6,9,8],[23,10,9,12,"method"],[23,16,9,18],[23,21,9,23],[23,34,9,36],[23,36,9,38],[24,8,10,12,"result"],[24,14,10,18],[24,15,10,19,"added"],[24,20,10,24],[24,21,10,25,"push"],[24,25,10,29],[24,26,10,30,"accountId"],[24,35,10,39],[24,36,10,40,"toHex"],[24,41,10,45],[24,42,10,46],[24,43,10,47],[24,44,10,48],[25,6,11,8],[25,7,11,9],[25,13,12,13],[26,8,13,12,"result"],[26,14,13,18],[26,15,13,19,"removed"],[26,22,13,26],[26,23,13,27,"push"],[26,27,13,31],[26,28,13,32,"accountId"],[26,37,13,41],[26,38,13,42,"toHex"],[26,43,13,47],[26,44,13,48],[26,45,13,49],[26,46,13,50],[27,6,14,8],[28,6,15,8],[28,13,15,15,"result"],[28,19,15,21],[29,4,16,4],[29,5,16,5],[29,7,16,7],[30,6,16,9,"added"],[30,11,16,14],[31,6,16,16,"blockHash"],[31,15,16,25],[31,17,16,27,"events"],[31,23,16,33],[31,24,16,34,"createdAtHash"],[31,37,16,47],[31,39,16,49,"toHex"],[31,44,16,54],[31,45,16,55],[31,46,16,56],[31,50,16,60],[31,53,16,63],[32,6,16,65,"removed"],[33,4,16,73],[33,5,16,74],[33,6,16,75],[34,2,17,0],[35,0,17,1],[35,3]],"functionMap":{"names":["<global>","extractContributed","events.filter$argument_0","events.filter.reduce$argument_0"],"mappings":"AAA,OC;gBCI;8BDE;gBEC;KFQ;CDC"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/types-codec/types/registry","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":46,"index":46}}],"key":"W58Hi2bhCNNxZdXN0lr/XFIYvVc=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n require(_dependencyMap[0], \"@polkadot/types-codec/types/registry\");\n});","lineCount":5,"map":[[4,2,1,0,"require"],[4,9,1,0],[4,10,1,0,"_dependencyMap"],[4,24,1,0],[5,0,1,46],[5,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long