mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":43},"end":{"line":2,"column":50,"index":93}}],"key":"2/wMT/y5UfnEdVow79e3G5+65jw=","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.sr25519VrfVerify = sr25519VrfVerify;\n var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n var _polkadotWasmCrypto = require(_dependencyMap[1], \"@polkadot/wasm-crypto\");\n const EMPTY_U8A = new Uint8Array();\n /**\n * @name sr25519VrfVerify\n * @description Verify with sr25519 vrf verification\n */\n function sr25519VrfVerify(message, signOutput, publicKey, context = EMPTY_U8A, extra = EMPTY_U8A) {\n const publicKeyU8a = (0, _polkadotUtil.u8aToU8a)(publicKey);\n const proofU8a = (0, _polkadotUtil.u8aToU8a)(signOutput);\n if (publicKeyU8a.length !== 32) {\n throw new Error('Invalid publicKey, expected 32-bytes');\n } else if (proofU8a.length !== 96) {\n throw new Error('Invalid vrfSign output, expected 96 bytes');\n }\n return (0, _polkadotWasmCrypto.vrfVerify)(publicKeyU8a, (0, _polkadotUtil.u8aToU8a)(context), (0, _polkadotUtil.u8aToU8a)(message), (0, _polkadotUtil.u8aToU8a)(extra), proofU8a);\n }\n});","lineCount":25,"map":[[7,2,8,0,"exports"],[7,9,8,0],[7,10,8,0,"sr25519VrfVerify"],[7,26,8,0],[7,29,8,0,"sr25519VrfVerify"],[7,45,8,0],[8,2,1,0],[8,6,1,0,"_polkadotUtil"],[8,19,1,0],[8,22,1,0,"require"],[8,29,1,0],[8,30,1,0,"_dependencyMap"],[8,44,1,0],[9,2,2,0],[9,6,2,0,"_polkadotWasmCrypto"],[9,25,2,0],[9,28,2,0,"require"],[9,35,2,0],[9,36,2,0,"_dependencyMap"],[9,50,2,0],[10,2,3,0],[10,8,3,6,"EMPTY_U8A"],[10,17,3,15],[10,20,3,18],[10,24,3,22,"Uint8Array"],[10,34,3,32],[10,35,3,33],[10,36,3,34],[11,2,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,2,8,7],[15,11,8,16,"sr25519VrfVerify"],[15,27,8,32,"sr25519VrfVerify"],[15,28,8,33,"message"],[15,35,8,40],[15,37,8,42,"signOutput"],[15,47,8,52],[15,49,8,54,"publicKey"],[15,58,8,63],[15,60,8,65,"context"],[15,67,8,72],[15,70,8,75,"EMPTY_U8A"],[15,79,8,84],[15,81,8,86,"extra"],[15,86,8,91],[15,89,8,94,"EMPTY_U8A"],[15,98,8,103],[15,100,8,105],[16,4,9,4],[16,10,9,10,"publicKeyU8a"],[16,22,9,22],[16,25,9,25],[16,29,9,25,"u8aToU8a"],[16,42,9,33],[16,43,9,33,"u8aToU8a"],[16,51,9,33],[16,53,9,34,"publicKey"],[16,62,9,43],[16,63,9,44],[17,4,10,4],[17,10,10,10,"proofU8a"],[17,18,10,18],[17,21,10,21],[17,25,10,21,"u8aToU8a"],[17,38,10,29],[17,39,10,29,"u8aToU8a"],[17,47,10,29],[17,49,10,30,"signOutput"],[17,59,10,40],[17,60,10,41],[18,4,11,4],[18,8,11,8,"publicKeyU8a"],[18,20,11,20],[18,21,11,21,"length"],[18,27,11,27],[18,32,11,32],[18,34,11,34],[18,36,11,36],[19,6,12,8],[19,12,12,14],[19,16,12,18,"Error"],[19,21,12,23],[19,22,12,24],[19,60,12,62],[19,61,12,63],[20,4,13,4],[20,5,13,5],[20,11,14,9],[20,15,14,13,"proofU8a"],[20,23,14,21],[20,24,14,22,"length"],[20,30,14,28],[20,35,14,33],[20,37,14,35],[20,39,14,37],[21,6,15,8],[21,12,15,14],[21,16,15,18,"Error"],[21,21,15,23],[21,22,15,24],[21,65,15,67],[21,66,15,68],[22,4,16,4],[23,4,17,4],[23,11,17,11],[23,15,17,11,"vrfVerify"],[23,34,17,20],[23,35,17,20,"vrfVerify"],[23,44,17,20],[23,46,17,21,"publicKeyU8a"],[23,58,17,33],[23,60,17,35],[23,64,17,35,"u8aToU8a"],[23,77,17,43],[23,78,17,43,"u8aToU8a"],[23,86,17,43],[23,88,17,44,"context"],[23,95,17,51],[23,96,17,52],[23,98,17,54],[23,102,17,54,"u8aToU8a"],[23,115,17,62],[23,116,17,62,"u8aToU8a"],[23,124,17,62],[23,126,17,63,"message"],[23,133,17,70],[23,134,17,71],[23,136,17,73],[23,140,17,73,"u8aToU8a"],[23,153,17,81],[23,154,17,81,"u8aToU8a"],[23,162,17,81],[23,164,17,82,"extra"],[23,169,17,87],[23,170,17,88],[23,172,17,90,"proofU8a"],[23,180,17,98],[23,181,17,99],[24,2,18,0],[25,0,18,1],[25,3]],"functionMap":{"names":["<global>","sr25519VrfVerify"],"mappings":"AAA;OCO;CDU"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","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 _reactNativeWebDistExportsView = require(_dependencyMap[0], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n const ScreenContentWrapper = View.default;\n var _default = ScreenContentWrapper;\n});","lineCount":22,"map":[[12,2,3,0,"Object"],[12,8,3,0],[12,9,3,0,"defineProperty"],[12,23,3,0],[12,24,3,0,"exports"],[12,31,3,0],[13,4,3,0,"enumerable"],[13,14,3,0],[14,4,3,0,"get"],[14,7,3,0],[14,18,3,0,"get"],[14,19,3,0],[15,6,3,0],[15,13,3,0,"_default"],[15,21,3,0],[16,4,3,0],[17,2,3,0],[18,2,3,36],[18,6,3,36,"_reactNativeWebDistExportsView"],[18,36,3,36],[18,39,3,36,"require"],[18,46,3,36],[18,47,3,36,"_dependencyMap"],[18,61,3,36],[19,2,3,36],[19,6,3,36,"View"],[19,10,3,36],[19,13,3,36,"_interopDefault"],[19,28,3,36],[19,29,3,36,"_reactNativeWebDistExportsView"],[19,59,3,36],[20,2,2,0],[20,8,2,6,"ScreenContentWrapper"],[20,28,2,26],[20,31,2,29,"View"],[20,35,2,33],[20,36,2,33,"default"],[20,43,2,33],[21,2,3,0],[21,6,3,0,"_default"],[21,14,3,0],[21,17,3,15,"ScreenContentWrapper"],[21,37,3,35],[22,0,3,36],[22,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","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 _reactNativeWebDistExportsView = require(_dependencyMap[0], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n const ScreenContainer = View.default;\n var _default = ScreenContainer;\n});","lineCount":22,"map":[[12,2,3,0,"Object"],[12,8,3,0],[12,9,3,0,"defineProperty"],[12,23,3,0],[12,24,3,0,"exports"],[12,31,3,0],[13,4,3,0,"enumerable"],[13,14,3,0],[14,4,3,0,"get"],[14,7,3,0],[14,18,3,0,"get"],[14,19,3,0],[15,6,3,0],[15,13,3,0,"_default"],[15,21,3,0],[16,4,3,0],[17,2,3,0],[18,2,3,31],[18,6,3,31,"_reactNativeWebDistExportsView"],[18,36,3,31],[18,39,3,31,"require"],[18,46,3,31],[18,47,3,31,"_dependencyMap"],[18,61,3,31],[19,2,3,31],[19,6,3,31,"View"],[19,10,3,31],[19,13,3,31,"_interopDefault"],[19,28,3,31],[19,29,3,31,"_reactNativeWebDistExportsView"],[19,59,3,31],[20,2,2,0],[20,8,2,6,"ScreenContainer"],[20,23,2,21],[20,26,2,24,"View"],[20,30,2,28],[20,31,2,28,"default"],[20,38,2,28],[21,2,3,0],[21,6,3,0,"_default"],[21,14,3,0],[21,17,3,15,"ScreenContainer"],[21,32,3,30],[22,0,3,31],[22,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./isFunction","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"MQIrH/LJ76a6aGgsvaABTE/vrgI=","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.hasLift = hasLift;\n exports.operate = operate;\n var _isFunction = require(_dependencyMap[0], \"./isFunction\");\n function hasLift(source) {\n return (0, _isFunction.isFunction)(source === null || source === void 0 ? void 0 : source.lift);\n }\n function operate(init) {\n return function (source) {\n if (hasLift(source)) {\n return source.lift(function (liftedSource) {\n try {\n return init(liftedSource, this);\n } catch (err) {\n this.error(err);\n }\n });\n }\n throw new TypeError('Unable to lift unknown Observable type');\n };\n }\n});","lineCount":27,"map":[[7,2,2,0,"exports"],[7,9,2,0],[7,10,2,0,"hasLift"],[7,17,2,0],[7,20,2,0,"hasLift"],[7,27,2,0],[8,2,5,0,"exports"],[8,9,5,0],[8,10,5,0,"operate"],[8,17,5,0],[8,20,5,0,"operate"],[8,27,5,0],[9,2,1,0],[9,6,1,0,"_isFunction"],[9,17,1,0],[9,20,1,0,"require"],[9,27,1,0],[9,28,1,0,"_dependencyMap"],[9,42,1,0],[10,2,2,7],[10,11,2,16,"hasLift"],[10,18,2,23,"hasLift"],[10,19,2,24,"source"],[10,25,2,30],[10,27,2,32],[11,4,3,4],[11,11,3,11],[11,15,3,11,"isFunction"],[11,26,3,21],[11,27,3,21,"isFunction"],[11,37,3,21],[11,39,3,22,"source"],[11,45,3,28],[11,50,3,33],[11,54,3,37],[11,58,3,41,"source"],[11,64,3,47],[11,69,3,52],[11,74,3,57],[11,75,3,58],[11,78,3,61],[11,83,3,66],[11,84,3,67],[11,87,3,70,"source"],[11,93,3,76],[11,94,3,77,"lift"],[11,98,3,81],[11,99,3,82],[12,2,4,0],[13,2,5,7],[13,11,5,16,"operate"],[13,18,5,23,"operate"],[13,19,5,24,"init"],[13,23,5,28],[13,25,5,30],[14,4,6,4],[14,11,6,11],[14,21,6,21,"source"],[14,27,6,27],[14,29,6,29],[15,6,7,8],[15,10,7,12,"hasLift"],[15,17,7,19],[15,18,7,20,"source"],[15,24,7,26],[15,25,7,27],[15,27,7,29],[16,8,8,12],[16,15,8,19,"source"],[16,21,8,25],[16,22,8,26,"lift"],[16,26,8,30],[16,27,8,31],[16,37,8,41,"liftedSource"],[16,49,8,53],[16,51,8,55],[17,10,9,16],[17,14,9,20],[18,12,10,20],[18,19,10,27,"init"],[18,23,10,31],[18,24,10,32,"liftedSource"],[18,36,10,44],[18,38,10,46],[18,42,10,50],[18,43,10,51],[19,10,11,16],[19,11,11,17],[19,12,12,16],[19,19,12,23,"err"],[19,22,12,26],[19,24,12,28],[20,12,13,20],[20,16,13,24],[20,17,13,25,"error"],[20,22,13,30],[20,23,13,31,"err"],[20,26,13,34],[20,27,13,35],[21,10,14,16],[22,8,15,12],[22,9,15,13],[22,10,15,14],[23,6,16,8],[24,6,17,8],[24,12,17,14],[24,16,17,18,"TypeError"],[24,25,17,27],[24,26,17,28],[24,66,17,68],[24,67,17,69],[25,4,18,4],[25,5,18,5],[26,2,19,0],[27,0,19,1],[27,3]],"functionMap":{"names":["<global>","hasLift","operate","<anonymous>","source.lift$argument_0"],"mappings":"AAA;OCC;CDE;OEC;WCC;+BCE;aDO;KDG;CFC"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user