auto-commit for 3a02b3dd-cebb-4882-bfc5-dbb637e71a6d

This commit is contained in:
emergent-agent-e1
2025-11-08 10:27:44 +00:00
parent 0a8c0df2e1
commit 7ae3a6d0ec
1906 changed files with 1906 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":16,"index":93},"end":{"line":3,"column":32,"index":109}}],"key":"vm88vOsSPZItrLOmMEyUuGkd1y4=","exportNames":["*"],"imports":1}},{"name":"./bounties.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":132},"end":{"line":4,"column":45,"index":156}}],"key":"DKfOSbfiLhnFD3wEnOyxOFzptUQ=","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 tslib_1 = require(_dependencyMap[0], \"tslib\");\n tslib_1.__exportStar(require(_dependencyMap[1], \"./bounties.js\"), exports);\n});","lineCount":9,"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,"tslib_1"],[7,15,3,13],[7,18,3,16,"require"],[7,25,3,23],[7,26,3,23,"_dependencyMap"],[7,40,3,23],[7,52,3,31],[7,53,3,32],[8,2,4,0,"tslib_1"],[8,9,4,7],[8,10,4,8,"__exportStar"],[8,22,4,20],[8,23,4,21,"require"],[8,30,4,28],[8,31,4,28,"_dependencyMap"],[8,45,4,28],[8,65,4,44],[8,66,4,45],[8,68,4,47,"exports"],[8,75,4,54],[8,76,4,55],[9,0,4,56],[9,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
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":137},"end":{"line":4,"column":40,"index":162}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":22,"index":186},"end":{"line":5,"column":54,"index":218}}],"key":"iIJx+ejRpeeDyPIizByl2fy6gpQ=","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.sr25519Agreement = sr25519Agreement;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n const wasm_crypto_1 = require(_dependencyMap[1], \"@polkadot/wasm-crypto\");\n /**\n * @name sr25519Agreement\n * @description Key agreement between other's public key and self secret key\n */\n function sr25519Agreement(secretKey, publicKey) {\n const secretKeyU8a = (0, util_1.u8aToU8a)(secretKey);\n const publicKeyU8a = (0, util_1.u8aToU8a)(publicKey);\n if (publicKeyU8a.length !== 32) {\n throw new Error(`Invalid publicKey, received ${publicKeyU8a.length} bytes, expected 32`);\n } else if (secretKeyU8a.length !== 64) {\n throw new Error(`Invalid secretKey, received ${secretKeyU8a.length} bytes, expected 64`);\n }\n return (0, wasm_crypto_1.sr25519Agree)(publicKeyU8a, secretKeyU8a);\n }\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,"sr25519Agreement"],[7,26,3,24],[7,29,3,27,"sr25519Agreement"],[7,45,3,43],[8,2,4,0],[8,8,4,6,"util_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,60,4,39],[8,61,4,40],[9,2,5,0],[9,8,5,6,"wasm_crypto_1"],[9,21,5,19],[9,24,5,22,"require"],[9,31,5,29],[9,32,5,29,"_dependencyMap"],[9,46,5,29],[9,74,5,53],[9,75,5,54],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,11,10,9,"sr25519Agreement"],[14,27,10,25,"sr25519Agreement"],[14,28,10,26,"secretKey"],[14,37,10,35],[14,39,10,37,"publicKey"],[14,48,10,46],[14,50,10,48],[15,4,11,4],[15,10,11,10,"secretKeyU8a"],[15,22,11,22],[15,25,11,25],[15,26,11,26],[15,27,11,27],[15,29,11,29,"util_1"],[15,35,11,35],[15,36,11,36,"u8aToU8a"],[15,44,11,44],[15,46,11,46,"secretKey"],[15,55,11,55],[15,56,11,56],[16,4,12,4],[16,10,12,10,"publicKeyU8a"],[16,22,12,22],[16,25,12,25],[16,26,12,26],[16,27,12,27],[16,29,12,29,"util_1"],[16,35,12,35],[16,36,12,36,"u8aToU8a"],[16,44,12,44],[16,46,12,46,"publicKey"],[16,55,12,55],[16,56,12,56],[17,4,13,4],[17,8,13,8,"publicKeyU8a"],[17,20,13,20],[17,21,13,21,"length"],[17,27,13,27],[17,32,13,32],[17,34,13,34],[17,36,13,36],[18,6,14,8],[18,12,14,14],[18,16,14,18,"Error"],[18,21,14,23],[18,22,14,24],[18,53,14,55,"publicKeyU8a"],[18,65,14,67],[18,66,14,68,"length"],[18,72,14,74],[18,93,14,95],[18,94,14,96],[19,4,15,4],[19,5,15,5],[19,11,16,9],[19,15,16,13,"secretKeyU8a"],[19,27,16,25],[19,28,16,26,"length"],[19,34,16,32],[19,39,16,37],[19,41,16,39],[19,43,16,41],[20,6,17,8],[20,12,17,14],[20,16,17,18,"Error"],[20,21,17,23],[20,22,17,24],[20,53,17,55,"secretKeyU8a"],[20,65,17,67],[20,66,17,68,"length"],[20,72,17,74],[20,93,17,95],[20,94,17,96],[21,4,18,4],[22,4,19,4],[22,11,19,11],[22,12,19,12],[22,13,19,13],[22,15,19,15,"wasm_crypto_1"],[22,28,19,28],[22,29,19,29,"sr25519Agree"],[22,41,19,41],[22,43,19,43,"publicKeyU8a"],[22,55,19,55],[22,57,19,57,"secretKeyU8a"],[22,69,19,69],[22,70,19,70],[23,2,20,0],[24,0,20,1],[24,3]],"functionMap":{"names":["<global>","sr25519Agreement"],"mappings":"AAA;ACS;CDU"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":61,"index":61}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Platform","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"dV3bI3NOD8bfMzaIniMaFGy/nn8=","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, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _expoModulesCore = require(_dependencyMap[0], \"expo-modules-core\");\n var _reactNativeWebDistExportsPlatform = require(_dependencyMap[1], \"react-native-web/dist/exports/Platform\");\n var Platform = _interopDefault(_reactNativeWebDistExportsPlatform);\n let ExpoClipboard;\n if (Platform.default.OS === 'ios') {\n ExpoClipboard = (0, _expoModulesCore.requireNativeViewManager)('ExpoClipboard');\n }\n var _default = ExpoClipboard;\n});","lineCount":26,"map":[[12,2,7,0,"Object"],[12,8,7,0],[12,9,7,0,"defineProperty"],[12,23,7,0],[12,24,7,0,"exports"],[12,31,7,0],[13,4,7,0,"enumerable"],[13,14,7,0],[14,4,7,0,"get"],[14,7,7,0],[14,18,7,0,"get"],[14,19,7,0],[15,6,7,0],[15,13,7,0,"_default"],[15,21,7,0],[16,4,7,0],[17,2,7,0],[18,2,1,0],[18,6,1,0,"_expoModulesCore"],[18,22,1,0],[18,25,1,0,"require"],[18,32,1,0],[18,33,1,0,"_dependencyMap"],[18,47,1,0],[19,2,1,61],[19,6,1,61,"_reactNativeWebDistExportsPlatform"],[19,40,1,61],[19,43,1,61,"require"],[19,50,1,61],[19,51,1,61,"_dependencyMap"],[19,65,1,61],[20,2,1,61],[20,6,1,61,"Platform"],[20,14,1,61],[20,17,1,61,"_interopDefault"],[20,32,1,61],[20,33,1,61,"_reactNativeWebDistExportsPlatform"],[20,67,1,61],[21,2,3,0],[21,6,3,4,"ExpoClipboard"],[21,19,3,17],[22,2,4,0],[22,6,4,4,"Platform"],[22,14,4,12],[22,15,4,12,"default"],[22,22,4,12],[22,23,4,13,"OS"],[22,25,4,15],[22,30,4,20],[22,35,4,25],[22,37,4,27],[23,4,5,4,"ExpoClipboard"],[23,17,5,17],[23,20,5,20],[23,24,5,20,"requireNativeViewManager"],[23,40,5,44],[23,41,5,44,"requireNativeViewManager"],[23,65,5,44],[23,67,5,45],[23,82,5,60],[23,83,5,61],[24,2,6,0],[25,2,7,0],[25,6,7,0,"_default"],[25,14,7,0],[25,17,7,15,"ExpoClipboard"],[25,30,7,28],[26,0,7,29],[26,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long