mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
auto-commit for 9f0f8e53-0005-474a-b8c0-62af81dd2fd1
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../u8a/eq.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":16,"index":120},"end":{"line":4,"column":39,"index":143}}],"key":"OmM6CbvOWZU4Y32F3tMYZeFvdAc=","exportNames":["*"],"imports":1}},{"name":"./u8a.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":17,"index":162},"end":{"line":5,"column":36,"index":181}}],"key":"DSv8TXMLYjJA4pNNnZgSQ7jiUn4=","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.isRiscV = isRiscV;\n const eq_js_1 = require(_dependencyMap[0], \"../u8a/eq.js\");\n const u8a_js_1 = require(_dependencyMap[1], \"./u8a.js\");\n const ELF_MAGIC = new Uint8Array([0x7f, 0x45, 0x4c, 0x46]); // ELF magic bytes: 0x7f, 'E', 'L', 'F'\n const PVM_MAGIC = new Uint8Array([0x50, 0x56, 0x4d, 0x00]); // 'P', 'V', 'M', 0x00\n /**\n * @name isRiscV\n * @summary Tests if the input has a RISC-V header\n * @description\n * Checks to see if the input Uint8Array contains a valid RISC-V header\n */\n function isRiscV(bytes) {\n if ((0, u8a_js_1.isU8a)(bytes)) {\n const start = bytes.subarray(0, 4);\n return (0, eq_js_1.u8aEq)(start, PVM_MAGIC) || (0, eq_js_1.u8aEq)(start, ELF_MAGIC);\n }\n return false;\n }\n});","lineCount":25,"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,"isRiscV"],[7,17,3,15],[7,20,3,18,"isRiscV"],[7,27,3,25],[8,2,4,0],[8,8,4,6,"eq_js_1"],[8,15,4,13],[8,18,4,16,"require"],[8,25,4,23],[8,26,4,23,"_dependencyMap"],[8,40,4,23],[8,59,4,38],[8,60,4,39],[9,2,5,0],[9,8,5,6,"u8a_js_1"],[9,16,5,14],[9,19,5,17,"require"],[9,26,5,24],[9,27,5,24,"_dependencyMap"],[9,41,5,24],[9,56,5,35],[9,57,5,36],[10,2,6,0],[10,8,6,6,"ELF_MAGIC"],[10,17,6,15],[10,20,6,18],[10,24,6,22,"Uint8Array"],[10,34,6,32],[10,35,6,33],[10,36,6,34],[10,40,6,38],[10,42,6,40],[10,46,6,44],[10,48,6,46],[10,52,6,50],[10,54,6,52],[10,58,6,56],[10,59,6,57],[10,60,6,58],[10,61,6,59],[10,62,6,60],[11,2,7,0],[11,8,7,6,"PVM_MAGIC"],[11,17,7,15],[11,20,7,18],[11,24,7,22,"Uint8Array"],[11,34,7,32],[11,35,7,33],[11,36,7,34],[11,40,7,38],[11,42,7,40],[11,46,7,44],[11,48,7,46],[11,52,7,50],[11,54,7,52],[11,58,7,56],[11,59,7,57],[11,60,7,58],[11,61,7,59],[11,62,7,60],[12,2,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,2,14,0],[18,11,14,9,"isRiscV"],[18,18,14,16,"isRiscV"],[18,19,14,17,"bytes"],[18,24,14,22],[18,26,14,24],[19,4,15,4],[19,8,15,8],[19,9,15,9],[19,10,15,10],[19,12,15,12,"u8a_js_1"],[19,20,15,20],[19,21,15,21,"isU8a"],[19,26,15,26],[19,28,15,28,"bytes"],[19,33,15,33],[19,34,15,34],[19,36,15,36],[20,6,16,8],[20,12,16,14,"start"],[20,17,16,19],[20,20,16,22,"bytes"],[20,25,16,27],[20,26,16,28,"subarray"],[20,34,16,36],[20,35,16,37],[20,36,16,38],[20,38,16,40],[20,39,16,41],[20,40,16,42],[21,6,17,8],[21,13,17,15],[21,14,17,16],[21,15,17,17],[21,17,17,19,"eq_js_1"],[21,24,17,26],[21,25,17,27,"u8aEq"],[21,30,17,32],[21,32,17,34,"start"],[21,37,17,39],[21,39,17,41,"PVM_MAGIC"],[21,48,17,50],[21,49,17,51],[21,53,17,55],[21,54,17,56],[21,55,17,57],[21,57,17,59,"eq_js_1"],[21,64,17,66],[21,65,17,67,"u8aEq"],[21,70,17,72],[21,72,17,74,"start"],[21,77,17,79],[21,79,17,81,"ELF_MAGIC"],[21,88,17,90],[21,89,17,91],[22,4,18,4],[23,4,19,4],[23,11,19,11],[23,16,19,16],[24,2,20,0],[25,0,20,1],[25,3]],"functionMap":{"names":["<global>","isRiscV"],"mappings":"AAA;ACa;CDM"},"hasCjsExports":true},"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
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../base/UInt.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":117},"end":{"line":4,"column":44,"index":143}}],"key":"rdla5PpsmahLG4iwTj9Hi/INa+U=","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.u64 = void 0;\n const UInt_js_1 = require(_dependencyMap[0], \"../base/UInt.js\");\n /**\n * @name u64\n * @description\n * A 64-bit unsigned integer\n */\n class u64 extends UInt_js_1.UInt.with(64) {\n // NOTE without this, we cannot properly determine extensions\n __UIntType = 'u64';\n }\n exports.u64 = u64;\n});","lineCount":19,"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,"u64"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0],[8,8,4,6,"UInt_js_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,64,4,43],[8,65,4,44],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,8,10,6,"u64"],[14,11,10,9],[14,20,10,18,"UInt_js_1"],[14,29,10,27],[14,30,10,28,"UInt"],[14,34,10,32],[14,35,10,33,"with"],[14,39,10,37],[14,40,10,38],[14,42,10,40],[14,43,10,41],[14,44,10,42],[15,4,11,4],[16,4,12,4,"__UIntType"],[16,14,12,14],[16,17,12,17],[16,22,12,22],[17,2,13,0],[18,2,14,0,"exports"],[18,9,14,7],[18,10,14,8,"u64"],[18,13,14,11],[18,16,14,14,"u64"],[18,19,14,17],[19,0,14,18],[19,3]],"functionMap":{"names":["<global>","u64"],"mappings":"AAA;ACS;CDG"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":117},"end":{"line":4,"column":40,"index":142}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"../blake2/asU8a.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":163},"end":{"line":5,"column":48,"index":192}}],"key":"4t7P0YdL+tdsh/RUDebm0jnOT1k=","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.sshash = sshash;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n const asU8a_js_1 = require(_dependencyMap[1], \"../blake2/asU8a.js\");\n const SS58_PREFIX = (0, util_1.stringToU8a)('SS58PRE');\n function sshash(key) {\n return (0, asU8a_js_1.blake2AsU8a)((0, util_1.u8aConcat)(SS58_PREFIX, key), 512);\n }\n});","lineCount":14,"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,"sshash"],[7,16,3,14],[7,19,3,17,"sshash"],[7,25,3,23],[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,"asU8a_js_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,68,5,47],[9,69,5,48],[10,2,6,0],[10,8,6,6,"SS58_PREFIX"],[10,19,6,17],[10,22,6,20],[10,23,6,21],[10,24,6,22],[10,26,6,24,"util_1"],[10,32,6,30],[10,33,6,31,"stringToU8a"],[10,44,6,42],[10,46,6,44],[10,55,6,53],[10,56,6,54],[11,2,7,0],[11,11,7,9,"sshash"],[11,17,7,15,"sshash"],[11,18,7,16,"key"],[11,21,7,19],[11,23,7,21],[12,4,8,4],[12,11,8,11],[12,12,8,12],[12,13,8,13],[12,15,8,15,"asU8a_js_1"],[12,25,8,25],[12,26,8,26,"blake2AsU8a"],[12,37,8,37],[12,39,8,39],[12,40,8,40],[12,41,8,41],[12,43,8,43,"util_1"],[12,49,8,49],[12,50,8,50,"u8aConcat"],[12,59,8,59],[12,61,8,61,"SS58_PREFIX"],[12,72,8,72],[12,74,8,74,"key"],[12,77,8,77],[12,78,8,78],[12,80,8,80],[12,83,8,83],[12,84,8,84],[13,2,9,0],[14,0,9,1],[14,3]],"functionMap":{"names":["<global>","sshash"],"mappings":"AAA;ACM;CDE"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/x-global","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":142},"end":{"line":4,"column":48,"index":171}}],"key":"sI2Je+yhs93Vtk4SM5jfVQCI0Wc=","exportNames":["*"],"imports":1}},{"name":"./packageInfo.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":23,"index":196},"end":{"line":5,"column":50,"index":223}}],"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 exports.fetch = exports.packageInfo = void 0;\n const x_global_1 = require(_dependencyMap[0], \"@polkadot/x-global\");\n var packageInfo_js_1 = require(_dependencyMap[1], \"./packageInfo.js\");\n Object.defineProperty(exports, \"packageInfo\", {\n enumerable: true,\n get: function () {\n return packageInfo_js_1.packageInfo;\n }\n });\n exports.fetch = x_global_1.xglobal.fetch;\n});","lineCount":17,"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,"fetch"],[7,15,3,13],[7,18,3,16,"exports"],[7,25,3,23],[7,26,3,24,"packageInfo"],[7,37,3,35],[7,40,3,38],[7,45,3,43],[7,46,3,44],[8,2,4,0],[8,8,4,6,"x_global_1"],[8,18,4,16],[8,21,4,19,"require"],[8,28,4,26],[8,29,4,26,"_dependencyMap"],[8,43,4,26],[8,68,4,47],[8,69,4,48],[9,2,5,0],[9,6,5,4,"packageInfo_js_1"],[9,22,5,20],[9,25,5,23,"require"],[9,32,5,30],[9,33,5,30,"_dependencyMap"],[9,47,5,30],[9,70,5,49],[9,71,5,50],[10,2,6,0,"Object"],[10,8,6,6],[10,9,6,7,"defineProperty"],[10,23,6,21],[10,24,6,22,"exports"],[10,31,6,29],[10,33,6,31],[10,46,6,44],[10,48,6,46],[11,4,6,48,"enumerable"],[11,14,6,58],[11,16,6,60],[11,20,6,64],[12,4,6,66,"get"],[12,7,6,69],[12,9,6,71],[12,18,6,71,"get"],[12,19,6,71],[12,21,6,83],[13,6,6,85],[13,13,6,92,"packageInfo_js_1"],[13,29,6,108],[13,30,6,109,"packageInfo"],[13,41,6,120],[14,4,6,122],[15,2,6,124],[15,3,6,125],[15,4,6,126],[16,2,7,0,"exports"],[16,9,7,7],[16,10,7,8,"fetch"],[16,15,7,13],[16,18,7,16,"x_global_1"],[16,28,7,26],[16,29,7,27,"xglobal"],[16,36,7,34],[16,37,7,35,"fetch"],[16,42,7,40],[17,0,7,41],[17,3]],"functionMap":{"names":["<global>","Object.defineProperty$argument_2.get"],"mappings":"AAA;uECK,oDD"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user