auto-commit for 9f0f8e53-0005-474a-b8c0-62af81dd2fd1

This commit is contained in:
emergent-agent-e1
2025-10-24 02:50:33 +00:00
parent cac3637e68
commit a80510af07
1119 changed files with 1119 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":141},"end":{"line":4,"column":40,"index":166}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"../keccak/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":187},"end":{"line":5,"column":48,"index":216}}],"key":"9nQlM848DtQehnP9/NVIHJWoLxU=","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.isEthereumChecksum = isEthereumChecksum;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n const index_js_1 = require(_dependencyMap[1], \"../keccak/index.js\");\n function isInvalidChar(char, byte) {\n return char !== (byte > 7 ? char.toUpperCase() : char.toLowerCase());\n }\n function isEthereumChecksum(_address) {\n const address = _address.replace('0x', '');\n const hash = (0, util_1.u8aToHex)((0, index_js_1.keccakAsU8a)(address.toLowerCase()), -1, false);\n for (let i = 0; i < 40; i++) {\n if (isInvalidChar(address[i], parseInt(hash[i], 16))) {\n return false;\n }\n }\n return true;\n }\n});","lineCount":23,"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,"isEthereumChecksum"],[7,28,3,26],[7,31,3,29,"isEthereumChecksum"],[7,49,3,47],[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,"index_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,11,6,9,"isInvalidChar"],[10,24,6,22,"isInvalidChar"],[10,25,6,23,"char"],[10,29,6,27],[10,31,6,29,"byte"],[10,35,6,33],[10,37,6,35],[11,4,7,4],[11,11,7,11,"char"],[11,15,7,15],[11,21,7,21,"byte"],[11,25,7,25],[11,28,7,28],[11,29,7,29],[11,32,8,10,"char"],[11,36,8,14],[11,37,8,15,"toUpperCase"],[11,48,8,26],[11,49,8,27],[11,50,8,28],[11,53,9,10,"char"],[11,57,9,14],[11,58,9,15,"toLowerCase"],[11,69,9,26],[11,70,9,27],[11,71,9,28],[11,72,9,29],[12,2,10,0],[13,2,11,0],[13,11,11,9,"isEthereumChecksum"],[13,29,11,27,"isEthereumChecksum"],[13,30,11,28,"_address"],[13,38,11,36],[13,40,11,38],[14,4,12,4],[14,10,12,10,"address"],[14,17,12,17],[14,20,12,20,"_address"],[14,28,12,28],[14,29,12,29,"replace"],[14,36,12,36],[14,37,12,37],[14,41,12,41],[14,43,12,43],[14,45,12,45],[14,46,12,46],[15,4,13,4],[15,10,13,10,"hash"],[15,14,13,14],[15,17,13,17],[15,18,13,18],[15,19,13,19],[15,21,13,21,"util_1"],[15,27,13,27],[15,28,13,28,"u8aToHex"],[15,36,13,36],[15,38,13,38],[15,39,13,39],[15,40,13,40],[15,42,13,42,"index_js_1"],[15,52,13,52],[15,53,13,53,"keccakAsU8a"],[15,64,13,64],[15,66,13,66,"address"],[15,73,13,73],[15,74,13,74,"toLowerCase"],[15,85,13,85],[15,86,13,86],[15,87,13,87],[15,88,13,88],[15,90,13,90],[15,91,13,91],[15,92,13,92],[15,94,13,94],[15,99,13,99],[15,100,13,100],[16,4,14,4],[16,9,14,9],[16,13,14,13,"i"],[16,14,14,14],[16,17,14,17],[16,18,14,18],[16,20,14,20,"i"],[16,21,14,21],[16,24,14,24],[16,26,14,26],[16,28,14,28,"i"],[16,29,14,29],[16,31,14,31],[16,33,14,33],[17,6,15,8],[17,10,15,12,"isInvalidChar"],[17,23,15,25],[17,24,15,26,"address"],[17,31,15,33],[17,32,15,34,"i"],[17,33,15,35],[17,34,15,36],[17,36,15,38,"parseInt"],[17,44,15,46],[17,45,15,47,"hash"],[17,49,15,51],[17,50,15,52,"i"],[17,51,15,53],[17,52,15,54],[17,54,15,56],[17,56,15,58],[17,57,15,59],[17,58,15,60],[17,60,15,62],[18,8,16,12],[18,15,16,19],[18,20,16,24],[19,6,17,8],[20,4,18,4],[21,4,19,4],[21,11,19,11],[21,15,19,15],[22,2,20,0],[23,0,20,1],[23,3]],"functionMap":{"names":["<global>","isInvalidChar","isEthereumChecksum"],"mappings":"AAA;ACK;CDI;AEC;CFS"},"hasCjsExports":true},"type":"js/module"}]}
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.rpc = void 0;\n exports.rpc = {\n queryFeeDetails: {\n // NOTE: Not deprecated (yet) in Substrate, but it is the intent to do so\n deprecated: 'Use `api.call.transactionPaymentApi.queryFeeDetails` instead',\n description: 'Query the detailed fee of a given encoded extrinsic',\n params: [{\n name: 'extrinsic',\n type: 'Bytes'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'BlockHash'\n }],\n type: 'FeeDetails'\n },\n queryInfo: {\n // NOTE: Not deprecated (yet) in Substrate, but it is the intent to do so\n deprecated: 'Use `api.call.transactionPaymentApi.queryInfo` instead',\n description: 'Retrieves the fee information for an encoded extrinsic',\n params: [{\n name: 'extrinsic',\n type: 'Bytes'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'BlockHash'\n }],\n // NOTE: Stuck on V1 forever (at least for the time being)\n type: 'RuntimeDispatchInfoV1'\n }\n };\n});","lineCount":41,"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,"rpc"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"rpc"],[8,13,4,11],[8,16,4,14],[9,4,5,4,"queryFeeDetails"],[9,19,5,19],[9,21,5,21],[10,6,6,8],[11,6,7,8,"deprecated"],[11,16,7,18],[11,18,7,20],[11,80,7,82],[12,6,8,8,"description"],[12,17,8,19],[12,19,8,21],[12,72,8,74],[13,6,9,8,"params"],[13,12,9,14],[13,14,9,16],[13,15,10,12],[14,8,11,16,"name"],[14,12,11,20],[14,14,11,22],[14,25,11,33],[15,8,12,16,"type"],[15,12,12,20],[15,14,12,22],[16,6,13,12],[16,7,13,13],[16,9,14,12],[17,8,15,16,"isHistoric"],[17,18,15,26],[17,20,15,28],[17,24,15,32],[18,8,16,16,"isOptional"],[18,18,16,26],[18,20,16,28],[18,24,16,32],[19,8,17,16,"name"],[19,12,17,20],[19,14,17,22],[19,18,17,26],[20,8,18,16,"type"],[20,12,18,20],[20,14,18,22],[21,6,19,12],[21,7,19,13],[21,8,20,9],[22,6,21,8,"type"],[22,10,21,12],[22,12,21,14],[23,4,22,4],[23,5,22,5],[24,4,23,4,"queryInfo"],[24,13,23,13],[24,15,23,15],[25,6,24,8],[26,6,25,8,"deprecated"],[26,16,25,18],[26,18,25,20],[26,74,25,76],[27,6,26,8,"description"],[27,17,26,19],[27,19,26,21],[27,75,26,77],[28,6,27,8,"params"],[28,12,27,14],[28,14,27,16],[28,15,28,12],[29,8,29,16,"name"],[29,12,29,20],[29,14,29,22],[29,25,29,33],[30,8,30,16,"type"],[30,12,30,20],[30,14,30,22],[31,6,31,12],[31,7,31,13],[31,9,32,12],[32,8,33,16,"isHistoric"],[32,18,33,26],[32,20,33,28],[32,24,33,32],[33,8,34,16,"isOptional"],[33,18,34,26],[33,20,34,28],[33,24,34,32],[34,8,35,16,"name"],[34,12,35,20],[34,14,35,22],[34,18,35,26],[35,8,36,16,"type"],[35,12,36,20],[35,14,36,22],[36,6,37,12],[36,7,37,13],[36,8,38,9],[37,6,39,8],[38,6,40,8,"type"],[38,10,40,12],[38,12,40,14],[39,4,41,4],[40,2,42,0],[40,3,42,1],[41,0,42,2],[41,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"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":[{"name":"./blake2.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":9,"column":20,"index":284},"end":{"line":9,"column":42,"index":306}}],"key":"FqW+ADJHeQUurghEojoOUpnEY5k=","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.blake2b = exports.BLAKE2b = void 0;\n /**\n * Blake2b hash function. Focuses on 64-bit platforms, but in JS speed different from Blake2s is negligible.\n * @module\n * @deprecated\n */\n const blake2_ts_1 = require(_dependencyMap[0], \"./blake2.js\");\n /** @deprecated Use import from `noble/hashes/blake2` module */\n exports.BLAKE2b = blake2_ts_1.BLAKE2b;\n /** @deprecated Use import from `noble/hashes/blake2` module */\n exports.blake2b = blake2_ts_1.blake2b;\n});","lineCount":18,"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,"blake2b"],[7,17,3,15],[7,20,3,18,"exports"],[7,27,3,25],[7,28,3,26,"BLAKE2b"],[7,35,3,33],[7,38,3,36],[7,43,3,41],[7,44,3,42],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,2,9,0],[13,8,9,6,"blake2_ts_1"],[13,19,9,17],[13,22,9,20,"require"],[13,29,9,27],[13,30,9,27,"_dependencyMap"],[13,44,9,27],[13,62,9,41],[13,63,9,42],[14,2,10,0],[15,2,11,0,"exports"],[15,9,11,7],[15,10,11,8,"BLAKE2b"],[15,17,11,15],[15,20,11,18,"blake2_ts_1"],[15,31,11,29],[15,32,11,30,"BLAKE2b"],[15,39,11,37],[16,2,12,0],[17,2,13,0,"exports"],[17,9,13,7],[17,10,13,8,"blake2b"],[17,17,13,15],[17,20,13,18,"blake2_ts_1"],[17,31,13,29],[17,32,13,30,"blake2b"],[17,39,13,37],[18,0,13,38],[18,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../util/identity","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":129},"end":{"line":4,"column":44,"index":156}}],"key":"7G8t17UjdLz+1vgZc9hnV806JUk=","exportNames":["*"],"imports":1}},{"name":"../util/mapOneOrManyArgs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":25,"index":183},"end":{"line":5,"column":60,"index":218}}],"key":"KvLuJHItKAwR9U1mXGdGRRr8Wu8=","exportNames":["*"],"imports":1}},{"name":"../util/pipe","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":13,"index":233},"end":{"line":6,"column":36,"index":256}}],"key":"ybphAVV2KESMaWVYMi9WQItgTJA=","exportNames":["*"],"imports":1}},{"name":"./mergeMap","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":7,"column":17,"index":275},"end":{"line":7,"column":38,"index":296}}],"key":"xUEiDjtbuNGI7h/MLeXAPYyG/mI=","exportNames":["*"],"imports":1}},{"name":"./toArray","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":8,"column":16,"index":314},"end":{"line":8,"column":36,"index":334}}],"key":"ROQEhz+L/+XjZl/kN/ad0lkONUM=","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.joinAllInternals = void 0;\n var identity_1 = require(_dependencyMap[0], \"../util/identity\");\n var mapOneOrManyArgs_1 = require(_dependencyMap[1], \"../util/mapOneOrManyArgs\");\n var pipe_1 = require(_dependencyMap[2], \"../util/pipe\");\n var mergeMap_1 = require(_dependencyMap[3], \"./mergeMap\");\n var toArray_1 = require(_dependencyMap[4], \"./toArray\");\n function joinAllInternals(joinFn, project) {\n return pipe_1.pipe(toArray_1.toArray(), mergeMap_1.mergeMap(function (sources) {\n return joinFn(sources);\n }), project ? mapOneOrManyArgs_1.mapOneOrManyArgs(project) : identity_1.identity);\n }\n exports.joinAllInternals = joinAllInternals;\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,"joinAllInternals"],[7,26,3,24],[7,29,3,27],[7,34,3,32],[7,35,3,33],[8,2,4,0],[8,6,4,4,"identity_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,64,4,43],[8,65,4,44],[9,2,5,0],[9,6,5,4,"mapOneOrManyArgs_1"],[9,24,5,22],[9,27,5,25,"require"],[9,34,5,32],[9,35,5,32,"_dependencyMap"],[9,49,5,32],[9,80,5,59],[9,81,5,60],[10,2,6,0],[10,6,6,4,"pipe_1"],[10,12,6,10],[10,15,6,13,"require"],[10,22,6,20],[10,23,6,20,"_dependencyMap"],[10,37,6,20],[10,56,6,35],[10,57,6,36],[11,2,7,0],[11,6,7,4,"mergeMap_1"],[11,16,7,14],[11,19,7,17,"require"],[11,26,7,24],[11,27,7,24,"_dependencyMap"],[11,41,7,24],[11,58,7,37],[11,59,7,38],[12,2,8,0],[12,6,8,4,"toArray_1"],[12,15,8,13],[12,18,8,16,"require"],[12,25,8,23],[12,26,8,23,"_dependencyMap"],[12,40,8,23],[12,56,8,35],[12,57,8,36],[13,2,9,0],[13,11,9,9,"joinAllInternals"],[13,27,9,25,"joinAllInternals"],[13,28,9,26,"joinFn"],[13,34,9,32],[13,36,9,34,"project"],[13,43,9,41],[13,45,9,43],[14,4,10,4],[14,11,10,11,"pipe_1"],[14,17,10,17],[14,18,10,18,"pipe"],[14,22,10,22],[14,23,10,23,"toArray_1"],[14,32,10,32],[14,33,10,33,"toArray"],[14,40,10,40],[14,41,10,41],[14,42,10,42],[14,44,10,44,"mergeMap_1"],[14,54,10,54],[14,55,10,55,"mergeMap"],[14,63,10,63],[14,64,10,64],[14,74,10,74,"sources"],[14,81,10,81],[14,83,10,83],[15,6,10,85],[15,13,10,92,"joinFn"],[15,19,10,98],[15,20,10,99,"sources"],[15,27,10,106],[15,28,10,107],[16,4,10,109],[16,5,10,110],[16,6,10,111],[16,8,10,113,"project"],[16,15,10,120],[16,18,10,123,"mapOneOrManyArgs_1"],[16,36,10,141],[16,37,10,142,"mapOneOrManyArgs"],[16,53,10,158],[16,54,10,159,"project"],[16,61,10,166],[16,62,10,167],[16,65,10,170,"identity_1"],[16,75,10,180],[16,76,10,181,"identity"],[16,84,10,189],[16,85,10,190],[17,2,11,0],[18,2,12,0,"exports"],[18,9,12,7],[18,10,12,8,"joinAllInternals"],[18,26,12,24],[18,29,12,27,"joinAllInternals"],[18,45,12,43],[19,0,12,44],[19,3]],"functionMap":{"names":["<global>","joinAllInternals","mergeMap_1.mergeMap$argument_0"],"mappings":"AAA;ACQ;gECC,8CD;CDC"},"hasCjsExports":true},"type":"js/module"}]}