diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6cf2a538..28acd015 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,6 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Install schnorr workaround script dependencies - run: npm --prefix ./scripts/ install - - name: Install run: composer update --no-interaction --no-suggest --ignore-platform-reqs diff --git a/scripts/.babelrc b/scripts/.babelrc deleted file mode 100644 index 69fe7150..00000000 --- a/scripts/.babelrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "presets": ["@babel/preset-env"] -} diff --git a/scripts/dist/schnorr-signer.js b/scripts/dist/schnorr-signer.js deleted file mode 100644 index 7c961afc..00000000 --- a/scripts/dist/schnorr-signer.js +++ /dev/null @@ -1,150 +0,0 @@ -"use strict"; - -function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } -function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); } -function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } } -function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } -function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; } -function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); } -function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } -var _require = require("bcrypto"), - schnorr = _require.schnorr; - -// Function to sign a message using the provided private key -var signMessage = /*#__PURE__*/function () { - var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(privateKeyHex, messageHex) { - var privateKey, message, signature, signatureHex; - return _regeneratorRuntime().wrap(function _callee$(_context) { - while (1) switch (_context.prev = _context.next) { - case 0: - privateKey = Buffer.from(privateKeyHex, "hex"); - message = Buffer.from(messageHex, "hex"); - _context.prev = 2; - _context.next = 5; - return schnorr.sign(message, privateKey); - case 5: - signature = _context.sent; - signatureHex = signature.toString("hex"); - return _context.abrupt("return", { - status: "success", - signature: signatureHex - }); - case 10: - _context.prev = 10; - _context.t0 = _context["catch"](2); - return _context.abrupt("return", { - status: "error", - message: _context.t0.message - }); - case 13: - case "end": - return _context.stop(); - } - }, _callee, null, [[2, 10]]); - })); - return function signMessage(_x, _x2) { - return _ref.apply(this, arguments); - }; -}(); - -// Function to verify a signature using the provided public key -var verifySignature = /*#__PURE__*/function () { - var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(publicKeyHex, messageHex, signatureHex) { - var publicKey, message, signature, isValid; - return _regeneratorRuntime().wrap(function _callee2$(_context2) { - while (1) switch (_context2.prev = _context2.next) { - case 0: - publicKey = Buffer.from(publicKeyHex, "hex"); - message = Buffer.from(messageHex, "hex"); - signature = Buffer.from(signatureHex, "hex"); // Remove leading byte ('02' / '03') from ECDSA key - if (publicKey.byteLength === 33) { - publicKey = publicKey.subarray(1); - } - _context2.prev = 4; - _context2.next = 7; - return schnorr.verify(message, signature, publicKey); - case 7: - isValid = _context2.sent; - return _context2.abrupt("return", { - status: "success", - isValid: isValid - }); - case 11: - _context2.prev = 11; - _context2.t0 = _context2["catch"](4); - return _context2.abrupt("return", { - status: "error", - message: _context2.t0.message - }); - case 14: - case "end": - return _context2.stop(); - } - }, _callee2, null, [[4, 11]]); - })); - return function verifySignature(_x3, _x4, _x5) { - return _ref2.apply(this, arguments); - }; -}(); - -// Function to parse command line arguments and call the appropriate function -var main = /*#__PURE__*/function () { - var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() { - var args, mode, result, _args$slice, _args$slice2, privateKeyHex, messageHex, _args$slice3, _args$slice4, publicKeyHex, _messageHex, signatureHex; - return _regeneratorRuntime().wrap(function _callee3$(_context3) { - while (1) switch (_context3.prev = _context3.next) { - case 0: - args = process.argv.slice(2); - if (args.length < 3) { - console.error(JSON.stringify({ - status: "error", - message: "Usage: npm start " - })); - process.exit(1); - } - mode = args[0]; - if (!(mode === "sign" && args.length === 3)) { - _context3.next = 10; - break; - } - _args$slice = args.slice(1), _args$slice2 = _slicedToArray(_args$slice, 2), privateKeyHex = _args$slice2[0], messageHex = _args$slice2[1]; - _context3.next = 7; - return signMessage(privateKeyHex, messageHex); - case 7: - result = _context3.sent; - _context3.next = 19; - break; - case 10: - if (!(mode === "verify" && args.length === 4)) { - _context3.next = 17; - break; - } - _args$slice3 = args.slice(1), _args$slice4 = _slicedToArray(_args$slice3, 3), publicKeyHex = _args$slice4[0], _messageHex = _args$slice4[1], signatureHex = _args$slice4[2]; - _context3.next = 14; - return verifySignature(publicKeyHex, _messageHex, signatureHex); - case 14: - result = _context3.sent; - _context3.next = 19; - break; - case 17: - console.error(JSON.stringify({ - status: "error", - message: "Usage: npm start ".concat(mode, " .\nFor 'sign': npm start sign .\nFor 'verify': npm start verify .") - })); - process.exit(1); - case 19: - console.log(JSON.stringify(result)); - case 20: - case "end": - return _context3.stop(); - } - }, _callee3); - })); - return function main() { - return _ref3.apply(this, arguments); - }; -}(); -main(); \ No newline at end of file diff --git a/scripts/package-lock.json b/scripts/package-lock.json deleted file mode 100644 index 3992ea64..00000000 --- a/scripts/package-lock.json +++ /dev/null @@ -1,2722 +0,0 @@ -{ - "name": "schnorr-signer", - "version": "1.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "schnorr-signer", - "version": "1.0.0", - "license": "ISC", - "dependencies": { - "bcrypto": "^5.5.2" - }, - "devDependencies": { - "@babel/cli": "^7.14.5", - "@babel/core": "^7.14.6", - "@babel/preset-env": "^7.14.7" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", - "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.25", - "commander": "^6.2.0", - "convert-source-map": "^2.0.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.2.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0" - }, - "bin": { - "babel": "bin/babel.js", - "babel-external-helpers": "bin/babel-external-helpers.js" - }, - "engines": { - "node": ">=6.9.0" - }, - "optionalDependencies": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.24.7", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", - "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.9", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", - "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", - "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dev": true, - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", - "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", - "dev": true, - "dependencies": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", - "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", - "dev": true, - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.8" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", - "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", - "dev": true, - "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", - "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", - "dev": true, - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", - "dev": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", - "dev": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", - "dev": true, - "dependencies": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", - "dev": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "regenerator-transform": "^0.15.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/preset-env": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", - "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.7", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", - "@babel/plugin-transform-async-to-generator": "^7.24.7", - "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.8", - "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", - "@babel/plugin-transform-dotall-regex": "^7.24.7", - "@babel/plugin-transform-duplicate-keys": "^7.24.7", - "@babel/plugin-transform-dynamic-import": "^7.24.7", - "@babel/plugin-transform-exponentiation-operator": "^7.24.7", - "@babel/plugin-transform-export-namespace-from": "^7.24.7", - "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", - "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", - "@babel/plugin-transform-member-expression-literals": "^7.24.7", - "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", - "@babel/plugin-transform-modules-umd": "^7.24.7", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", - "@babel/plugin-transform-new-target": "^7.24.7", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", - "@babel/plugin-transform-numeric-separator": "^7.24.7", - "@babel/plugin-transform-object-rest-spread": "^7.24.7", - "@babel/plugin-transform-object-super": "^7.24.7", - "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", - "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", - "@babel/plugin-transform-private-property-in-object": "^7.24.7", - "@babel/plugin-transform-property-literals": "^7.24.7", - "@babel/plugin-transform-regenerator": "^7.24.7", - "@babel/plugin-transform-reserved-words": "^7.24.7", - "@babel/plugin-transform-shorthand-properties": "^7.24.7", - "@babel/plugin-transform-spread": "^7.24.7", - "@babel/plugin-transform-sticky-regex": "^7.24.7", - "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", - "@babel/plugin-transform-unicode-escapes": "^7.24.7", - "@babel/plugin-transform-unicode-property-regex": "^7.24.7", - "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, - "node_modules/@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", - "dev": true, - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", - "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.8", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.8", - "@babel/types": "^7.24.8", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", - "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", - "dev": true, - "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "dev": true - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents.3", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", - "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", - "dev": true, - "optional": true - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "optional": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/bcrypto": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/bcrypto/-/bcrypto-5.5.2.tgz", - "integrity": "sha512-k3PF755oJM0+25iOVuraNedF5XneykxRwl+oBoMeQPfYee4qX8hHQhKCsNZWLthNYgi41GH2ysopd/8sDQDhEw==", - "hasInstallScript": true, - "dependencies": { - "bufio": "~1.0.7", - "loady": "~0.0.5" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "optional": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "optional": true, - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/bufio": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/bufio/-/bufio-1.0.7.tgz", - "integrity": "sha512-bd1dDQhiC+bEbEfg56IdBv7faWa6OipMs/AFFFvtFnB3wAYjlwQpQRZ0pm6ZkgtfL0pILRXhKxOiQj6UzoMR7A==", - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001643", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", - "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "optional": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "node_modules/core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", - "dev": true, - "dependencies": { - "browserslist": "^4.23.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/electron-to-chromium": { - "version": "1.4.832", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz", - "integrity": "sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA==", - "dev": true - }, - "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "optional": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fs-readdir-recursive": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", - "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", - "dev": true - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "optional": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "optional": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", - "dev": true, - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "optional": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/loady": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/loady/-/loady-0.0.5.tgz", - "integrity": "sha512-uxKD2HIj042/HBx77NBcmEPsD+hxCgAtjEWlYNScuUjIsh/62Uyu39GOR68TBR68v+jqDL9zfftCWoUo4y03sQ==", - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/node-releases": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", - "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "optional": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "optional": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", - "dev": true, - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true - }, - "node_modules/regenerator-transform": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dev": true, - "dependencies": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dev": true, - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "optional": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } - } -} diff --git a/scripts/package.json b/scripts/package.json deleted file mode 100644 index ef984401..00000000 --- a/scripts/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "schnorr-signer", - "version": "1.0.0", - "description": "node-schorr-signer", - "main": "dist/schnorr-signer.js", - "directories": { - "test": "tests" - }, - "scripts": { - "build": "babel src --out-dir dist", - "dev": "node src/schnorr-signer.js", - "start": "node dist/schnorr-signer.js" - }, - "author": "", - "license": "ISC", - "devDependencies": { - "@babel/cli": "^7.14.5", - "@babel/core": "^7.14.6", - "@babel/preset-env": "^7.14.7" - }, - "dependencies": { - "bcrypto": "^5.5.2" - } -} diff --git a/scripts/src/schnorr-signer.js b/scripts/src/schnorr-signer.js deleted file mode 100644 index 541e85b3..00000000 --- a/scripts/src/schnorr-signer.js +++ /dev/null @@ -1,86 +0,0 @@ -const { schnorr } = require("bcrypto"); - -// Function to sign a message using the provided private key -const signMessage = async (privateKeyHex, messageHex) => { - const privateKey = Buffer.from(privateKeyHex, "hex"); - const message = Buffer.from(messageHex, "hex"); - - try { - const signature = await schnorr.sign(message, privateKey); - const signatureHex = signature.toString("hex"); - - return { - status: "success", - signature: signatureHex, - }; - } catch (error) { - return { - status: "error", - message: error.message, - }; - } -}; - -// Function to verify a signature using the provided public key -const verifySignature = async (publicKeyHex, messageHex, signatureHex) => { - let publicKey = Buffer.from(publicKeyHex, "hex"); - const message = Buffer.from(messageHex, "hex"); - const signature = Buffer.from(signatureHex, "hex"); - - // Remove leading byte ('02' / '03') from ECDSA key - if (publicKey.byteLength === 33) { - publicKey = publicKey.subarray(1); - } - - try { - const isValid = await schnorr.verify(message, signature, publicKey); - - return { - status: "success", - isValid: isValid, - }; - } catch (error) { - return { - status: "error", - message: error.message, - }; - } -}; - -// Function to parse command line arguments and call the appropriate function -const main = async () => { - const args = process.argv.slice(2); - - if (args.length < 3) { - console.error( - JSON.stringify({ - status: "error", - message: "Usage: npm start ", - }) - ); - process.exit(1); - } - - const mode = args[0]; - let result; - - if (mode === "sign" && args.length === 3) { - const [privateKeyHex, messageHex] = args.slice(1); - result = await signMessage(privateKeyHex, messageHex); - } else if (mode === "verify" && args.length === 4) { - const [publicKeyHex, messageHex, signatureHex] = args.slice(1); - result = await verifySignature(publicKeyHex, messageHex, signatureHex); - } else { - console.error( - JSON.stringify({ - status: "error", - message: `Usage: npm start ${mode} .\nFor 'sign': npm start sign .\nFor 'verify': npm start verify .`, - }) - ); - process.exit(1); - } - - console.log(JSON.stringify(result)); -}; - -main(); diff --git a/src/Configuration/Fee.php b/src/Configuration/Fee.php deleted file mode 100644 index fe9b6e7a..00000000 --- a/src/Configuration/Fee.php +++ /dev/null @@ -1,40 +0,0 @@ -defaultFee(); - } - - /** - * Set the transaction fee for the given type. - * - * @param int $type - * @param string $fee - */ - public static function set(int $type, string $fee): void - { - static::$customFees[$type] = $fee; - } -} diff --git a/src/Enums/Fees.php b/src/Enums/Fees.php deleted file mode 100644 index 60103812..00000000 --- a/src/Enums/Fees.php +++ /dev/null @@ -1,26 +0,0 @@ - Fees::TRANSFER, - Types::VALIDATOR_REGISTRATION => Fees::VALIDATOR_REGISTRATION, - Types::VOTE => Fees::VOTE, - // Types::MULTI_SIGNATURE_REGISTRATION => Fees::MULTI_SIGNATURE_REGISTRATION, - // Types::MULTI_PAYMENT => Fees::MULTI_PAYMENT, - Types::VALIDATOR_RESIGNATION => Fees::VALIDATOR_RESIGNATION, - // Types::USERNAME_REGISTRATION => Fees::USERNAME_REGISTRATION, - // Types::USERNAME_RESIGNATION => Fees::USERNAME_RESIGNATION, - Types::EVM_CALL => Fees::EVM, - }; - } - public static function fromValue(int $value): ?self { $enum = new ReflectionEnum(self::class); diff --git a/src/Transactions/Builder/AbstractTransactionBuilder.php b/src/Transactions/Builder/AbstractTransactionBuilder.php index 9937ed5e..fd241b84 100644 --- a/src/Transactions/Builder/AbstractTransactionBuilder.php +++ b/src/Transactions/Builder/AbstractTransactionBuilder.php @@ -4,10 +4,7 @@ namespace ArkEcosystem\Crypto\Transactions\Builder; -use ArkEcosystem\Crypto\Configuration\Fee; use ArkEcosystem\Crypto\Configuration\Network; -use ArkEcosystem\Crypto\Enums\TypeGroup; -use ArkEcosystem\Crypto\Enums\Types; use ArkEcosystem\Crypto\Identities\PrivateKey; use ArkEcosystem\Crypto\Transactions\Types\AbstractTransaction; @@ -20,20 +17,13 @@ public function __construct(?array $data = null) $this->transaction = $this->getTransactionInstance(); $this->transaction->data = $data ?? [ - 'type' => Types::EVM_CALL->value, - 'typeGroup' => TypeGroup::CORE, - 'amount' => '0', - 'senderPublicKey' => '', - 'fee' => Fee::get(Types::EVM_CALL->value), - 'nonce' => '1', - 'version' => 1, - 'network' => Network::get()->pubKeyHash(), - 'asset' => [ - 'evmCall' => [ - 'gasLimit' => 1000000, // Default gas limit - 'payload' => '', // EVM code in hex format - ], - ], + 'value' => '0', + 'senderPublicKey' => '', + 'gasPrice' => '5', + 'nonce' => '1', + 'network' => Network::get()->pubKeyHash(), + 'gasLimit' => 1_000_000, + 'data' => '', ]; } @@ -49,33 +39,25 @@ public static function new(?array $data = null): static public function gasLimit(int $gasLimit): static { - $this->transaction->data['asset']['evmCall']['gasLimit'] = $gasLimit; + $this->transaction->data['gasLimit'] = $gasLimit; return $this; } - public function recipient(string $recipientId): static + public function recipientAddress(string $recipientAddress): static { - $this->transaction->data['recipientId'] = $recipientId; + $this->transaction->data['recipientAddress'] = $recipientAddress; return $this; } - public function fee(string $fee): static + public function gasPrice(int $gasPrice): static { - $this->transaction->data['fee'] = $fee; + $this->transaction->data['gasPrice'] = $gasPrice; return $this; } - /** - * Alias for fee. - */ - public function gasPrice(string $gasPrice): static - { - return $this->fee($gasPrice); - } - public function nonce(string $nonce): static { $this->transaction->data['nonce'] = $nonce; @@ -93,27 +75,11 @@ public function network(int $network): static public function sign(string $passphrase): static { $keys = PrivateKey::fromPassphrase($passphrase); + $this->transaction->data['senderPublicKey'] = $keys->getPublicKey()->getHex(); $this->transaction = $this->transaction->sign($keys); - $this->transaction->data['id'] = $this->transaction->getId(); - return $this; - } - - public function multiSign(string $passphrase, int $index = -1): static - { - $keys = PrivateKey::fromPassphrase($passphrase); - $this->transaction = $this->transaction->multiSign($keys, $index); - - return $this; - } - - public function secondSign(string $secondPassphrase): static - { - $this->transaction = $this->transaction->secondSign( - PrivateKey::fromPassphrase($secondPassphrase) - ); $this->transaction->data['id'] = $this->transaction->getId(); return $this; @@ -124,11 +90,6 @@ public function verify(): bool return $this->transaction->verify(); } - public function secondVerify(string $secondPublicKey): bool - { - return $this->transaction->secondVerify($secondPublicKey); - } - public function toArray(): array { return $this->transaction->toArray(); diff --git a/src/Transactions/Builder/EvmCallBuilder.php b/src/Transactions/Builder/EvmCallBuilder.php index 67fdc103..b222c782 100644 --- a/src/Transactions/Builder/EvmCallBuilder.php +++ b/src/Transactions/Builder/EvmCallBuilder.php @@ -12,7 +12,7 @@ class EvmCallBuilder extends AbstractTransactionBuilder public function payload(string $payload): self { $payload = ltrim($payload, '0x'); - $this->transaction->data['asset']['evmCall']['payload'] = $payload; + $this->transaction->data['data'] = $payload; return $this; } diff --git a/src/Transactions/Builder/TransferBuilder.php b/src/Transactions/Builder/TransferBuilder.php index 87ac03c7..5b3343d5 100644 --- a/src/Transactions/Builder/TransferBuilder.php +++ b/src/Transactions/Builder/TransferBuilder.php @@ -9,9 +9,9 @@ class TransferBuilder extends AbstractTransactionBuilder { - public function amount(string $amount): self + public function value(string $value): self { - $this->transaction->data['amount'] = $amount; + $this->transaction->data['value'] = $value; return $this; } diff --git a/src/Transactions/Builder/ValidatorRegistrationBuilder.php b/src/Transactions/Builder/ValidatorRegistrationBuilder.php index 79fc7878..26412e49 100644 --- a/src/Transactions/Builder/ValidatorRegistrationBuilder.php +++ b/src/Transactions/Builder/ValidatorRegistrationBuilder.php @@ -11,7 +11,7 @@ class ValidatorRegistrationBuilder extends AbstractTransactionBuilder { public function validatorPublicKey(string $validatorPublicKey): self { - $this->transaction->data['asset']['validatorPublicKey'] = $validatorPublicKey; + $this->transaction->data['validatorPublicKey'] = $validatorPublicKey; return $this; } diff --git a/src/Transactions/Builder/VoteBuilder.php b/src/Transactions/Builder/VoteBuilder.php index bda199e7..300747d5 100644 --- a/src/Transactions/Builder/VoteBuilder.php +++ b/src/Transactions/Builder/VoteBuilder.php @@ -11,7 +11,7 @@ class VoteBuilder extends AbstractTransactionBuilder { public function vote(string $vote): self { - $this->transaction->data['asset']['vote'] = $vote; + $this->transaction->data['vote'] = $vote; return $this; } diff --git a/src/Transactions/Deserializer.php b/src/Transactions/Deserializer.php index 522fb831..d4431f38 100644 --- a/src/Transactions/Deserializer.php +++ b/src/Transactions/Deserializer.php @@ -15,10 +15,13 @@ use ArkEcosystem\Crypto\Transactions\Types\Vote; use ArkEcosystem\Crypto\Utils\AbiDecoder; use ArkEcosystem\Crypto\Utils\Address; -use BitWasp\Bitcoin\Crypto\Hash; class Deserializer { + public const SIGNATURE_SIZE = 64; + + public const RECOVERY_SIZE = 1; + private ByteBuffer $buffer; /** @@ -48,23 +51,22 @@ public function deserialize(): AbstractTransaction $this->deserializeCommon($data); - // Vendor field length from previous transaction serialization - $this->buffer->skip(1); - $this->deserializeData($data); $transaction = $this->guessTransactionFromData($data); $this->deserializeSignatures($transaction->data); - $transaction->data['id'] = Hash::sha256($transaction->serialize())->getHex(); + $transaction->recoverSender(); + + $transaction->data['id'] = $transaction->hash(skipSignature: false)->getHex(); return $transaction; } private function guessTransactionFromData(array $data): AbstractTransaction { - if ($data['amount'] !== '0') { + if ($data['value'] !== '0') { return new Transfer($data); } @@ -97,7 +99,7 @@ private function guessTransactionFromData(array $data): AbstractTransaction private function decodePayload(array $data): ?array { - $payload = $data['asset']['evmCall']['payload']; + $payload = $data['data']; if ($payload === '') { return null; @@ -108,84 +110,36 @@ private function decodePayload(array $data): ?array private function deserializeData(array &$data): void { - // Read amount (uint64) - $data['amount'] = $this->buffer->readUInt256(); + // Read value (uint64) + $data['value'] = $this->buffer->readUInt256(); // Read recipient marker and recipientId $recipientMarker = $this->buffer->readUInt8(); + if ($recipientMarker === 1) { - $data['recipientId'] = Address::fromByteBuffer($this->buffer); + $data['recipientAddress'] = Address::fromByteBuffer($this->buffer); } - // Read gasLimit (uint32) - $gasLimit = $this->buffer->readUInt32(); - // Read payload length (uint32) $payloadLength = $this->buffer->readUInt32(); // Read payload as hex $payloadHex = $this->buffer->readHex($payloadLength * 2); - $data['asset'] = [ - 'evmCall' => [ - 'gasLimit' => $gasLimit, - 'payload' => $payloadHex, - ], - ]; + $data['data'] = $payloadHex; } private function deserializeCommon(array &$data): void { - $this->buffer->skip(1); - - $data['version'] = $this->buffer->readUInt8(); - $data['network'] = $this->buffer->readUInt8(); - $data['typeGroup'] = $this->buffer->readUInt32(); - $data['type'] = $this->buffer->readUInt16(); - $data['nonce'] = strval($this->buffer->readUInt64()); - $data['senderPublicKey'] = $this->buffer->readHex(33 * 2); - $data['fee'] = $this->buffer->readUInt256(); - $data['amount'] = '0'; + $data['network'] = $this->buffer->readUInt8(); + $data['nonce'] = strval($this->buffer->readUInt64()); + $data['gasPrice'] = $this->buffer->readUint32(); + $data['gasLimit'] = $this->buffer->readUint32(); + $data['value'] = '0'; } private function deserializeSignatures(array &$data): void { - if ($this->canReadNonMultiSignature($this->buffer)) { - $data['signature'] = $this->buffer->readHex(64 * 2); - } - - if ($this->canReadNonMultiSignature($this->buffer)) { - $data['secondSignature'] = $this->buffer->readHex(64 * 2); - } - - if ($this->buffer->remaining()) { - if ($this->buffer->remaining() % 65 === 0) { - $data['signatures'] = []; - - $count = $this->buffer->remaining() / 65; - $publicKeyIndexes = []; - for ($i = 0; $i < $count; $i++) { - $multiSignaturePart = $this->buffer->readHex(65 * 2); - $publicKeyIndex = intval(substr($multiSignaturePart, 0, 2), 16); - - if (! isset($publicKeyIndexes[$publicKeyIndex])) { - $publicKeyIndexes[$publicKeyIndex] = true; - } else { - throw new \Exception('Duplicate participant in multisignature'); - } - - $data['signatures'][] = $multiSignaturePart; - } - } else { - throw new \Exception('signature buffer not exhausted'); - } - } - } - - private function canReadNonMultiSignature(ByteBuffer $buffer) - { - return - $buffer->remaining() - && ($buffer->remaining() % 64 === 0 || $buffer->remaining() % 65 !== 0); + $data['signature'] = $this->buffer->readHex((self::SIGNATURE_SIZE + self::RECOVERY_SIZE) * 2); } } diff --git a/src/Transactions/Serializer.php b/src/Transactions/Serializer.php index c2fb5c50..928c937b 100644 --- a/src/Transactions/Serializer.php +++ b/src/Transactions/Serializer.php @@ -6,7 +6,6 @@ use ArkEcosystem\Crypto\ByteBuffer\ByteBuffer; use ArkEcosystem\Crypto\Configuration\Network; -use ArkEcosystem\Crypto\Enums\TypeGroup; use ArkEcosystem\Crypto\Transactions\Types\AbstractTransaction; use ArkEcosystem\Crypto\Utils\Address; use BitWasp\Buffertools\Buffer; @@ -35,9 +34,9 @@ public static function new($transaction) return new static($transaction); } - public static function getBytes(AbstractTransaction $transaction, array $options = []): Buffer + public static function getBytes(AbstractTransaction $transaction, bool $skipSignature = false): Buffer { - return $transaction->serialize($options); + return $transaction->serialize(skipSignature: $skipSignature); } /** @@ -45,70 +44,33 @@ public static function getBytes(AbstractTransaction $transaction, array $options * * @return Buffer */ - public function serialize(array $options = []): Buffer + public function serialize(bool $skipSignature = false): Buffer { - $buffer = ByteBuffer::new(1); // initialize with size 1, size will expand as we add bytes + $buffer = ByteBuffer::new(0); // initialize with size 0, size will expand as we add bytes $this->serializeCommon($buffer); - // Vendor field length from previous transaction serialization - // Added for compatibility - $buffer->writeUInt8(0); + $this->serializeData($buffer); - $this->serializeData($buffer, $options); - - $this->serializeSignatures($buffer, $options); + $this->serializeSignatures($buffer, $skipSignature); return new Buffer($buffer->toString('binary')); } - /** - * Handle the serialization of transaction data. - * - * @param ByteBuffer $buffer - * - * @return string - */ - public function serializeSignatures(ByteBuffer $buffer, array $options): void - { - $skipSignature = $options['skipSignature'] ?? false; - $skipSecondSignature = $options['skipSecondSignature'] ?? false; - $skipMultiSignature = $options['skipMultiSignature'] ?? false; - - if (! $skipSignature && isset($this->transaction->data['signature'])) { - $buffer->writeHex($this->transaction->data['signature']); - } - - if (! $skipSecondSignature) { - if (isset($this->transaction->data['secondSignature'])) { - $buffer->writeHex($this->transaction->data['secondSignature']); - } - } - - if (! $skipMultiSignature && isset($this->transaction->data['signatures'])) { - $buffer->writeHex(implode('', $this->transaction->data['signatures'])); - } - } - - private function serializeData(ByteBuffer $buffer, array $options = []): void + private function serializeData(ByteBuffer $buffer): void { - // Write amount (uint256) - $buffer->writeUint256($this->transaction->data['amount']); + $buffer->writeUint256($this->transaction->data['value']); - // Write recipient marker and recipientId (if present) - if (isset($this->transaction->data['recipientId'])) { + if (isset($this->transaction->data['recipientAddress'])) { $buffer->writeUInt8(1); // Recipient marker + $buffer->writeHex( - Address::toBufferHexString($this->transaction->data['recipientId']) + Address::toBufferHexString($this->transaction->data['recipientAddress']) ); } else { $buffer->writeUInt8(0); // No recipient } - // Write gasLimit (uint32) - $buffer->writeUInt32($this->transaction->data['asset']['evmCall']['gasLimit']); - - // Write payload length (uint32) and payload $payloadHex = ltrim($this->transaction->getPayload(), '0x'); $payloadLength = strlen($payloadHex); @@ -119,20 +81,23 @@ private function serializeData(ByteBuffer $buffer, array $options = []): void $buffer->writeHex($payloadHex); } + /** + * Handle the serialization of transaction data. + * + * @return string + */ + private function serializeSignatures(ByteBuffer $buffer, bool $skipSignature = false): void + { + if (! $skipSignature && isset($this->transaction->data['signature'])) { + $buffer->writeHex($this->transaction->data['signature']); + } + } + private function serializeCommon(ByteBuffer $buffer): void { - $buffer->writeUInt8(0xff); - $buffer->writeUInt8($this->transaction->data['version'] ?? 0x01); $buffer->writeUInt8($this->transaction->data['network'] ?? Network::version()); - - $buffer->writeUint32($this->transaction->data['typeGroup'] ?? TypeGroup::CORE); - $buffer->writeUint16($this->transaction->data['type']); $buffer->writeUint64(+$this->transaction->data['nonce']); - - if ($this->transaction->data['senderPublicKey']) { - $buffer->writeHex($this->transaction->data['senderPublicKey']); - } - - $buffer->writeUint256($this->transaction->data['fee']); + $buffer->writeUint32($this->transaction->data['gasPrice']); + $buffer->writeUint32($this->transaction->data['gasLimit']); } } diff --git a/src/Transactions/Types/AbstractTransaction.php b/src/Transactions/Types/AbstractTransaction.php index 38977ffd..adf3521e 100644 --- a/src/Transactions/Types/AbstractTransaction.php +++ b/src/Transactions/Types/AbstractTransaction.php @@ -5,11 +5,19 @@ namespace ArkEcosystem\Crypto\Transactions\Types; use ArkEcosystem\Crypto\Configuration\Network; +use ArkEcosystem\Crypto\Identities\Address; use ArkEcosystem\Crypto\Transactions\Serializer; use ArkEcosystem\Crypto\Utils\AbiDecoder; +use ArkEcosystem\Crypto\Utils\TransactionHasher; +use BitWasp\Bitcoin\Bitcoin; +use BitWasp\Bitcoin\Crypto\EcAdapter\EcAdapterFactory; use BitWasp\Bitcoin\Crypto\EcAdapter\Impl\PhpEcc\Key\PrivateKey; +use BitWasp\Bitcoin\Crypto\EcAdapter\Impl\PhpEcc\Serializer\Signature\CompactSignatureSerializer; +use BitWasp\Bitcoin\Crypto\EcAdapter\Key\PublicKeyInterface; +use BitWasp\Bitcoin\Crypto\EcAdapter\Signature\CompactSignatureInterface; use BitWasp\Bitcoin\Crypto\Hash; use BitWasp\Buffertools\Buffer; +use BitWasp\Buffertools\BufferInterface; abstract class AbstractTransaction { @@ -24,11 +32,11 @@ abstract public function getPayload(): string; public function decodePayload(array $data): ?array { - if (! isset($data['asset']['evmCall']['payload'])) { + if (! isset($data['data'])) { return null; } - $payload = $data['asset']['evmCall']['payload']; + $payload = $data['data']; if ($payload === '') { return null; @@ -45,9 +53,9 @@ public function getId(): string return Hash::sha256(Serializer::getBytes($this))->getHex(); } - public function getBytes($options = []): Buffer + public function getBytes(bool $skipSignature = false): Buffer { - return Serializer::getBytes($this, $options); + return Serializer::getBytes($this, $skipSignature); } /** @@ -55,89 +63,69 @@ public function getBytes($options = []): Buffer */ public function sign(PrivateKey $keys): static { - $options = [ - 'skipSignature' => true, - 'skipSecondSignature' => true, - ]; - $transaction = Hash::sha256($this->getBytes($options)); - - // $this->data['signature'] = $keys->sign($transaction)->getBuffer()->getHex(); - $this->data['signature'] = $this->temporarySignerSign($transaction, $keys); + $hash = $this->hash(skipSignature: true); - return $this; - } - - /** - * Sign the transaction using the given second passphrase. - */ - public function secondSign(PrivateKey $keys): static - { - $options = [ - 'skipSecondSignature' => true, - ]; - $transaction = Hash::sha256($this->getBytes($options)); + $signature = $keys->signCompact($hash); - $this->data['secondSignature'] = $this->temporarySignerSign($transaction, $keys); + // Extract the recovery ID (an integer between 0 and 3) from the signature + $recoveryId = $signature->getRecoveryId(); - return $this; - } + // Get the full signature buffer, which includes the adjusted recovery ID at the start + $signatureHexWithRecoveryId = $signature->getBuffer()->getHex(); - /** - * Sign the transaction using the given passphrase. - */ - public function multiSign(PrivateKey $keys, int $index = -1): static - { - if (! isset($this->data['signatures'])) { - $this->data['signatures'] = []; - } + // Apparently, the compact signature returned by signCompact() includes an adjusted recovery ID + // as the first byte of the signature buffer. This adjusted recovery ID is specific to the compact + // signature format used by the library and is calculated by adding a constant (typically 27 or 31) + // to the actual recovery ID. This adjustment is done internally by the library for its own purposes. - $index = $index === -1 ? count($this->data['signatures']) : $index; + // However, in our context, and to match the expected signature format (as per the JavaScript + // implementation), we need the raw signature consisting of only the 'r' and 's' values. + // Therefore, we remove the first byte (two hex characters) from the signature buffer to exclude the adjusted recovery ID. + $signatureHex = substr($signatureHexWithRecoveryId, 2); - $transactionHash = Hash::sha256($this->getBytes([ - 'skipSignature' => true, - 'skipMultiSignature' => true, - ])); + // Append the unadjusted recovery ID at the end of the signature + // The unadjusted recovery ID is appended to match the expected signature format + // This aligns with how the JavaScript implementation handles the recovery ID + $signatureHex .= str_pad(dechex($recoveryId), 2, '0', STR_PAD_LEFT); - $signature = $this->temporarySignerSign($transactionHash, $keys); + $this->data['signature'] = $signatureHex; - $indexedSignature = $this->numberToHex($index).$signature; + return $this; + } - $this->data['signatures'][] = $indexedSignature; + public function getPublicKey(CompactSignatureInterface $compactSignature): PublicKeyInterface + { + $ecAdapter = EcAdapterFactory::getPhpEcc( + Bitcoin::getMath(), + Bitcoin::getGenerator() + ); - return $this; + return $ecAdapter->recover($this->hash(skipSignature: true), $compactSignature); } - public function verify(): bool + public function recoverSender(): void { - $options = [ - 'skipSignature' => true, - 'skipSecondSignature' => true, - ]; + $compactSignature = $this->getSignature(); - $publicKey = $this->data['senderPublicKey']; - $signature = $this->data['signature']; + $publicKey = $this->getPublicKey($compactSignature); - $transaction = Hash::sha256($this->getBytes($options)); + $this->data['senderPublicKey'] = $publicKey->getHex(); - return $this->temporarySignerVerify($transaction, $signature, $publicKey); + $this->data['senderAddress'] = Address::fromPublicKey($this->data['senderPublicKey']); } - public function secondVerify(string $secondPublicKey): bool + public function verify(): bool { - $options = [ - 'skipSecondSignature' => true, - ]; - - $signature = $this->data['secondSignature']; + $compactSignature = $this->getSignature(); - $transaction = Hash::sha256($this->getBytes($options)); + $publicKey = $this->getPublicKey($compactSignature); - return $this->temporarySignerVerify($transaction, $signature, $secondPublicKey); + return $publicKey->verify($this->hash(skipSignature: true), $compactSignature); } - public function serialize(array $options = []): Buffer + public function serialize(bool $skipSignature = false): Buffer { - return Serializer::new($this)->serialize($options); + return Serializer::new($this)->serialize($skipSignature); } /** @@ -146,19 +134,16 @@ public function serialize(array $options = []): Buffer public function toArray(): array { return array_filter([ - 'fee' => $this->data['fee'], - 'id' => $this->data['id'], - 'network' => $this->data['network'] ?? Network::get()->version(), - 'nonce' => $this->data['nonce'], - 'senderPublicKey' => $this->data['senderPublicKey'], - 'signature' => $this->data['signature'], - 'type' => $this->data['type'], - 'typeGroup' => $this->data['typeGroup'], - 'version' => $this->data['version'] ?? 1, - 'signatures' => $this->data['signatures'] ?? null, - 'recipientId' => $this->data['recipientId'] ?? null, - 'amount' => $this->data['amount'], - 'asset' => $this->data['asset'], + 'gasPrice' => $this->data['gasPrice'], + 'network' => $this->data['network'] ?? Network::get()->version(), + 'id' => $this->data['id'], + 'gasLimit' => $this->data['gasLimit'], + 'nonce' => $this->data['nonce'], + 'senderPublicKey' => $this->data['senderPublicKey'], + 'signature' => $this->data['signature'], + 'recipientAddress' => $this->data['recipientAddress'] ?? null, + 'value' => $this->data['value'], + 'data' => $this->data['data'], ], function ($element) { if (null !== $element) { return true; @@ -176,71 +161,44 @@ public function toJson(): string return json_encode($this->toArray()); } - private function numberToHex(int $number, $padding = 2): string + public function hash(bool $skipSignature): BufferInterface { - // Convert the number to hexadecimal - $indexHex = dechex($number); + $hashData = [ + 'gasPrice' => $this->data['gasPrice'], + 'network' => $this->data['network'] ?? Network::get()->version(), + 'nonce' => $this->data['nonce'], + 'value' => $this->data['value'], + 'gasLimit' => $this->data['gasLimit'], + 'data' => $this->data['data'], + 'recipientAddress' => $this->data['recipientAddress'] ?? null, + 'signature' => $this->data['signature'] ?? null, + ]; - // Pad the hexadecimal string with leading zeros - return str_pad($indexHex, $padding, '0', STR_PAD_LEFT); + return TransactionHasher::toHash($hashData, $skipSignature); } - private function temporarySignerSign(Buffer $transaction, PrivateKey $keys) + private function getSignature(): CompactSignatureInterface { - $privateKey = $keys->getHex(); - - $message = $transaction->getHex(); - - $command = "sign $privateKey $message"; - - $result = $this->runTemporaryNodeCommand($command); - - return $result['signature']; - } + $ecAdapter = EcAdapterFactory::getPhpEcc( + Bitcoin::getMath(), + Bitcoin::getGenerator() + ); - private function temporarySignerVerify(Buffer $transaction, string $signature, string $publicKey) - { - $message = $transaction->getHex(); + $recoverId = intval(substr($this->data['signature'], -2)); - $command = "verify $publicKey $message $signature"; + $signature = substr($this->data['signature'], 0, -2); - $result = $this->runTemporaryNodeCommand($command); + $serializer = new CompactSignatureSerializer($ecAdapter); - return $result['isValid']; + return $serializer->parse(Buffer::hex($this->numberToHex($recoverId + 27 + 4).$signature)); } - private function runTemporaryNodeCommand(string $command): array + private function numberToHex(int $number, $padding = 2): string { - $scriptPath = __DIR__.'/../../../scripts'; - - $command = escapeshellcmd("npm start --prefix $scriptPath $command"); - - exec($command, $output, $returnVar); - - if ($returnVar !== 0) { - $errorOutput = implode("\n", $output); - - throw new \RuntimeException("Error running signer script: $errorOutput"); - } - - $jsonOutput = implode("\n", $output); - - if (preg_match('/\{.*\}/s', $jsonOutput, $matches)) { - $json = $matches[0]; - } else { - throw new \RuntimeException("Error: Could not find JSON output in: $jsonOutput"); - } - - $result = json_decode($json, true); - - if (json_last_error() !== JSON_ERROR_NONE) { - throw new \RuntimeException('Error parsing JSON output: '.json_last_error_msg()); - } - - if ($result['status'] !== 'success') { - throw new \RuntimeException('Error: '.$result['message']); - } + // Convert the number to hexadecimal + $indexHex = dechex($number); - return $result; + // Pad the hexadecimal string with leading zeros + return str_pad($indexHex, $padding, '0', STR_PAD_LEFT); } } diff --git a/src/Transactions/Types/EvmCall.php b/src/Transactions/Types/EvmCall.php index cf28442e..ce98f3f0 100644 --- a/src/Transactions/Types/EvmCall.php +++ b/src/Transactions/Types/EvmCall.php @@ -8,6 +8,6 @@ class EvmCall extends AbstractTransaction { public function getPayload(): string { - return $this->data['asset']['evmCall']['payload']; + return $this->data['data']; } } diff --git a/src/Transactions/Types/ValidatorRegistration.php b/src/Transactions/Types/ValidatorRegistration.php index 529610c7..c5f50590 100644 --- a/src/Transactions/Types/ValidatorRegistration.php +++ b/src/Transactions/Types/ValidatorRegistration.php @@ -14,7 +14,7 @@ public function __construct(?array $data = []) $payload = $this->decodePayload($data); if ($payload !== null) { - $data['asset']['validatorPublicKey'] = $payload['args'][0]; + $data['validatorPublicKey'] = $payload['args'][0]; } parent::__construct($data); @@ -22,6 +22,6 @@ public function __construct(?array $data = []) public function getPayload(): string { - return (new AbiEncoder())->encodeFunctionCall(AbiFunction::VALIDATOR_REGISTRATION->value, [$this->data['asset']['validatorPublicKey']]); + return (new AbiEncoder())->encodeFunctionCall(AbiFunction::VALIDATOR_REGISTRATION->value, [$this->data['validatorPublicKey']]); } } diff --git a/src/Transactions/Types/Vote.php b/src/Transactions/Types/Vote.php index a0cb0868..eaecd4dd 100644 --- a/src/Transactions/Types/Vote.php +++ b/src/Transactions/Types/Vote.php @@ -14,7 +14,7 @@ public function __construct(?array $data = []) $payload = $this->decodePayload($data); if ($payload !== null) { - $data['asset']['vote'] = $payload['args'][0]; + $data['vote'] = $payload['args'][0]; } parent::__construct($data); @@ -22,6 +22,6 @@ public function __construct(?array $data = []) public function getPayload(): string { - return (new AbiEncoder())->encodeFunctionCall(AbiFunction::VOTE->value, [$this->data['asset']['vote']]); + return (new AbiEncoder())->encodeFunctionCall(AbiFunction::VOTE->value, [$this->data['vote']]); } } diff --git a/src/Utils/Abi.Consensus.json b/src/Utils/Abi.Consensus.json index 0063730c..70abc3ef 100644 --- a/src/Utils/Abi.Consensus.json +++ b/src/Utils/Abi.Consensus.json @@ -70,6 +70,63 @@ ], "stateMutability": "view" }, + { + "type": "function", + "name": "getRounds", + "inputs": [ + { + "name": "offset", + "type": "uint256", + "internalType": "uint256" + }, + { + "name": "count", + "type": "uint256", + "internalType": "uint256" + } + ], + "outputs": [ + { + "name": "", + "type": "tuple[]", + "internalType": "struct Round[]", + "components": [ + { + "name": "round", + "type": "uint256", + "internalType": "uint256" + }, + { + "name": "validators", + "type": "tuple[]", + "internalType": "struct RoundValidator[]", + "components": [ + { + "name": "addr", + "type": "address", + "internalType": "address" + }, + { + "name": "voteBalance", + "type": "uint256", + "internalType": "uint256" + } + ] + } + ] + } + ], + "stateMutability": "view" + }, + { + "type": "function", + "name": "getRoundsCount", + "inputs": [], + "outputs": [ + { "name": "", "type": "uint256", "internalType": "uint256" } + ], + "stateMutability": "view" + }, { "type": "function", "name": "getTopValidators", @@ -170,6 +227,51 @@ ], "stateMutability": "view" }, + { + "type": "function", + "name": "getVotes", + "inputs": [ + { + "name": "addr", + "type": "address", + "internalType": "address" + }, + { + "name": "count", + "type": "uint256", + "internalType": "uint256" + } + ], + "outputs": [ + { + "name": "", + "type": "tuple[]", + "internalType": "struct VoteResult[]", + "components": [ + { + "name": "voter", + "type": "address", + "internalType": "address" + }, + { + "name": "validator", + "type": "address", + "internalType": "address" + } + ] + } + ], + "stateMutability": "view" + }, + { + "type": "function", + "name": "getVotesCount", + "inputs": [], + "outputs": [ + { "name": "", "type": "uint256", "internalType": "uint256" } + ], + "stateMutability": "view" + }, { "type": "function", "name": "isValidatorRegistered", @@ -365,20 +467,22 @@ } ], "bytecode": { - "object": "0x60a06040525f5f555f6001555f6009553480156019575f5ffd5b503360805260805161230c61004b5f395f818161036801528181610548015281816108be0152610ccd015261230c5ff3fe608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80636dd7d8ea11610088578063b85f5da211610063578063b85f5da2146101a6578063d04a68c7146101ae578063f1bd0b37146101e9578063f3513a37146101f0575f5ffd5b80636dd7d8ea1461016b578063afeea1151461017e578063b5cfa68c14610193575f5ffd5b80632bdf6d43116100c35780632bdf6d43146101285780633174b6891461013d578063602a9eee146101455780636252587914610158575f5ffd5b80630777cbef146100e95780630d2bd909146101005780631904bb2e14610108575b5f5ffd5b6001545b6040519081526020015b60405180910390f35b600a546100ed565b61011b610116366004611cf6565b6101f8565b6040516100f79190611da7565b61013b610136366004611db9565b61035d565b005b61013b61041b565b61013b610153366004611e2a565b61053e565b61013b610166366004611e88565b610819565b61013b610179366004611cf6565b6108b4565b610186610b24565b6040516100f79190611ebf565b61013b6101a1366004611f22565b610cc2565b61013b611115565b6101d96101bc366004611cf6565b6001600160a01b03165f9081526003602052604090205460ff1690565b60405190151581526020016100f7565b5f546100ed565b610186611236565b610200611c1b565b6001600160a01b0382165f9081526003602052604090205460ff1661026c5760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e2774206578697374730000000060448201526064015b60405180910390fd5b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff161515948201949094526003840180549394928501939192916060840191906102d490611f42565b80601f016020809104026020016040519081016040528092919081815260200182805461030090611f42565b801561034b5780601f106103225761010080835404028352916020019161034b565b820191905f5260205f20905b81548152906001019060200180831161032e57829003601f168201915b50505091909252505050905292915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146103d55760405162461bcd60e51b815260206004820181905260248201527f43616c6c6572206973206e6f742074686520636f6e7472616374206f776e65726044820152606401610263565b5f5b818110156104165761040e8383838181106103f4576103f4611f74565b90506020020160208101906104099190611cf6565b6113ce565b6001016103d7565b505050565b335f90815260066020526040902080546001600160a01b03166104725760405162461bcd60e51b815260206004820152600f60248201526e1513d113ce881b9bdd081d9bdd1959608a1b6044820152606401610263565b8054604080513381526001600160a01b0390921660208301527f6572af8bf9a0a86efb88dcc30011626a15c9c4603503aa4466a3f87a1867deef910160405180910390a160018082015482546001600160a01b03165f9081526002602052604081209092018054919290916104e8908490611f9c565b909155505080546001600160a01b03165f908152600260205260408120805460019290610516908490611f9c565b9091555050335f90815260066020526040812080546001600160a01b03191681556001015550565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001633036105b65760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e6572000000006044820152606401610263565b335f9081526003602052604090205460ff16156106155760405162461bcd60e51b815260206004820152601f60248201527f56616c696461746f7220697320616c72656164792072656769737465726564006044820152606401610263565b5f8282604051610626929190611faf565b60408051918290039091205f8181526004602052919091205490915060ff161561069e5760405162461bcd60e51b815260206004820152602360248201527f424c5331322d333831206b657920697320616c726561647920726567697374656044820152621c995960ea1b6064820152608401610263565b6106a883836114ae565b5f60405180608001604052805f81526020015f81526020015f1515815260200185858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920182905250939094525050805492935090508061071083611fbe565b9091555050335f9081526003602081815260408084208054600160ff1991821681179092556002808552958390208751815593870151918401919091559085015193820180549091169315159390931790925560608301518392918201906107789082612035565b5050505f82815260046020526040808220805460ff191660019081179091556005805491820181559092527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db090910180546001600160a01b0319163390811790915590517f61809fa303a3a57f4d70552f533f3e0b003173d424590cd4bb22a2afe000990c9161080b91879087906120f0565b60405180910390a150505050565b6108296101bc6020830183611cf6565b6108755760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e277420657869737473000000006044820152606401610263565b610882602082018261212f565b60025f6108926020850185611cf6565b6001600160a01b0316815260208101919091526040015f206104168282612207565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016330361092c5760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e6572000000006044820152606401610263565b6001600160a01b0381165f9081526003602052604090205460ff166109935760405162461bcd60e51b815260206004820152601760248201527f4d75737420766f746520666f722076616c696461746f720000000000000000006044820152606401610263565b335f908152600660205260409020546001600160a01b0316156109e85760405162461bcd60e51b815260206004820152600d60248201526c105b1c9958591e481d9bdd1959609a1b6044820152606401610263565b6001600160a01b0381165f9081526002602081905260409091209081015460ff1615610a615760405162461bcd60e51b815260206004820152602260248201527f4d75737420766f746520666f7220756e72657369676e65642076616c6964617460448201526137b960f11b6064820152608401610263565b6040805180820182526001600160a01b03848116825233803160208085019182525f8381526006909152948520935184546001600160a01b0319169316929092178355905160019283015590830180549131929091610ac190849061228f565b9091555050805460019082905f90610ada90849061228f565b9091555050604080513381526001600160a01b03841660208201527fce0c7a2a940807f7dc2ce7a615c2532e915e6c0ac9a08bc4ed9d515a710a53e2910160405180910390a15050565b600a546060905f9067ffffffffffffffff811115610b4457610b44611fd6565b604051908082528060200260200182016040528015610b7d57816020015b610b6a611c1b565b815260200190600190039081610b625790505b5090505f5b600a54811015610cbc575f600a8281548110610ba057610ba0611f74565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff1615159583019590955260038101805493965090949384019285916060840191610c1290611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054610c3e90611f42565b8015610c895780601f10610c6057610100808354040283529160200191610c89565b820191905f5260205f20905b815481529060010190602001808311610c6c57829003601f168201915b505050505081525050815250848481518110610ca757610ca7611f74565b60209081029190910101525050600101610b82565b50919050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610d3a5760405162461bcd60e51b815260206004820181905260248201527f43616c6c6572206973206e6f742074686520636f6e7472616374206f776e65726044820152606401610263565b610d42611510565b610d4a61165f565b600780546001600160a01b03191690556001545f80549091610d7c9160ff8516918491610d779190611f9c565b6116b0565b90508060ff165f03610d8c575050565b5f5b600554811015611037575f60058281548110610dac57610dac611f74565b5f9182526020808320909101546001600160a01b03168083526002918290526040909220908101549192509060ff1615610de757505061102f565b6007546001600160a01b0316610e225750600780546001600160a01b0319166001600160a01b0392909216919091179055600160095561102f565b8360ff166009541015610e4057610e398285611741565b505061102f565b6007546001600160a01b039081165f908152600260208181526040928390208351808501855294871685528351608081018552865481526001870154818401529286015460ff16151593830193909352600385018054939461101c94909392840192918791606084019190610eb490611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054610ee090611f42565b8015610f2b5780601f10610f0257610100808354040283529160200191610f2b565b820191905f5260205f20905b815481529060010190602001808311610f0e57829003601f168201915b5050509190925250505090526040805180820182526007546001600160a01b031681528151608081018352855481526001860154602082810191909152600287015460ff16151593820193909352600386018054929384019287916060840191610f9490611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054610fc090611f42565b801561100b5780601f10610fe25761010080835404028352916020019161100b565b820191905f5260205f20905b815481529060010190602001808311610fee57829003601f168201915b505050505081525050815250611b20565b1561102b5761102b8386611741565b5050505b600101610d8e565b506007546001600160a01b031661104f600a5f611c64565b8160ff1667ffffffffffffffff81111561106b5761106b611fd6565b604051908082528060200260200182016040528015611094578160200160208202803683370190505b5080516110a991600a91602090910190611c7f565b505f5b8260ff1681101561110e5781600a82815481106110cb576110cb611f74565b5f91825260208083209190910180546001600160a01b0319166001600160a01b0394851617905593821681526008909352604090922054909116906001016110ac565b5050505b50565b335f9081526003602052604090205460ff166111735760405162461bcd60e51b815260206004820152601960248201527f43616c6c6572206973206e6f7420612076616c696461746f72000000000000006044820152606401610263565b335f9081526002602081905260409091209081015460ff16156111d85760405162461bcd60e51b815260206004820152601d60248201527f56616c696461746f7220697320616c72656164792072657369676e65640000006044820152606401610263565b60028101805460ff19166001908117909155805481905f906111fb90839061228f565b90915550506040513381527f24250fc1ec78a1405ddd4cc8b75964858af228d05faa8d4bc1302966d8a541179060200160405180910390a150565b6005546060905f9067ffffffffffffffff81111561125657611256611fd6565b60405190808252806020026020018201604052801561128f57816020015b61127c611c1b565b8152602001906001900390816112745790505b5090505f5b600554811015610cbc575f600582815481106112b2576112b2611f74565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff161515958301959095526003810180549396509094938401928591606084019161132490611f42565b80601f016020809104026020016040519081016040528092919081815260200182805461135090611f42565b801561139b5780601f106113725761010080835404028352916020019161139b565b820191905f5260205f20905b81548152906001019060200180831161137e57829003601f168201915b5050505050815250508152508484815181106113b9576113b9611f74565b60209081029190910101525050600101611294565b6001600160a01b038082165f90815260066020526040902080549091166113f3575050565b60018101546001600160a01b038316318110156114545761141e816001600160a01b03851631611f9c565b82546001600160a01b03165f908152600260205260408120600101805490919061144990849061228f565b909155506114999050565b6114686001600160a01b0384163182611f9c565b82546001600160a01b03165f9081526002602052604081206001018054909190611493908490611f9c565b90915550505b506001600160a01b0390911631600190910155565b6030811461150c5760405162461bcd60e51b815260206004820152602560248201527f424c5331322d333831207075626c69634b6579206c656e67746820697320696e6044820152641d985b1a5960da1b6064820152608401610263565b5050565b6005545f61151f600183611f9c565b90505b801561150c575f61153482600161228f565b60408051426020820152449181019190915260608101849052608001604051602081830303815290604052805190602001205f1c61157291906122a2565b90505f6005838154811061158857611588611f74565b5f91825260209091200154600580546001600160a01b03909216925090839081106115b5576115b5611f74565b5f91825260209091200154600580546001600160a01b0390921691859081106115e0576115e0611f74565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550806005838154811061161f5761161f611f74565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555050508080611657906122c1565b915050611522565b6007546001600160a01b03165b6001600160a01b038116156116a9576001600160a01b039081165f90815260086020526040902080546001600160a01b031981169091551661166c565b505f600955565b5f818311156117195760405162461bcd60e51b815260206004820152602f60248201527f4d696e696d756d2073686f756c64206265206c657373207468616e206f72206560448201526e7175616c20746f206d6178696d756d60881b6064820152608401610263565b8284101561172857508161173a565b8184111561173757508061173a565b50825b9392505050565b6001600160a01b0382165f9081526002602081815260408084208151608081018352815481526001820154938101939093529283015460ff1615159082015260038201805491929160608401919061179890611f42565b80601f01602080910402602001604051908101604052809291908181526020018280546117c490611f42565b801561180f5780601f106117e65761010080835404028352916020019161180f565b820191905f5260205f20905b8154815290600101906020018083116117f257829003601f168201915b5050509190925250506040805180820182526007546001600160a01b03168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff16151594820194909452600384018054969750611930969395509185019390929091606084019161188a90611f42565b80601f01602080910402602001604051908101604052809291908181526020018280546118b690611f42565b80156119015780601f106118d857610100808354040283529160200191611901565b820191905f5260205f20905b8154815290600101906020018083116118e457829003601f168201915b5050505050815250508152506040518060400160405280866001600160a01b0316815260200184815250611b20565b156119435761193e83611b6c565b611ac1565b6007546001600160a01b039081165f81815260086020526040902054909116905b6001600160a01b0382166119815761197c8186611bbd565b611abe565b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff16151594820194909452600384018054611a8e95938501939160608401916119e890611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054611a1490611f42565b8015611a5f5780601f10611a3657610100808354040283529160200191611a5f565b820191905f5260205f20905b815481529060010190602001808311611a4257829003601f168201915b5050505050815250508152506040518060400160405280886001600160a01b0316815260200186815250611b20565b15611a9d5761197c8186611bbd565b506001600160a01b038082165f908152600860205260409020541690611964565b50505b8160ff16600954111561041657600780546001600160a01b039081165f90815260086020526040812080546001600160a01b03198082169092558454931692168217909255600980549192611b15836122c1565b919050555050505050565b5f81602001516020015183602001516020015103611b505750805182516001600160a01b03918216911611611b66565b8160200151602001518360200151602001511190505b92915050565b600780546001600160a01b038381165f8181526008602052604081208054939094166001600160a01b0319938416179093558354909116179091556009805491611bb583611fbe565b919050555050565b6001600160a01b038281165f8181526008602052604080822080548686168085529284208054919096166001600160a01b031991821617909555928252825490931690921790556009805491611c1283611fbe565b91905055505050565b60405180604001604052805f6001600160a01b03168152602001611c5f60405180608001604052805f81526020015f81526020015f15158152602001606081525090565b905290565b5080545f8255905f5260205f20908101906111129190611ce2565b828054828255905f5260205f20908101928215611cd2579160200282015b82811115611cd257825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190611c9d565b50611cde929150611ce2565b5090565b5b80821115611cde575f8155600101611ce3565b5f60208284031215611d06575f5ffd5b81356001600160a01b038116811461173a575f5ffd5b60018060a01b0381511682525f602082015160406020850152805160408501526020810151606085015260408101511515608085015260608101519050608060a085015280518060c08601525f5b81811015611d8757602081840181015160e0888401015201611d6a565b505f60e0828701015260e0601f19601f8301168601019250505092915050565b602081525f61173a6020830184611d1c565b5f5f60208385031215611dca575f5ffd5b823567ffffffffffffffff811115611de0575f5ffd5b8301601f81018513611df0575f5ffd5b803567ffffffffffffffff811115611e06575f5ffd5b8560208260051b8401011115611e1a575f5ffd5b6020919091019590945092505050565b5f5f60208385031215611e3b575f5ffd5b823567ffffffffffffffff811115611e51575f5ffd5b8301601f81018513611e61575f5ffd5b803567ffffffffffffffff811115611e77575f5ffd5b856020828401011115611e1a575f5ffd5b5f60208284031215611e98575f5ffd5b813567ffffffffffffffff811115611eae575f5ffd5b82016040818503121561173a575f5ffd5b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015611f1657603f19878603018452611f01858351611d1c565b94506020938401939190910190600101611ee5565b50929695505050505050565b5f60208284031215611f32575f5ffd5b813560ff8116811461173a575f5ffd5b600181811c90821680611f5657607f821691505b602082108103610cbc57634e487b7160e01b5f52602260045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b81810381811115611b6657611b66611f88565b818382375f9101908152919050565b5f60018201611fcf57611fcf611f88565b5060010190565b634e487b7160e01b5f52604160045260245ffd5b601f82111561041657805f5260205f20601f840160051c8101602085101561200f5750805b601f840160051c820191505b8181101561202e575f815560010161201b565b5050505050565b815167ffffffffffffffff81111561204f5761204f611fd6565b6120638161205d8454611f42565b84611fea565b6020601f821160018114612095575f831561207e5750848201515b5f19600385901b1c1916600184901b17845561202e565b5f84815260208120601f198516915b828110156120c457878501518255602094850194600190920191016120a4565b50848210156120e157868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8235607e19833603018112612143575f5ffd5b9190910192915050565b67ffffffffffffffff83111561216557612165611fd6565b612179836121738354611f42565b83611fea565b5f601f8411600181146121aa575f85156121935750838201355b5f19600387901b1c1916600186901b17835561202e565b5f83815260208120601f198716915b828110156121d957868501358255602094850194600190920191016121b9565b50868210156121f5575f1960f88860031b161c19848701351681555b505060018560011b0183555050505050565b813581556020820135600182015560028101604083013580151580821461222c575f5ffd5b60ff19835416915060ff8116821783555050506060820135601e19833603018112612255575f5ffd5b8201803567ffffffffffffffff81111561226d575f5ffd5b602082019150803603821315612281575f5ffd5b61110e81836003860161214d565b80820180821115611b6657611b66611f88565b5f826122bc57634e487b7160e01b5f52601260045260245ffd5b500690565b5f816122cf576122cf611f88565b505f19019056fea2646970667358221220fb596a899783aa169bc4bac8389b7b024606b59ed939dfa3029105b691e2bc1964736f6c634300081b0033", - "sourceMap": "1326:9070:23:-:0;;;1421:1;1376:46;;1468:1;1425:44;;1858:1;1820:39;;1908:41;;;;;;;;;-1:-1:-1;1935:10:23;1926:19;;1326:9070;;;;;;;;;;;;;;;;;;;;;;;;;;;", + "object": "0x60a06040525f80805560018190556007819055600880546001600160a01b0319908116909155600980549091169055600c5534801561003c575f5ffd5b5033608052608051612b7761007c5f395f81816103e401528181610700015281816108d001528181610c460152818161112e01526116f60152612b775ff3fe608060405234801561000f575f5ffd5b5060043610610111575f3560e01c80636dd7d8ea1161009e578063b85f5da21161006e578063b85f5da214610202578063d04a68c71461020a578063eb9019d414610245578063f1bd0b3714610265578063f3513a371461026c575f5ffd5b80636dd7d8ea146101bf578063a09686c4146101d2578063afeea115146101da578063b5cfa68c146101ef575f5ffd5b80632bdf6d43116100e45780632bdf6d431461015c5780633174b6891461017157806340f74f4714610179578063602a9eee1461019957806362525879146101ac575f5ffd5b80630777cbef146101155780630d2bd9091461012c5780631904bb2e146101345780631b605b8614610154575b5f5ffd5b6001545b6040519081526020015b60405180910390f35b600d54610119565b6101476101423660046123f3565b610274565b6040516101239190612497565b600754610119565b61016f61016a3660046124a9565b6103d9565b005b61016f610467565b61018c610187366004612518565b6106f3565b6040516101239190612538565b61016f6101a73660046125f1565b6108c6565b61016f6101ba36600461264d565b610ba1565b61016f6101cd3660046123f3565b610c3c565b600e54610119565b6101e2610f86565b6040516101239190612683565b61016f6101fd3660046126da565b611123565b61016f6115c8565b6102356102183660046123f3565b6001600160a01b03165f9081526003602052604090205460ff1690565b6040519015158152602001610123565b6102586102533660046126fa565b6116e9565b6040516101239190612722565b5f54610119565b6101e261192a565b61027c6122fd565b6001600160a01b0382165f9081526003602052604090205460ff166102e85760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e2774206578697374730000000060448201526064015b60405180910390fd5b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff161515948201949094526003840180549394928501939192916060840191906103509061277c565b80601f016020809104026020016040519081016040528092919081815260200182805461037c9061277c565b80156103c75780601f1061039e576101008083540402835291602001916103c7565b820191905f5260205f20905b8154815290600101906020018083116103aa57829003601f168201915b50505091909252505050905292915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146104215760405162461bcd60e51b81526004016102df906127ae565b5f5b818110156104625761045a838383818110610440576104406127e3565b905060200201602081019061045591906123f3565b611ac1565b600101610423565b505050565b335f90815260066020526040902080546001600160a01b03166104be5760405162461bcd60e51b815260206004820152600f60248201526e1513d113ce881b9bdd081d9bdd1959608a1b60448201526064016102df565b6009546008546001600160a01b039182169116036104f757600880546001600160a01b031990811690915560098054909116905561060a565b600954336001600160a01b0390911603610550576002810180546001600160a01b039081165f90815260066020526040902060030180546001600160a01b0319908116909155915460098054909316911617905561060a565b600854336001600160a01b03909116036105b4576009546001600160a01b039081165f9081526006602052604080822060020180546001600160a01b031990811690915560088054808616855292909320600301549116921691909117905561060a565b60038181018054600280850180546001600160a01b039081165f9081526006602052604080822090970180549583166001600160a01b031996871617905591549454811682529490200180549290931691161790555b8054604080513381526001600160a01b0390921660208301527f6572af8bf9a0a86efb88dcc30011626a15c9c4603503aa4466a3f87a1867deef910160405180910390a180546001600160a01b03165f90815260026020526040812060018084015490820180549293919290919061068390849061280b565b9091555050805460019082905f9061069c90849061280b565b9091555050335f90815260066020526040812080546001600160a01b03199081168255600182018390556002820180548216905560039091018054909116905560078054916106ea8361281e565b91905055505050565b6060336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461073d5760405162461bcd60e51b81526004016102df906127ae565b600e548290841061074f57505f610773565b600e5461075c8486612833565b111561077357600e5461077090859061280b565b90505b5f816001600160401b0381111561078c5761078c612846565b6040519080825280602002602001820160405280156107d157816020015b604080518082019091525f8152606060208201528152602001906001900390816107aa5790505b5090505f5b828110156108bb57604051806040016040528082886107f59190612833565b610800906001612833565b8152602001600e610811848a612833565b81548110610821576108216127e3565b905f5260205f2001805480602002602001604051908101604052809291908181526020015f905b8282101561088f575f848152602090819020604080518082019091526002850290910180546001600160a01b03168252600190810154828401529083529092019101610848565b505050508152508282815181106108a8576108a86127e3565b60209081029190910101526001016107d6565b509150505b92915050565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016330361093e5760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e65720000000060448201526064016102df565b335f9081526003602052604090205460ff161561099d5760405162461bcd60e51b815260206004820152601f60248201527f56616c696461746f7220697320616c726561647920726567697374657265640060448201526064016102df565b5f82826040516109ae92919061285a565b60408051918290039091205f8181526004602052919091205490915060ff1615610a265760405162461bcd60e51b815260206004820152602360248201527f424c5331322d333831206b657920697320616c726561647920726567697374656044820152621c995960ea1b60648201526084016102df565b610a308383611ba1565b5f60405180608001604052805f81526020015f81526020015f1515815260200185858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201829052509390945250508054929350905080610a9883612869565b9091555050335f9081526003602081815260408084208054600160ff199182168117909255600280855295839020875181559387015191840191909155908501519382018054909116931515939093179092556060830151839291820190610b0090826128c5565b5050505f82815260046020526040808220805460ff191660019081179091556005805491820181559092527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db090910180546001600160a01b0319163390811790915590517f61809fa303a3a57f4d70552f533f3e0b003173d424590cd4bb22a2afe000990c91610b93918790879061297f565b60405180910390a150505050565b610bb161021860208301836123f3565b610bfd5760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e2774206578697374730000000060448201526064016102df565b610c0a60208201826129be565b60025f610c1a60208501856123f3565b6001600160a01b0316815260208101919091526040015f206104628282612a95565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163303610cb45760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e65720000000060448201526064016102df565b6001600160a01b0381165f9081526003602052604090205460ff16610d1b5760405162461bcd60e51b815260206004820152601760248201527f4d75737420766f746520666f722076616c696461746f7200000000000000000060448201526064016102df565b335f908152600660205260409020546001600160a01b031615610d705760405162461bcd60e51b815260206004820152600d60248201526c105b1c9958591e481d9bdd1959609a1b60448201526064016102df565b6001600160a01b0381165f9081526002602081905260409091209081015460ff1615610de95760405162461bcd60e51b815260206004820152602260248201527f4d75737420766f746520666f7220756e72657369676e65642076616c6964617460448201526137b960f11b60648201526084016102df565b604080516080810182526001600160a01b03808516825233803160208085019182525f85870181815260608701828152948252600690925295909520935184549084166001600160a01b03199182161785559051600185015593516002840180549184169186169190911790555160039092018054928216929093169190911790915560085416610e9b5760088054336001600160a01b03199182168117909255600980549091169091179055610ef2565b600980546001600160a01b039081165f9081526006602052604080822060030180546001600160a01b0319908116339081179092558554828552929093206002018054841692909416919091179092558254161790555b60078054905f610f0183612869565b9190505550336001600160a01b031631816001015f828254610f239190612833565b9091555050805460019082905f90610f3c908490612833565b9091555050604080513381526001600160a01b03841660208201527fce0c7a2a940807f7dc2ce7a615c2532e915e6c0ac9a08bc4ed9d515a710a53e2910160405180910390a15050565b600d546060905f906001600160401b03811115610fa557610fa5612846565b604051908082528060200260200182016040528015610fde57816020015b610fcb6122fd565b815260200190600190039081610fc35790505b5090505f5b600d5481101561111d575f600d8281548110611001576110016127e3565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff16151595830195909552600381018054939650909493840192859160608401916110739061277c565b80601f016020809104026020016040519081016040528092919081815260200182805461109f9061277c565b80156110ea5780601f106110c1576101008083540402835291602001916110ea565b820191905f5260205f20905b8154815290600101906020018083116110cd57829003601f168201915b505050505081525050815250848481518110611108576111086127e3565b60209081029190910101525050600101610fe3565b50919050565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461116b5760405162461bcd60e51b81526004016102df906127ae565b611173611c03565b61117b611d52565b600a80546001600160a01b03191690556001545f805490916111ad9160ff85169184916111a8919061280b565b611da3565b90508060ff165f036111bd575050565b5f5b600554811015611468575f600582815481106111dd576111dd6127e3565b5f9182526020808320909101546001600160a01b03168083526002918290526040909220908101549192509060ff1615611218575050611460565b600a546001600160a01b03166112535750600a80546001600160a01b0319166001600160a01b03929092169190911790556001600c55611460565b8360ff16600c5410156112715761126a8285611e34565b5050611460565b600a546001600160a01b039081165f908152600260208181526040928390208351808501855294871685528351608081018552865481526001870154818401529286015460ff16151593830193909352600385018054939461144d949093928401929187916060840191906112e59061277c565b80601f01602080910402602001604051908101604052809291908181526020018280546113119061277c565b801561135c5780601f106113335761010080835404028352916020019161135c565b820191905f5260205f20905b81548152906001019060200180831161133f57829003601f168201915b505050919092525050509052604080518082018252600a546001600160a01b031681528151608081018352855481526001860154602082810191909152600287015460ff161515938201939093526003860180549293840192879160608401916113c59061277c565b80601f01602080910402602001604051908101604052809291908181526020018280546113f19061277c565b801561143c5780601f106114135761010080835404028352916020019161143c565b820191905f5260205f20905b81548152906001019060200180831161141f57829003601f168201915b505050505081525050815250612213565b1561145c5761145c8386611e34565b5050505b6001016111bf565b50600e80546001810182555f918252600a547fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd909101916001600160a01b03909116906114b790600d90612346565b8260ff166001600160401b038111156114d2576114d2612846565b6040519080825280602002602001820160405280156114fb578160200160208202803683370190505b50805161151091600d91602090910190612361565b505f5b8360ff168110156115c05781600d8281548110611532576115326127e3565b5f918252602080832090910180546001600160a01b039485166001600160a01b03199182161790915560408051808201825296851680885280855260028085528286206001908101548a87019081528b548083018d558c89528789209b519302909a01805492891692909516919091178455975192880192909255908352600b909152902054169101611513565b505050505b50565b335f9081526003602052604090205460ff166116265760405162461bcd60e51b815260206004820152601960248201527f43616c6c6572206973206e6f7420612076616c696461746f720000000000000060448201526064016102df565b335f9081526002602081905260409091209081015460ff161561168b5760405162461bcd60e51b815260206004820152601d60248201527f56616c696461746f7220697320616c72656164792072657369676e656400000060448201526064016102df565b60028101805460ff19166001908117909155805481905f906116ae908390612833565b90915550506040513381527f24250fc1ec78a1405ddd4cc8b75964858af228d05faa8d4bc1302966d8a541179060200160405180910390a150565b6060336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146117335760405162461bcd60e51b81526004016102df906127ae565b5f611741835f600754611da3565b6001600160401b0381111561175857611758612846565b60405190808252806020026020018201604052801561179c57816020015b604080518082019091525f80825260208201528152602001906001900390816117765790505b506008549091506001600160a01b03908116908516156117d557506001600160a01b038085165f90815260066020526040902060030154165b5f5b6001600160a01b038216158015906117ee57508481105b15611863576001600160a01b038083165f81815260066020908152604091829020825180840190935292825282549093169281019290925290848361183281612869565b945081518110611844576118446127e3565b6020908102919091010152600301546001600160a01b031691506117d7565b80835103611876578293505050506108c0565b5f816001600160401b0381111561188f5761188f612846565b6040519080825280602002602001820160405280156118d357816020015b604080518082019091525f80825260208201528152602001906001900390816118ad5790505b5090505f5b8281101561191f578481815181106118f2576118f26127e3565b602002602001015182828151811061190c5761190c6127e3565b60209081029190910101526001016118d8565b509695505050505050565b6005546060905f906001600160401b0381111561194957611949612846565b60405190808252806020026020018201604052801561198257816020015b61196f6122fd565b8152602001906001900390816119675790505b5090505f5b60055481101561111d575f600582815481106119a5576119a56127e3565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff1615159583019590955260038101805493965090949384019285916060840191611a179061277c565b80601f0160208091040260200160405190810160405280929190818152602001828054611a439061277c565b8015611a8e5780601f10611a6557610100808354040283529160200191611a8e565b820191905f5260205f20905b815481529060010190602001808311611a7157829003601f168201915b505050505081525050815250848481518110611aac57611aac6127e3565b60209081029190910101525050600101611987565b6001600160a01b038082165f9081526006602052604090208054909116611ae6575050565b60018101546001600160a01b03831631811015611b4757611b11816001600160a01b0385163161280b565b82546001600160a01b03165f9081526002602052604081206001018054909190611b3c908490612833565b90915550611b8c9050565b611b5b6001600160a01b038416318261280b565b82546001600160a01b03165f9081526002602052604081206001018054909190611b8690849061280b565b90915550505b506001600160a01b0390911631600190910155565b60308114611bff5760405162461bcd60e51b815260206004820152602560248201527f424c5331322d333831207075626c69634b6579206c656e67746820697320696e6044820152641d985b1a5960da1b60648201526084016102df565b5050565b6005545f611c1260018361280b565b90505b8015611bff575f611c27826001612833565b60408051426020820152449181019190915260608101849052608001604051602081830303815290604052805190602001205f1c611c659190612b22565b90505f60058381548110611c7b57611c7b6127e3565b5f91825260209091200154600580546001600160a01b0390921692509083908110611ca857611ca86127e3565b5f91825260209091200154600580546001600160a01b039092169185908110611cd357611cd36127e3565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508060058381548110611d1257611d126127e3565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555050508080611d4a9061281e565b915050611c15565b600a546001600160a01b03165b6001600160a01b03811615611d9c576001600160a01b039081165f908152600b6020526040902080546001600160a01b0319811690915516611d5f565b505f600c55565b5f81831115611e0c5760405162461bcd60e51b815260206004820152602f60248201527f4d696e696d756d2073686f756c64206265206c657373207468616e206f72206560448201526e7175616c20746f206d6178696d756d60881b60648201526084016102df565b82841015611e1b575081611e2d565b81841115611e2a575080611e2d565b50825b9392505050565b6001600160a01b0382165f9081526002602081815260408084208151608081018352815481526001820154938101939093529283015460ff16151590820152600382018054919291606084019190611e8b9061277c565b80601f0160208091040260200160405190810160405280929190818152602001828054611eb79061277c565b8015611f025780601f10611ed957610100808354040283529160200191611f02565b820191905f5260205f20905b815481529060010190602001808311611ee557829003601f168201915b505050919092525050604080518082018252600a546001600160a01b03168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff161515948201949094526003840180549697506120239693955091850193909290916060840191611f7d9061277c565b80601f0160208091040260200160405190810160405280929190818152602001828054611fa99061277c565b8015611ff45780601f10611fcb57610100808354040283529160200191611ff4565b820191905f5260205f20905b815481529060010190602001808311611fd757829003601f168201915b5050505050815250508152506040518060400160405280866001600160a01b0316815260200184815250612213565b156120365761203183612257565b6121b4565b600a546001600160a01b039081165f818152600b6020526040902054909116905b6001600160a01b0382166120745761206f81866122a8565b6121b1565b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff1615159482019490945260038401805461218195938501939160608401916120db9061277c565b80601f01602080910402602001604051908101604052809291908181526020018280546121079061277c565b80156121525780601f1061212957610100808354040283529160200191612152565b820191905f5260205f20905b81548152906001019060200180831161213557829003601f168201915b5050505050815250508152506040518060400160405280886001600160a01b0316815260200186815250612213565b156121905761206f81866122a8565b506001600160a01b038082165f908152600b60205260409020541690612057565b50505b8160ff16600c54111561046257600a80546001600160a01b039081165f908152600b6020526040812080546001600160a01b03198082169092558454931692168217909255600c805491926122088361281e565b919050555050505050565b5f816020015160200151836020015160200151036122435750805182516001600160a01b039182169116116108c0565b506020908101518101519181015101511190565b600a80546001600160a01b038381165f818152600b602052604081208054939094166001600160a01b031993841617909355835490911617909155600c8054916122a083612869565b919050555050565b6001600160a01b038281165f818152600b602052604080822080548686168085529284208054919096166001600160a01b03199182161790955592825282549093169092179055600c8054916106ea83612869565b60405180604001604052805f6001600160a01b0316815260200161234160405180608001604052805f81526020015f81526020015f15158152602001606081525090565b905290565b5080545f8255905f5260205f20908101906115c591906123c4565b828054828255905f5260205f209081019282156123b4579160200282015b828111156123b457825182546001600160a01b0319166001600160a01b0390911617825560209092019160019091019061237f565b506123c09291506123c4565b5090565b5b808211156123c0575f81556001016123c5565b80356001600160a01b03811681146123ee575f5ffd5b919050565b5f60208284031215612403575f5ffd5b611e2d826123d8565b60018060a01b0381511682525f602082015160406020850152805160408501526020810151606085015260408101511515608085015260608101519050608060a085015280518060c08601525f5b8181101561247757602081840181015160e088840101520161245a565b505f60e0828701015260e0601f19601f8301168601019250505092915050565b602081525f611e2d602083018461240c565b5f5f602083850312156124ba575f5ffd5b82356001600160401b038111156124cf575f5ffd5b8301601f810185136124df575f5ffd5b80356001600160401b038111156124f4575f5ffd5b8560208260051b8401011115612508575f5ffd5b6020919091019590945092505050565b5f5f60408385031215612529575f5ffd5b50508035926020909101359150565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b828110156125e557868503603f19018452815180518652602090810151604082880181905281519088018190529101905f9060608801905b808310156125cd57835180516001600160a01b03168352602090810151818401529093019260019290920191604090910190612596565b5096505050602093840193919091019060010161255e565b50929695505050505050565b5f5f60208385031215612602575f5ffd5b82356001600160401b03811115612617575f5ffd5b8301601f81018513612627575f5ffd5b80356001600160401b0381111561263c575f5ffd5b856020828401011115612508575f5ffd5b5f6020828403121561265d575f5ffd5b81356001600160401b03811115612672575f5ffd5b820160408185031215611e2d575f5ffd5b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b828110156125e557603f198786030184526126c585835161240c565b945060209384019391909101906001016126a9565b5f602082840312156126ea575f5ffd5b813560ff81168114611e2d575f5ffd5b5f5f6040838503121561270b575f5ffd5b612714836123d8565b946020939093013593505050565b602080825282518282018190525f918401906040840190835b8181101561277157835180516001600160a01b03908116855260209182015116818501529093019260409092019160010161273b565b509095945050505050565b600181811c9082168061279057607f821691505b60208210810361111d57634e487b7160e01b5f52602260045260245ffd5b6020808252818101527f43616c6c6572206973206e6f742074686520636f6e7472616374206f776e6572604082015260600190565b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b818103818111156108c0576108c06127f7565b5f8161282c5761282c6127f7565b505f190190565b808201808211156108c0576108c06127f7565b634e487b7160e01b5f52604160045260245ffd5b818382375f9101908152919050565b5f6001820161287a5761287a6127f7565b5060010190565b601f82111561046257805f5260205f20601f840160051c810160208510156128a65750805b601f840160051c820191505b818110156115c0575f81556001016128b2565b81516001600160401b038111156128de576128de612846565b6128f2816128ec845461277c565b84612881565b6020601f821160018114612924575f831561290d5750848201515b5f19600385901b1c1916600184901b1784556115c0565b5f84815260208120601f198516915b828110156129535787850151825560209485019460019092019101612933565b508482101561297057868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8235607e198336030181126129d2575f5ffd5b9190910192915050565b6001600160401b038311156129f3576129f3612846565b612a0783612a01835461277c565b83612881565b5f601f841160018114612a38575f8515612a215750838201355b5f19600387901b1c1916600186901b1783556115c0565b5f83815260208120601f198716915b82811015612a675786850135825560209485019460019092019101612a47565b5086821015612a83575f1960f88860031b161c19848701351681555b505060018560011b0183555050505050565b8135815560208201356001820155600281016040830135801515808214612aba575f5ffd5b60ff19835416915060ff8116821783555050506060820135601e19833603018112612ae3575f5ffd5b820180356001600160401b03811115612afa575f5ffd5b602082019150803603821315612b0e575f5ffd5b612b1c8183600386016129dc565b50505050565b5f82612b3c57634e487b7160e01b5f52601260045260245ffd5b50069056fea2646970667358221220ea30a4ce19f48f9f4e5f210af2ba4104775a4eb51e39226cc2db822b1b4211a264736f6c634300081b0033", + "sourceMap": "1600:13977:23:-:0;;;1701:1;1656:46;;;1708:44;;;;2044:32;;;;2082:40;;;-1:-1:-1;;;;;;2082:40:23;;;;;;2128;;;;;;;;2271:39;;2406:50;;;;;;;;;-1:-1:-1;2439:10:23;2430:19;;1600:13977;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;", "linkReferences": {} }, "deployedBytecode": { - "object": "0x608060405234801561000f575f5ffd5b50600436106100e5575f3560e01c80636dd7d8ea11610088578063b85f5da211610063578063b85f5da2146101a6578063d04a68c7146101ae578063f1bd0b37146101e9578063f3513a37146101f0575f5ffd5b80636dd7d8ea1461016b578063afeea1151461017e578063b5cfa68c14610193575f5ffd5b80632bdf6d43116100c35780632bdf6d43146101285780633174b6891461013d578063602a9eee146101455780636252587914610158575f5ffd5b80630777cbef146100e95780630d2bd909146101005780631904bb2e14610108575b5f5ffd5b6001545b6040519081526020015b60405180910390f35b600a546100ed565b61011b610116366004611cf6565b6101f8565b6040516100f79190611da7565b61013b610136366004611db9565b61035d565b005b61013b61041b565b61013b610153366004611e2a565b61053e565b61013b610166366004611e88565b610819565b61013b610179366004611cf6565b6108b4565b610186610b24565b6040516100f79190611ebf565b61013b6101a1366004611f22565b610cc2565b61013b611115565b6101d96101bc366004611cf6565b6001600160a01b03165f9081526003602052604090205460ff1690565b60405190151581526020016100f7565b5f546100ed565b610186611236565b610200611c1b565b6001600160a01b0382165f9081526003602052604090205460ff1661026c5760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e2774206578697374730000000060448201526064015b60405180910390fd5b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff161515948201949094526003840180549394928501939192916060840191906102d490611f42565b80601f016020809104026020016040519081016040528092919081815260200182805461030090611f42565b801561034b5780601f106103225761010080835404028352916020019161034b565b820191905f5260205f20905b81548152906001019060200180831161032e57829003601f168201915b50505091909252505050905292915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146103d55760405162461bcd60e51b815260206004820181905260248201527f43616c6c6572206973206e6f742074686520636f6e7472616374206f776e65726044820152606401610263565b5f5b818110156104165761040e8383838181106103f4576103f4611f74565b90506020020160208101906104099190611cf6565b6113ce565b6001016103d7565b505050565b335f90815260066020526040902080546001600160a01b03166104725760405162461bcd60e51b815260206004820152600f60248201526e1513d113ce881b9bdd081d9bdd1959608a1b6044820152606401610263565b8054604080513381526001600160a01b0390921660208301527f6572af8bf9a0a86efb88dcc30011626a15c9c4603503aa4466a3f87a1867deef910160405180910390a160018082015482546001600160a01b03165f9081526002602052604081209092018054919290916104e8908490611f9c565b909155505080546001600160a01b03165f908152600260205260408120805460019290610516908490611f9c565b9091555050335f90815260066020526040812080546001600160a01b03191681556001015550565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001633036105b65760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e6572000000006044820152606401610263565b335f9081526003602052604090205460ff16156106155760405162461bcd60e51b815260206004820152601f60248201527f56616c696461746f7220697320616c72656164792072656769737465726564006044820152606401610263565b5f8282604051610626929190611faf565b60408051918290039091205f8181526004602052919091205490915060ff161561069e5760405162461bcd60e51b815260206004820152602360248201527f424c5331322d333831206b657920697320616c726561647920726567697374656044820152621c995960ea1b6064820152608401610263565b6106a883836114ae565b5f60405180608001604052805f81526020015f81526020015f1515815260200185858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920182905250939094525050805492935090508061071083611fbe565b9091555050335f9081526003602081815260408084208054600160ff1991821681179092556002808552958390208751815593870151918401919091559085015193820180549091169315159390931790925560608301518392918201906107789082612035565b5050505f82815260046020526040808220805460ff191660019081179091556005805491820181559092527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db090910180546001600160a01b0319163390811790915590517f61809fa303a3a57f4d70552f533f3e0b003173d424590cd4bb22a2afe000990c9161080b91879087906120f0565b60405180910390a150505050565b6108296101bc6020830183611cf6565b6108755760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e277420657869737473000000006044820152606401610263565b610882602082018261212f565b60025f6108926020850185611cf6565b6001600160a01b0316815260208101919091526040015f206104168282612207565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016330361092c5760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e6572000000006044820152606401610263565b6001600160a01b0381165f9081526003602052604090205460ff166109935760405162461bcd60e51b815260206004820152601760248201527f4d75737420766f746520666f722076616c696461746f720000000000000000006044820152606401610263565b335f908152600660205260409020546001600160a01b0316156109e85760405162461bcd60e51b815260206004820152600d60248201526c105b1c9958591e481d9bdd1959609a1b6044820152606401610263565b6001600160a01b0381165f9081526002602081905260409091209081015460ff1615610a615760405162461bcd60e51b815260206004820152602260248201527f4d75737420766f746520666f7220756e72657369676e65642076616c6964617460448201526137b960f11b6064820152608401610263565b6040805180820182526001600160a01b03848116825233803160208085019182525f8381526006909152948520935184546001600160a01b0319169316929092178355905160019283015590830180549131929091610ac190849061228f565b9091555050805460019082905f90610ada90849061228f565b9091555050604080513381526001600160a01b03841660208201527fce0c7a2a940807f7dc2ce7a615c2532e915e6c0ac9a08bc4ed9d515a710a53e2910160405180910390a15050565b600a546060905f9067ffffffffffffffff811115610b4457610b44611fd6565b604051908082528060200260200182016040528015610b7d57816020015b610b6a611c1b565b815260200190600190039081610b625790505b5090505f5b600a54811015610cbc575f600a8281548110610ba057610ba0611f74565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff1615159583019590955260038101805493965090949384019285916060840191610c1290611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054610c3e90611f42565b8015610c895780601f10610c6057610100808354040283529160200191610c89565b820191905f5260205f20905b815481529060010190602001808311610c6c57829003601f168201915b505050505081525050815250848481518110610ca757610ca7611f74565b60209081029190910101525050600101610b82565b50919050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610d3a5760405162461bcd60e51b815260206004820181905260248201527f43616c6c6572206973206e6f742074686520636f6e7472616374206f776e65726044820152606401610263565b610d42611510565b610d4a61165f565b600780546001600160a01b03191690556001545f80549091610d7c9160ff8516918491610d779190611f9c565b6116b0565b90508060ff165f03610d8c575050565b5f5b600554811015611037575f60058281548110610dac57610dac611f74565b5f9182526020808320909101546001600160a01b03168083526002918290526040909220908101549192509060ff1615610de757505061102f565b6007546001600160a01b0316610e225750600780546001600160a01b0319166001600160a01b0392909216919091179055600160095561102f565b8360ff166009541015610e4057610e398285611741565b505061102f565b6007546001600160a01b039081165f908152600260208181526040928390208351808501855294871685528351608081018552865481526001870154818401529286015460ff16151593830193909352600385018054939461101c94909392840192918791606084019190610eb490611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054610ee090611f42565b8015610f2b5780601f10610f0257610100808354040283529160200191610f2b565b820191905f5260205f20905b815481529060010190602001808311610f0e57829003601f168201915b5050509190925250505090526040805180820182526007546001600160a01b031681528151608081018352855481526001860154602082810191909152600287015460ff16151593820193909352600386018054929384019287916060840191610f9490611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054610fc090611f42565b801561100b5780601f10610fe25761010080835404028352916020019161100b565b820191905f5260205f20905b815481529060010190602001808311610fee57829003601f168201915b505050505081525050815250611b20565b1561102b5761102b8386611741565b5050505b600101610d8e565b506007546001600160a01b031661104f600a5f611c64565b8160ff1667ffffffffffffffff81111561106b5761106b611fd6565b604051908082528060200260200182016040528015611094578160200160208202803683370190505b5080516110a991600a91602090910190611c7f565b505f5b8260ff1681101561110e5781600a82815481106110cb576110cb611f74565b5f91825260208083209190910180546001600160a01b0319166001600160a01b0394851617905593821681526008909352604090922054909116906001016110ac565b5050505b50565b335f9081526003602052604090205460ff166111735760405162461bcd60e51b815260206004820152601960248201527f43616c6c6572206973206e6f7420612076616c696461746f72000000000000006044820152606401610263565b335f9081526002602081905260409091209081015460ff16156111d85760405162461bcd60e51b815260206004820152601d60248201527f56616c696461746f7220697320616c72656164792072657369676e65640000006044820152606401610263565b60028101805460ff19166001908117909155805481905f906111fb90839061228f565b90915550506040513381527f24250fc1ec78a1405ddd4cc8b75964858af228d05faa8d4bc1302966d8a541179060200160405180910390a150565b6005546060905f9067ffffffffffffffff81111561125657611256611fd6565b60405190808252806020026020018201604052801561128f57816020015b61127c611c1b565b8152602001906001900390816112745790505b5090505f5b600554811015610cbc575f600582815481106112b2576112b2611f74565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff161515958301959095526003810180549396509094938401928591606084019161132490611f42565b80601f016020809104026020016040519081016040528092919081815260200182805461135090611f42565b801561139b5780601f106113725761010080835404028352916020019161139b565b820191905f5260205f20905b81548152906001019060200180831161137e57829003601f168201915b5050505050815250508152508484815181106113b9576113b9611f74565b60209081029190910101525050600101611294565b6001600160a01b038082165f90815260066020526040902080549091166113f3575050565b60018101546001600160a01b038316318110156114545761141e816001600160a01b03851631611f9c565b82546001600160a01b03165f908152600260205260408120600101805490919061144990849061228f565b909155506114999050565b6114686001600160a01b0384163182611f9c565b82546001600160a01b03165f9081526002602052604081206001018054909190611493908490611f9c565b90915550505b506001600160a01b0390911631600190910155565b6030811461150c5760405162461bcd60e51b815260206004820152602560248201527f424c5331322d333831207075626c69634b6579206c656e67746820697320696e6044820152641d985b1a5960da1b6064820152608401610263565b5050565b6005545f61151f600183611f9c565b90505b801561150c575f61153482600161228f565b60408051426020820152449181019190915260608101849052608001604051602081830303815290604052805190602001205f1c61157291906122a2565b90505f6005838154811061158857611588611f74565b5f91825260209091200154600580546001600160a01b03909216925090839081106115b5576115b5611f74565b5f91825260209091200154600580546001600160a01b0390921691859081106115e0576115e0611f74565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550806005838154811061161f5761161f611f74565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555050508080611657906122c1565b915050611522565b6007546001600160a01b03165b6001600160a01b038116156116a9576001600160a01b039081165f90815260086020526040902080546001600160a01b031981169091551661166c565b505f600955565b5f818311156117195760405162461bcd60e51b815260206004820152602f60248201527f4d696e696d756d2073686f756c64206265206c657373207468616e206f72206560448201526e7175616c20746f206d6178696d756d60881b6064820152608401610263565b8284101561172857508161173a565b8184111561173757508061173a565b50825b9392505050565b6001600160a01b0382165f9081526002602081815260408084208151608081018352815481526001820154938101939093529283015460ff1615159082015260038201805491929160608401919061179890611f42565b80601f01602080910402602001604051908101604052809291908181526020018280546117c490611f42565b801561180f5780601f106117e65761010080835404028352916020019161180f565b820191905f5260205f20905b8154815290600101906020018083116117f257829003601f168201915b5050509190925250506040805180820182526007546001600160a01b03168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff16151594820194909452600384018054969750611930969395509185019390929091606084019161188a90611f42565b80601f01602080910402602001604051908101604052809291908181526020018280546118b690611f42565b80156119015780601f106118d857610100808354040283529160200191611901565b820191905f5260205f20905b8154815290600101906020018083116118e457829003601f168201915b5050505050815250508152506040518060400160405280866001600160a01b0316815260200184815250611b20565b156119435761193e83611b6c565b611ac1565b6007546001600160a01b039081165f81815260086020526040902054909116905b6001600160a01b0382166119815761197c8186611bbd565b611abe565b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff16151594820194909452600384018054611a8e95938501939160608401916119e890611f42565b80601f0160208091040260200160405190810160405280929190818152602001828054611a1490611f42565b8015611a5f5780601f10611a3657610100808354040283529160200191611a5f565b820191905f5260205f20905b815481529060010190602001808311611a4257829003601f168201915b5050505050815250508152506040518060400160405280886001600160a01b0316815260200186815250611b20565b15611a9d5761197c8186611bbd565b506001600160a01b038082165f908152600860205260409020541690611964565b50505b8160ff16600954111561041657600780546001600160a01b039081165f90815260086020526040812080546001600160a01b03198082169092558454931692168217909255600980549192611b15836122c1565b919050555050505050565b5f81602001516020015183602001516020015103611b505750805182516001600160a01b03918216911611611b66565b8160200151602001518360200151602001511190505b92915050565b600780546001600160a01b038381165f8181526008602052604081208054939094166001600160a01b0319938416179093558354909116179091556009805491611bb583611fbe565b919050555050565b6001600160a01b038281165f8181526008602052604080822080548686168085529284208054919096166001600160a01b031991821617909555928252825490931690921790556009805491611c1283611fbe565b91905055505050565b60405180604001604052805f6001600160a01b03168152602001611c5f60405180608001604052805f81526020015f81526020015f15158152602001606081525090565b905290565b5080545f8255905f5260205f20908101906111129190611ce2565b828054828255905f5260205f20908101928215611cd2579160200282015b82811115611cd257825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190611c9d565b50611cde929150611ce2565b5090565b5b80821115611cde575f8155600101611ce3565b5f60208284031215611d06575f5ffd5b81356001600160a01b038116811461173a575f5ffd5b60018060a01b0381511682525f602082015160406020850152805160408501526020810151606085015260408101511515608085015260608101519050608060a085015280518060c08601525f5b81811015611d8757602081840181015160e0888401015201611d6a565b505f60e0828701015260e0601f19601f8301168601019250505092915050565b602081525f61173a6020830184611d1c565b5f5f60208385031215611dca575f5ffd5b823567ffffffffffffffff811115611de0575f5ffd5b8301601f81018513611df0575f5ffd5b803567ffffffffffffffff811115611e06575f5ffd5b8560208260051b8401011115611e1a575f5ffd5b6020919091019590945092505050565b5f5f60208385031215611e3b575f5ffd5b823567ffffffffffffffff811115611e51575f5ffd5b8301601f81018513611e61575f5ffd5b803567ffffffffffffffff811115611e77575f5ffd5b856020828401011115611e1a575f5ffd5b5f60208284031215611e98575f5ffd5b813567ffffffffffffffff811115611eae575f5ffd5b82016040818503121561173a575f5ffd5b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015611f1657603f19878603018452611f01858351611d1c565b94506020938401939190910190600101611ee5565b50929695505050505050565b5f60208284031215611f32575f5ffd5b813560ff8116811461173a575f5ffd5b600181811c90821680611f5657607f821691505b602082108103610cbc57634e487b7160e01b5f52602260045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b81810381811115611b6657611b66611f88565b818382375f9101908152919050565b5f60018201611fcf57611fcf611f88565b5060010190565b634e487b7160e01b5f52604160045260245ffd5b601f82111561041657805f5260205f20601f840160051c8101602085101561200f5750805b601f840160051c820191505b8181101561202e575f815560010161201b565b5050505050565b815167ffffffffffffffff81111561204f5761204f611fd6565b6120638161205d8454611f42565b84611fea565b6020601f821160018114612095575f831561207e5750848201515b5f19600385901b1c1916600184901b17845561202e565b5f84815260208120601f198516915b828110156120c457878501518255602094850194600190920191016120a4565b50848210156120e157868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8235607e19833603018112612143575f5ffd5b9190910192915050565b67ffffffffffffffff83111561216557612165611fd6565b612179836121738354611f42565b83611fea565b5f601f8411600181146121aa575f85156121935750838201355b5f19600387901b1c1916600186901b17835561202e565b5f83815260208120601f198716915b828110156121d957868501358255602094850194600190920191016121b9565b50868210156121f5575f1960f88860031b161c19848701351681555b505060018560011b0183555050505050565b813581556020820135600182015560028101604083013580151580821461222c575f5ffd5b60ff19835416915060ff8116821783555050506060820135601e19833603018112612255575f5ffd5b8201803567ffffffffffffffff81111561226d575f5ffd5b602082019150803603821315612281575f5ffd5b61110e81836003860161214d565b80820180821115611b6657611b66611f88565b5f826122bc57634e487b7160e01b5f52601260045260245ffd5b500690565b5f816122cf576122cf611f88565b505f19019056fea2646970667358221220fb596a899783aa169bc4bac8389b7b024606b59ed939dfa3029105b691e2bc1964736f6c634300081b0033", - "sourceMap": "1326:9070:23:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6110:104;6186:24;;6110:104;;;160:25:31;;;148:2;133:18;6110:104:23;;;;;;;;6217:109;6291:24;:31;6217:109;;7811:229;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;9172:195::-;;;;;;:::i;:::-;;:::i;:::-;;8822:347;;;:::i;6329:840::-;;;;;;:::i;:::-;;:::i;8043:213::-;;;;;;:::i;:::-;;:::i;8259:560::-;;;;;;:::i;:::-;;:::i;5200:401::-;;;:::i;:::-;;;;;;;:::i;2837:1145::-;;;;;;:::i;:::-;;:::i;7172:361::-;;;:::i;7536:116::-;;;;;;:::i;:::-;-1:-1:-1;;;;;7619:29:23;7602:4;7619:29;;;:23;:29;;;;;;;;;7536:116;;;;4506:14:31;;4499:22;4481:41;;4469:2;4454:18;7536:116:23;4341:187:31;5999:108:23;6057:7;6077:26;5999:108;;5604:392;;;:::i;7811:229::-;7869:16;;:::i;:::-;-1:-1:-1;;;;;7619:29:23;;7602:4;7619:29;;;:23;:29;;;;;;;;7891:71;;;;-1:-1:-1;;;7891:71:23;;4735:2:31;7891:71:23;;;4717:21:31;4774:2;4754:18;;;4747:30;4813;4793:18;;;4786:58;4861:18;;7891:71:23;;;;;;;;;7973:63;;;;;;;;-1:-1:-1;;;;;7973:63:23;;;;;-1:-1:-1;8003:31:23;;;:24;7973:63;8003:31;;;;;;;7973:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8003:31;7973:63;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;7973:63:23;;;;-1:-1:-1;;;7973:63:23;;7966:70;7811:229;-1:-1:-1;;7811:229:23:o;9172:195::-;1985:10;-1:-1:-1;;;;;1999:6:23;1985:20;;1977:65;;;;-1:-1:-1;;;1977:65:23;;5477:2:31;1977:65:23;;;5459:21:31;;;5496:18;;;5489:30;5555:34;5535:18;;;5528:62;5607:18;;1977:65:23;5275:356:31;1977:65:23;9295:6:::1;9290:74;9307:17:::0;;::::1;9290:74;;;9336:23;9349:6;;9356:1;9349:9;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;9336:12;:23::i;:::-;9326:3;;9290:74;;;;9172:195:::0;;:::o;8822:347::-;8881:10;8853:18;8874;;;:6;:18;;;;;8904:15;;-1:-1:-1;;;;;8904:15:23;8896:57;;;;-1:-1:-1;;;8896:57:23;;5970:2:31;8896:57:23;;;5952:21:31;6009:2;5989:18;;;5982:30;-1:-1:-1;;;6028:18:31;;;6021:45;6083:18;;8896:57:23;5768:339:31;8896:57:23;8983:15;;8963:36;;;8971:10;6286:51:31;;-1:-1:-1;;;;;8983:15:23;;;6368:2:31;6353:18;;6346:60;8963:36:23;;6259:18:31;8963:36:23;;;;;;;9061:13;;;;;9029:15;;-1:-1:-1;;;;;9029:15:23;9004:41;;;;:24;:41;;;;;:53;;;:70;;9061:13;;9004:53;;:70;;9061:13;;9004:70;:::i;:::-;;;;-1:-1:-1;;9103:15:23;;-1:-1:-1;;;;;9103:15:23;9078:41;;;;:24;:41;;;;;:58;;9135:1;;9078:41;:58;;9135:1;;9078:58;:::i;:::-;;;;-1:-1:-1;;9154:10:23;9147:18;;;;:6;:18;;;;;9140:25;;-1:-1:-1;;;;;;9140:25:23;;;;;;-1:-1:-1;8822:347:23:o;6329:840::-;-1:-1:-1;;;;;2104:6:23;2090:20;:10;:20;2082:61;;;;-1:-1:-1;;;2082:61:23;;6884:2:31;2082:61:23;;;6866:21:31;6923:2;6903:18;;;6896:30;6962;6942:18;;;6935:58;7010:18;;2082:61:23;6682:352:31;2082:61:23;6452:10:::1;6428:35;::::0;;;:23:::1;:35;::::0;;;;;::::1;;6427:36;6419:80;;;::::0;-1:-1:-1;;;6419:80:23;;7241:2:31;6419:80:23::1;::::0;::::1;7223:21:31::0;7280:2;7260:18;;;7253:30;7319:33;7299:18;;;7292:61;7370:18;;6419:80:23::1;7039:355:31::0;6419:80:23::1;6504:27;6544:20;;6534:31;;;;;;;:::i;:::-;;::::0;;;;;::::1;::::0;;;6579:42:::1;::::0;;;:21:::1;:42;::::0;;;;;;6534:31;;-1:-1:-1;6579:42:23::1;;6578:43;6570:91;;;::::0;-1:-1:-1;;;6570:91:23;;7877:2:31;6570:91:23::1;::::0;::::1;7859:21:31::0;7916:2;7896:18;;;7889:30;7955:34;7935:18;;;7928:62;-1:-1:-1;;;8006:18:31;;;7999:33;8049:19;;6570:91:23::1;7675:399:31::0;6570:91:23::1;6666:46;6691:20;;6666:24;:46::i;:::-;6717:30;6750:126;;;;;;;;6782:1;6750:126;;;;6801:1;6750:126;;;;6819:5;6750:126;;;;;;6851:20;;6750:126;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;-1:-1:-1;6750:126:23;;;;-1:-1:-1;;6881:28:23;;6717:159;;-1:-1:-1;6750:126:23;-1:-1:-1;6750:126:23;6881:28:::1;::::0;::::1;:::i;:::-;::::0;;;-1:-1:-1;;6937:10:23::1;6913:35;::::0;;;:23:::1;:35;::::0;;;;;;;:42;;6951:4:::1;-1:-1:-1::0;;6913:42:23;;::::1;::::0;::::1;::::0;;;6959:24:::1;:36:::0;;;;;;;:48;;;;;;::::1;::::0;;;::::1;::::0;;;;;;::::1;::::0;;;::::1;::::0;;;;::::1;::::0;::::1;;::::0;;;::::1;::::0;;;::::1;::::0;::::1;::::0;;;:36;:48;::::1;::::0;::::1;::::0;;::::1;:::i;:::-;-1:-1:-1::0;;;7011:42:23::1;::::0;;;:21:::1;:42;::::0;;;;;:49;;-1:-1:-1;;7011:49:23::1;7056:4;7011:49:::0;;::::1;::::0;;;7064:21:::1;:38:::0;;;;::::1;::::0;;;;;;;;::::1;::::0;;-1:-1:-1;;;;;;7064:38:23::1;7091:10;7064:38:::0;;::::1;::::0;;;7112:53;;::::1;::::0;::::1;::::0;7144:20;;;;7112:53:::1;:::i;:::-;;;;;;;;6415:754;;6329:840:::0;;:::o;8043:213::-;8118:38;8140:15;;;;:10;:15;:::i;8118:38::-;8110:79;;;;-1:-1:-1;;;8110:79:23;;4735:2:31;8110:79:23;;;4717:21:31;4774:2;4754:18;;;4747:30;4813;4793:18;;;4786:58;4861:18;;8110:79:23;4533:352:31;8110:79:23;8237:15;;;;:10;:15;:::i;:::-;8193:24;:41;8218:15;;;;:10;:15;:::i;:::-;-1:-1:-1;;;;;8193:41:23;;;;;;;;;;;;-1:-1:-1;8193:41:23;:59;;:41;:59;:::i;8259:560::-;-1:-1:-1;;;;;2104:6:23;2090:20;:10;:20;2082:61;;;;-1:-1:-1;;;2082:61:23;;6884:2:31;2082:61:23;;;6866:21:31;6923:2;6903:18;;;6896:30;6962;6942:18;;;6935:58;7010:18;;2082:61:23;6682:352:31;2082:61:23;-1:-1:-1;;;;;7619:29:23;;7602:4;7619:29;;;:23;:29;;;;;;;;8313:63:::1;;;::::0;-1:-1:-1;;;8313:63:23;;13879:2:31;8313:63:23::1;::::0;::::1;13861:21:31::0;13918:2;13898:18;;;13891:30;13957:25;13937:18;;;13930:53;14000:18;;8313:63:23::1;13677:347:31::0;8313:63:23::1;8395:10;8428:1;8388:18:::0;;;:6:::1;:18;::::0;;;;:28;-1:-1:-1;;;;;8388:28:23::1;:42:::0;8380:68:::1;;;::::0;-1:-1:-1;;;8380:68:23;;14231:2:31;8380:68:23::1;::::0;::::1;14213:21:31::0;14270:2;14250:18;;;14243:30;-1:-1:-1;;;14289:18:31;;;14282:43;14342:18;;8380:68:23::1;14029:337:31::0;8380:68:23::1;-1:-1:-1::0;;;;;8491:30:23;::::1;8453:35;8491:30:::0;;;:24:::1;:30;::::0;;;;;;;8534:24;;::::1;::::0;::::1;;8533:25;8525:72;;;::::0;-1:-1:-1;;;8525:72:23;;14573:2:31;8525:72:23::1;::::0;::::1;14555:21:31::0;14612:2;14592:18;;;14585:30;14651:34;14631:18;;;14624:62;-1:-1:-1;;;14702:18:31;;;14695:32;14744:19;;8525:72:23::1;14371:398:31::0;8525:72:23::1;8623:52;::::0;;;;::::1;::::0;;-1:-1:-1;;;;;8623:52:23;;::::1;::::0;;8655:10:::1;:18:::0;::::1;8623:52;::::0;;::::1;::::0;;;-1:-1:-1;8602:18:23;;;:6:::1;:18:::0;;;;;;:73;;;;-1:-1:-1;;;;;;8602:73:23::1;::::0;::::1;::::0;;;::::1;::::0;;;;-1:-1:-1;8602:73:23;;::::1;::::0;8701:25;;::::1;:47:::0;;8730:18;::::1;::::0;8701:25;;:47:::1;::::0;8730:18;;8701:47:::1;:::i;:::-;::::0;;;-1:-1:-1;;8752:30:23;;8781:1:::1;::::0;8752:13;;:25:::1;::::0;:30:::1;::::0;8781:1;;8752:30:::1;:::i;:::-;::::0;;;-1:-1:-1;;8792:23:23::1;::::0;;8798:10:::1;6286:51:31::0;;-1:-1:-1;;;;;6373:32:31;;6368:2;6353:18;;6346:60;8792:23:23::1;::::0;6259:18:31;8792:23:23::1;;;;;;;8309:510;8259:560:::0;:::o;5200:401::-;5317:24;:31;5249:18;;5273:25;;5301:48;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;5273:76:23;-1:-1:-1;5358:6:23;5353:227;5374:24;:31;5370:35;;5353:227;;;5417:12;5432:24;5457:1;5432:27;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;;;;;5432:27:23;5493:30;;;:24;:30;;;;;;;;5540:35;;;;;;;;;;;;;;;;;;;;;5432:27;5540:35;;;;;;;;;;;;;;;;;;;;;;;;;;;5432:27;;-1:-1:-1;5493:30:23;;5540:35;;;;5493:30;;5540:35;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5528:6;5535:1;5528:9;;;;;;;;:::i;:::-;;;;;;;;;;:47;-1:-1:-1;;5407:3:23;;5353:227;;;-1:-1:-1;5591:6:23;5200:401;-1:-1:-1;5200:401:23:o;2837:1145::-;1985:10;-1:-1:-1;;;;;1999:6:23;1985:20;;1977:65;;;;-1:-1:-1;;;1977:65:23;;5477:2:31;1977:65:23;;;5459:21:31;;;5496:18;;;5489:30;5555:34;5535:18;;;5528:62;5607:18;;1977:65:23;5275:356:31;1977:65:23;2901:9:::1;:7;:9::i;:::-;2914:21;:19;:21::i;:::-;2940:5;:18:::0;;-1:-1:-1;;;;;;2940:18:23::1;::::0;;;3023:24;2956:1:::1;2994:26:::0;;2956:1;;2981:67:::1;::::0;::::1;::::0;::::1;::::0;2956:1;;2994:53:::1;::::0;3023:24;2994:53:::1;:::i;:::-;2981:6;:67::i;:::-;2963:86;;3116:3;:8;;3123:1;3116:8:::0;3112:30:::1;;3131:7;2837:1145:::0;:::o;3112:30::-:1;3151:6;3146:614;3167:21;:28:::0;3163:32;::::1;3146:614;;;3207:12;3222:21;3244:1;3222:24;;;;;;;;:::i;:::-;;::::0;;;::::1;::::0;;;;;::::1;::::0;-1:-1:-1;;;;;3222:24:23::1;3281:30:::0;;;:24:::1;:30:::0;;;;;;;;3320:15;;::::1;::::0;3222:24;;-1:-1:-1;3281:30:23;3320:15:::1;;3316:41;;;3343:8;;;;3316:41;3366:5;::::0;-1:-1:-1;;;;;3366:5:23::1;3362:92;;-1:-1:-1::0;3393:5:23::1;:12:::0;;-1:-1:-1;;;;;;3393:12:23::1;-1:-1:-1::0;;;;;3393:12:23;;;::::1;::::0;;;::::1;::::0;;-1:-1:-1;3411:19:23::1;:23:::0;3440:8:::1;;3362:92;3485:3;3463:25;;:19;;:25;3459:86;;;3496:29;3515:4;3521:3;3496:18;:29::i;:::-;3531:8;;;;3459:86;3608:5;::::0;-1:-1:-1;;;;;3608:5:23;;::::1;3550:30;3583:31:::0;;;:24:::1;:31;::::0;;;;;;;;3635:35;;;;::::1;::::0;;;;::::1;::::0;;;;::::1;::::0;::::1;::::0;;;;;;3608:5;3635:35;::::1;::::0;;;::::1;::::0;;;::::1;::::0;::::1;;;;::::0;;;;;;;::::1;::::0;::::1;::::0;;3583:31;;3624:89:::1;::::0;3635:35;;;;::::1;::::0;;3664:4;;3635:35;;;;;::::1;::::0;::::1;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;3635:35:23;;;;-1:-1:-1;;;3635:35:23;;3672:40:::1;::::0;;;;::::1;::::0;;3689:5:::1;::::0;-1:-1:-1;;;;;3689:5:23::1;3672:40:::0;;;;::::1;::::0;::::1;::::0;;;;;;3689:5;3672:40;::::1;::::0;::::1;::::0;;::::1;::::0;;;;::::1;::::0;::::1;::::0;::::1;;;;::::0;;;;;;;::::1;::::0;::::1;::::0;;;;;::::1;::::0;3702:8;;3672:40;;;;::::1;::::0;::::1;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;::::0;3624:10:::1;:89::i;:::-;3620:136;;;3721:29;3740:4;3746:3;3721:18;:29::i;:::-;3202:558;;;3146:614;3197:3;;3146:614;;;-1:-1:-1::0;3779:5:23::1;::::0;-1:-1:-1;;;;;3779:5:23::1;3788:31;3795:24;3764:12;3788:31;:::i;:::-;3864:3;3850:18;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;-1:-1:-1;3850:18:23::1;-1:-1:-1::0;3823:45:23;;::::1;::::0;:24:::1;::::0;:45:::1;::::0;;::::1;::::0;::::1;:::i;:::-;-1:-1:-1::0;3877:6:23::1;3872:107;3893:3;3889:7;;:1;:7;3872:107;;;3938:4;3908:24;3933:1;3908:27;;;;;;;;:::i;:::-;;::::0;;;::::1;::::0;;;;;;::::1;:34:::0;;-1:-1:-1;;;;;;3908:34:23::1;-1:-1:-1::0;;;;;3908:34:23;;::::1;;::::0;;3954:20;;::::1;::::0;;:14:::1;:20:::0;;;;;;;;;;::::1;::::0;-1:-1:-1;3898:3:23::1;3872:107;;;;2897:1085;;2046:1;2837:1145:::0;:::o;7172:361::-;7242:10;7602:4;7619:29;;;:23;:29;;;;;;;;7212:71;;;;-1:-1:-1;;;7212:71:23;;15106:2:31;7212:71:23;;;15088:21:31;15145:2;15125:18;;;15118:30;15184:27;15164:18;;;15157:55;15229:18;;7212:71:23;14904:349:31;7212:71:23;7347:10;7288:31;7322:36;;;:24;:36;;;;;;;;7371:20;;;;;;7370:21;7362:63;;;;-1:-1:-1;;;7362:63:23;;15460:2:31;7362:63:23;;;15442:21:31;15499:2;15479:18;;;15472:30;15538:31;15518:18;;;15511:59;15587:18;;7362:63:23;15258:353:31;7362:63:23;7430:20;;;:27;;-1:-1:-1;;7430:27:23;7453:4;7430:27;;;;;;7461:29;;7453:4;;7430:20;;7461:29;;7453:4;;7461:29;:::i;:::-;;;;-1:-1:-1;;7500:29:23;;7518:10;15762:51:31;;7500:29:23;;15750:2:31;15735:18;7500:29:23;;;;;;;7208:325;7172:361::o;5604:392::-;5721:21;:28;5653:18;;5677:25;;5705:45;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;5677:73:23;-1:-1:-1;5759:6:23;5754:221;5775:21;:28;5771:32;;5754:221;;;5815:12;5830:21;5852:1;5830:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;;;;;5830:24:23;5888:30;;;:24;:30;;;;;;;;5935:35;;;;;;;;;;;;;;;;;;;;;5830:24;5935:35;;;;;;;;;;;;;;;;;;;;;;;;;;;5830:24;;-1:-1:-1;5888:30:23;;5935:35;;;;5888:30;;5935:35;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5923:6;5930:1;5923:9;;;;;;;;:::i;:::-;;;;;;;;;;:47;-1:-1:-1;;5805:3:23;;5754:221;;9370:444;-1:-1:-1;;;;;9439:12:23;;;9418:18;9439:12;;;:6;:12;;;;;9459:15;;9439:12;;9459:15;9455:51;;9495:7;9370:444;:::o;9455:51::-;9533:13;;;;-1:-1:-1;;;;;9570:12:23;;;9555:27;;9551:227;;;9646:27;9661:12;-1:-1:-1;;;;;9646:12:23;;;:27;:::i;:::-;9614:15;;-1:-1:-1;;;;;9614:15:23;9589:41;;;;:24;:41;;;;;9614:15;9589:53;:84;;:53;;:41;:84;;;;;:::i;:::-;;;;-1:-1:-1;9551:227:23;;-1:-1:-1;9551:227:23;;9746:27;-1:-1:-1;;;;;9761:12:23;;;9746;:27;:::i;:::-;9714:15;;-1:-1:-1;;;;;9714:15:23;9689:41;;;;:24;:41;;;;;9714:15;9689:53;:84;;:53;;:41;:84;;;;;:::i;:::-;;;;-1:-1:-1;;9551:227:23;-1:-1:-1;;;;;;9798:12:23;;;;9782:13;;;;:28;9370:444::o;7655:153::-;7760:2;7740:22;;7732:72;;;;-1:-1:-1;;;7732:72:23;;16026:2:31;7732:72:23;;;16008:21:31;16065:2;16045:18;;;16038:30;16104:34;16084:18;;;16077:62;-1:-1:-1;;;16155:18:31;;;16148:35;16200:19;;7732:72:23;15824:401:31;7732:72:23;7655:153;;:::o;2155:448::-;2199:21;:28;2187:9;2248:5;2252:1;2199:28;2248:5;:::i;:::-;2236:17;;2231:369;2255:5;;2231:369;;2325:9;2415:5;:1;2419;2415:5;:::i;:::-;2355:54;;;2372:15;2355:54;;;16415:19:31;2389:16:23;16450:12:31;;;16443:28;;;;16487:12;;;16480:28;;;16524:12;;2355:54:23;;;;;;;;;;;;2345:65;;;;;;2337:74;;:84;;;;:::i;:::-;2325:96;;2464:12;2479:21;2501:1;2479:24;;;;;;;;:::i;:::-;;;;;;;;;;;2535:21;:24;;-1:-1:-1;;;;;2479:24:23;;;;-1:-1:-1;2535:21:23;2557:1;;2535:24;;;;;;:::i;:::-;;;;;;;;;;;2508:21;:24;;-1:-1:-1;;;;;2535:24:23;;;;2530:1;;2508:24;;;;;;:::i;:::-;;;;;;;;;:51;;;;;-1:-1:-1;;;;;2508:51:23;;;;;-1:-1:-1;;;;;2508:51:23;;;;;;2591:4;2564:21;2586:1;2564:24;;;;;;;;:::i;:::-;;;;;;;;;:31;;;;;-1:-1:-1;;;;;2564:31:23;;;;;-1:-1:-1;;;;;2564:31:23;;;;;;2267:333;;2262:3;;;;;:::i;:::-;;;;2231:369;;2606:228;2665:5;;-1:-1:-1;;;;;2665:5:23;2675:129;-1:-1:-1;;;;;2682:18:23;;;2675:129;;-1:-1:-1;;;;;2741:23:23;;;2707:15;2741:23;;;:14;:23;;;;;;;-1:-1:-1;;;;;;2769:30:23;;;;;2741:23;2675:129;;;-1:-1:-1;2829:1:23;2807:19;:23;2606:228::o;10117:277::-;10196:7;10224:3;10217;:10;;10209:70;;;;-1:-1:-1;;;10209:70:23;;17104:2:31;10209:70:23;;;17086:21:31;17143:2;17123:18;;;17116:30;17182:34;17162:18;;;17155:62;-1:-1:-1;;;17233:18:31;;;17226:45;17288:19;;10209:70:23;16902:411:31;10209:70:23;10295:3;10287:5;:11;10283:108;;;-1:-1:-1;10312:3:23;10305:10;;10283:108;10338:3;10330:5;:11;10326:65;;;-1:-1:-1;10355:3:23;10348:10;;10326:65;-1:-1:-1;10381:5:23;10326:65;10117:277;;;;;:::o;3985:921::-;-1:-1:-1;;;;;4079:30:23;;4051:25;4079:30;;;:24;:30;;;;;;;;4051:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4079:30;4051:58;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;4051:58:23;;;;-1:-1:-1;;4138:63:23;;;;;;;;4155:5;;-1:-1:-1;;;;;4155:5:23;4138:63;;;-1:-1:-1;4168:31:23;;;:24;4138:63;4168:31;;;;;;;4138:63;;;;;;;;;;;4155:5;4138:63;;;;;;;;;;;;;;;;;;;;;;;;;;;4051:58;;-1:-1:-1;4122:125:23;;4138:63;;-1:-1:-1;4138:63:23;;;;;;4168:31;;4138:63;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4207:35;;;;;;;;4224:4;-1:-1:-1;;;;;4207:35:23;;;;;4236:4;4207:35;;;4122:10;:125::i;:::-;4114:632;;;4257:16;4268:4;4257:10;:16::i;:::-;4114:632;;;4322:5;;-1:-1:-1;;;;;4322:5:23;;;4289:15;4307:21;;;:14;:21;;;;;;;;;;4363:379;-1:-1:-1;;;;;4386:21:23;;4382:80;;4416:27;4428:8;4438:4;4416:11;:27::i;:::-;4450:5;;4382:80;4496:67;;;;;;;;-1:-1:-1;;;;;4496:67:23;;;;;-1:-1:-1;4528:33:23;;;:24;4496:67;4528:33;;;;;;;4496:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4478:135;;4496:67;;;;4528:33;4496:67;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4571:35;;;;;;;;4588:4;-1:-1:-1;;;;;4571:35:23;;;;;4600:4;4571:35;;;4478:10;:135::i;:::-;4468:205;;;4627:27;4639:8;4649:4;4627:11;:27::i;4468:205::-;-1:-1:-1;;;;;;4713:23:23;;;;;;;:14;:23;;;;;;;;4363:379;;;4284:462;;4114:632;4776:3;4754:25;;:19;;:25;4750:153;;;4816:5;;;-1:-1:-1;;;;;4816:5:23;;;4786:12;4801:21;;;:14;:21;;;;;;;-1:-1:-1;;;;;;4827:28:23;;;;;;4860:12;;4801:21;;4860:12;;;;;;;4877:19;:21;;4801;;4877;;;:::i;:::-;;;;;;4781:122;4047:859;3985:921;;:::o;9817:297::-;9918:4;9963:10;:15;;;:27;;;9932:10;:15;;;:27;;;:58;9928:114;;-1:-1:-1;10022:15:23;;10004;;-1:-1:-1;;;;;10004:33:23;;;;;;9997:40;;9928:114;10083:10;:15;;;:27;;;10053:10;:15;;;:27;;;:57;10046:64;;9817:297;;;;;:::o;4909:120::-;4979:5;;;-1:-1:-1;;;;;4956:20:23;;;4979:5;4956:20;;;:14;:20;;;;;:28;;4979:5;;;;-1:-1:-1;;;;;;4956:28:23;;;;;;;4988:12;;;;;;;;;5004:19;:21;;;;;;:::i;:::-;;;;;;4909:120;:::o;5032:165::-;-1:-1:-1;;;;;5117:20:23;;;;;;;:14;:20;;;;;;;;5094;;;;;;;;;:43;;5117:20;;;;-1:-1:-1;;;;;;5094:43:23;;;;;;;5141:20;;;:27;;;;;;;;;;5172:19;:21;;;;;;:::i;:::-;;;;;;5032:165;;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;196:286:31;255:6;308:2;296:9;287:7;283:23;279:32;276:52;;;324:1;321;314:12;276:52;350:23;;-1:-1:-1;;;;;402:31:31;;392:42;;382:70;;448:1;445;438:12;487:871;604:1;600;595:3;591:11;587:19;579:5;573:12;569:38;564:3;557:51;539:3;654:4;647:5;643:16;637:23;692:4;685;680:3;676:14;669:28;735:12;729:19;722:4;717:3;713:14;706:43;803:4;789:12;785:23;779:30;774:2;769:3;765:12;758:52;880:4;866:12;862:23;856:30;849:38;842:46;835:4;830:3;826:14;819:70;944:2;930:12;926:21;920:28;898:50;;979:4;973:3;968;964:13;957:27;1013:14;1007:21;1059:6;1053:3;1048;1044:13;1037:29;1084:1;1094:147;1108:6;1105:1;1102:13;1094:147;;;1224:4;1200:22;;;1196:33;;1190:40;1184:3;1171:11;;;1167:21;1160:71;1123:12;1094:147;;;1098:3;1285:1;1279:3;1270:6;1265:3;1261:16;1257:26;1250:37;1348:3;1341:2;1337:7;1332:2;1324:6;1320:15;1316:29;1311:3;1307:39;1303:49;1296:56;;;;487:871;;;;:::o;1363:266::-;1548:2;1537:9;1530:21;1511:4;1568:55;1619:2;1608:9;1604:18;1596:6;1568:55;:::i;1634:610::-;1720:6;1728;1781:2;1769:9;1760:7;1756:23;1752:32;1749:52;;;1797:1;1794;1787:12;1749:52;1837:9;1824:23;1870:18;1862:6;1859:30;1856:50;;;1902:1;1899;1892:12;1856:50;1925:22;;1978:4;1970:13;;1966:27;-1:-1:-1;1956:55:31;;2007:1;2004;1997:12;1956:55;2047:2;2034:16;2073:18;2065:6;2062:30;2059:50;;;2105:1;2102;2095:12;2059:50;2158:7;2153:2;2143:6;2140:1;2136:14;2132:2;2128:23;2124:32;2121:45;2118:65;;;2179:1;2176;2169:12;2118:65;2210:2;2202:11;;;;;2232:6;;-1:-1:-1;1634:610:31;-1:-1:-1;;;1634:610:31:o;2249:586::-;2319:6;2327;2380:2;2368:9;2359:7;2355:23;2351:32;2348:52;;;2396:1;2393;2386:12;2348:52;2436:9;2423:23;2469:18;2461:6;2458:30;2455:50;;;2501:1;2498;2491:12;2455:50;2524:22;;2577:4;2569:13;;2565:27;-1:-1:-1;2555:55:31;;2606:1;2603;2596:12;2555:55;2646:2;2633:16;2672:18;2664:6;2661:30;2658:50;;;2704:1;2701;2694:12;2658:50;2749:7;2744:2;2735:6;2731:2;2727:15;2723:24;2720:37;2717:57;;;2770:1;2767;2760:12;2840:389;2929:6;2982:2;2970:9;2961:7;2957:23;2953:32;2950:52;;;2998:1;2995;2988:12;2950:52;3038:9;3025:23;3071:18;3063:6;3060:30;3057:50;;;3103:1;3100;3093:12;3057:50;3126:22;;3182:2;3164:16;;;3160:25;3157:45;;;3198:1;3195;3188:12;3234:828;3432:4;3480:2;3469:9;3465:18;3510:2;3499:9;3492:21;3533:6;3568;3562:13;3599:6;3591;3584:22;3637:2;3626:9;3622:18;3615:25;;3699:2;3689:6;3686:1;3682:14;3671:9;3667:30;3663:39;3649:53;;3737:2;3729:6;3725:15;3758:1;3768:265;3782:6;3779:1;3776:13;3768:265;;;3875:2;3871:7;3859:9;3851:6;3847:22;3843:36;3838:3;3831:49;3903:50;3946:6;3937;3931:13;3903:50;:::i;:::-;3893:60;-1:-1:-1;3988:2:31;4011:12;;;;3976:15;;;;;3804:1;3797:9;3768:265;;;-1:-1:-1;4050:6:31;;3234:828;-1:-1:-1;;;;;;3234:828:31:o;4067:269::-;4124:6;4177:2;4165:9;4156:7;4152:23;4148:32;4145:52;;;4193:1;4190;4183:12;4145:52;4232:9;4219:23;4282:4;4275:5;4271:16;4264:5;4261:27;4251:55;;4302:1;4299;4292:12;4890:380;4969:1;4965:12;;;;5012;;;5033:61;;5087:4;5079:6;5075:17;5065:27;;5033:61;5140:2;5132:6;5129:14;5109:18;5106:38;5103:161;;5186:10;5181:3;5177:20;5174:1;5167:31;5221:4;5218:1;5211:15;5249:4;5246:1;5239:15;5636:127;5697:10;5692:3;5688:20;5685:1;5678:31;5728:4;5725:1;5718:15;5752:4;5749:1;5742:15;6417:127;6478:10;6473:3;6469:20;6466:1;6459:31;6509:4;6506:1;6499:15;6533:4;6530:1;6523:15;6549:128;6616:9;;;6637:11;;;6634:37;;;6651:18;;:::i;7399:271::-;7582:6;7574;7569:3;7556:33;7538:3;7608:16;;7633:13;;;7608:16;7399:271;-1:-1:-1;7399:271:31:o;8079:135::-;8118:3;8139:17;;;8136:43;;8159:18;;:::i;:::-;-1:-1:-1;8206:1:31;8195:13;;8079:135::o;8219:127::-;8280:10;8275:3;8271:20;8268:1;8261:31;8311:4;8308:1;8301:15;8335:4;8332:1;8325:15;8476:517;8577:2;8572:3;8569:11;8566:421;;;8613:5;8610:1;8603:16;8657:4;8654:1;8644:18;8727:2;8715:10;8711:19;8708:1;8704:27;8698:4;8694:38;8763:4;8751:10;8748:20;8745:47;;;-1:-1:-1;8786:4:31;8745:47;8841:2;8836:3;8832:12;8829:1;8825:20;8819:4;8815:31;8805:41;;8896:81;8914:2;8907:5;8904:13;8896:81;;;8973:1;8959:16;;8940:1;8929:13;8896:81;;;8900:3;;8476:517;;;:::o;9169:1295::-;9293:3;9287:10;9320:18;9312:6;9309:30;9306:56;;;9342:18;;:::i;:::-;9371:96;9460:6;9420:38;9452:4;9446:11;9420:38;:::i;:::-;9414:4;9371:96;:::i;:::-;9516:4;9547:2;9536:14;;9564:1;9559:648;;;;10251:1;10268:6;10265:89;;;-1:-1:-1;10320:19:31;;;10314:26;10265:89;-1:-1:-1;;9126:1:31;9122:11;;;9118:24;9114:29;9104:40;9150:1;9146:11;;;9101:57;10367:81;;9529:929;;9559:648;8423:1;8416:14;;;8460:4;8447:18;;-1:-1:-1;;9595:20:31;;;9712:222;9726:7;9723:1;9720:14;9712:222;;;9808:19;;;9802:26;9787:42;;9915:4;9900:20;;;;9868:1;9856:14;;;;9742:12;9712:222;;;9716:3;9962:6;9953:7;9950:19;9947:201;;;10023:19;;;10017:26;-1:-1:-1;;10106:1:31;10102:14;;;10118:3;10098:24;10094:37;10090:42;10075:58;10060:74;;9947:201;-1:-1:-1;;;;10194:1:31;10178:14;;;10174:22;10161:36;;-1:-1:-1;9169:1295:31:o;10469:485::-;-1:-1:-1;;;;;10654:32:31;;10636:51;;10723:2;10718;10703:18;;10696:30;;;10742:18;;10735:34;;;10762:6;10811;10806:2;10791:18;;10778:48;10875:1;10846:22;;;10870:2;10842:31;;;10835:42;;;;10938:2;10917:15;;;-1:-1:-1;;10913:29:31;10898:45;10894:54;;10469:485;-1:-1:-1;;10469:485:31:o;10959:332::-;11059:4;11117:11;11104:25;11211:3;11207:8;11196;11180:14;11176:29;11172:44;11152:18;11148:69;11138:97;;11231:1;11228;11221:12;11138:97;11252:33;;;;;10959:332;-1:-1:-1;;10959:332:31:o;11296:1178::-;11402:18;11397:3;11394:27;11391:53;;;11424:18;;:::i;:::-;11453:93;11542:3;11502:38;11534:4;11528:11;11502:38;:::i;:::-;11496:4;11453:93;:::i;:::-;11572:1;11597:2;11592:3;11589:11;11614:1;11609:607;;;;12260:1;12277:3;12274:93;;;-1:-1:-1;12333:19:31;;;12320:33;12274:93;-1:-1:-1;;9126:1:31;9122:11;;;9118:24;9114:29;9104:40;9150:1;9146:11;;;9101:57;12380:78;;11582:886;;11609:607;8423:1;8416:14;;;8460:4;8447:18;;-1:-1:-1;;11645:17:31;;;11759:229;11773:7;11770:1;11767:14;11759:229;;;11862:19;;;11849:33;11834:49;;11969:4;11954:20;;;;11922:1;11910:14;;;;11789:12;11759:229;;;11763:3;12016;12007:7;12004:16;12001:159;;;12140:1;12136:6;12130:3;12124;12121:1;12117:11;12113:21;12109:34;12105:39;12092:9;12087:3;12083:19;12070:33;12066:79;12058:6;12051:95;12001:159;;;12203:1;12197:3;12194:1;12190:11;12186:19;12180:4;12173:33;11582:886;;11296:1178;;;:::o;12479:1193::-;12674:19;;12702:25;;12808:2;12797:14;;12784:28;12838:1;12828:12;;12821:35;12893:1;12883:12;;12943:2;12932:14;;12919:28;12973:15;;12966:23;13008:15;;;12998:43;;13037:1;13034;13027:12;12998:43;13092:3;13088:8;13075:10;13069:17;13065:32;13050:47;;13145:3;13141:2;13137:12;13128:7;13125:25;13113:10;13106:45;;;;13210:2;13203:5;13199:14;13186:28;13293:2;13289:7;13281:5;13265:14;13261:26;13257:40;13237:18;13233:65;13223:93;;13312:1;13309;13302:12;13223:93;13337:30;;13390:18;;13431;13420:30;;13417:50;;;13463:1;13460;13453:12;13417:50;13500:2;13494:4;13490:13;13476:27;;13547:6;13531:14;13527:27;13519:6;13515:40;13512:60;;;13568:1;13565;13558:12;13512:60;13581:85;13659:6;13651;13647:1;13641:4;13637:12;13581:85;:::i;14774:125::-;14839:9;;;14860:10;;;14857:36;;;14873:18;;:::i;16547:209::-;16579:1;16605;16595:132;;16649:10;16644:3;16640:20;16637:1;16630:31;16684:4;16681:1;16674:15;16712:4;16709:1;16702:15;16595:132;-1:-1:-1;16741:9:31;;16547:209::o;16761:136::-;16800:3;16828:5;16818:39;;16837:18;;:::i;:::-;-1:-1:-1;;;16873:18:31;;16761:136::o", + "object": "0x608060405234801561000f575f5ffd5b5060043610610111575f3560e01c80636dd7d8ea1161009e578063b85f5da21161006e578063b85f5da214610202578063d04a68c71461020a578063eb9019d414610245578063f1bd0b3714610265578063f3513a371461026c575f5ffd5b80636dd7d8ea146101bf578063a09686c4146101d2578063afeea115146101da578063b5cfa68c146101ef575f5ffd5b80632bdf6d43116100e45780632bdf6d431461015c5780633174b6891461017157806340f74f4714610179578063602a9eee1461019957806362525879146101ac575f5ffd5b80630777cbef146101155780630d2bd9091461012c5780631904bb2e146101345780631b605b8614610154575b5f5ffd5b6001545b6040519081526020015b60405180910390f35b600d54610119565b6101476101423660046123f3565b610274565b6040516101239190612497565b600754610119565b61016f61016a3660046124a9565b6103d9565b005b61016f610467565b61018c610187366004612518565b6106f3565b6040516101239190612538565b61016f6101a73660046125f1565b6108c6565b61016f6101ba36600461264d565b610ba1565b61016f6101cd3660046123f3565b610c3c565b600e54610119565b6101e2610f86565b6040516101239190612683565b61016f6101fd3660046126da565b611123565b61016f6115c8565b6102356102183660046123f3565b6001600160a01b03165f9081526003602052604090205460ff1690565b6040519015158152602001610123565b6102586102533660046126fa565b6116e9565b6040516101239190612722565b5f54610119565b6101e261192a565b61027c6122fd565b6001600160a01b0382165f9081526003602052604090205460ff166102e85760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e2774206578697374730000000060448201526064015b60405180910390fd5b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff161515948201949094526003840180549394928501939192916060840191906103509061277c565b80601f016020809104026020016040519081016040528092919081815260200182805461037c9061277c565b80156103c75780601f1061039e576101008083540402835291602001916103c7565b820191905f5260205f20905b8154815290600101906020018083116103aa57829003601f168201915b50505091909252505050905292915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146104215760405162461bcd60e51b81526004016102df906127ae565b5f5b818110156104625761045a838383818110610440576104406127e3565b905060200201602081019061045591906123f3565b611ac1565b600101610423565b505050565b335f90815260066020526040902080546001600160a01b03166104be5760405162461bcd60e51b815260206004820152600f60248201526e1513d113ce881b9bdd081d9bdd1959608a1b60448201526064016102df565b6009546008546001600160a01b039182169116036104f757600880546001600160a01b031990811690915560098054909116905561060a565b600954336001600160a01b0390911603610550576002810180546001600160a01b039081165f90815260066020526040902060030180546001600160a01b0319908116909155915460098054909316911617905561060a565b600854336001600160a01b03909116036105b4576009546001600160a01b039081165f9081526006602052604080822060020180546001600160a01b031990811690915560088054808616855292909320600301549116921691909117905561060a565b60038181018054600280850180546001600160a01b039081165f9081526006602052604080822090970180549583166001600160a01b031996871617905591549454811682529490200180549290931691161790555b8054604080513381526001600160a01b0390921660208301527f6572af8bf9a0a86efb88dcc30011626a15c9c4603503aa4466a3f87a1867deef910160405180910390a180546001600160a01b03165f90815260026020526040812060018084015490820180549293919290919061068390849061280b565b9091555050805460019082905f9061069c90849061280b565b9091555050335f90815260066020526040812080546001600160a01b03199081168255600182018390556002820180548216905560039091018054909116905560078054916106ea8361281e565b91905055505050565b6060336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461073d5760405162461bcd60e51b81526004016102df906127ae565b600e548290841061074f57505f610773565b600e5461075c8486612833565b111561077357600e5461077090859061280b565b90505b5f816001600160401b0381111561078c5761078c612846565b6040519080825280602002602001820160405280156107d157816020015b604080518082019091525f8152606060208201528152602001906001900390816107aa5790505b5090505f5b828110156108bb57604051806040016040528082886107f59190612833565b610800906001612833565b8152602001600e610811848a612833565b81548110610821576108216127e3565b905f5260205f2001805480602002602001604051908101604052809291908181526020015f905b8282101561088f575f848152602090819020604080518082019091526002850290910180546001600160a01b03168252600190810154828401529083529092019101610848565b505050508152508282815181106108a8576108a86127e3565b60209081029190910101526001016107d6565b509150505b92915050565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016330361093e5760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e65720000000060448201526064016102df565b335f9081526003602052604090205460ff161561099d5760405162461bcd60e51b815260206004820152601f60248201527f56616c696461746f7220697320616c726561647920726567697374657265640060448201526064016102df565b5f82826040516109ae92919061285a565b60408051918290039091205f8181526004602052919091205490915060ff1615610a265760405162461bcd60e51b815260206004820152602360248201527f424c5331322d333831206b657920697320616c726561647920726567697374656044820152621c995960ea1b60648201526084016102df565b610a308383611ba1565b5f60405180608001604052805f81526020015f81526020015f1515815260200185858080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201829052509390945250508054929350905080610a9883612869565b9091555050335f9081526003602081815260408084208054600160ff199182168117909255600280855295839020875181559387015191840191909155908501519382018054909116931515939093179092556060830151839291820190610b0090826128c5565b5050505f82815260046020526040808220805460ff191660019081179091556005805491820181559092527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db090910180546001600160a01b0319163390811790915590517f61809fa303a3a57f4d70552f533f3e0b003173d424590cd4bb22a2afe000990c91610b93918790879061297f565b60405180910390a150505050565b610bb161021860208301836123f3565b610bfd5760405162461bcd60e51b815260206004820152601c60248201527f56616c696461746f724461746120646f65736e2774206578697374730000000060448201526064016102df565b610c0a60208201826129be565b60025f610c1a60208501856123f3565b6001600160a01b0316815260208101919091526040015f206104628282612a95565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163303610cb45760405162461bcd60e51b815260206004820152601c60248201527f43616c6c65722069732074686520636f6e7472616374206f776e65720000000060448201526064016102df565b6001600160a01b0381165f9081526003602052604090205460ff16610d1b5760405162461bcd60e51b815260206004820152601760248201527f4d75737420766f746520666f722076616c696461746f7200000000000000000060448201526064016102df565b335f908152600660205260409020546001600160a01b031615610d705760405162461bcd60e51b815260206004820152600d60248201526c105b1c9958591e481d9bdd1959609a1b60448201526064016102df565b6001600160a01b0381165f9081526002602081905260409091209081015460ff1615610de95760405162461bcd60e51b815260206004820152602260248201527f4d75737420766f746520666f7220756e72657369676e65642076616c6964617460448201526137b960f11b60648201526084016102df565b604080516080810182526001600160a01b03808516825233803160208085019182525f85870181815260608701828152948252600690925295909520935184549084166001600160a01b03199182161785559051600185015593516002840180549184169186169190911790555160039092018054928216929093169190911790915560085416610e9b5760088054336001600160a01b03199182168117909255600980549091169091179055610ef2565b600980546001600160a01b039081165f9081526006602052604080822060030180546001600160a01b0319908116339081179092558554828552929093206002018054841692909416919091179092558254161790555b60078054905f610f0183612869565b9190505550336001600160a01b031631816001015f828254610f239190612833565b9091555050805460019082905f90610f3c908490612833565b9091555050604080513381526001600160a01b03841660208201527fce0c7a2a940807f7dc2ce7a615c2532e915e6c0ac9a08bc4ed9d515a710a53e2910160405180910390a15050565b600d546060905f906001600160401b03811115610fa557610fa5612846565b604051908082528060200260200182016040528015610fde57816020015b610fcb6122fd565b815260200190600190039081610fc35790505b5090505f5b600d5481101561111d575f600d8281548110611001576110016127e3565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff16151595830195909552600381018054939650909493840192859160608401916110739061277c565b80601f016020809104026020016040519081016040528092919081815260200182805461109f9061277c565b80156110ea5780601f106110c1576101008083540402835291602001916110ea565b820191905f5260205f20905b8154815290600101906020018083116110cd57829003601f168201915b505050505081525050815250848481518110611108576111086127e3565b60209081029190910101525050600101610fe3565b50919050565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461116b5760405162461bcd60e51b81526004016102df906127ae565b611173611c03565b61117b611d52565b600a80546001600160a01b03191690556001545f805490916111ad9160ff85169184916111a8919061280b565b611da3565b90508060ff165f036111bd575050565b5f5b600554811015611468575f600582815481106111dd576111dd6127e3565b5f9182526020808320909101546001600160a01b03168083526002918290526040909220908101549192509060ff1615611218575050611460565b600a546001600160a01b03166112535750600a80546001600160a01b0319166001600160a01b03929092169190911790556001600c55611460565b8360ff16600c5410156112715761126a8285611e34565b5050611460565b600a546001600160a01b039081165f908152600260208181526040928390208351808501855294871685528351608081018552865481526001870154818401529286015460ff16151593830193909352600385018054939461144d949093928401929187916060840191906112e59061277c565b80601f01602080910402602001604051908101604052809291908181526020018280546113119061277c565b801561135c5780601f106113335761010080835404028352916020019161135c565b820191905f5260205f20905b81548152906001019060200180831161133f57829003601f168201915b505050919092525050509052604080518082018252600a546001600160a01b031681528151608081018352855481526001860154602082810191909152600287015460ff161515938201939093526003860180549293840192879160608401916113c59061277c565b80601f01602080910402602001604051908101604052809291908181526020018280546113f19061277c565b801561143c5780601f106114135761010080835404028352916020019161143c565b820191905f5260205f20905b81548152906001019060200180831161141f57829003601f168201915b505050505081525050815250612213565b1561145c5761145c8386611e34565b5050505b6001016111bf565b50600e80546001810182555f918252600a547fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd909101916001600160a01b03909116906114b790600d90612346565b8260ff166001600160401b038111156114d2576114d2612846565b6040519080825280602002602001820160405280156114fb578160200160208202803683370190505b50805161151091600d91602090910190612361565b505f5b8360ff168110156115c05781600d8281548110611532576115326127e3565b5f918252602080832090910180546001600160a01b039485166001600160a01b03199182161790915560408051808201825296851680885280855260028085528286206001908101548a87019081528b548083018d558c89528789209b519302909a01805492891692909516919091178455975192880192909255908352600b909152902054169101611513565b505050505b50565b335f9081526003602052604090205460ff166116265760405162461bcd60e51b815260206004820152601960248201527f43616c6c6572206973206e6f7420612076616c696461746f720000000000000060448201526064016102df565b335f9081526002602081905260409091209081015460ff161561168b5760405162461bcd60e51b815260206004820152601d60248201527f56616c696461746f7220697320616c72656164792072657369676e656400000060448201526064016102df565b60028101805460ff19166001908117909155805481905f906116ae908390612833565b90915550506040513381527f24250fc1ec78a1405ddd4cc8b75964858af228d05faa8d4bc1302966d8a541179060200160405180910390a150565b6060336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146117335760405162461bcd60e51b81526004016102df906127ae565b5f611741835f600754611da3565b6001600160401b0381111561175857611758612846565b60405190808252806020026020018201604052801561179c57816020015b604080518082019091525f80825260208201528152602001906001900390816117765790505b506008549091506001600160a01b03908116908516156117d557506001600160a01b038085165f90815260066020526040902060030154165b5f5b6001600160a01b038216158015906117ee57508481105b15611863576001600160a01b038083165f81815260066020908152604091829020825180840190935292825282549093169281019290925290848361183281612869565b945081518110611844576118446127e3565b6020908102919091010152600301546001600160a01b031691506117d7565b80835103611876578293505050506108c0565b5f816001600160401b0381111561188f5761188f612846565b6040519080825280602002602001820160405280156118d357816020015b604080518082019091525f80825260208201528152602001906001900390816118ad5790505b5090505f5b8281101561191f578481815181106118f2576118f26127e3565b602002602001015182828151811061190c5761190c6127e3565b60209081029190910101526001016118d8565b509695505050505050565b6005546060905f906001600160401b0381111561194957611949612846565b60405190808252806020026020018201604052801561198257816020015b61196f6122fd565b8152602001906001900390816119675790505b5090505f5b60055481101561111d575f600582815481106119a5576119a56127e3565b5f9182526020808320909101546001600160a01b03168083526002808352604093849020845180860186528381528551608081018752825481526001830154818701529282015460ff1615159583019590955260038101805493965090949384019285916060840191611a179061277c565b80601f0160208091040260200160405190810160405280929190818152602001828054611a439061277c565b8015611a8e5780601f10611a6557610100808354040283529160200191611a8e565b820191905f5260205f20905b815481529060010190602001808311611a7157829003601f168201915b505050505081525050815250848481518110611aac57611aac6127e3565b60209081029190910101525050600101611987565b6001600160a01b038082165f9081526006602052604090208054909116611ae6575050565b60018101546001600160a01b03831631811015611b4757611b11816001600160a01b0385163161280b565b82546001600160a01b03165f9081526002602052604081206001018054909190611b3c908490612833565b90915550611b8c9050565b611b5b6001600160a01b038416318261280b565b82546001600160a01b03165f9081526002602052604081206001018054909190611b8690849061280b565b90915550505b506001600160a01b0390911631600190910155565b60308114611bff5760405162461bcd60e51b815260206004820152602560248201527f424c5331322d333831207075626c69634b6579206c656e67746820697320696e6044820152641d985b1a5960da1b60648201526084016102df565b5050565b6005545f611c1260018361280b565b90505b8015611bff575f611c27826001612833565b60408051426020820152449181019190915260608101849052608001604051602081830303815290604052805190602001205f1c611c659190612b22565b90505f60058381548110611c7b57611c7b6127e3565b5f91825260209091200154600580546001600160a01b0390921692509083908110611ca857611ca86127e3565b5f91825260209091200154600580546001600160a01b039092169185908110611cd357611cd36127e3565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508060058381548110611d1257611d126127e3565b905f5260205f20015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555050508080611d4a9061281e565b915050611c15565b600a546001600160a01b03165b6001600160a01b03811615611d9c576001600160a01b039081165f908152600b6020526040902080546001600160a01b0319811690915516611d5f565b505f600c55565b5f81831115611e0c5760405162461bcd60e51b815260206004820152602f60248201527f4d696e696d756d2073686f756c64206265206c657373207468616e206f72206560448201526e7175616c20746f206d6178696d756d60881b60648201526084016102df565b82841015611e1b575081611e2d565b81841115611e2a575080611e2d565b50825b9392505050565b6001600160a01b0382165f9081526002602081815260408084208151608081018352815481526001820154938101939093529283015460ff16151590820152600382018054919291606084019190611e8b9061277c565b80601f0160208091040260200160405190810160405280929190818152602001828054611eb79061277c565b8015611f025780601f10611ed957610100808354040283529160200191611f02565b820191905f5260205f20905b815481529060010190602001808311611ee557829003601f168201915b505050919092525050604080518082018252600a546001600160a01b03168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff161515948201949094526003840180549697506120239693955091850193909290916060840191611f7d9061277c565b80601f0160208091040260200160405190810160405280929190818152602001828054611fa99061277c565b8015611ff45780601f10611fcb57610100808354040283529160200191611ff4565b820191905f5260205f20905b815481529060010190602001808311611fd757829003601f168201915b5050505050815250508152506040518060400160405280866001600160a01b0316815260200184815250612213565b156120365761203183612257565b6121b4565b600a546001600160a01b039081165f818152600b6020526040902054909116905b6001600160a01b0382166120745761206f81866122a8565b6121b1565b6040805180820182526001600160a01b0384168082525f90815260026020818152918490208451608081018652815481526001820154818501529181015460ff1615159482019490945260038401805461218195938501939160608401916120db9061277c565b80601f01602080910402602001604051908101604052809291908181526020018280546121079061277c565b80156121525780601f1061212957610100808354040283529160200191612152565b820191905f5260205f20905b81548152906001019060200180831161213557829003601f168201915b5050505050815250508152506040518060400160405280886001600160a01b0316815260200186815250612213565b156121905761206f81866122a8565b506001600160a01b038082165f908152600b60205260409020541690612057565b50505b8160ff16600c54111561046257600a80546001600160a01b039081165f908152600b6020526040812080546001600160a01b03198082169092558454931692168217909255600c805491926122088361281e565b919050555050505050565b5f816020015160200151836020015160200151036122435750805182516001600160a01b039182169116116108c0565b506020908101518101519181015101511190565b600a80546001600160a01b038381165f818152600b602052604081208054939094166001600160a01b031993841617909355835490911617909155600c8054916122a083612869565b919050555050565b6001600160a01b038281165f818152600b602052604080822080548686168085529284208054919096166001600160a01b03199182161790955592825282549093169092179055600c8054916106ea83612869565b60405180604001604052805f6001600160a01b0316815260200161234160405180608001604052805f81526020015f81526020015f15158152602001606081525090565b905290565b5080545f8255905f5260205f20908101906115c591906123c4565b828054828255905f5260205f209081019282156123b4579160200282015b828111156123b457825182546001600160a01b0319166001600160a01b0390911617825560209092019160019091019061237f565b506123c09291506123c4565b5090565b5b808211156123c0575f81556001016123c5565b80356001600160a01b03811681146123ee575f5ffd5b919050565b5f60208284031215612403575f5ffd5b611e2d826123d8565b60018060a01b0381511682525f602082015160406020850152805160408501526020810151606085015260408101511515608085015260608101519050608060a085015280518060c08601525f5b8181101561247757602081840181015160e088840101520161245a565b505f60e0828701015260e0601f19601f8301168601019250505092915050565b602081525f611e2d602083018461240c565b5f5f602083850312156124ba575f5ffd5b82356001600160401b038111156124cf575f5ffd5b8301601f810185136124df575f5ffd5b80356001600160401b038111156124f4575f5ffd5b8560208260051b8401011115612508575f5ffd5b6020919091019590945092505050565b5f5f60408385031215612529575f5ffd5b50508035926020909101359150565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b828110156125e557868503603f19018452815180518652602090810151604082880181905281519088018190529101905f9060608801905b808310156125cd57835180516001600160a01b03168352602090810151818401529093019260019290920191604090910190612596565b5096505050602093840193919091019060010161255e565b50929695505050505050565b5f5f60208385031215612602575f5ffd5b82356001600160401b03811115612617575f5ffd5b8301601f81018513612627575f5ffd5b80356001600160401b0381111561263c575f5ffd5b856020828401011115612508575f5ffd5b5f6020828403121561265d575f5ffd5b81356001600160401b03811115612672575f5ffd5b820160408185031215611e2d575f5ffd5b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b828110156125e557603f198786030184526126c585835161240c565b945060209384019391909101906001016126a9565b5f602082840312156126ea575f5ffd5b813560ff81168114611e2d575f5ffd5b5f5f6040838503121561270b575f5ffd5b612714836123d8565b946020939093013593505050565b602080825282518282018190525f918401906040840190835b8181101561277157835180516001600160a01b03908116855260209182015116818501529093019260409092019160010161273b565b509095945050505050565b600181811c9082168061279057607f821691505b60208210810361111d57634e487b7160e01b5f52602260045260245ffd5b6020808252818101527f43616c6c6572206973206e6f742074686520636f6e7472616374206f776e6572604082015260600190565b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b818103818111156108c0576108c06127f7565b5f8161282c5761282c6127f7565b505f190190565b808201808211156108c0576108c06127f7565b634e487b7160e01b5f52604160045260245ffd5b818382375f9101908152919050565b5f6001820161287a5761287a6127f7565b5060010190565b601f82111561046257805f5260205f20601f840160051c810160208510156128a65750805b601f840160051c820191505b818110156115c0575f81556001016128b2565b81516001600160401b038111156128de576128de612846565b6128f2816128ec845461277c565b84612881565b6020601f821160018114612924575f831561290d5750848201515b5f19600385901b1c1916600184901b1784556115c0565b5f84815260208120601f198516915b828110156129535787850151825560209485019460019092019101612933565b508482101561297057868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8235607e198336030181126129d2575f5ffd5b9190910192915050565b6001600160401b038311156129f3576129f3612846565b612a0783612a01835461277c565b83612881565b5f601f841160018114612a38575f8515612a215750838201355b5f19600387901b1c1916600186901b1783556115c0565b5f83815260208120601f198716915b82811015612a675786850135825560209485019460019092019101612a47565b5086821015612a83575f1960f88860031b161c19848701351681555b505060018560011b0183555050505050565b8135815560208201356001820155600281016040830135801515808214612aba575f5ffd5b60ff19835416915060ff8116821783555050506060820135601e19833603018112612ae3575f5ffd5b820180356001600160401b03811115612afa575f5ffd5b602082019150803603821315612b0e575f5ffd5b612b1c8183600386016129dc565b50505050565b5f82612b3c57634e487b7160e01b5f52601260045260245ffd5b50069056fea2646970667358221220ea30a4ce19f48f9f4e5f210af2ba4104775a4eb51e39226cc2db822b1b4211a264736f6c634300081b0033", + "sourceMap": "1600:13977:23:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8206:113;8288:24;;8206:113;;;160:25:32;;;148:2;133:18;8206:113:23;;;;;;;;8325:118;8405:24;:31;8325:118;;10111:244;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;10595:91::-;10667:12;;10595:91;;13507:228;;;;;;:::i;:::-;;:::i;:::-;;12515:986;;;:::i;13841:529::-;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;8449:951::-;;;;;;:::i;:::-;;:::i;10361:228::-;;;;;;:::i;:::-;;:::i;11543:966::-;;;;;;:::i;:::-;;:::i;13741:94::-;13814:7;:14;13741:94;;6999:458;;;:::i;:::-;;;;;;;:::i;3531:1701::-;;;;;;:::i;:::-;;:::i;9406:400::-;;;:::i;9812:125::-;;;;;;:::i;:::-;-1:-1:-1;;;;;9901:29:23;9878:4;9901:29;;;:23;:29;;;;;;;;;9812:125;;;;6494:14:32;;6487:22;6469:41;;6457:2;6442:18;9812:125:23;6329:187:32;10692:845:23;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;8083:117::-;8141:7;8167:26;8083:117;;7628:449;;;:::i;10111:244::-;10169:16;;:::i;:::-;-1:-1:-1;;;;;9901:29:23;;9878:4;9901:29;;;:23;:29;;;;;;;;10197:71;;;;-1:-1:-1;;;10197:71:23;;7839:2:32;10197:71:23;;;7821:21:32;7878:2;7858:18;;;7851:30;7917;7897:18;;;7890:58;7965:18;;10197:71:23;;;;;;;;;10285:63;;;;;;;;-1:-1:-1;;;;;10285:63:23;;;;;-1:-1:-1;10315:31:23;;;:24;10285:63;10315:31;;;;;;;10285:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10315:31;10285:63;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;10285:63:23;;;;-1:-1:-1;;;10285:63:23;;10278:70;10111:244;-1:-1:-1;;10111:244:23:o;13507:228::-;2501:10;-1:-1:-1;;;;;2515:6:23;2501:20;;2493:65;;;;-1:-1:-1;;;2493:65:23;;;;;;;:::i;:::-;13642:9:::1;13637:92;13657:17:::0;;::::1;13637:92;;;13695:23;13708:6;;13715:1;13708:9;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;13695:12;:23::i;:::-;13676:3;;13637:92;;;;13507:228:::0;;:::o;12515:986::-;12581:10;12552:18;12573:19;;;:7;:19;;;;;12610:15;;-1:-1:-1;;;;;12610:15:23;12602:57;;;;-1:-1:-1;;;12602:57:23;;9074:2:32;12602:57:23;;;9056:21:32;9113:2;9093:18;;;9086:30;-1:-1:-1;;;9132:18:32;;;9125:45;9187:18;;12602:57:23;8872:339:32;12602:57:23;12689:11;;12674;;-1:-1:-1;;;;;12689:11:23;;;12674;;:26;12670:528;;12716:11;:24;;-1:-1:-1;;;;;;12716:24:23;;;;;;12754:11;:24;;;;;;;12670:528;;;12799:11;;12814:10;-1:-1:-1;;;;;12799:11:23;;;:25;12795:403;;12848:10;;;;;-1:-1:-1;;;;;12848:10:23;;;12875:1;12840:19;;;:7;:19;;;;;:24;;:37;;-1:-1:-1;;;;;;12840:37:23;;;;;;12905:10;;12891:11;:24;;;;;12905:10;;12891:24;;;12795:403;;;12936:11;;12951:10;-1:-1:-1;;;;;12936:11:23;;;:25;12932:266;;12985:11;;-1:-1:-1;;;;;12985:11:23;;;13013:1;12977:20;;;:7;:20;;;;;;:25;;:38;;-1:-1:-1;;;;;;12977:38:23;;;;;;13051:11;;;;;;13043:20;;;;;;:25;;;13029:39;;13043:25;;13029:39;;;;;;12932:266;;;13126:10;;;;;;13107;;;;;;-1:-1:-1;;;;;13107:10:23;;;13126;13099:19;;;:7;:19;;;;;;:24;;;:37;;13126:10;;;-1:-1:-1;;;;;;13099:37:23;;;;;;13177:10;;13158;;;;13150:19;;;;;:24;:37;;13177:10;;;;13150:37;;;;;12932:266;13233:15;;13213:36;;;13221:10;9390:51:32;;-1:-1:-1;;;;;13233:15:23;;;9472:2:32;9457:18;;9450:60;13213:36:23;;9363:18:32;13213:36:23;;;;;;;13323:15;;-1:-1:-1;;;;;13323:15:23;13260:35;13298:41;;;:24;:41;;;;;13323:15;13379:13;;;;13350:25;;;:42;;13298:41;;13379:13;;13350:25;;13260:35;13350:42;;13379:13;;13350:42;:::i;:::-;;;;-1:-1:-1;;13402:30:23;;13431:1;;13402:13;;:25;;:30;;13431:1;;13402:30;:::i;:::-;;;;-1:-1:-1;;13458:10:23;13450:19;;;;:7;:19;;;;;13443:26;;-1:-1:-1;;;;;;13443:26:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13480:12;:14;;;;;;:::i;:::-;;;;;;12542:959;;12515:986::o;13841:529::-;13922:14;2501:10;-1:-1:-1;;;;;2515:6:23;2501:20;;2493:65;;;;-1:-1:-1;;;2493:65:23;;;;;;;:::i;:::-;13993:7:::1;:14:::0;13964:5;;13983:24;::::1;13979:163;;-1:-1:-1::0;14031:1:23::1;13979:163;;;14070:7;:14:::0;14053::::1;14062:5:::0;14053:6;:14:::1;:::i;:::-;:31;14049:93;;;14108:7;:14:::0;:23:::1;::::0;14125:6;;14108:23:::1;:::i;:::-;14100:31;;14049:93;14152:21;14188:5;-1:-1:-1::0;;;;;14176:18:23::1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;;;;;;;;;;;;;14176:18:23::1;;;;;;;;;;;;;;;-1:-1:-1::0;14152:42:23;-1:-1:-1;14209:9:23::1;14204:136;14228:5;14224:1;:9;14204:136;;;14266:63;;;;;;;;14289:1;14280:6;:10;;;;:::i;:::-;:14;::::0;14293:1:::1;14280:14;:::i;:::-;14266:63:::0;;::::1;;14308:7;14316:10;14325:1:::0;14316:6;:10:::1;:::i;:::-;14308:19;;;;;;;;:::i;:::-;;;;;;;;14266:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;;;::::1;::::0;;;;::::1;::::0;;;;::::1;::::0;;;::::1;::::0;::::1;::::0;;::::1;::::0;;-1:-1:-1;;;;;14266:63:23::1;::::0;;;;;::::1;::::0;;;::::1;::::0;;;;;;::::1;::::0;::::1;;;;;;;;;;::::0;14254:6:::1;14261:1;14254:9;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;:75;14235:3:::1;;14204:136;;;-1:-1:-1::0;14357:6:23;-1:-1:-1;;2568:1:23::1;13841:529:::0;;;;:::o;8449:951::-;-1:-1:-1;;;;;2638:6:23;2624:20;:10;:20;2616:61;;;;-1:-1:-1;;;2616:61:23;;10391:2:32;2616:61:23;;;10373:21:32;10430:2;10410:18;;;10403:30;10469;10449:18;;;10442:58;10517:18;;2616:61:23;10189:352:32;2616:61:23;8578:10:::1;8554:35;::::0;;;:23:::1;:35;::::0;;;;;::::1;;8553:36;8545:80;;;::::0;-1:-1:-1;;;8545:80:23;;10748:2:32;8545:80:23::1;::::0;::::1;10730:21:32::0;10787:2;10767:18;;;10760:30;10826:33;10806:18;;;10799:61;10877:18;;8545:80:23::1;10546:355:32::0;8545:80:23::1;8636:27;8676:20;;8666:31;;;;;;;:::i;:::-;;::::0;;;;;::::1;::::0;;;8717:42:::1;::::0;;;:21:::1;:42;::::0;;;;;;8666:31;;-1:-1:-1;8717:42:23::1;;8716:43;8708:91;;;::::0;-1:-1:-1;;;8708:91:23;;11384:2:32;8708:91:23::1;::::0;::::1;11366:21:32::0;11423:2;11403:18;;;11396:30;11462:34;11442:18;;;11435:62;-1:-1:-1;;;11513:18:32;;;11506:33;11556:19;;8708:91:23::1;11182:399:32::0;8708:91:23::1;8810:46;8835:20;;8810:24;:46::i;:::-;8867:30;8900:168;;;;;;;;8941:1;8900:168;;;;8969:1;8900:168;;;;8996:5;8900:168;;;;;;9037:20;;8900:168;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;-1:-1:-1;8900:168:23;;;;-1:-1:-1;;9079:28:23;;8867:201;;-1:-1:-1;8900:168:23;-1:-1:-1;8900:168:23;9079:28:::1;::::0;::::1;:::i;:::-;::::0;;;-1:-1:-1;;9141:10:23::1;9117:35;::::0;;;:23:::1;:35;::::0;;;;;;;:42;;9155:4:::1;-1:-1:-1::0;;9117:42:23;;::::1;::::0;::::1;::::0;;;9169:24:::1;:36:::0;;;;;;;:48;;;;;;::::1;::::0;;;::::1;::::0;;;;;;::::1;::::0;;;::::1;::::0;;;;::::1;::::0;::::1;;::::0;;;::::1;::::0;;;::::1;::::0;::::1;::::0;;;:36;:48;::::1;::::0;::::1;::::0;;::::1;:::i;:::-;-1:-1:-1::0;;;9227:42:23::1;::::0;;;:21:::1;:42;::::0;;;;;:49;;-1:-1:-1;;9227:49:23::1;9272:4;9227:49:::0;;::::1;::::0;;;9286:21:::1;:38:::0;;;;::::1;::::0;;;;;;;;::::1;::::0;;-1:-1:-1;;;;;;9286:38:23::1;9313:10;9286:38:::0;;::::1;::::0;;;9340:53;;::::1;::::0;::::1;::::0;9372:20;;;;9340:53:::1;:::i;:::-;;;;;;;;8535:865;;8449:951:::0;;:::o;10361:228::-;10442:38;10464:15;;;;:10;:15;:::i;10442:38::-;10434:79;;;;-1:-1:-1;;;10434:79:23;;7839:2:32;10434:79:23;;;7821:21:32;7878:2;7858:18;;;7851:30;7917;7897:18;;;7890:58;7965:18;;10434:79:23;7637:352:32;10434:79:23;10567:15;;;;:10;:15;:::i;:::-;10523:24;:41;10548:15;;;;:10;:15;:::i;:::-;-1:-1:-1;;;;;10523:41:23;;;;;;;;;;;;-1:-1:-1;10523:41:23;:59;;:41;:59;:::i;11543:966::-;-1:-1:-1;;;;;2638:6:23;2624:20;:10;:20;2616:61;;;;-1:-1:-1;;;2616:61:23;;10391:2:32;2616:61:23;;;10373:21:32;10430:2;10410:18;;;10403:30;10469;10449:18;;;10442:58;10517:18;;2616:61:23;10189:352:32;2616:61:23;-1:-1:-1;;;;;9901:29:23;;9878:4;9901:29;;;:23;:29;;;;;;;;11603:63:::1;;;::::0;-1:-1:-1;;;11603:63:23;;17224:2:32;11603:63:23::1;::::0;::::1;17206:21:32::0;17263:2;17243:18;;;17236:30;17302:25;17282:18;;;17275:53;17345:18;;11603:63:23::1;17022:347:32::0;11603:63:23::1;11692:10;11725:1;11684:19:::0;;;:7:::1;:19;::::0;;;;:29;-1:-1:-1;;;;;11684:29:23::1;:43:::0;11676:69:::1;;;::::0;-1:-1:-1;;;11676:69:23;;17576:2:32;11676:69:23::1;::::0;::::1;17558:21:32::0;17615:2;17595:18;;;17588:30;-1:-1:-1;;;17634:18:32;;;17627:43;17687:18;;11676:69:23::1;17374:337:32::0;11676:69:23::1;-1:-1:-1::0;;;;;11794:30:23;::::1;11756:35;11794:30:::0;;;:24:::1;:30;::::0;;;;;;;11843:24;;::::1;::::0;::::1;;11842:25;11834:72;;;::::0;-1:-1:-1;;;11834:72:23;;17918:2:32;11834:72:23::1;::::0;::::1;17900:21:32::0;17957:2;17937:18;;;17930:30;17996:34;17976:18;;;17969:62;-1:-1:-1;;;18047:18:32;;;18040:32;18089:19;;11834:72:23::1;17716:398:32::0;11834:72:23::1;11939:88;::::0;;::::1;::::0;::::1;::::0;;-1:-1:-1;;;;;11939:88:23;;::::1;::::0;;11971:10:::1;:18:::0;::::1;11939:88;::::0;;::::1;::::0;;;-1:-1:-1;11939:88:23;;;;;;;;;;;;11917:19;;;:7:::1;:19:::0;;;;;;;:110;;;;;;::::1;-1:-1:-1::0;;;;;;11917:110:23;;::::1;;::::0;;;;;;::::1;::::0;;;::::1;::::0;::::1;::::0;;;;::::1;::::0;;::::1;::::0;;;::::1;::::0;;;::::1;::::0;;::::1;::::0;;;;::::1;::::0;;;::::1;::::0;;;::::1;::::0;;;12042:11:::1;::::0;::::1;12038:277;;12083:11;:24:::0;;12097:10:::1;-1:-1:-1::0;;;;;;12083:24:23;;::::1;::::0;::::1;::::0;;;12121:11:::1;:24:::0;;;;::::1;::::0;;::::1;::::0;;12038:277:::1;;;12184:11;::::0;;-1:-1:-1;;;;;12184:11:23;;::::1;12176:20;::::0;;;:7:::1;:20;::::0;;;;;:25:::1;;:38:::0;;-1:-1:-1;;;;;;12176:38:23;;::::1;12204:10;12176:38:::0;;::::1;::::0;;;12255:11;;12228:19;;;;;;;:24:::1;;:38:::0;;;::::1;12255:11:::0;;;::::1;12228:38:::0;;;::::1;::::0;;;12280:24;;::::1;;::::0;;12038:277:::1;12324:12;:14:::0;;;:12:::1;:14;::::0;::::1;:::i;:::-;;;;;;12405:10;-1:-1:-1::0;;;;;12405:18:23::1;;12376:13;:25;;;:47;;;;;;;:::i;:::-;::::0;;;-1:-1:-1;;12433:30:23;;12462:1:::1;::::0;12433:13;;:25:::1;::::0;:30:::1;::::0;12462:1;;12433:30:::1;:::i;:::-;::::0;;;-1:-1:-1;;12479:23:23::1;::::0;;12485:10:::1;9390:51:32::0;;-1:-1:-1;;;;;9477:32:32;;9472:2;9457:18;;9450:60;12479:23:23::1;::::0;9363:18:32;12479:23:23::1;;;;;;;11593:916;11543:966:::0;:::o;6999:458::-;7122:24;:31;7048:18;;7078:25;;-1:-1:-1;;;;;7106:48:23;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;7078:76:23;-1:-1:-1;7169:9:23;7164:263;7188:24;:31;7184:35;;7164:263;;;7240:12;7255:24;7280:1;7255:27;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;;;;;7255:27:23;7325:30;;;:24;:30;;;;;;;;7381:35;;;;;;;;;;;;;;;;;;;;;7255:27;7381:35;;;;;;;;;;;;;;;;;;;;;;;;;;;7255:27;;-1:-1:-1;7325:30:23;;7381:35;;;;7325:30;;7381:35;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7369:6;7376:1;7369:9;;;;;;;;:::i;:::-;;;;;;;;;;:47;-1:-1:-1;;7221:3:23;;7164:263;;;-1:-1:-1;7444:6:23;6999:458;-1:-1:-1;6999:458:23:o;3531:1701::-;2501:10;-1:-1:-1;;;;;2515:6:23;2501:20;;2493:65;;;;-1:-1:-1;;;2493:65:23;;;;;;;:::i;:::-;3601:9:::1;:7;:9::i;:::-;3620:21;:19;:21::i;:::-;3652:18;:31:::0;;-1:-1:-1;;;;;;3652:31:23::1;::::0;;;3754:24;3681:1:::1;3725:26:::0;;3681:1;;3712:67:::1;::::0;::::1;::::0;::::1;::::0;3681:1;;3725:53:::1;::::0;3754:24;3725:53:::1;:::i;:::-;3712:6;:67::i;:::-;3694:86;;3853:3;:8;;3860:1;3853:8:::0;3849:45:::1;;3877:7;3531:1701:::0;:::o;3849:45::-:1;3909:9;3904:870;3928:21;:28:::0;3924:32;::::1;3904:870;;;3977:12;3992:21;4014:1;3992:24;;;;;;;;:::i;:::-;;::::0;;;::::1;::::0;;;;;::::1;::::0;-1:-1:-1;;;;;3992:24:23::1;4060:30:::0;;;:24:::1;:30:::0;;;;;;;;4108:15;;::::1;::::0;3992:24;;-1:-1:-1;4060:30:23;4108:15:::1;;4104:62;;;4143:8;;;;4104:62;4184:18;::::0;-1:-1:-1;;;;;4184:18:23::1;4180:163;;-1:-1:-1::0;4236:18:23::1;:25:::0;;-1:-1:-1;;;;;;4236:25:23::1;-1:-1:-1::0;;;;;4236:25:23;;;::::1;::::0;;;::::1;::::0;;-1:-1:-1;4279:19:23::1;:23:::0;4320:8:::1;;4180:163;4383:3;4361:25;;:19;;:25;4357:119;;;4406:29;4425:4;4431:3;4406:18;:29::i;:::-;4453:8;;;;4357:119;4548:18;::::0;-1:-1:-1;;;;;4548:18:23;;::::1;4490:30;4523:44:::0;;;:24:::1;:44;::::0;;;;;;;;4597:35;;;;::::1;::::0;;;;::::1;::::0;;;;::::1;::::0;::::1;::::0;;;;;;4548:18;4597:35;::::1;::::0;;;::::1;::::0;;;::::1;::::0;::::1;;;;::::0;;;;;;;::::1;::::0;::::1;::::0;;4523:44;;4586:102:::1;::::0;4597:35;;;;::::1;::::0;;4626:4;;4597:35;;;;;::::1;::::0;::::1;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;4597:35:23;;;;-1:-1:-1;;;4597:35:23;;4634:53:::1;::::0;;;;::::1;::::0;;4651:18:::1;::::0;-1:-1:-1;;;;;4651:18:23::1;4634:53:::0;;;;::::1;::::0;::::1;::::0;;;;;;4651:18;4634:53;::::1;::::0;::::1;::::0;;::::1;::::0;;;;::::1;::::0;::::1;::::0;::::1;;;;::::0;;;;;;;::::1;::::0;::::1;::::0;;;;;::::1;::::0;4677:8;;4634:53;;;;::::1;::::0;::::1;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;::::0;4586:10:::1;:102::i;:::-;4582:182;;;4720:29;4739:4;4745:3;4720:18;:29::i;:::-;3963:811;;;3904:870;3958:3;;3904:870;;;-1:-1:-1::0;4817:7:23::1;:14:::0;;::::1;::::0;::::1;::::0;;4784:30:::1;4817:14:::0;;;4857:18:::1;::::0;4817:14;;;::::1;::::0;-1:-1:-1;;;;;4857:18:23;;::::1;::::0;4885:31:::1;::::0;4892:24:::1;::::0;4885:31:::1;:::i;:::-;4967:3;4953:18;;-1:-1:-1::0;;;;;4953:18:23::1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;-1:-1:-1;4953:18:23::1;-1:-1:-1::0;4926:45:23;;::::1;::::0;:24:::1;::::0;:45:::1;::::0;;::::1;::::0;::::1;:::i;:::-;-1:-1:-1::0;4986:9:23::1;4981:245;5005:3;5001:7;;:1;:7;4981:245;;;5059:4;5029:24;5054:1;5029:27;;;;;;;;:::i;:::-;;::::0;;;::::1;::::0;;;;;::::1;:34:::0;;-1:-1:-1;;;;;5029:34:23;;::::1;-1:-1:-1::0;;;;;;5029:34:23;;::::1;;::::0;;;5088:85:::1;::::0;;;;::::1;::::0;;;;::::1;::::0;;;5129:30;;;:24:::1;:30:::0;;;;;;5029:34;5129:42;;::::1;::::0;5088:85;;::::1;::::0;;;5077:97;;;;::::1;::::0;;;;;;;;;;;::::1;::::0;;::::1;::::0;;;;::::1;::::0;;;::::1;::::0;;;::::1;::::0;;;;;;::::1;::::0;;;;5195:20;;;:14:::1;:20:::0;;;;;;::::1;::::0;5010:3:::1;4981:245;;;;3591:1641;;;2568:1;3531:1701:::0;:::o;9406:400::-;9482:10;9878:4;9901:29;;;:23;:29;;;;;;;;9452:71;;;;-1:-1:-1;;;9452:71:23;;18321:2:32;9452:71:23;;;18303:21:32;18360:2;18340:18;;;18333:30;18399:27;18379:18;;;18372:55;18444:18;;9452:71:23;18119:349:32;9452:71:23;9593:10;9534:31;9568:36;;;:24;:36;;;;;;;;9623:20;;;;;;9622:21;9614:63;;;;-1:-1:-1;;;9614:63:23;;18675:2:32;9614:63:23;;;18657:21:32;18714:2;18694:18;;;18687:30;18753:31;18733:18;;;18726:59;18802:18;;9614:63:23;18473:353:32;9614:63:23;9688:20;;;:27;;-1:-1:-1;;9688:27:23;9711:4;9688:27;;;;;;9725:29;;9711:4;;9688:20;;9725:29;;9711:4;;9725:29;:::i;:::-;;;;-1:-1:-1;;9770:29:23;;9788:10;18977:51:32;;9770:29:23;;18965:2:32;18950:18;9770:29:23;;;;;;;9442:364;9406:400::o;10692:845::-;10770:19;2501:10;-1:-1:-1;;;;;2515:6:23;2501:20;;2493:65;;;;-1:-1:-1;;;2493:65:23;;;;;;;:::i;:::-;10801:26:::1;10847:30;10854:5;10861:1;10864:12;;10847:6;:30::i;:::-;-1:-1:-1::0;;;;;10830:48:23::1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;;;;;;;;;;;;;10830:48:23::1;;;;;;;;;;;;;;;-1:-1:-1::0;10904:11:23::1;::::0;10801:77;;-1:-1:-1;;;;;;10904:11:23;;::::1;::::0;10930:18;::::1;::::0;10926:74:::1;;-1:-1:-1::0;;;;;;10971:13:23;;::::1;;::::0;;;:7:::1;:13;::::0;;;;:18:::1;;::::0;::::1;10926:74;11010:9;11033:211;-1:-1:-1::0;;;;;11040:18:23;::::1;::::0;;::::1;::::0;:31:::1;;;11066:5;11062:1;:9;11040:31;11033:211;;;-1:-1:-1::0;;;;;11108:13:23;;::::1;11087:18;11108:13:::0;;;:7:::1;:13;::::0;;;;;;;;11149:53;;;;::::1;::::0;;;;;;11185:15;;;;::::1;11149:53:::0;;::::1;::::0;;;;11108:13;11135:6;11142:3;::::1;::::0;::::1;:::i;:::-;;;11135:11;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;:67;11223:10:::1;;::::0;-1:-1:-1;;;;;11223:10:23::1;::::0;-1:-1:-1;11033:211:23::1;;;11275:1;11258:6;:13;:18:::0;11254:62:::1;;11299:6;11292:13;;;;;;;11254:62;11374:25;11419:1;-1:-1:-1::0;;;;;11402:19:23::1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;;;;;;;;;;;;;11402:19:23::1;;;;;;;;;;;;;;;-1:-1:-1::0;11374:47:23;-1:-1:-1;11436:9:23::1;11431:77;11455:1;11451;:5;11431:77;;;11488:6;11495:1;11488:9;;;;;;;;:::i;:::-;;;;;;;11477:5;11483:1;11477:8;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;:20;11458:3:::1;;11431:77;;;-1:-1:-1::0;11525:5:23;10692:845;-1:-1:-1;;;;;;10692:845:23:o;7628:449::-;7751:21;:28;7677:18;;7707:25;;-1:-1:-1;;;;;7735:45:23;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;7707:73:23;-1:-1:-1;7795:9:23;7790:257;7814:21;:28;7810:32;;7790:257;;;7863:12;7878:21;7900:1;7878:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;;;;;7878:24:23;7945:30;;;:24;:30;;;;;;;;8001:35;;;;;;;;;;;;;;;;;;;;;7878:24;8001:35;;;;;;;;;;;;;;;;;;;;;;;;;;;7878:24;;-1:-1:-1;7945:30:23;;8001:35;;;;7945:30;;8001:35;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7989:6;7996:1;7989:9;;;;;;;;:::i;:::-;;;;;;;;;;:47;-1:-1:-1;;7844:3:23;;7790:257;;14376:523;-1:-1:-1;;;;;14451:13:23;;;14430:18;14451:13;;;:7;:13;;;;;14478:15;;14451:13;;14478:15;14474:66;;14523:7;14376:523;:::o;14474:66::-;14573:13;;;;-1:-1:-1;;;;;14616:12:23;;;14601:27;;14597:257;;;14701:27;14716:12;-1:-1:-1;;;;;14701:12:23;;;:27;:::i;:::-;14669:15;;-1:-1:-1;;;;;14669:15:23;14644:41;;;;:24;:41;;;;;14669:15;14644:53;:84;;:53;;:41;:84;;;;;:::i;:::-;;;;-1:-1:-1;14597:257:23;;-1:-1:-1;14597:257:23;;14816:27;-1:-1:-1;;;;;14831:12:23;;;14816;:27;:::i;:::-;14784:15;;-1:-1:-1;;;;;14784:15:23;14759:41;;;;:24;:41;;;;;14784:15;14759:53;:84;;:53;;:41;:84;;;;;:::i;:::-;;;;-1:-1:-1;;14597:257:23;-1:-1:-1;;;;;;14880:12:23;;;;14864:13;;;;:28;14376:523::o;9943:162::-;10054:2;10034:22;;10026:72;;;;-1:-1:-1;;;10026:72:23;;19241:2:32;10026:72:23;;;19223:21:32;19280:2;19260:18;;;19253:30;19319:34;19299:18;;;19292:62;-1:-1:-1;;;19370:18:32;;;19363:35;19415:19;;10026:72:23;19039:401:32;10026:72:23;9943:162;;:::o;2701:523::-;2751:21;:28;2739:9;2806:5;2810:1;2751:28;2806:5;:::i;:::-;2794:17;;2789:429;2813:5;;2789:429;;2901:9;2991:5;:1;2995;2991:5;:::i;:::-;2931:54;;;2948:15;2931:54;;;19630:19:32;2965:16:23;19665:12:32;;;19658:28;;;;19702:12;;;19695:28;;;19739:12;;2931:54:23;;;;;;;;;;;;2921:65;;;;;;2913:74;;:84;;;;:::i;:::-;2901:96;;3058:12;3073:21;3095:1;3073:24;;;;;;;;:::i;:::-;;;;;;;;;;;3138:21;:24;;-1:-1:-1;;;;;3073:24:23;;;;-1:-1:-1;3138:21:23;3160:1;;3138:24;;;;;;:::i;:::-;;;;;;;;;;;3111:21;:24;;-1:-1:-1;;;;;3138:24:23;;;;3133:1;;3111:24;;;;;;:::i;:::-;;;;;;;;;:51;;;;;-1:-1:-1;;;;;3111:51:23;;;;;-1:-1:-1;;;;;3111:51:23;;;;;;3203:4;3176:21;3198:1;3176:24;;;;;;;;:::i;:::-;;;;;;;;;:31;;;;;-1:-1:-1;;;;;3176:31:23;;;;;-1:-1:-1;;;;;3176:31:23;;;;;;2825:393;;2820:3;;;;;:::i;:::-;;;;2789:429;;3230:295;3295:18;;-1:-1:-1;;;;;3295:18:23;3324:162;-1:-1:-1;;;;;3331:18:23;;;3324:162;;-1:-1:-1;;;;;3408:23:23;;;3365:15;3408:23;;;:14;:23;;;;;;;-1:-1:-1;;;;;;3445:30:23;;;;;3408:23;3324:162;;;-1:-1:-1;3517:1:23;3495:19;:23;3230:295::o;15238:337::-;15317:7;15351:3;15344;:10;;15336:70;;;;-1:-1:-1;;;15336:70:23;;20178:2:32;15336:70:23;;;20160:21:32;20217:2;20197:18;;;20190:30;20256:34;20236:18;;;20229:62;-1:-1:-1;;;20307:18:32;;;20300:45;20362:19;;15336:70:23;19976:411:32;15336:70:23;15428:3;15420:5;:11;15416:153;;;-1:-1:-1;15454:3:23;15447:10;;15416:153;15486:3;15478:5;:11;15474:95;;;-1:-1:-1;15512:3:23;15505:10;;15474:95;-1:-1:-1;15553:5:23;15474:95;15238:337;;;;;:::o;5238:1390::-;-1:-1:-1;;;;;5338:30:23;;5310:25;5338:30;;;:24;:30;;;;;;;;5310:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5338:30;5310:58;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5310:58:23;;;;-1:-1:-1;;5424:89:23;;;;;;;;5441:18;;-1:-1:-1;;;;;5441:18:23;5424:89;;;-1:-1:-1;5467:44:23;;;:24;5424:89;5467:44;;;;;;;5424:89;;;;;;;;;;;5441:18;5424:89;;;;;;;;;;;;;;;;;;;;;;;;;;;5310:58;;-1:-1:-1;5396:184:23;;5424:89;;-1:-1:-1;5424:89:23;;;;;;5467:44;;5424:89;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5531:35;;;;;;;;5548:4;-1:-1:-1;;;;;5531:35:23;;;;;5560:4;5531:35;;;5396:10;:184::i;:::-;5379:999;;;5605:16;5616:4;5605:10;:16::i;:::-;5379:999;;;5685:18;;-1:-1:-1;;;;;5685:18:23;;;5652:15;5670:34;;;:14;:34;;;;;;;;;;5770:598;-1:-1:-1;;;;;5805:21:23;;5801:122;;5850:27;5862:8;5872:4;5850:11;:27::i;:::-;5899:5;;5801:122;6002:67;;;;;;;;-1:-1:-1;;;;;6002:67:23;;;;;-1:-1:-1;6034:33:23;;;:24;6002:67;6034:33;;;;;;;6002:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5966:186;;6002:67;;;;6034:33;6002:67;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6095:35;;;;;;;;6112:4;-1:-1:-1;;;;;6095:35:23;;;;;6124:4;6095:35;;;5966:10;:186::i;:::-;5941:325;;;6193:27;6205:8;6215:4;6193:11;:27::i;5941:325::-;-1:-1:-1;;;;;;6330:23:23;;;;;;;:14;:23;;;;;;;;5770:598;;;5638:740;;5379:999;6414:3;6392:25;;:19;;:25;6388:234;;;6463:18;;;-1:-1:-1;;;;;6463:18:23;;;6433:12;6448:34;;;:14;:34;;;;;;;-1:-1:-1;;;;;;6496:41:23;;;;;;6551:25;;6448:34;;6551:25;;;;;;;6590:19;:21;;6448:34;;6590:21;;;:::i;:::-;;;;;;6419:203;5300:1328;5238:1390;;:::o;14905:327::-;15006:4;15057:10;:15;;;:27;;;15026:10;:15;;;:27;;;:58;15022:129;;-1:-1:-1;15125:15:23;;15107;;-1:-1:-1;;;;;15107:33:23;;;;;;15100:40;;15022:129;-1:-1:-1;15198:15:23;;;;;:27;;;15168:15;;;;:27;;:57;;14905:327::o;6634:167::-;6710:18;;;-1:-1:-1;;;;;6687:20:23;;;6710:18;6687:20;;;:14;:20;;;;;:41;;6710:18;;;;-1:-1:-1;;;;;;6687:41:23;;;;;;;6738:25;;;;;;;;;6773:19;:21;;;;;;:::i;:::-;;;;;;6634:167;:::o;6807:186::-;-1:-1:-1;;;;;6898:20:23;;;;;;;:14;:20;;;;;;;;6875;;;;;;;;;:43;;6898:20;;;;-1:-1:-1;;;;;;6875:43:23;;;;;;;6928:20;;;:27;;;;;;;;;;6965:19;:21;;;;;;:::i;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;196:173:32;264:20;;-1:-1:-1;;;;;313:31:32;;303:42;;293:70;;359:1;356;349:12;293:70;196:173;;;:::o;374:186::-;433:6;486:2;474:9;465:7;461:23;457:32;454:52;;;502:1;499;492:12;454:52;525:29;544:9;525:29;:::i;565:871::-;682:1;678;673:3;669:11;665:19;657:5;651:12;647:38;642:3;635:51;617:3;732:4;725:5;721:16;715:23;770:4;763;758:3;754:14;747:28;813:12;807:19;800:4;795:3;791:14;784:43;881:4;867:12;863:23;857:30;852:2;847:3;843:12;836:52;958:4;944:12;940:23;934:30;927:38;920:46;913:4;908:3;904:14;897:70;1022:2;1008:12;1004:21;998:28;976:50;;1057:4;1051:3;1046;1042:13;1035:27;1091:14;1085:21;1137:6;1131:3;1126;1122:13;1115:29;1162:1;1172:147;1186:6;1183:1;1180:13;1172:147;;;1302:4;1278:22;;;1274:33;;1268:40;1262:3;1249:11;;;1245:21;1238:71;1201:12;1172:147;;;1176:3;1363:1;1357:3;1348:6;1343:3;1339:16;1335:26;1328:37;1426:3;1419:2;1415:7;1410:2;1402:6;1398:15;1394:29;1389:3;1385:39;1381:49;1374:56;;;;565:871;;;;:::o;1441:266::-;1626:2;1615:9;1608:21;1589:4;1646:55;1697:2;1686:9;1682:18;1674:6;1646:55;:::i;1712:610::-;1798:6;1806;1859:2;1847:9;1838:7;1834:23;1830:32;1827:52;;;1875:1;1872;1865:12;1827:52;1915:9;1902:23;-1:-1:-1;;;;;1940:6:32;1937:30;1934:50;;;1980:1;1977;1970:12;1934:50;2003:22;;2056:4;2048:13;;2044:27;-1:-1:-1;2034:55:32;;2085:1;2082;2075:12;2034:55;2125:2;2112:16;-1:-1:-1;;;;;2143:6:32;2140:30;2137:50;;;2183:1;2180;2173:12;2137:50;2236:7;2231:2;2221:6;2218:1;2214:14;2210:2;2206:23;2202:32;2199:45;2196:65;;;2257:1;2254;2247:12;2196:65;2288:2;2280:11;;;;;2310:6;;-1:-1:-1;1712:610:32;-1:-1:-1;;;1712:610:32:o;2327:346::-;2395:6;2403;2456:2;2444:9;2435:7;2431:23;2427:32;2424:52;;;2472:1;2469;2462:12;2424:52;-1:-1:-1;;2517:23:32;;;2637:2;2622:18;;;2609:32;;-1:-1:-1;2327:346:32:o;2678:1554::-;2868:4;2916:2;2905:9;2901:18;2946:2;2935:9;2928:21;2969:6;3004;2998:13;3035:6;3027;3020:22;3073:2;3062:9;3058:18;3051:25;;3135:2;3125:6;3122:1;3118:14;3107:9;3103:30;3099:39;3085:53;;3173:2;3165:6;3161:15;3194:1;3204:999;3218:6;3215:1;3212:13;3204:999;;;3283:22;;;-1:-1:-1;;3279:36:32;3267:49;;3339:13;;3422:9;;3407:25;;3479:2;3471:11;;;3465:18;3391:2;3503:15;;;3496:27;;;3584:19;;3379:15;;;3616:24;;;3706:21;;;-1:-1:-1;;3674:2:32;3662:15;;;3765:330;3781:8;3776:3;3773:17;3765:330;;;3854:15;;3904:9;;-1:-1:-1;;;;;3900:35:32;3886:50;;3990:2;3982:11;;;3976:18;3960:14;;;3953:42;4064:17;;;;3932:1;3800:11;;;;;4032:2;4021:14;;;;3765:330;;;-1:-1:-1;4118:5:32;-1:-1:-1;;;4158:2:32;4181:12;;;;4146:15;;;;;3240:1;3233:9;3204:999;;;-1:-1:-1;4220:6:32;;2678:1554;-1:-1:-1;;;;;;2678:1554:32:o;4237:586::-;4307:6;4315;4368:2;4356:9;4347:7;4343:23;4339:32;4336:52;;;4384:1;4381;4374:12;4336:52;4424:9;4411:23;-1:-1:-1;;;;;4449:6:32;4446:30;4443:50;;;4489:1;4486;4479:12;4443:50;4512:22;;4565:4;4557:13;;4553:27;-1:-1:-1;4543:55:32;;4594:1;4591;4584:12;4543:55;4634:2;4621:16;-1:-1:-1;;;;;4652:6:32;4649:30;4646:50;;;4692:1;4689;4682:12;4646:50;4737:7;4732:2;4723:6;4719:2;4715:15;4711:24;4708:37;4705:57;;;4758:1;4755;4748:12;4828:389;4917:6;4970:2;4958:9;4949:7;4945:23;4941:32;4938:52;;;4986:1;4983;4976:12;4938:52;5026:9;5013:23;-1:-1:-1;;;;;5051:6:32;5048:30;5045:50;;;5091:1;5088;5081:12;5045:50;5114:22;;5170:2;5152:16;;;5148:25;5145:45;;;5186:1;5183;5176:12;5222:828;5420:4;5468:2;5457:9;5453:18;5498:2;5487:9;5480:21;5521:6;5556;5550:13;5587:6;5579;5572:22;5625:2;5614:9;5610:18;5603:25;;5687:2;5677:6;5674:1;5670:14;5659:9;5655:30;5651:39;5637:53;;5725:2;5717:6;5713:15;5746:1;5756:265;5770:6;5767:1;5764:13;5756:265;;;5863:2;5859:7;5847:9;5839:6;5835:22;5831:36;5826:3;5819:49;5891:50;5934:6;5925;5919:13;5891:50;:::i;:::-;5881:60;-1:-1:-1;5976:2:32;5999:12;;;;5964:15;;;;;5792:1;5785:9;5756:265;;6055:269;6112:6;6165:2;6153:9;6144:7;6140:23;6136:32;6133:52;;;6181:1;6178;6171:12;6133:52;6220:9;6207:23;6270:4;6263:5;6259:16;6252:5;6249:27;6239:55;;6290:1;6287;6280:12;6521:300;6589:6;6597;6650:2;6638:9;6629:7;6625:23;6621:32;6618:52;;;6666:1;6663;6656:12;6618:52;6689:29;6708:9;6689:29;:::i;:::-;6679:39;6787:2;6772:18;;;;6759:32;;-1:-1:-1;;;6521:300:32:o;6826:806::-;7074:2;7086:21;;;7156:13;;7059:18;;;7178:22;;;7026:4;;7257:15;;;7231:2;7216:18;;;7026:4;7300:306;7314:6;7311:1;7308:13;7300:306;;;7373:13;;7415:9;;-1:-1:-1;;;;;7411:35:32;;;7399:48;;7499:2;7491:11;;;7485:18;7481:44;7467:12;;;7460:66;7581:15;;;;7555:2;7546:12;;;;7443:1;7329:9;7300:306;;;-1:-1:-1;7623:3:32;;6826:806;-1:-1:-1;;;;;6826:806:32:o;7994:380::-;8073:1;8069:12;;;;8116;;;8137:61;;8191:4;8183:6;8179:17;8169:27;;8137:61;8244:2;8236:6;8233:14;8213:18;8210:38;8207:161;;8290:10;8285:3;8281:20;8278:1;8271:31;8325:4;8322:1;8315:15;8353:4;8350:1;8343:15;8379:356;8581:2;8563:21;;;8600:18;;;8593:30;8659:34;8654:2;8639:18;;8632:62;8726:2;8711:18;;8379:356::o;8740:127::-;8801:10;8796:3;8792:20;8789:1;8782:31;8832:4;8829:1;8822:15;8856:4;8853:1;8846:15;9521:127;9582:10;9577:3;9573:20;9570:1;9563:31;9613:4;9610:1;9603:15;9637:4;9634:1;9627:15;9653:128;9720:9;;;9741:11;;;9738:37;;;9755:18;;:::i;9786:136::-;9825:3;9853:5;9843:39;;9862:18;;:::i;:::-;-1:-1:-1;;;9898:18:32;;9786:136::o;9927:125::-;9992:9;;;10013:10;;;10010:36;;;10026:18;;:::i;10057:127::-;10118:10;10113:3;10109:20;10106:1;10099:31;10149:4;10146:1;10139:15;10173:4;10170:1;10163:15;10906:271;11089:6;11081;11076:3;11063:33;11045:3;11115:16;;11140:13;;;11115:16;10906:271;-1:-1:-1;10906:271:32:o;11586:135::-;11625:3;11646:17;;;11643:43;;11666:18;;:::i;:::-;-1:-1:-1;11713:1:32;11702:13;;11586:135::o;11851:517::-;11952:2;11947:3;11944:11;11941:421;;;11988:5;11985:1;11978:16;12032:4;12029:1;12019:18;12102:2;12090:10;12086:19;12083:1;12079:27;12073:4;12069:38;12138:4;12126:10;12123:20;12120:47;;;-1:-1:-1;12161:4:32;12120:47;12216:2;12211:3;12207:12;12204:1;12200:20;12194:4;12190:31;12180:41;;12271:81;12289:2;12282:5;12279:13;12271:81;;;12348:1;12334:16;;12315:1;12304:13;12271:81;;12544:1295;12668:3;12662:10;-1:-1:-1;;;;;12687:6:32;12684:30;12681:56;;;12717:18;;:::i;:::-;12746:96;12835:6;12795:38;12827:4;12821:11;12795:38;:::i;:::-;12789:4;12746:96;:::i;:::-;12891:4;12922:2;12911:14;;12939:1;12934:648;;;;13626:1;13643:6;13640:89;;;-1:-1:-1;13695:19:32;;;13689:26;13640:89;-1:-1:-1;;12501:1:32;12497:11;;;12493:24;12489:29;12479:40;12525:1;12521:11;;;12476:57;13742:81;;12904:929;;12934:648;11798:1;11791:14;;;11835:4;11822:18;;-1:-1:-1;;12970:20:32;;;13087:222;13101:7;13098:1;13095:14;13087:222;;;13183:19;;;13177:26;13162:42;;13290:4;13275:20;;;;13243:1;13231:14;;;;13117:12;13087:222;;;13091:3;13337:6;13328:7;13325:19;13322:201;;;13398:19;;;13392:26;-1:-1:-1;;13481:1:32;13477:14;;;13493:3;13473:24;13469:37;13465:42;13450:58;13435:74;;13322:201;-1:-1:-1;;;;13569:1:32;13553:14;;;13549:22;13536:36;;-1:-1:-1;12544:1295:32:o;13844:485::-;-1:-1:-1;;;;;14029:32:32;;14011:51;;14098:2;14093;14078:18;;14071:30;;;14117:18;;14110:34;;;14137:6;14186;14181:2;14166:18;;14153:48;14250:1;14221:22;;;14245:2;14217:31;;;14210:42;;;;14313:2;14292:15;;;-1:-1:-1;;14288:29:32;14273:45;14269:54;;13844:485;-1:-1:-1;;13844:485:32:o;14334:332::-;14434:4;14492:11;14479:25;14586:3;14582:8;14571;14555:14;14551:29;14547:44;14527:18;14523:69;14513:97;;14606:1;14603;14596:12;14513:97;14627:33;;;;;14334:332;-1:-1:-1;;14334:332:32:o;14671:1178::-;-1:-1:-1;;;;;14772:3:32;14769:27;14766:53;;;14799:18;;:::i;:::-;14828:93;14917:3;14877:38;14909:4;14903:11;14877:38;:::i;:::-;14871:4;14828:93;:::i;:::-;14947:1;14972:2;14967:3;14964:11;14989:1;14984:607;;;;15635:1;15652:3;15649:93;;;-1:-1:-1;15708:19:32;;;15695:33;15649:93;-1:-1:-1;;12501:1:32;12497:11;;;12493:24;12489:29;12479:40;12525:1;12521:11;;;12476:57;15755:78;;14957:886;;14984:607;11798:1;11791:14;;;11835:4;11822:18;;-1:-1:-1;;15020:17:32;;;15134:229;15148:7;15145:1;15142:14;15134:229;;;15237:19;;;15224:33;15209:49;;15344:4;15329:20;;;;15297:1;15285:14;;;;15164:12;15134:229;;;15138:3;15391;15382:7;15379:16;15376:159;;;15515:1;15511:6;15505:3;15499;15496:1;15492:11;15488:21;15484:34;15480:39;15467:9;15462:3;15458:19;15445:33;15441:79;15433:6;15426:95;15376:159;;;15578:1;15572:3;15569:1;15565:11;15561:19;15555:4;15548:33;14957:886;;14671:1178;;;:::o;15854:1163::-;16041:19;;16069:21;;16159:2;16148:14;;16135:28;16189:1;16179:12;;16172:29;16238:1;16228:12;;16288:2;16277:14;;16264:28;16318:15;;16311:23;16353:15;;;16343:43;;16382:1;16379;16372:12;16343:43;16437:3;16433:8;16420:10;16414:17;16410:32;16395:47;;16490:3;16486:2;16482:12;16473:7;16470:25;16458:10;16451:45;;;;16555:2;16548:5;16544:14;16531:28;16638:2;16634:7;16626:5;16610:14;16606:26;16602:40;16582:18;16578:65;16568:93;;16657:1;16654;16647:12;16568:93;16682:30;;16735:18;;-1:-1:-1;;;;;16765:30:32;;16762:50;;;16808:1;16805;16798:12;16762:50;16845:2;16839:4;16835:13;16821:27;;16892:6;16876:14;16872:27;16864:6;16860:40;16857:60;;;16913:1;16910;16903:12;16857:60;16926:85;17004:6;16996;16992:1;16986:4;16982:12;16926:85;:::i;:::-;;;15854:1163;;:::o;19762:209::-;19794:1;19820;19810:132;;19864:10;19859:3;19855:20;19852:1;19845:31;19899:4;19896:1;19889:15;19927:4;19924:1;19917:15;19810:132;-1:-1:-1;19956:9:32;;19762:209::o", "linkReferences": {}, "immutableReferences": { - "39820": [ - { "start": 872, "length": 32 }, - { "start": 1352, "length": 32 }, - { "start": 2238, "length": 32 }, - { "start": 3277, "length": 32 } + "39841": [ + { "start": 996, "length": 32 }, + { "start": 1792, "length": 32 }, + { "start": 2256, "length": 32 }, + { "start": 3142, "length": 32 }, + { "start": 4398, "length": 32 }, + { "start": 5878, "length": 32 } ] } }, @@ -386,8 +490,12 @@ "activeValidatorsCount()": "0d2bd909", "calculateTopValidators(uint8)": "b5cfa68c", "getAllValidators()": "f3513a37", + "getRounds(uint256,uint256)": "40f74f47", + "getRoundsCount()": "a09686c4", "getTopValidators()": "afeea115", "getValidator(address)": "1904bb2e", + "getVotes(address,uint256)": "eb9019d4", + "getVotesCount()": "1b605b86", "isValidatorRegistered(address)": "d04a68c7", "registerValidator(bytes)": "602a9eee", "registeredValidatorsCount()": "f1bd0b37", @@ -398,7 +506,7 @@ "updateVoters(address[])": "2bdf6d43", "vote(address)": "6dd7d8ea" }, - "rawMetadata": "{\"compiler\":{\"version\":\"0.8.27+commit.40a35a09\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"voter\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"validator\",\"type\":\"address\"}],\"name\":\"Unvoted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"name\":\"ValidatorRegistered\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"ValidatorResigned\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"voter\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"validator\",\"type\":\"address\"}],\"name\":\"Voted\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"activeValidatorsCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"n\",\"type\":\"uint8\"}],\"name\":\"calculateTopValidators\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAllValidators\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getTopValidators\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addr\",\"type\":\"address\"}],\"name\":\"getValidator\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"isValidatorRegistered\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"name\":\"registerValidator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"registeredValidatorsCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"resignValidator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"resignedValidatorsCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unvote\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator\",\"name\":\"_validator\",\"type\":\"tuple\"}],\"name\":\"updateValidator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"voters\",\"type\":\"address[]\"}],\"name\":\"updateVoters\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"vote\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/consensus/Consensus.sol\":\"Consensus\"},\"evmVersion\":\"shanghai\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@contracts/=src/\",\":@forge-std/=forge-std/src/\"]},\"sources\":{\"src/consensus/Consensus.sol\":{\"keccak256\":\"0xa9de7b08abcc3d2e7e8f5adce9534f6ec28beb6b06e8b49bfc1b521ec53fad5d\",\"urls\":[\"bzz-raw://0ed11153c9aa281668334067cc7d224100767edb8f73d881ad6ca9cb0ef875dd\",\"dweb:/ipfs/QmfKZcviJjgYoUL1ToN5NWr7Xb3k9iYbgqP1W4Zn5qLuRU\"]}},\"version\":1}", + "rawMetadata": "{\"compiler\":{\"version\":\"0.8.27+commit.40a35a09\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"voter\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"validator\",\"type\":\"address\"}],\"name\":\"Unvoted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"name\":\"ValidatorRegistered\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"ValidatorResigned\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"voter\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"validator\",\"type\":\"address\"}],\"name\":\"Voted\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"activeValidatorsCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"n\",\"type\":\"uint8\"}],\"name\":\"calculateTopValidators\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAllValidators\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"offset\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"count\",\"type\":\"uint256\"}],\"name\":\"getRounds\",\"outputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"round\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"}],\"internalType\":\"struct RoundValidator[]\",\"name\":\"validators\",\"type\":\"tuple[]\"}],\"internalType\":\"struct Round[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getRoundsCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getTopValidators\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_addr\",\"type\":\"address\"}],\"name\":\"getValidator\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"count\",\"type\":\"uint256\"}],\"name\":\"getVotes\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"voter\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"validator\",\"type\":\"address\"}],\"internalType\":\"struct VoteResult[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getVotesCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"isValidatorRegistered\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"name\":\"registerValidator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"registeredValidatorsCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"resignValidator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"resignedValidatorsCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unvote\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"votersCount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"voteBalance\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isResigned\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"bls12_381_public_key\",\"type\":\"bytes\"}],\"internalType\":\"struct ValidatorData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct Validator\",\"name\":\"_validator\",\"type\":\"tuple\"}],\"name\":\"updateValidator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"voters\",\"type\":\"address[]\"}],\"name\":\"updateVoters\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"vote\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/consensus/Consensus.sol\":\"Consensus\"},\"evmVersion\":\"shanghai\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@contracts/=src/\",\":@forge-std/=forge-std/src/\"]},\"sources\":{\"src/consensus/Consensus.sol\":{\"keccak256\":\"0x9a5f2f1bb96addff98a755f2313ff08406ae1b6823b6bc4844d916c7c57794d4\",\"urls\":[\"bzz-raw://40dc2c7163bcafce4a404920f3aa2ba9234ba51c6880ec877d44c73540f3a5d9\",\"dweb:/ipfs/Qmc9cLxktHSNwmMpJtJ3AgGGvJJsZPqebq2Sr3fFhAYQaz\"]}},\"version\":1}", "metadata": { "compiler": { "version": "0.8.27+commit.40a35a09" }, "language": "Solidity", @@ -551,6 +659,67 @@ } ] }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "offset", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "count", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function", + "name": "getRounds", + "outputs": [ + { + "internalType": "struct Round[]", + "name": "", + "type": "tuple[]", + "components": [ + { + "internalType": "uint256", + "name": "round", + "type": "uint256" + }, + { + "internalType": "struct RoundValidator[]", + "name": "validators", + "type": "tuple[]", + "components": [ + { + "internalType": "address", + "name": "addr", + "type": "address" + }, + { + "internalType": "uint256", + "name": "voteBalance", + "type": "uint256" + } + ] + } + ] + } + ] + }, + { + "inputs": [], + "stateMutability": "view", + "type": "function", + "name": "getRoundsCount", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ] + }, { "inputs": [], "stateMutability": "view", @@ -651,6 +820,55 @@ } ] }, + { + "inputs": [ + { + "internalType": "address", + "name": "addr", + "type": "address" + }, + { + "internalType": "uint256", + "name": "count", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function", + "name": "getVotes", + "outputs": [ + { + "internalType": "struct VoteResult[]", + "name": "", + "type": "tuple[]", + "components": [ + { + "internalType": "address", + "name": "voter", + "type": "address" + }, + { + "internalType": "address", + "name": "validator", + "type": "address" + } + ] + } + ] + }, + { + "inputs": [], + "stateMutability": "view", + "type": "function", + "name": "getVotesCount", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ] + }, { "inputs": [ { @@ -800,10 +1018,10 @@ }, "sources": { "src/consensus/Consensus.sol": { - "keccak256": "0xa9de7b08abcc3d2e7e8f5adce9534f6ec28beb6b06e8b49bfc1b521ec53fad5d", + "keccak256": "0x9a5f2f1bb96addff98a755f2313ff08406ae1b6823b6bc4844d916c7c57794d4", "urls": [ - "bzz-raw://0ed11153c9aa281668334067cc7d224100767edb8f73d881ad6ca9cb0ef875dd", - "dweb:/ipfs/QmfKZcviJjgYoUL1ToN5NWr7Xb3k9iYbgqP1W4Zn5qLuRU" + "bzz-raw://40dc2c7163bcafce4a404920f3aa2ba9234ba51c6880ec877d44c73540f3a5d9", + "dweb:/ipfs/Qmc9cLxktHSNwmMpJtJ3AgGGvJJsZPqebq2Sr3fFhAYQaz" ], "license": null } diff --git a/src/Utils/TransactionHasher.php b/src/Utils/TransactionHasher.php new file mode 100644 index 00000000..a6da4f2b --- /dev/null +++ b/src/Utils/TransactionHasher.php @@ -0,0 +1,139 @@ + 0) { + $byte = bcmod($value, '256'); + $result = chr((int) $byte).$result; + $value = bcdiv($value, '256', 0); + } + + return $result; + } + + /** + * Encodes the length for RLP encoding. + * + * @param int $len The length to encode. + * @return string The encoded length. + */ + private static function encodeLength(int $len): string + { + $lenBytes = ''; + while ($len > 0) { + $lenBytes = chr($len & 0xff).$lenBytes; + $len >>= 8; + } + + return $lenBytes; + } + + /** + * RLP encoding function. + * + * @param mixed $input The input to encode. + * @return string The RLP-encoded string. + */ + private static function encodeRlp($input): string + { + if (is_string($input)) { + $len = strlen($input); + if ($len === 1 && ord($input) <= 0x7f) { + return $input; + } elseif ($len <= 55) { + return chr(0x80 + $len).$input; + } + $lenBytes = self::encodeLength($len); + + return chr(0xb7 + strlen($lenBytes)).$lenBytes.$input; + } elseif (is_array($input)) { + $output = ''; + foreach ($input as $item) { + $output .= self::encodeRlp($item); + } + $len = strlen($output); + if ($len <= 55) { + return chr(0xc0 + $len).$output; + } + $lenBytes = self::encodeLength($len); + + return chr(0xf7 + strlen($lenBytes)).$lenBytes.$output; + } + + // Handle numbers as big integers + return self::encodeRlp(self::toBeArray($value)); + } +} diff --git a/tests/Concerns/Deserialize.php b/tests/Concerns/Deserialize.php index df43e613..38a29a2a 100644 --- a/tests/Concerns/Deserialize.php +++ b/tests/Concerns/Deserialize.php @@ -9,7 +9,7 @@ trait Deserialize { - protected function assertDeserialized(array $expected, array $keys, int $network = 30): object + protected function assertDeserialized(array $expected, array $keys): object { $actual = Deserializer::new($expected['serialized'])->deserialize(); $data = $actual->data; @@ -51,15 +51,6 @@ protected function assertSameTransactions(array $expected, array $actual, array } } - // Signatures and IDs are not deterministic - unset($expected['id']); - unset($expected['signature']); - unset($expected['signatures']); - - unset($actual['id']); - unset($actual['signature']); - unset($actual['signatures']); - $this->assertSame($expected, $actual); } diff --git a/tests/Unit/Configuration/FeeTest.php b/tests/Unit/Configuration/FeeTest.php deleted file mode 100644 index 654c8337..00000000 --- a/tests/Unit/Configuration/FeeTest.php +++ /dev/null @@ -1,34 +0,0 @@ -assertSame('10000000', $actual); - } - - /** @test */ - public function it_should_set_the_fee() - { - $actual = Fee::get(0); - $this->assertSame('10000000', $actual); - - Fee::set(0, '5'); - - $actual = Fee::get(0); - $this->assertSame('5', $actual); - } -} diff --git a/tests/Unit/Transactions/Builder/EvmCallBuilderTest.php b/tests/Unit/Transactions/Builder/EvmCallBuilderTest.php index 1d02acb3..a429093f 100644 --- a/tests/Unit/Transactions/Builder/EvmCallBuilderTest.php +++ b/tests/Unit/Transactions/Builder/EvmCallBuilderTest.php @@ -18,29 +18,12 @@ public function it_should_sign_it_with_a_passphrase() $fixture = $this->getTransactionFixture('evm_call', 'evm-sign'); $builder = EvmCallBuilder::new() - ->fee($fixture['data']['fee']) + ->gasPrice($fixture['data']['gasPrice']) ->nonce($fixture['data']['nonce']) - ->network(30) - ->payload($fixture['data']['asset']['evmCall']['payload']) - ->gasLimit($fixture['data']['asset']['evmCall']['gasLimit']) - ->sign($this->passphrase); - - $this->assertTrue($builder->verify()); - } - - /** @test */ - public function it_should_sign_it_with_a_passphrase_and_contract() - { - $fixture = $this->getTransactionFixture('evm_call', 'evm-with-contract'); - - $builder = EvmCallBuilder::new() - ->fee($fixture['data']['fee']) - ->nonce($fixture['data']['nonce']) - ->network(30) - ->payload($fixture['data']['asset']['evmCall']['payload']) - ->gasLimit($fixture['data']['asset']['evmCall']['gasLimit']) - // RecipientId is the contractId - ->recipient($fixture['data']['recipientId']) + ->network($fixture['data']['network']) + ->payload($fixture['data']['data']) + ->gasLimit($fixture['data']['gasLimit']) + ->recipientAddress('0xE536720791A7DaDBeBdBCD8c8546fb0791a11901') ->sign($this->passphrase); $this->assertTrue($builder->verify()); diff --git a/tests/Unit/Transactions/DeserializerTest.php b/tests/Unit/Transactions/DeserializerTest.php index 989e66eb..0c108b58 100644 --- a/tests/Unit/Transactions/DeserializerTest.php +++ b/tests/Unit/Transactions/DeserializerTest.php @@ -24,7 +24,7 @@ public function it_should_deserialize_a_transfer_signed_with_a_passphrase() $transaction = $this->assertTransaction($fixture); - expect($transaction->data['amount'])->toEqual('100000000'); + expect($transaction->data['value'])->toEqual('10000000000000000000'); expect($transaction)->toBeInstanceOf(Transfer::class); } @@ -36,7 +36,7 @@ public function it_should_deserialize_a_vote_signed_with_a_passphrase() $transaction = $this->assertTransaction($fixture); - expect($transaction->data['asset']['vote'])->toEqual('0x512F366D524157BcF734546eB29a6d687B762255'); + expect($transaction->data['vote'])->toEqual('0x512F366D524157BcF734546eB29a6d687B762255'); expect($transaction)->toBeInstanceOf(Vote::class); } @@ -74,10 +74,12 @@ public function it_should_deserialize_a_validator_resignation_signed_with_a_pass private function assertTransaction(array $fixture): AbstractTransaction { $actual = $this->assertDeserialized($fixture, [ + 'id', 'nonce', - 'fee', + 'gasPrice', 'gasLimit', 'contractId', + 'signature', ]); $this->assertTrue($actual->verify()); diff --git a/tests/fixtures/transactions/evm_call/evm-sign.json b/tests/fixtures/transactions/evm_call/evm-sign.json index d8252d1d..600ffa2d 100644 --- a/tests/fixtures/transactions/evm_call/evm-sign.json +++ b/tests/fixtures/transactions/evm_call/evm-sign.json @@ -1,20 +1,16 @@ { "data": { "network": 30, - "fee": "5", - "nonce": "1", - "typeGroup": 1, - "version": 1, - "type": 10, - "amount": "0", - "senderPublicKey": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd", - "asset": { - "evmCall": { - "gasLimit": 1000000, - "payload": "a9059cbb00000000000000000000000027fa7caffaae77ddb9ab232fdbda56d5e5af2393000000000000000000000000000000000000000000000000016345785d8a0000" - } - }, - "signature": "232d604d808afbd7c3ba76e93b3a0a772e2c93ef2ddc2f1dc657f95d456a41d99eadf9172475d5b2cfba14039c55cc7ceec1c5ade81d841a5a53b27f8ccb38f7" + "nonce": "13", + "gasPrice": 5, + "gasLimit": 1000000, + "value": "0", + "recipientAddress": "0xE536720791A7DaDBeBdBCD8c8546fb0791a11901", + "data": "a9059cbb00000000000000000000000027fa7caffaae77ddb9ab232fdbda56d5e5af2393000000000000000000000000000000000000000000000000016345785d8a0000", + "signature": "ba30f9042519079895c7408b0e92046c3f20680e0a9294e38ab3cfdd19b26cd4036fe2a80644abb922f1ad7cd682811a83c20120a8030df47b244a3bc44f4dbd00", + "senderPublicKey": "023efc1da7f315f3c533a4080e491f32cd4219731cef008976c3876539e1f192d3", + "senderAddress": "0x6F0182a0cc707b055322CcF6d4CB6a5Aff1aEb22", + "id": "3935ff0fe84ea6ac42fc889ed7cda4f97ddd11fd2d1c31e9201f14866acb6edc" }, - "serialized": "ff011e010000000a00010000000000000003a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd00000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000000000000040420f0044000000a9059cbb00000000000000000000000027fa7caffaae77ddb9ab232fdbda56d5e5af2393000000000000000000000000000000000000000000000000016345785d8a0000232d604d808afbd7c3ba76e93b3a0a772e2c93ef2ddc2f1dc657f95d456a41d99eadf9172475d5b2cfba14039c55cc7ceec1c5ade81d841a5a53b27f8ccb38f7" + "serialized": "1e0d000000000000000500000040420f00000000000000000000000000000000000000000000000000000000000000000001e536720791a7dadbebdbcd8c8546fb0791a1190144000000a9059cbb00000000000000000000000027fa7caffaae77ddb9ab232fdbda56d5e5af2393000000000000000000000000000000000000000000000000016345785d8a0000ba30f9042519079895c7408b0e92046c3f20680e0a9294e38ab3cfdd19b26cd4036fe2a80644abb922f1ad7cd682811a83c20120a8030df47b244a3bc44f4dbd00" } diff --git a/tests/fixtures/transactions/evm_call/evm-with-contract.json b/tests/fixtures/transactions/evm_call/evm-with-contract.json deleted file mode 100644 index 7a1001be..00000000 --- a/tests/fixtures/transactions/evm_call/evm-with-contract.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "data": { - "network": 30, - "fee": "5", - "nonce": "1", - "typeGroup": 1, - "version": 1, - "type": 10, - "amount": "0", - "senderPublicKey": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd", - "asset": { - "evmCall": { - "gasLimit": 1000000, - "payload": "a9059cbb00000000000000000000000027fa7caffaae77ddb9ab232fdbda56d5e5af2393000000000000000000000000000000000000000000000000016345785d8a0000" - } - }, - "recipientId": "0xE536720791A7DaDBeBdBCD8c8546fb0791a11901", - "signature": "72e09f480d28b51f384d09876957bb8c2c5fadfe001b91d6f7e0e08dd0674c4100ecbe4283760e98dd2524bcf203b177901e373d2679c84339c4929099cc7d36" - }, - "serialized": "ff011e010000000a00010000000000000003a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000001e536720791a7dadbebdbcd8c8546fb0791a1190140420f0044000000a9059cbb00000000000000000000000027fa7caffaae77ddb9ab232fdbda56d5e5af2393000000000000000000000000000000000000000000000000016345785d8a000072e09f480d28b51f384d09876957bb8c2c5fadfe001b91d6f7e0e08dd0674c4100ecbe4283760e98dd2524bcf203b177901e373d2679c84339c4929099cc7d36" -} diff --git a/tests/fixtures/transactions/evm_call/transfer.json b/tests/fixtures/transactions/evm_call/transfer.json index 23a1dde4..4c577082 100644 --- a/tests/fixtures/transactions/evm_call/transfer.json +++ b/tests/fixtures/transactions/evm_call/transfer.json @@ -1,22 +1,16 @@ { "data": { - "version": 1, "network": 30, - "typeGroup": 1, - "type": 10, - "nonce": "0", - "senderPublicKey": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd", - "fee": "5", - "amount": "100000000", - "recipientId": "0xb693449AdDa7EFc015D87944EAE8b7C37EB1690A", - "asset": { - "evmCall": { - "gasLimit": 21000, - "payload": "" - } - }, - "signature": "72bc7651a1f8216e06d3a961893f364b2ad6885ebf4f83fbb084a68e846430768c6d792fd829d4e5b7f9422eae9ebcdd7828cd2560f186d69a3698dad594faf3", - "id": "d0a9bb9e9ec2a881717c25b31c70600c9b04c103852f8dfb8e80c7456a9ae24c" + "nonce": "12", + "gasPrice": 5, + "gasLimit": 21000, + "value": "10000000000000000000", + "recipientAddress": "0x07Ac3E438719be72a9e2591bB6015F10E8Af2468", + "data": "", + "signature": "b3bc84c8caf1b75c18a78dde87df9f555161003d341eafad659ab672501185e413a26284c3c95056809c7d440c4ffab26179c538864c4d14534ebd5a961852bf01", + "senderPublicKey": "023efc1da7f315f3c533a4080e491f32cd4219731cef008976c3876539e1f192d3", + "senderAddress": "0x6F0182a0cc707b055322CcF6d4CB6a5Aff1aEb22", + "id": "b5d7b17d30da123d9eebc8bb6012c1a4e950e1dad2b080404bb052c30b8a8b2e" }, - "serialized": "ff011e010000000a00000000000000000003a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000000000000000000000000000000000000005f5e10001b693449adda7efc015d87944eae8b7c37eb1690a085200000000000072bc7651a1f8216e06d3a961893f364b2ad6885ebf4f83fbb084a68e846430768c6d792fd829d4e5b7f9422eae9ebcdd7828cd2560f186d69a3698dad594faf3" + "serialized": "1e0c0000000000000005000000085200000000000000000000000000000000000000000000000000008ac7230489e800000107ac3e438719be72a9e2591bb6015f10e8af246800000000b3bc84c8caf1b75c18a78dde87df9f555161003d341eafad659ab672501185e413a26284c3c95056809c7d440c4ffab26179c538864c4d14534ebd5a961852bf01" } diff --git a/tests/fixtures/transactions/evm_call/unvote.json b/tests/fixtures/transactions/evm_call/unvote.json index cec9ca06..d5e3a7cf 100644 --- a/tests/fixtures/transactions/evm_call/unvote.json +++ b/tests/fixtures/transactions/evm_call/unvote.json @@ -1,22 +1,16 @@ { "data": { - "version": 1, "network": 30, - "typeGroup": 1, - "type": 10, - "nonce": "0", - "senderPublicKey": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd", - "fee": "5", - "amount": "0", - "recipientId": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", - "asset": { - "evmCall": { - "gasLimit": 200000, - "payload": "3174b689" - } - }, - "signature": "311c57715819e18f5da639bf98a185c8628988081932e2d8378ceaa3409f43b49e5fb37298f1b4bdb5a4e7b528343101ee28510d1bb3a8bb14233901a6b57c0a", - "id": "fea7fa3ef6e89720f6286edf3fcd8c8c30f28f07aae441ef6744a135679f7553" + "nonce": "13", + "gasPrice": 5, + "gasLimit": 200000, + "value": "0", + "recipientAddress": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", + "data": "3174b689", + "signature": "d7534ec92c06a8547d0f2b3d3259dff5b0b17f8673d68dff9af023009c9c450e24205cb5f4fd6165d71c8b3ba3e9f741d1853110d44bd1e798e87f1a5d6a89c501", + "senderPublicKey": "023efc1da7f315f3c533a4080e491f32cd4219731cef008976c3876539e1f192d3", + "senderAddress": "0x6F0182a0cc707b055322CcF6d4CB6a5Aff1aEb22", + "id": "92ca281a6699a4eb08e8e5c4a644c216026f6c6d3560611c50cab54d1300b690" }, - "serialized": "ff011e010000000a00000000000000000003a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b459400d0300040000003174b689311c57715819e18f5da639bf98a185c8628988081932e2d8378ceaa3409f43b49e5fb37298f1b4bdb5a4e7b528343101ee28510d1bb3a8bb14233901a6b57c0a" + "serialized": "1e0d0000000000000005000000400d0300000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b459040000003174b689d7534ec92c06a8547d0f2b3d3259dff5b0b17f8673d68dff9af023009c9c450e24205cb5f4fd6165d71c8b3ba3e9f741d1853110d44bd1e798e87f1a5d6a89c501" } diff --git a/tests/fixtures/transactions/evm_call/validator-registration.json b/tests/fixtures/transactions/evm_call/validator-registration.json index 5958c24b..170909cc 100644 --- a/tests/fixtures/transactions/evm_call/validator-registration.json +++ b/tests/fixtures/transactions/evm_call/validator-registration.json @@ -1,22 +1,16 @@ { "data": { - "version": 1, "network": 30, - "typeGroup": 1, - "type": 10, - "nonce": "0", - "senderPublicKey": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd", - "fee": "5", - "amount": "0", - "recipientId": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", - "asset": { - "evmCall": { - "gasLimit": 500000, - "payload": "602a9eee00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000030a08058db53e2665c84a40f5152e76dd2b652125a6079130d4c315e728bcf4dd1dfb44ac26e82302331d61977d314111800000000000000000000000000000000" - } - }, - "signature": "b044a149fb241243fd5141ea47acfa01166ca869aba9dfbfd4311002fa34d700a9d28399cf2c07dac332463cd64a9f44929bcb0a21aa115dc94df16f311141d8", - "id": "8da99159674742118b89d46ec6e333d7df40139c7472818fd55dc7b612bca1fa" + "nonce": "12", + "gasPrice": 5, + "gasLimit": 500000, + "value": "0", + "recipientAddress": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", + "data": "602a9eee00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000030a08058db53e2665c84a40f5152e76dd2b652125a6079130d4c315e728bcf4dd1dfb44ac26e82302331d61977d314111800000000000000000000000000000000", + "signature": "91b2ca61808b94392afa151ee893784a5221ab27b8fdf5871cc17c75e87acca8396530b2f320641326f00199478552e673d124406b44bcbe6075966016658d2201", + "senderPublicKey": "023efc1da7f315f3c533a4080e491f32cd4219731cef008976c3876539e1f192d3", + "senderAddress": "0x6F0182a0cc707b055322CcF6d4CB6a5Aff1aEb22", + "id": "3457dfd59d42a174feb30a1aac757e54caddd87d21e6483386a3440cc0fa6c5f" }, - "serialized": "ff011e010000000a00000000000000000003a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b45920a1070084000000602a9eee00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000030a08058db53e2665c84a40f5152e76dd2b652125a6079130d4c315e728bcf4dd1dfb44ac26e82302331d61977d314111800000000000000000000000000000000b044a149fb241243fd5141ea47acfa01166ca869aba9dfbfd4311002fa34d700a9d28399cf2c07dac332463cd64a9f44929bcb0a21aa115dc94df16f311141d8" + "serialized": "1e0c000000000000000500000020a10700000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b45984000000602a9eee00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000030a08058db53e2665c84a40f5152e76dd2b652125a6079130d4c315e728bcf4dd1dfb44ac26e82302331d61977d31411180000000000000000000000000000000091b2ca61808b94392afa151ee893784a5221ab27b8fdf5871cc17c75e87acca8396530b2f320641326f00199478552e673d124406b44bcbe6075966016658d2201" } diff --git a/tests/fixtures/transactions/evm_call/validator-resignation.json b/tests/fixtures/transactions/evm_call/validator-resignation.json index c35f9f6f..77a37778 100644 --- a/tests/fixtures/transactions/evm_call/validator-resignation.json +++ b/tests/fixtures/transactions/evm_call/validator-resignation.json @@ -1,22 +1,16 @@ { "data": { - "version": 1, "network": 30, - "typeGroup": 1, - "type": 10, - "nonce": "0", - "senderPublicKey": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd", - "fee": "5", - "amount": "0", - "recipientId": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", - "asset": { - "evmCall": { - "gasLimit": 150000, - "payload": "b85f5da2" - } - }, - "signature": "c84e7269d8f45364bd9da8bcbb2ae843bcc3e0f49a044832855e86c024c6ff6617cc090acb67551a21537dda0e78c903fbc7c72a0cbb575e0edfbff388547967", - "id": "a521da35fc32122f3d95c63eb500a8c96a5b8ac3139aa5b94ed2f068cf8ed708" + "nonce": "12", + "gasPrice": 5, + "gasLimit": 150000, + "value": "0", + "recipientAddress": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", + "data": "b85f5da2", + "signature": "94fd248dc5984b56be6c9661c5a32fa062fb21af62b1474a33d985302f9bda8a044c30e4feb1f06da437c15d9e997816aa3233b3f142cd780e1ff69b80269d0d00", + "senderPublicKey": "023efc1da7f315f3c533a4080e491f32cd4219731cef008976c3876539e1f192d3", + "senderAddress": "0x6F0182a0cc707b055322CcF6d4CB6a5Aff1aEb22", + "id": "ab469546888715725add275778bcf0c1dd68afc163b48018e22a044db718e5b9" }, - "serialized": "ff011e010000000a00000000000000000003a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b459f049020004000000b85f5da2c84e7269d8f45364bd9da8bcbb2ae843bcc3e0f49a044832855e86c024c6ff6617cc090acb67551a21537dda0e78c903fbc7c72a0cbb575e0edfbff388547967" + "serialized": "1e0c0000000000000005000000f0490200000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b45904000000b85f5da294fd248dc5984b56be6c9661c5a32fa062fb21af62b1474a33d985302f9bda8a044c30e4feb1f06da437c15d9e997816aa3233b3f142cd780e1ff69b80269d0d00" } diff --git a/tests/fixtures/transactions/evm_call/vote.json b/tests/fixtures/transactions/evm_call/vote.json index e8fdaf1c..d7992974 100644 --- a/tests/fixtures/transactions/evm_call/vote.json +++ b/tests/fixtures/transactions/evm_call/vote.json @@ -1,22 +1,16 @@ { "data": { - "version": 1, "network": 30, - "typeGroup": 1, - "type": 10, - "nonce": "0", - "senderPublicKey": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd", - "fee": "5", - "amount": "0", - "recipientId": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", - "asset": { - "evmCall": { - "gasLimit": 200000, - "payload": "6dd7d8ea000000000000000000000000512f366d524157bcf734546eb29a6d687b762255" - } - }, - "signature": "a56ae1e72ef7398baf2ef98d23acefa1c308cf26759585d998b8337368ee094df587b7d824ed1cd423962266ab8f5999abd90294ca6b8c69b82ff3dbf97325af", - "id": "da43c2850565f29cb0dc043cd5ff026aecf89fdf363faaa70af86b143f4289e3" + "nonce": "12", + "gasPrice": 5, + "gasLimit": 200000, + "value": "0", + "recipientAddress": "0x522B3294E6d06aA25Ad0f1B8891242E335D3B459", + "data": "6dd7d8ea000000000000000000000000512f366d524157bcf734546eb29a6d687b762255", + "signature": "e1fd7b0ddc466072e2eac37b73283e8303d80ceb2dd2d64a8d6cdf5866662bc5261a08ca2d64942b6bb93b42ed820f1c8c1c92ce2312d380cc83fea022bfc2f301", + "senderPublicKey": "023efc1da7f315f3c533a4080e491f32cd4219731cef008976c3876539e1f192d3", + "senderAddress": "0x6F0182a0cc707b055322CcF6d4CB6a5Aff1aEb22", + "id": "749744e0d689c46e37ff2993a984599eac4989a9ef0028337b335c9d43abf936" }, - "serialized": "ff011e010000000a00000000000000000003a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b459400d0300240000006dd7d8ea000000000000000000000000512f366d524157bcf734546eb29a6d687b762255a56ae1e72ef7398baf2ef98d23acefa1c308cf26759585d998b8337368ee094df587b7d824ed1cd423962266ab8f5999abd90294ca6b8c69b82ff3dbf97325af" + "serialized": "1e0c0000000000000005000000400d0300000000000000000000000000000000000000000000000000000000000000000001522b3294e6d06aa25ad0f1b8891242e335d3b459240000006dd7d8ea000000000000000000000000512f366d524157bcf734546eb29a6d687b762255e1fd7b0ddc466072e2eac37b73283e8303d80ceb2dd2d64a8d6cdf5866662bc5261a08ca2d64942b6bb93b42ed820f1c8c1c92ce2312d380cc83fea022bfc2f301" }