From dd55daa6cd54a3907457169425bcd5e29bf32ec4 Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Fri, 26 Jan 2018 10:44:24 +0100 Subject: [PATCH] bumped version --- .versions | 2 +- bower.json | 2 +- dist/web3.js | 16 +- dist/web3.min.js | 2 +- docs/_build/doctrees/environment.pickle | Bin 285401 -> 288111 bytes .../doctrees/include_package-net.doctree | Bin 13997 -> 14005 bytes docs/_build/doctrees/index.doctree | Bin 8319 -> 8324 bytes .../_build/doctrees/web3-eth-accounts.doctree | Bin 142870 -> 141960 bytes .../_build/doctrees/web3-eth-contract.doctree | Bin 182884 -> 184525 bytes docs/_build/doctrees/web3-eth-net.doctree | Bin 23091 -> 23094 bytes .../_build/doctrees/web3-eth-personal.doctree | Bin 64536 -> 70432 bytes .../doctrees/web3-eth-subscribe.doctree | Bin 90734 -> 90832 bytes docs/_build/doctrees/web3-eth.doctree | Bin 336952 -> 336970 bytes docs/_build/doctrees/web3-net.doctree | Bin 18885 -> 18893 bytes docs/_build/doctrees/web3-shh.doctree | Bin 216809 -> 216795 bytes docs/_build/doctrees/web3-utils.doctree | Bin 198994 -> 204105 bytes .../html/_sources/include_package-net.txt | 2 +- .../html/_sources/web3-eth-accounts.txt | 14 +- .../html/_sources/web3-eth-contract.txt | 4 +- docs/_build/html/_sources/web3-eth-net.txt | 2 +- .../html/_sources/web3-eth-personal.txt | 46 ++- .../html/_sources/web3-eth-subscribe.txt | 18 +- docs/_build/html/_sources/web3-eth.txt | 18 +- docs/_build/html/_sources/web3-shh.txt | 30 +- docs/_build/html/_sources/web3-utils.txt | 48 ++- docs/_build/html/include_package-net.html | 2 +- docs/_build/html/index.html | 2 + docs/_build/html/searchindex.js | 2 +- docs/_build/html/web3-eth-accounts.html | 18 +- docs/_build/html/web3-eth-contract.html | 104 +++--- docs/_build/html/web3-eth-net.html | 4 +- docs/_build/html/web3-eth-personal.html | 39 +- docs/_build/html/web3-eth-subscribe.html | 18 +- docs/_build/html/web3-eth.html | 18 +- docs/_build/html/web3-net.html | 2 +- docs/_build/html/web3-shh.html | 32 +- docs/_build/html/web3-utils.html | 344 ++++++++++-------- lerna.json | 2 +- package.js | 2 +- package.json | 2 +- packages/web3-bzz/package.json | 2 +- packages/web3-core-helpers/package.json | 6 +- packages/web3-core-method/package.json | 10 +- packages/web3-core-promievent/package.json | 2 +- .../web3-core-requestmanager/package.json | 10 +- packages/web3-core-subscriptions/package.json | 4 +- packages/web3-core/package.json | 10 +- packages/web3-eth-abi/package.json | 6 +- packages/web3-eth-accounts/package.json | 10 +- packages/web3-eth-contract/package.json | 16 +- packages/web3-eth-iban/package.json | 4 +- packages/web3-eth-personal/package.json | 12 +- packages/web3-eth/package.json | 24 +- packages/web3-net/package.json | 8 +- packages/web3-providers-http/package.json | 4 +- packages/web3-providers-ipc/package.json | 4 +- packages/web3-providers-ws/package.json | 4 +- packages/web3-shh/package.json | 10 +- packages/web3-utils/package.json | 2 +- packages/web3/package.json | 16 +- 60 files changed, 567 insertions(+), 392 deletions(-) diff --git a/.versions b/.versions index 5597a8d1266..efa628aee18 100644 --- a/.versions +++ b/.versions @@ -1,2 +1,2 @@ -ethereum:web3@1.0.0-beta.27 +ethereum:web3@1.0.0-beta.29 meteor@1.8.0 diff --git a/bower.json b/bower.json index d89039c45ff..d64ffd257b7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "namespace": "ethereum", "name": "web3", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Ethereum JavaScript API", "license": "LGPL-3.0", "main": [ diff --git a/dist/web3.js b/dist/web3.js index 39e58f2ec23..214956d7a04 100644 --- a/dist/web3.js +++ b/dist/web3.js @@ -54651,7 +54651,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol module.exports = { "name": "web3", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Ethereum JavaScript API", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3", "license": "LGPL-3.0", @@ -54683,13 +54683,13 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol "url": "https://github.com/obscuren" }], "dependencies": { - "web3-bzz": "1.0.0-beta.28", - "web3-core": "1.0.0-beta.28", - "web3-eth": "1.0.0-beta.28", - "web3-eth-personal": "1.0.0-beta.28", - "web3-net": "1.0.0-beta.28", - "web3-shh": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-bzz": "1.0.0-beta.29", + "web3-core": "1.0.0-beta.29", + "web3-eth": "1.0.0-beta.29", + "web3-eth-personal": "1.0.0-beta.29", + "web3-net": "1.0.0-beta.29", + "web3-shh": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } }; }, {}], "BN": [function (require, module, exports) { diff --git a/dist/web3.min.js b/dist/web3.min.js index aa59f9054b5..1d36011f089 100644 --- a/dist/web3.min.js +++ b/dist/web3.min.js @@ -1 +1 @@ -"use strict";var _typeof2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof="function"==typeof Symbol&&"symbol"===_typeof2(Symbol.iterator)?function(t){return void 0===t?"undefined":_typeof2(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":_typeof2(t)};!function(t){if("object"===("undefined"==typeof exports?"undefined":_typeof(exports))&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Web3=t()}}(function(){var define,module,exports;return function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[s]={exports:{}};e[s][0].call(f.exports,function(t){var r=e[s][1][t];return i(r||t)},f,f.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof require&&require,s=0;s>6],i=0==(32&r);if(31==(31&r)){var o=r;for(r=0;128==(128&o);){if(o=t.readUInt8(e),t.isError(o))return o;r<<=7,r|=127&o}}else r&=31;return{cls:n,primitive:i,tag:r,tagStr:h.tag[r]}}function s(t,e,r){var n=t.readUInt8(r);if(t.isError(n))return n;if(!e&&128===n)return null;if(0==(128&n))return n;var i=127&n;if(i>4)return t.error("length octect is too long");n=0;for(var o=0;o=31?n.error("Multi-octet tag encoding unsupported"):(e||(i|=32),i|=f.tagClassByName[r||"universal"]<<6)}(t,e,r,this.reporter);if(n.length<128){return(u=new a(2))[0]=i,u[1]=n.length,this._createEncoderBuffer([u,n])}for(var o=1,s=n.length;s>=256;s>>=8)o++;var u;(u=new a(2+o))[0]=i,u[1]=128|o;s=1+o;for(var c=n.length;c>0;s--,c>>=8)u[s]=255&c;return this._createEncoderBuffer([u,n])},i.prototype._encodeStr=function(t,e){if("bitstr"===e)return this._createEncoderBuffer([0|t.unused,t.data]);if("bmpstr"===e){for(var r=new a(2*t.length),n=0;n=40)return this.reporter.error("Second objid identifier OOB");t.splice(0,2,40*t[0]+t[1])}var i=0;for(n=0;n=128;o>>=7)i++}var s=new a(i),u=s.length-1;for(n=t.length-1;n>=0;n--){o=t[n];for(s[u--]=127&o;(o>>=7)>0;)s[u--]=128|127&o}return this._createEncoderBuffer(s)},i.prototype._encodeTime=function(t,e){var r,n=new Date(t);return"gentime"===e?r=[o(n.getFullYear()),o(n.getUTCMonth()+1),o(n.getUTCDate()),o(n.getUTCHours()),o(n.getUTCMinutes()),o(n.getUTCSeconds()),"Z"].join(""):"utctime"===e?r=[o(n.getFullYear()%100),o(n.getUTCMonth()+1),o(n.getUTCDate()),o(n.getUTCHours()),o(n.getUTCMinutes()),o(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+e+" time is not supported yet"),this._encodeStr(r,"octstr")},i.prototype._encodeNull=function(){return this._createEncoderBuffer("")},i.prototype._encodeInt=function(t,e){if("string"==typeof t){if(!e)return this.reporter.error("String int or enum given, but no values map");if(!e.hasOwnProperty(t))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(t));t=e[t]}if("number"!=typeof t&&!a.isBuffer(t)){var r=t.toArray();!t.sign&&128&r[0]&&r.unshift(0),t=new a(r)}if(a.isBuffer(t)){var n=t.length;0===t.length&&n++;var i=new a(n);return t.copy(i),0===t.length&&(i[0]=0),this._createEncoderBuffer(i)}if(t<128)return this._createEncoderBuffer(t);if(t<256)return this._createEncoderBuffer([0,t]);n=1;for(var o=t;o>=256;o>>=8)n++;for(o=(i=new Array(n)).length-1;o>=0;o--)i[o]=255&t,t>>=8;return 128&i[0]&&i.unshift(0),this._createEncoderBuffer(new a(i))},i.prototype._encodeBool=function(t){return this._createEncoderBuffer(t?255:0)},i.prototype._use=function(t,e){return"function"==typeof t&&(t=t(e)),t._getEncoder("der").tree},i.prototype._skipDefault=function(t,e,r){var n,i=this._baseState;if(null===i.default)return!1;var o=t.join();if(void 0===i.defaultBuffer&&(i.defaultBuffer=this._encodeValue(i.default,e,r).join()),o.length!==i.defaultBuffer.length)return!1;for(n=0;n0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===t[e-2]?2:"="===t[e-1]?1:0}function i(t){return s[t>>18&63]+s[t>>12&63]+s[t>>6&63]+s[63&t]}function o(t,e,r){for(var n,o=[],s=e;s0?c-4:c;var f=0;for(e=0;e>16&255,s[f++]=i>>8&255,s[f++]=255&i;return 2===o?(i=a[t.charCodeAt(e)]<<2|a[t.charCodeAt(e+1)]>>4,s[f++]=255&i):1===o&&(i=a[t.charCodeAt(e)]<<10|a[t.charCodeAt(e+1)]<<4|a[t.charCodeAt(e+2)]>>2,s[f++]=i>>8&255,s[f++]=255&i),s},r.fromByteArray=function(t){for(var e,r=t.length,n=r%3,i="",a=[],u=0,c=r-n;uc?c:u+16383));return 1===n?(e=t[r-1],i+=s[e>>2],i+=s[e<<4&63],i+="=="):2===n&&(e=(t[r-2]<<8)+t[r-1],i+=s[e>>10],i+=s[e>>4&63],i+=s[e<<2&63],i+="="),a.push(i),a.join("")};for(var s=[],a=[],u="undefined"!=typeof Uint8Array?Uint8Array:Array,c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",f=0,h=c.length;f>>24]^f[p>>>16&255]^h[m>>>8&255]^l[255&b]^e[v++],s=c[p>>>24]^f[m>>>16&255]^h[b>>>8&255]^l[255&d]^e[v++],a=c[m>>>24]^f[b>>>16&255]^h[d>>>8&255]^l[255&p]^e[v++],u=c[b>>>24]^f[d>>>16&255]^h[p>>>8&255]^l[255&m]^e[v++],d=o,p=s,m=a,b=u;return o=(n[d>>>24]<<24|n[p>>>16&255]<<16|n[m>>>8&255]<<8|n[255&b])^e[v++],s=(n[p>>>24]<<24|n[m>>>16&255]<<16|n[b>>>8&255]<<8|n[255&d])^e[v++],a=(n[m>>>24]<<24|n[b>>>16&255]<<16|n[d>>>8&255]<<8|n[255&p])^e[v++],u=(n[b>>>24]<<24|n[d>>>16&255]<<16|n[p>>>8&255]<<8|n[255&m])^e[v++],o>>>=0,s>>>=0,a>>>=0,u>>>=0,[o,s,a,u]}function s(t){this._key=n(t),this._reset()}var a=t("safe-buffer").Buffer,u=[0,1,2,4,8,16,32,64,128,27,54],c=function(){for(var t=new Array(256),e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;for(var r=[],n=[],i=[[],[],[],[]],o=[[],[],[],[]],s=0,a=0,u=0;u<256;++u){var c=a^a<<1^a<<2^a<<3^a<<4;c=c>>>8^255&c^99,r[s]=c,n[c]=s;var f=t[s],h=t[f],l=t[h],d=257*t[c]^16843008*c;i[0][s]=d<<24|d>>>8,i[1][s]=d<<16|d>>>16,i[2][s]=d<<8|d>>>24,i[3][s]=d,d=16843009*l^65537*h^257*f^16843008*s,o[0][c]=d<<24|d>>>8,o[1][c]=d<<16|d>>>16,o[2][c]=d<<8|d>>>24,o[3][c]=d,0===s?s=a=1:(s=f^t[t[t[l^f]]],a^=t[t[a]])}return{SBOX:r,INV_SBOX:n,SUB_MIX:i,INV_SUB_MIX:o}}();s.blockSize=16,s.keySize=32,s.prototype.blockSize=s.blockSize,s.prototype.keySize=s.keySize,s.prototype._reset=function(){for(var t=this._key,e=t.length,r=e+6,n=4*(r+1),i=[],o=0;o>>24,s=c.SBOX[s>>>24]<<24|c.SBOX[s>>>16&255]<<16|c.SBOX[s>>>8&255]<<8|c.SBOX[255&s],s^=u[o/e|0]<<24):e>6&&o%e==4&&(s=c.SBOX[s>>>24]<<24|c.SBOX[s>>>16&255]<<16|c.SBOX[s>>>8&255]<<8|c.SBOX[255&s]),i[o]=i[o-e]^s}for(var a=[],f=0;f>>24]]^c.INV_SUB_MIX[1][c.SBOX[l>>>16&255]]^c.INV_SUB_MIX[2][c.SBOX[l>>>8&255]]^c.INV_SUB_MIX[3][c.SBOX[255&l]]}this._nRounds=r,this._keySchedule=i,this._invKeySchedule=a},s.prototype.encryptBlockRaw=function(t){return t=n(t),o(t,this._keySchedule,c.SUB_MIX,c.SBOX,this._nRounds)},s.prototype.encryptBlock=function(t){var e=this.encryptBlockRaw(t),r=a.allocUnsafe(16);return r.writeUInt32BE(e[0],0),r.writeUInt32BE(e[1],4),r.writeUInt32BE(e[2],8),r.writeUInt32BE(e[3],12),r},s.prototype.decryptBlock=function(t){var e=(t=n(t))[1];t[1]=t[3],t[3]=e;var r=o(t,this._invKeySchedule,c.INV_SUB_MIX,c.INV_SBOX,this._nRounds),i=a.allocUnsafe(16);return i.writeUInt32BE(r[0],0),i.writeUInt32BE(r[3],4),i.writeUInt32BE(r[2],8),i.writeUInt32BE(r[1],12),i},s.prototype.scrub=function(){i(this._keySchedule),i(this._invKeySchedule),i(this._key)},e.exports.AES=s},{"safe-buffer":143}],19:[function(t,e,r){function n(t,e,r,n){s.call(this);var a=o.alloc(4,0);this._cipher=new i.AES(e);var c=this._cipher.encryptBlock(a);this._ghash=new u(c),r=function(t,e,r){if(12===e.length)return t._finID=o.concat([e,o.from([0,0,0,1])]),o.concat([e,o.from([0,0,0,2])]);var n=new u(r),i=e.length,s=i%16;n.update(e),s&&(s=16-s,n.update(o.alloc(s,0))),n.update(o.alloc(8,0));var a=8*i,c=o.alloc(8);c.writeUIntBE(a,0,8),n.update(c),t._finID=n.state;var h=o.from(t._finID);return f(h),h}(this,r,c),this._prev=o.from(r),this._cache=o.allocUnsafe(0),this._secCache=o.allocUnsafe(0),this._decrypt=n,this._alen=0,this._len=0,this._mode=t,this._authTag=null,this._called=!1}var i=t("./aes"),o=t("safe-buffer").Buffer,s=t("cipher-base"),a=t("inherits"),u=t("./ghash"),c=t("buffer-xor"),f=t("./incr32");a(n,s),n.prototype._update=function(t){if(!this._called&&this._alen){var e=16-this._alen%16;e<16&&(e=o.alloc(e,0),this._ghash.update(e))}this._called=!0;var r=this._mode.encrypt(this,t);return this._decrypt?this._ghash.update(t):this._ghash.update(r),this._len+=t.length,r},n.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var t=c(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function(t,e){var r=0;t.length!==e.length&&r++;for(var n=Math.min(t.length,e.length),i=0;i16)return e=this.cache.slice(0,16),this.cache=this.cache.slice(16),e}else if(this.cache.length>=16)return e=this.cache.slice(0,16),this.cache=this.cache.slice(16),e;return null},i.prototype.flush=function(){if(this.cache.length)return this.cache},r.createDecipher=function(t,e){var r=u[t.toLowerCase()];if(!r)throw new TypeError("invalid suite type");var n=l(e,!1,r.key,r.iv);return o(t,n.key,n.iv)},r.createDecipheriv=o},{"./aes":18,"./authCipher":19,"./modes":31,"./streamCipher":34,"cipher-base":48,evp_bytestokey:84,inherits:101,"safe-buffer":143}],22:[function(t,e,r){function n(t,e,r){f.call(this),this._cache=new i,this._cipher=new h.AES(e),this._prev=u.from(r),this._mode=t,this._autopadding=!0}function i(){this.cache=u.allocUnsafe(0)}function o(t,e,r){var i=s[t.toLowerCase()];if(!i)throw new TypeError("invalid suite type");if("string"==typeof e&&(e=u.from(e)),e.length!==i.key/8)throw new TypeError("invalid key length "+e.length);if("string"==typeof r&&(r=u.from(r)),"GCM"!==i.mode&&r.length!==i.iv)throw new TypeError("invalid iv length "+r.length);return"stream"===i.type?new c(i.module,e,r):"auth"===i.type?new a(i.module,e,r):new n(i.module,e,r)}var s=t("./modes"),a=t("./authCipher"),u=t("safe-buffer").Buffer,c=t("./streamCipher"),f=t("cipher-base"),h=t("./aes"),l=t("evp_bytestokey");t("inherits")(n,f),n.prototype._update=function(t){this._cache.add(t);for(var e,r,n=[];e=this._cache.get();)r=this._mode.encrypt(this,e),n.push(r);return u.concat(n)};var d=u.alloc(16,16);n.prototype._final=function(){var t=this._cache.flush();if(this._autopadding)return t=this._mode.encrypt(this,t),this._cipher.scrub(),t;if(!t.equals(d))throw this._cipher.scrub(),new Error("data not multiple of block length")},n.prototype.setAutoPadding=function(t){return this._autopadding=!!t,this},i.prototype.add=function(t){this.cache=u.concat([this.cache,t])},i.prototype.get=function(){if(this.cache.length>15){var t=this.cache.slice(0,16);return this.cache=this.cache.slice(16),t}return null},i.prototype.flush=function(){for(var t=16-this.cache.length,e=u.allocUnsafe(t),r=-1;++r>>0,0),e.writeUInt32BE(t[1]>>>0,4),e.writeUInt32BE(t[2]>>>0,8),e.writeUInt32BE(t[3]>>>0,12),e}function i(t){this.h=t,this.state=o.alloc(16,0),this.cache=o.allocUnsafe(0)}var o=t("safe-buffer").Buffer,s=o.alloc(16,0);i.prototype.ghash=function(t){for(var e=-1;++e0;t--)r[t]=r[t]>>>1|(1&r[t-1])<<31;r[0]=r[0]>>>1,e&&(r[0]=r[0]^225<<24)}this.state=n(i)},i.prototype.update=function(t){this.cache=o.concat([this.cache,t]);for(var e;this.cache.length>=16;)e=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(e)},i.prototype.final=function(t,e){return this.cache.length&&this.ghash(o.concat([this.cache,s],16)),this.ghash(n([0,t,0,e])),this.state},e.exports=i},{"safe-buffer":143}],24:[function(t,e,r){e.exports=function(t){for(var e,r=t.length;r--;){if(255!==(e=t.readUInt8(r))){e++,t.writeUInt8(e,r);break}t.writeUInt8(0,r)}}},{}],25:[function(t,e,r){var n=t("buffer-xor");r.encrypt=function(t,e){var r=n(e,t._prev);return t._prev=t._cipher.encryptBlock(r),t._prev},r.decrypt=function(t,e){var r=t._prev;t._prev=e;var i=t._cipher.decryptBlock(e);return n(i,r)}},{"buffer-xor":46}],26:[function(t,e,r){function n(t,e,r){var n=e.length,s=o(e,t._cache);return t._cache=t._cache.slice(n),t._prev=i.concat([t._prev,r?e:s]),s}var i=t("safe-buffer").Buffer,o=t("buffer-xor");r.encrypt=function(t,e,r){for(var o,s=i.allocUnsafe(0);e.length;){if(0===t._cache.length&&(t._cache=t._cipher.encryptBlock(t._prev),t._prev=i.allocUnsafe(0)),!(t._cache.length<=e.length)){s=i.concat([s,n(t,e,r)]);break}o=t._cache.length,s=i.concat([s,n(t,e.slice(0,o),r)]),e=e.slice(o)}return s}},{"buffer-xor":46,"safe-buffer":143}],27:[function(t,e,r){function n(t,e,r){for(var n,o,s,a=-1,u=0;++a<8;)n=t._cipher.encryptBlock(t._prev),o=e&1<<7-a?128:0,u+=(128&(s=n[0]^o))>>a%8,t._prev=function(t,e){var r=t.length,n=-1,o=i.allocUnsafe(t.length);t=i.concat([t,i.from([e])]);for(;++n>7;return o}(t._prev,r?o:s);return u}var i=t("safe-buffer").Buffer;r.encrypt=function(t,e,r){for(var o=e.length,s=i.allocUnsafe(o),a=-1;++a=0||!r.umod(t.prime1)||!r.umod(t.prime2);)r=new o(s(e));return r}var o=t("bn.js"),s=t("randombytes");e.exports=n,n.getr=i}).call(this,t("buffer").Buffer)},{"bn.js":"BN",buffer:47,randombytes:127}],39:[function(t,e,r){e.exports=t("./browser/algorithms.json")},{"./browser/algorithms.json":40}],40:[function(t,e,r){e.exports={sha224WithRSAEncryption:{sign:"rsa",hash:"sha224",id:"302d300d06096086480165030402040500041c"},"RSA-SHA224":{sign:"ecdsa/rsa",hash:"sha224",id:"302d300d06096086480165030402040500041c"},sha256WithRSAEncryption:{sign:"rsa",hash:"sha256",id:"3031300d060960864801650304020105000420"},"RSA-SHA256":{sign:"ecdsa/rsa",hash:"sha256",id:"3031300d060960864801650304020105000420"},sha384WithRSAEncryption:{sign:"rsa",hash:"sha384",id:"3041300d060960864801650304020205000430"},"RSA-SHA384":{sign:"ecdsa/rsa",hash:"sha384",id:"3041300d060960864801650304020205000430"},sha512WithRSAEncryption:{sign:"rsa",hash:"sha512",id:"3051300d060960864801650304020305000440"},"RSA-SHA512":{sign:"ecdsa/rsa",hash:"sha512",id:"3051300d060960864801650304020305000440"},"RSA-SHA1":{sign:"rsa",hash:"sha1",id:"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{sign:"ecdsa",hash:"sha1",id:""},sha256:{sign:"ecdsa",hash:"sha256",id:""},sha224:{sign:"ecdsa",hash:"sha224",id:""},sha384:{sign:"ecdsa",hash:"sha384",id:""},sha512:{sign:"ecdsa",hash:"sha512",id:""},"DSA-SHA":{sign:"dsa",hash:"sha1",id:""},"DSA-SHA1":{sign:"dsa",hash:"sha1",id:""},DSA:{sign:"dsa",hash:"sha1",id:""},"DSA-WITH-SHA224":{sign:"dsa",hash:"sha224",id:""},"DSA-SHA224":{sign:"dsa",hash:"sha224",id:""},"DSA-WITH-SHA256":{sign:"dsa",hash:"sha256",id:""},"DSA-SHA256":{sign:"dsa",hash:"sha256",id:""},"DSA-WITH-SHA384":{sign:"dsa",hash:"sha384",id:""},"DSA-SHA384":{sign:"dsa",hash:"sha384",id:""},"DSA-WITH-SHA512":{sign:"dsa",hash:"sha512",id:""},"DSA-SHA512":{sign:"dsa",hash:"sha512",id:""},"DSA-RIPEMD160":{sign:"dsa",hash:"rmd160",id:""},ripemd160WithRSA:{sign:"rsa",hash:"rmd160",id:"3021300906052b2403020105000414"},"RSA-RIPEMD160":{sign:"rsa",hash:"rmd160",id:"3021300906052b2403020105000414"},md5WithRSAEncryption:{sign:"rsa",hash:"md5",id:"3020300c06082a864886f70d020505000410"},"RSA-MD5":{sign:"rsa",hash:"md5",id:"3020300c06082a864886f70d020505000410"}}},{}],41:[function(t,e,r){e.exports={"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}},{}],42:[function(t,e,r){(function(r){function n(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hashType=e.hash,this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function i(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function o(t){return new n(t)}function s(t){return new i(t)}var a=t("create-hash"),u=t("stream"),c=t("inherits"),f=t("./sign"),h=t("./verify"),l=t("./algorithms.json");Object.keys(l).forEach(function(t){l[t].id=new r(l[t].id,"hex"),l[t.toLowerCase()]=l[t]}),c(n,u.Writable),n.prototype._write=function(t,e,r){this._hash.update(t),r()},n.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},n.prototype.sign=function(t,e){this.end();var r=this._hash.digest(),n=f(r,t,this._hashType,this._signType,this._tag);return e?n.toString(e):n},c(i,u.Writable),i.prototype._write=function(t,e,r){this._hash.update(t),r()},i.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},i.prototype.verify=function(t,e,n){"string"==typeof e&&(e=new r(e,n)),this.end();var i=this._hash.digest();return h(e,i,t,this._signType,this._tag)},e.exports={Sign:o,Verify:s,createSign:o,createVerify:s}}).call(this,t("buffer").Buffer)},{"./algorithms.json":40,"./sign":43,"./verify":44,buffer:47,"create-hash":51,inherits:101,stream:152}],43:[function(t,e,r){(function(r){function n(t,e,n,o){if((t=new r(t.toArray())).length0&&r.ishrn(n),r}function o(t,e,n){var o,a;do{for(o=new r(0);8*o.length=e)throw new Error("invalid sig")}var i=t("bn.js"),o=t("elliptic").ec,s=t("parse-asn1"),a=t("./curves.json");e.exports=function(t,e,u,c,f){var h=s(u);if("ec"===h.type){if("ecdsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var n=a[r.data.algorithm.curve.join(".")];if(!n)throw new Error("unknown curve "+r.data.algorithm.curve.join("."));var i=new o(n),s=r.data.subjectPrivateKey.data;return i.verify(e,t,s)}(t,e,h)}if("dsa"===h.type){if("dsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var o=r.data.p,a=r.data.q,u=r.data.g,c=r.data.pub_key,f=s.signature.decode(t,"der"),h=f.s,l=f.r;n(h,a),n(l,a);var d=i.mont(o),p=h.invm(a);return 0===u.toRed(d).redPow(new i(e).mul(p).mod(a)).fromRed().mul(c.toRed(d).redPow(l.mul(p).mod(a)).fromRed()).mod(o).mod(a).cmp(l)}(t,e,h)}if("rsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");e=r.concat([f,e]);for(var l=h.modulus.byteLength(),d=[1],p=0;e.length+d.length+2F)throw new RangeError("Invalid typed array length");var e=new Uint8Array(t);return e.__proto__=i.prototype,e}function i(t,e,r){if("number"==typeof t){if("string"==typeof e)throw new Error("If encoding is specified then the first argument must be a string");return a(t)}return o(t,e,r)}function o(t,e,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return T(t)?function(t,e,r){if(e<0||t.byteLength=F)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+F.toString(16)+" bytes");return 0|t}function f(t,e){if(i.isBuffer(t))return t.length;if(P(t)||T(t))return t.byteLength;"string"!=typeof t&&(t=""+t);var r=t.length;if(0===r)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return A(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return j(t).length;default:if(n)return A(t).length;e=(""+e).toLowerCase(),n=!0}}function h(t,e,r){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if(r>>>=0,e>>>=0,r<=e)return"";for(t||(t="utf8");;)switch(t){case"hex":return function(t,e,r){var n=t.length;(!e||e<0)&&(e=0);(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,I(r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof e&&(e=i.from(e,n)),i.isBuffer(e))return 0===e.length?-1:p(t,e,r,n,o);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):p(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function p(t,e,r,n,i){function o(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}var s=1,a=t.length,u=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return-1;s=2,a/=2,u/=2,r/=2}var c;if(i){var f=-1;for(c=r;ca&&(r=a-u),c=r;c>=0;c--){for(var h=!0,l=0;li&&(n=i):n=i;var o=e.length;if(o%2!=0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var s=0;s>8,i=r%256,o.push(i),o.push(n);return o}(e,t.length-r),t,r,n)}function w(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i239?4:o>223?3:o>191?2:1;if(i+a<=r){var u,c,f,h;switch(a){case 1:o<128&&(s=o);break;case 2:128==(192&(u=t[i+1]))&&(h=(31&o)<<6|63&u)>127&&(s=h);break;case 3:u=t[i+1],c=t[i+2],128==(192&u)&&128==(192&c)&&(h=(15&o)<<12|(63&u)<<6|63&c)>2047&&(h<55296||h>57343)&&(s=h);break;case 4:u=t[i+1],c=t[i+2],f=t[i+3],128==(192&u)&&128==(192&c)&&128==(192&f)&&(h=(15&o)<<18|(63&u)<<12|(63&c)<<6|63&f)>65535&&h<1114112&&(s=h)}}null===s?(s=65533,a=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|1023&s),n.push(s),i+=a}return function(t){var e=t.length;if(e<=O)return String.fromCharCode.apply(String,t);var r="",n=0;for(;nr)throw new RangeError("Trying to access beyond buffer length")}function k(t,e,r,n,o,s){if(!i.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||et.length)throw new RangeError("Index out of range")}function x(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function E(t,e,r,n,i){return e=+e,r>>>=0,i||x(t,0,r,4),R.write(t,e,r,n,23,4),r+4}function S(t,e,r,n,i){return e=+e,r>>>=0,i||x(t,0,r,8),R.write(t,e,r,n,52,8),r+8}function A(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],s=0;s55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(s+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function j(t){return B.toByteArray(function(t){if((t=t.trim().replace(N,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function C(t,e,r,n){for(var i=0;i=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function T(t){return t instanceof ArrayBuffer||null!=t&&null!=t.constructor&&"ArrayBuffer"===t.constructor.name&&"number"==typeof t.byteLength}function P(t){return"function"==typeof ArrayBuffer.isView&&ArrayBuffer.isView(t)}function I(t){return t!=t}var B=t("base64-js"),R=t("ieee754");r.Buffer=i,r.SlowBuffer=function(t){return+t!=t&&(t=0),i.alloc(+t)},r.INSPECT_MAX_BYTES=50;var F=2147483647;r.kMaxLength=F,(i.TYPED_ARRAY_SUPPORT=function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()}catch(t){return!1}}())||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),"undefined"!=typeof Symbol&&Symbol.species&&i[Symbol.species]===i&&Object.defineProperty(i,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),i.poolSize=8192,i.from=function(t,e,r){return o(t,e,r)},i.prototype.__proto__=Uint8Array.prototype,i.__proto__=Uint8Array,i.alloc=function(t,e,r){return function(t,e,r){return s(t),t<=0?n(t):void 0!==e?"string"==typeof r?n(t).fill(e,r):n(t).fill(e):n(t)}(t,e,r)},i.allocUnsafe=function(t){return a(t)},i.allocUnsafeSlow=function(t){return a(t)},i.isBuffer=function(t){return null!=t&&!0===t._isBuffer},i.compare=function(t,e){if(!i.isBuffer(t)||!i.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var r=t.length,n=e.length,o=0,s=Math.min(r,n);o0&&(t=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(t+=" ... ")),""},i.prototype.compare=function(t,e,r,n,o){if(!i.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),e<0||r>t.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=r)return 0;if(n>=o)return-1;if(e>=r)return 1;if(e>>>=0,r>>>=0,n>>>=0,o>>>=0,this===t)return 0;for(var s=o-n,a=r-e,u=Math.min(s,a),c=this.slice(n,o),f=t.slice(e,r),h=0;h>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var i=this.length-e;if((void 0===r||r>i)&&(r=i),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var o=!1;;)switch(n){case"hex":return m(this,t,e,r);case"utf8":case"utf-8":return b(this,t,e,r);case"ascii":return v(this,t,e,r);case"latin1":case"binary":return y(this,t,e,r);case"base64":return g(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _(this,t,e,r);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},i.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var O=4096;i.prototype.slice=function(t,e){var r=this.length;t=~~t,e=void 0===e?r:~~e,t<0?(t+=r)<0&&(t=0):t>r&&(t=r),e<0?(e+=r)<0&&(e=0):e>r&&(e=r),e>>=0,e>>>=0,r||M(t,e,this.length);for(var n=this[t],i=1,o=0;++o>>=0,e>>>=0,r||M(t,e,this.length);for(var n=this[t+--e],i=1;e>0&&(i*=256);)n+=this[t+--e]*i;return n},i.prototype.readUInt8=function(t,e){return t>>>=0,e||M(t,1,this.length),this[t]},i.prototype.readUInt16LE=function(t,e){return t>>>=0,e||M(t,2,this.length),this[t]|this[t+1]<<8},i.prototype.readUInt16BE=function(t,e){return t>>>=0,e||M(t,2,this.length),this[t]<<8|this[t+1]},i.prototype.readUInt32LE=function(t,e){return t>>>=0,e||M(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},i.prototype.readUInt32BE=function(t,e){return t>>>=0,e||M(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},i.prototype.readIntLE=function(t,e,r){t>>>=0,e>>>=0,r||M(t,e,this.length);for(var n=this[t],i=1,o=0;++o=i&&(n-=Math.pow(2,8*e)),n},i.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||M(t,e,this.length);for(var n=e,i=1,o=this[t+--n];n>0&&(i*=256);)o+=this[t+--n]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*e)),o},i.prototype.readInt8=function(t,e){return t>>>=0,e||M(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},i.prototype.readInt16LE=function(t,e){t>>>=0,e||M(t,2,this.length);var r=this[t]|this[t+1]<<8;return 32768&r?4294901760|r:r},i.prototype.readInt16BE=function(t,e){t>>>=0,e||M(t,2,this.length);var r=this[t+1]|this[t]<<8;return 32768&r?4294901760|r:r},i.prototype.readInt32LE=function(t,e){return t>>>=0,e||M(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},i.prototype.readInt32BE=function(t,e){return t>>>=0,e||M(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},i.prototype.readFloatLE=function(t,e){return t>>>=0,e||M(t,4,this.length),R.read(this,t,!0,23,4)},i.prototype.readFloatBE=function(t,e){return t>>>=0,e||M(t,4,this.length),R.read(this,t,!1,23,4)},i.prototype.readDoubleLE=function(t,e){return t>>>=0,e||M(t,8,this.length),R.read(this,t,!0,52,8)},i.prototype.readDoubleBE=function(t,e){return t>>>=0,e||M(t,8,this.length),R.read(this,t,!1,52,8)},i.prototype.writeUIntLE=function(t,e,r,n){if(t=+t,e>>>=0,r>>>=0,!n){k(this,t,e,r,Math.pow(2,8*r)-1,0)}var i=1,o=0;for(this[e]=255&t;++o>>=0,r>>>=0,!n){k(this,t,e,r,Math.pow(2,8*r)-1,0)}var i=r-1,o=1;for(this[e+i]=255&t;--i>=0&&(o*=256);)this[e+i]=t/o&255;return e+r},i.prototype.writeUInt8=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,1,255,0),this[e]=255&t,e+1},i.prototype.writeUInt16LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeUInt16BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeUInt32LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},i.prototype.writeUInt32BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeIntLE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var i=Math.pow(2,8*r-1);k(this,t,e,r,i-1,-i)}var o=0,s=1,a=0;for(this[e]=255&t;++o>0)-a&255;return e+r},i.prototype.writeIntBE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var i=Math.pow(2,8*r-1);k(this,t,e,r,i-1,-i)}var o=r-1,s=1,a=0;for(this[e+o]=255&t;--o>=0&&(s*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/s>>0)-a&255;return e+r},i.prototype.writeInt8=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},i.prototype.writeInt16LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeInt16BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeInt32LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},i.prototype.writeInt32BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeFloatLE=function(t,e,r){return E(this,t,e,!0,r)},i.prototype.writeFloatBE=function(t,e,r){return E(this,t,e,!1,r)},i.prototype.writeDoubleLE=function(t,e,r){return S(this,t,e,!0,r)},i.prototype.writeDoubleBE=function(t,e,r){return S(this,t,e,!1,r)},i.prototype.copy=function(t,e,r,n){if(r||(r=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e=0;--i)t[i+e]=this[i+r];else if(o<1e3)for(i=0;i>>=0,r=void 0===r?this.length:r>>>0,t||(t=0);var s;if("number"==typeof t)for(s=e;s>>2),s=0,a=0;s>5]|=128<>>9<<4)]=e;for(var r=1732584193,n=-271733879,i=-1732584194,f=271733878,h=0;h>>32-e}(c(c(e,t),c(n,o)),i),r)}function o(t,e,r,n,o,s,a){return i(e&r|~e&n,t,e,o,s,a)}function s(t,e,r,n,o,s,a){return i(e&n|r&~n,t,e,o,s,a)}function a(t,e,r,n,o,s,a){return i(e^r^n,t,e,o,s,a)}function u(t,e,r,n,o,s,a){return i(r^(e|~n),t,e,o,s,a)}function c(t,e){var r=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(r>>16)<<16|65535&r}var f=t("./make-hash");e.exports=function(t){return f(t,n)}},{"./make-hash":52}],54:[function(t,e,r){function n(t,e){s.call(this,"digest"),"string"==typeof e&&(e=a.from(e));var r="sha512"===t||"sha384"===t?128:64;if(this._alg=t,this._key=e,e.length>r){e=("rmd160"===t?new c:f(t)).update(e).digest()}else e.lengthu?e=t(e):e.length0;n--)e+=this._buffer(t,e),r+=this._flushBuffer(i,r);return e+=this._buffer(t,e),i},n.prototype.final=function(t){var e;t&&(e=this.update(t));var r;return r="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),e?e.concat(r):r},n.prototype._pad=function(t,e){if(0===e)return!1;for(;e>>1];r=a.r28shl(r,s),n=a.r28shl(n,s),a.pc2(r,n,t.keys,o)}},n.prototype._update=function(t,e,r,n){var i=this._desState,o=a.readUInt32BE(t,e),s=a.readUInt32BE(t,e+4);a.ip(o,s,i.tmp,0),o=i.tmp[0],s=i.tmp[1],"encrypt"===this.type?this._encrypt(i,o,s,i.tmp,0):this._decrypt(i,o,s,i.tmp,0),o=i.tmp[0],s=i.tmp[1],a.writeUInt32BE(r,o,n),a.writeUInt32BE(r,s,n+4)},n.prototype._pad=function(t,e){for(var r=t.length-e,n=e;n>>0,o=l}a.rip(s,o,n,i)},n.prototype._decrypt=function(t,e,r,n,i){for(var o=r,s=e,u=t.keys.length-2;u>=0;u-=2){var c=t.keys[u],f=t.keys[u+1];a.expand(o,t.tmp,0),c^=t.tmp[0],f^=t.tmp[1];var h=a.substitute(c,f),l=o;o=(s^a.permute(h))>>>0,s=l}a.rip(o,s,n,i)}},{"../des":57,inherits:101,"minimalistic-assert":107}],61:[function(t,e,r){function n(t){a.call(this,t);var e=new function(t,e){i.equal(e.length,24,"Invalid key length");var r=e.slice(0,8),n=e.slice(8,16),o=e.slice(16,24);this.ciphers="encrypt"===t?[u.create({type:"encrypt",key:r}),u.create({type:"decrypt",key:n}),u.create({type:"encrypt",key:o})]:[u.create({type:"decrypt",key:o}),u.create({type:"encrypt",key:n}),u.create({type:"decrypt",key:r})]}(this.type,this.options.key);this._edeState=e}var i=t("minimalistic-assert"),o=t("inherits"),s=t("../des"),a=s.Cipher,u=s.DES;o(n,a),e.exports=n,n.create=function(t){return new n(t)},n.prototype._update=function(t,e,r,n){var i=this._edeState;i.ciphers[0]._update(t,e,r,n),i.ciphers[1]._update(r,n,r,n),i.ciphers[2]._update(r,n,r,n)},n.prototype._pad=u.prototype._pad,n.prototype._unpad=u.prototype._unpad},{"../des":57,inherits:101,"minimalistic-assert":107}],62:[function(t,e,r){r.readUInt32BE=function(t,e){return(t[0+e]<<24|t[1+e]<<16|t[2+e]<<8|t[3+e])>>>0},r.writeUInt32BE=function(t,e,r){t[0+r]=e>>>24,t[1+r]=e>>>16&255,t[2+r]=e>>>8&255,t[3+r]=255&e},r.ip=function(t,e,r,n){for(var i=0,o=0,s=6;s>=0;s-=2){for(var a=0;a<=24;a+=8)i<<=1,i|=e>>>a+s&1;for(a=0;a<=24;a+=8)i<<=1,i|=t>>>a+s&1}for(s=6;s>=0;s-=2){for(a=1;a<=25;a+=8)o<<=1,o|=e>>>a+s&1;for(a=1;a<=25;a+=8)o<<=1,o|=t>>>a+s&1}r[n+0]=i>>>0,r[n+1]=o>>>0},r.rip=function(t,e,r,n){for(var i=0,o=0,s=0;s<4;s++)for(var a=24;a>=0;a-=8)i<<=1,i|=e>>>a+s&1,i<<=1,i|=t>>>a+s&1;for(s=4;s<8;s++)for(a=24;a>=0;a-=8)o<<=1,o|=e>>>a+s&1,o<<=1,o|=t>>>a+s&1;r[n+0]=i>>>0,r[n+1]=o>>>0},r.pc1=function(t,e,r,n){for(var i=0,o=0,s=7;s>=5;s--){for(var a=0;a<=24;a+=8)i<<=1,i|=e>>a+s&1;for(a=0;a<=24;a+=8)i<<=1,i|=t>>a+s&1}for(a=0;a<=24;a+=8)i<<=1,i|=e>>a+s&1;for(s=1;s<=3;s++){for(a=0;a<=24;a+=8)o<<=1,o|=e>>a+s&1;for(a=0;a<=24;a+=8)o<<=1,o|=t>>a+s&1}for(a=0;a<=24;a+=8)o<<=1,o|=t>>a+s&1;r[n+0]=i>>>0,r[n+1]=o>>>0},r.r28shl=function(t,e){return t<>>28-e};var n=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];r.pc2=function(t,e,r,i){for(var o=0,s=0,a=n.length>>>1,u=0;u>>n[u]&1;for(u=a;u>>n[u]&1;r[i+0]=o>>>0,r[i+1]=s>>>0},r.expand=function(t,e,r){var n=0,i=0;n=(1&t)<<5|t>>>27;for(var o=23;o>=15;o-=4)n<<=6,n|=t>>>o&63;for(o=11;o>=3;o-=4)i|=t>>>o&63,i<<=6;i|=(31&t)<<1|t>>>31,e[r+0]=n>>>0,e[r+1]=i>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];r.substitute=function(t,e){for(var r=0,n=0;n<4;n++){r<<=4,r|=i[64*n+(t>>>18-6*n&63)]}for(n=0;n<4;n++){r<<=4,r|=i[256+64*n+(e>>>18-6*n&63)]}return r>>>0};var o=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];r.permute=function(t){for(var e=0,r=0;r>>o[r]&1;return e>>>0},r.padSplit=function(t,e,r){for(var n=t.toString(2);n.lengtht;)r.ishrn(1);if(r.isEven()&&r.iadd(f),r.testn(1)||r.iadd(h),e.cmp(h)){if(!e.cmp(l))for(;r.mod(d).cmp(p);)r.iadd(b)}else for(;r.mod(u).cmp(m);)r.iadd(b);if(o=r.shrn(1),n(o)&&n(r)&&i(o)&&i(r)&&c.test(o)&&c.test(r))return r}}var s=t("randombytes");e.exports=o,o.simpleSieve=n,o.fermatTest=i;var a=t("bn.js"),u=new a(24),c=new(t("miller-rabin")),f=new a(1),h=new a(2),l=new a(5),d=(new a(16),new a(8),new a(10)),p=new a(3),m=(new a(7),new a(11)),b=new a(4),v=(new a(12),null)},{"bn.js":"BN","miller-rabin":106,randombytes:127}],66:[function(t,e,r){e.exports={modp1:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},modp2:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},modp5:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},modp14:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},modp15:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},modp16:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},modp17:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},modp18:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}},{}],67:[function(t,e,r){var n=r;n.version=t("../package.json").version,n.utils=t("./elliptic/utils"),n.rand=t("brorand"),n.curve=t("./elliptic/curve"),n.curves=t("./elliptic/curves"),n.ec=t("./elliptic/ec"),n.eddsa=t("./elliptic/eddsa")},{"../package.json":82,"./elliptic/curve":70,"./elliptic/curves":73,"./elliptic/ec":74,"./elliptic/eddsa":77,"./elliptic/utils":81,brorand:16}],68:[function(t,e,r){function n(t,e){this.type=t,this.p=new o(e.p,16),this.red=e.prime?o.red(e.prime):o.mont(this.p),this.zero=new o(0).toRed(this.red),this.one=new o(1).toRed(this.red),this.two=new o(2).toRed(this.red),this.n=e.n&&new o(e.n,16),this.g=e.g&&this.pointFromJSON(e.g,e.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4);var r=this.n&&this.p.div(this.n);!r||r.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function i(t,e){this.curve=t,this.type=e,this.precomputed=null}var o=t("bn.js"),s=t("../../elliptic").utils,a=s.getNAF,u=s.getJSF,c=s.assert;e.exports=n,n.prototype.point=function(){throw new Error("Not implemented")},n.prototype.validate=function(){throw new Error("Not implemented")},n.prototype._fixedNafMul=function(t,e){c(t.precomputed);var r=t._getDoubles(),n=a(e,1),i=(1<=s;e--)u=(u<<1)+n[e];o.push(u)}for(var f=this.jpoint(null,null,null),h=this.jpoint(null,null,null),l=i;l>0;l--){for(s=0;s=0;u--){for(e=0;u>=0&&0===o[u];u--)e++;if(u>=0&&e++,s=s.dblp(e),u<0)break;var f=o[u];c(0!==f),s="affine"===t.type?f>0?s.mixedAdd(i[f-1>>1]):s.mixedAdd(i[-f-1>>1].neg()):f>0?s.add(i[f-1>>1]):s.add(i[-f-1>>1].neg())}return"affine"===t.type?s.toP():s},n.prototype._wnafMulAdd=function(t,e,r,n,i){for(var o=this._wnafT1,s=this._wnafT2,c=this._wnafT3,f=0,h=0;h=1;h-=2){var d=h-1,p=h;if(1===o[d]&&1===o[p]){var m=[e[d],null,null,e[p]];0===e[d].y.cmp(e[p].y)?(m[1]=e[d].add(e[p]),m[2]=e[d].toJ().mixedAdd(e[p].neg())):0===e[d].y.cmp(e[p].y.redNeg())?(m[1]=e[d].toJ().mixedAdd(e[p]),m[2]=e[d].add(e[p].neg())):(m[1]=e[d].toJ().mixedAdd(e[p]),m[2]=e[d].toJ().mixedAdd(e[p].neg()));var b=[-3,-1,-5,-7,0,7,5,1,3],v=u(r[d],r[p]);f=Math.max(v[0].length,f),c[d]=new Array(f),c[p]=new Array(f);for(var y=0;y=0;h--){for(var k=0;h>=0;){var x=!0;for(y=0;y=0&&k++,w=w.dblp(k),h<0)break;for(y=0;y0?E=s[y][S-1>>1]:S<0&&(E=s[y][-S-1>>1].neg()),w="affine"===E.type?w.mixedAdd(E):w.add(E))}}for(h=0;h=Math.ceil((t.bitLength()+1)/e.step)},i.prototype._getDoubles=function(t,e){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i":""},i.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&0===this.y.cmp(this.z)},i.prototype._extDbl=function(){var t=this.x.redSqr(),e=this.y.redSqr(),r=this.z.redSqr();r=r.redIAdd(r);var n=this.curve._mulA(t),i=this.x.redAdd(this.y).redSqr().redISub(t).redISub(e),o=n.redAdd(e),s=o.redSub(r),a=n.redSub(e),u=i.redMul(s),c=o.redMul(a),f=i.redMul(a),h=s.redMul(o);return this.curve.point(u,c,h,f)},i.prototype._projDbl=function(){var t,e,r,n=this.x.redAdd(this.y).redSqr(),i=this.x.redSqr(),o=this.y.redSqr();if(this.curve.twisted){var s=(c=this.curve._mulA(i)).redAdd(o);if(this.zOne)t=n.redSub(i).redSub(o).redMul(s.redSub(this.curve.two)),e=s.redMul(c.redSub(o)),r=s.redSqr().redSub(s).redSub(s);else{var a=this.z.redSqr(),u=s.redSub(a).redISub(a);t=n.redSub(i).redISub(o).redMul(u),e=s.redMul(c.redSub(o)),r=s.redMul(u)}}else{var c=i.redAdd(o);a=this.curve._mulC(this.c.redMul(this.z)).redSqr(),u=c.redSub(a).redSub(a);t=this.curve._mulC(n.redISub(c)).redMul(u),e=this.curve._mulC(c).redMul(i.redISub(o)),r=c.redMul(u)}return this.curve.point(t,e,r)},i.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},i.prototype._extAdd=function(t){var e=this.y.redSub(this.x).redMul(t.y.redSub(t.x)),r=this.y.redAdd(this.x).redMul(t.y.redAdd(t.x)),n=this.t.redMul(this.curve.dd).redMul(t.t),i=this.z.redMul(t.z.redAdd(t.z)),o=r.redSub(e),s=i.redSub(n),a=i.redAdd(n),u=r.redAdd(e),c=o.redMul(s),f=a.redMul(u),h=o.redMul(u),l=s.redMul(a);return this.curve.point(c,f,l,h)},i.prototype._projAdd=function(t){var e,r,n=this.z.redMul(t.z),i=n.redSqr(),o=this.x.redMul(t.x),s=this.y.redMul(t.y),a=this.curve.d.redMul(o).redMul(s),u=i.redSub(a),c=i.redAdd(a),f=this.x.redAdd(this.y).redMul(t.x.redAdd(t.y)).redISub(o).redISub(s),h=n.redMul(u).redMul(f);return this.curve.twisted?(e=n.redMul(c).redMul(s.redSub(this.curve._mulA(o))),r=u.redMul(c)):(e=n.redMul(c).redMul(s.redSub(o)),r=this.curve._mulC(u).redMul(c)),this.curve.point(h,e,r)},i.prototype.add=function(t){return this.isInfinity()?t:t.isInfinity()?this:this.curve.extended?this._extAdd(t):this._projAdd(t)},i.prototype.mul=function(t){return this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve._wnafMul(this,t)},i.prototype.mulAdd=function(t,e,r){return this.curve._wnafMulAdd(1,[this,e],[t,r],2,!1)},i.prototype.jmulAdd=function(t,e,r){return this.curve._wnafMulAdd(1,[this,e],[t,r],2,!0)},i.prototype.normalize=function(){if(this.zOne)return this;var t=this.z.redInvm();return this.x=this.x.redMul(t),this.y=this.y.redMul(t),this.t&&(this.t=this.t.redMul(t)),this.z=this.curve.one,this.zOne=!0,this},i.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},i.prototype.getX=function(){return this.normalize(),this.x.fromRed()},i.prototype.getY=function(){return this.normalize(),this.y.fromRed()},i.prototype.eq=function(t){return this===t||0===this.getX().cmp(t.getX())&&0===this.getY().cmp(t.getY())},i.prototype.eqXToP=function(t){var e=t.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(e))return!0;for(var r=t.clone(),n=this.curve.redN.redMul(this.z);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(e.redIAdd(n),0===this.x.cmp(e))return!0}return!1},i.prototype.toP=i.prototype.normalize,i.prototype.mixedAdd=i.prototype.add},{"../../elliptic":67,"../curve":70,"bn.js":"BN",inherits:101}],70:[function(t,e,r){var n=r;n.base=t("./base"),n.short=t("./short"),n.mont=t("./mont"),n.edwards=t("./edwards")},{"./base":68,"./edwards":69,"./mont":71,"./short":72}],71:[function(t,e,r){function n(t){u.call(this,"mont",t),this.a=new s(t.a,16).toRed(this.red),this.b=new s(t.b,16).toRed(this.red),this.i4=new s(4).toRed(this.red).redInvm(),this.two=new s(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function i(t,e,r){u.BasePoint.call(this,t,"projective"),null===e&&null===r?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new s(e,16),this.z=new s(r,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}var o=t("../curve"),s=t("bn.js"),a=t("inherits"),u=o.base,c=t("../../elliptic").utils;a(n,u),e.exports=n,n.prototype.validate=function(t){var e=t.normalize().x,r=e.redSqr(),n=r.redMul(e).redAdd(r.redMul(this.a)).redAdd(e);return 0===n.redSqrt().redSqr().cmp(n)},a(i,u.BasePoint),n.prototype.decodePoint=function(t,e){return this.point(c.toArray(t,e),1)},n.prototype.point=function(t,e){return new i(this,t,e)},n.prototype.pointFromJSON=function(t){return i.fromJSON(this,t)},i.prototype.precompute=function(){},i.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},i.fromJSON=function(t,e){return new i(t,e[0],e[1]||t.one)},i.prototype.inspect=function(){return this.isInfinity()?"":""},i.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},i.prototype.dbl=function(){var t=this.x.redAdd(this.z).redSqr(),e=this.x.redSub(this.z).redSqr(),r=t.redSub(e),n=t.redMul(e),i=r.redMul(e.redAdd(this.curve.a24.redMul(r)));return this.curve.point(n,i)},i.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},i.prototype.diffAdd=function(t,e){var r=this.x.redAdd(this.z),n=this.x.redSub(this.z),i=t.x.redAdd(t.z),o=t.x.redSub(t.z).redMul(r),s=i.redMul(n),a=e.z.redMul(o.redAdd(s).redSqr()),u=e.x.redMul(o.redISub(s).redSqr());return this.curve.point(a,u)},i.prototype.mul=function(t){for(var e=t.clone(),r=this,n=this.curve.point(null,null),i=[];0!==e.cmpn(0);e.iushrn(1))i.push(e.andln(1));for(var o=i.length-1;o>=0;o--)0===i[o]?(r=r.diffAdd(n,this),n=n.dbl()):(n=r.diffAdd(n,this),r=r.dbl());return n},i.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},i.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},i.prototype.eq=function(t){return 0===this.getX().cmp(t.getX())},i.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},i.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},{"../../elliptic":67,"../curve":70,"bn.js":"BN",inherits:101}],72:[function(t,e,r){function n(t){f.call(this,"short",t),this.a=new u(t.a,16).toRed(this.red),this.b=new u(t.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(t),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function i(t,e,r,n){f.BasePoint.call(this,t,"affine"),null===e&&null===r?(this.x=null,this.y=null,this.inf=!0):(this.x=new u(e,16),this.y=new u(r,16),n&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function o(t,e,r,n){f.BasePoint.call(this,t,"jacobian"),null===e&&null===r&&null===n?(this.x=this.curve.one,this.y=this.curve.one,this.z=new u(0)):(this.x=new u(e,16),this.y=new u(r,16),this.z=new u(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}var s=t("../curve"),a=t("../../elliptic"),u=t("bn.js"),c=t("inherits"),f=s.base,h=a.utils.assert;c(n,f),e.exports=n,n.prototype._getEndomorphism=function(t){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var e,r;if(t.beta)e=new u(t.beta,16).toRed(this.red);else{var n=this._getEndoRoots(this.p);e=(e=n[0].cmp(n[1])<0?n[0]:n[1]).toRed(this.red)}if(t.lambda)r=new u(t.lambda,16);else{var i=this._getEndoRoots(this.n);0===this.g.mul(i[0]).x.cmp(this.g.x.redMul(e))?r=i[0]:(r=i[1],h(0===this.g.mul(r).x.cmp(this.g.x.redMul(e))))}var o;return o=t.basis?t.basis.map(function(t){return{a:new u(t.a,16),b:new u(t.b,16)}}):this._getEndoBasis(r),{beta:e,lambda:r,basis:o}}},n.prototype._getEndoRoots=function(t){var e=t===this.p?this.red:u.mont(t),r=new u(2).toRed(e).redInvm(),n=r.redNeg(),i=new u(3).toRed(e).redNeg().redSqrt().redMul(r);return[n.redAdd(i).fromRed(),n.redSub(i).fromRed()]},n.prototype._getEndoBasis=function(t){for(var e,r,n,i,o,s,a,c,f,h=this.n.ushrn(Math.floor(this.n.bitLength()/2)),l=t,d=this.n.clone(),p=new u(1),m=new u(0),b=new u(0),v=new u(1),y=0;0!==l.cmpn(0);){var g=d.div(l);c=d.sub(g.mul(l)),f=b.sub(g.mul(p));var _=v.sub(g.mul(m));if(!n&&c.cmp(h)<0)e=a.neg(),r=p,n=c.neg(),i=f;else if(n&&2==++y)break;a=c,d=l,l=c,b=p,p=f,v=m,m=_}o=c.neg(),s=f;var w=n.sqr().add(i.sqr());return o.sqr().add(s.sqr()).cmp(w)>=0&&(o=e,s=r),n.negative&&(n=n.neg(),i=i.neg()),o.negative&&(o=o.neg(),s=s.neg()),[{a:n,b:i},{a:o,b:s}]},n.prototype._endoSplit=function(t){var e=this.endo.basis,r=e[0],n=e[1],i=n.b.mul(t).divRound(this.n),o=r.b.neg().mul(t).divRound(this.n),s=i.mul(r.a),a=o.mul(n.a),u=i.mul(r.b),c=o.mul(n.b);return{k1:t.sub(s).sub(a),k2:u.add(c).neg()}},n.prototype.pointFromX=function(t,e){(t=new u(t,16)).red||(t=t.toRed(this.red));var r=t.redSqr().redMul(t).redIAdd(t.redMul(this.a)).redIAdd(this.b),n=r.redSqrt();if(0!==n.redSqr().redSub(r).cmp(this.zero))throw new Error("invalid point");var i=n.fromRed().isOdd();return(e&&!i||!e&&i)&&(n=n.redNeg()),this.point(t,n)},n.prototype.validate=function(t){if(t.inf)return!0;var e=t.x,r=t.y,n=this.a.redMul(e),i=e.redSqr().redMul(e).redIAdd(n).redIAdd(this.b);return 0===r.redSqr().redISub(i).cmpn(0)},n.prototype._endoWnafMulAdd=function(t,e,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,o=0;o":""},i.prototype.isInfinity=function(){return this.inf},i.prototype.add=function(t){if(this.inf)return t;if(t.inf)return this;if(this.eq(t))return this.dbl();if(this.neg().eq(t))return this.curve.point(null,null);if(0===this.x.cmp(t.x))return this.curve.point(null,null);var e=this.y.redSub(t.y);0!==e.cmpn(0)&&(e=e.redMul(this.x.redSub(t.x).redInvm()));var r=e.redSqr().redISub(this.x).redISub(t.x),n=e.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,n)},i.prototype.dbl=function(){if(this.inf)return this;var t=this.y.redAdd(this.y);if(0===t.cmpn(0))return this.curve.point(null,null);var e=this.curve.a,r=this.x.redSqr(),n=t.redInvm(),i=r.redAdd(r).redIAdd(r).redIAdd(e).redMul(n),o=i.redSqr().redISub(this.x.redAdd(this.x)),s=i.redMul(this.x.redSub(o)).redISub(this.y);return this.curve.point(o,s)},i.prototype.getX=function(){return this.x.fromRed()},i.prototype.getY=function(){return this.y.fromRed()},i.prototype.mul=function(t){return t=new u(t,16),this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve.endo?this.curve._endoWnafMulAdd([this],[t]):this.curve._wnafMul(this,t)},i.prototype.mulAdd=function(t,e,r){var n=[this,e],i=[t,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i):this.curve._wnafMulAdd(1,n,i,2)},i.prototype.jmulAdd=function(t,e,r){var n=[this,e],i=[t,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i,!0):this.curve._wnafMulAdd(1,n,i,2,!0)},i.prototype.eq=function(t){return this===t||this.inf===t.inf&&(this.inf||0===this.x.cmp(t.x)&&0===this.y.cmp(t.y))},i.prototype.neg=function(t){if(this.inf)return this;var e=this.curve.point(this.x,this.y.redNeg());if(t&&this.precomputed){var r=this.precomputed,n=function(t){return t.neg()};e.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(n)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(n)}}}return e},i.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);return this.curve.jpoint(this.x,this.y,this.curve.one)},c(o,f.BasePoint),n.prototype.jpoint=function(t,e,r){return new o(this,t,e,r)},o.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var t=this.z.redInvm(),e=t.redSqr(),r=this.x.redMul(e),n=this.y.redMul(e).redMul(t);return this.curve.point(r,n)},o.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},o.prototype.add=function(t){if(this.isInfinity())return t;if(t.isInfinity())return this;var e=t.z.redSqr(),r=this.z.redSqr(),n=this.x.redMul(e),i=t.x.redMul(r),o=this.y.redMul(e.redMul(t.z)),s=t.y.redMul(r.redMul(this.z)),a=n.redSub(i),u=o.redSub(s);if(0===a.cmpn(0))return 0!==u.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var c=a.redSqr(),f=c.redMul(a),h=n.redMul(c),l=u.redSqr().redIAdd(f).redISub(h).redISub(h),d=u.redMul(h.redISub(l)).redISub(o.redMul(f)),p=this.z.redMul(t.z).redMul(a);return this.curve.jpoint(l,d,p)},o.prototype.mixedAdd=function(t){if(this.isInfinity())return t.toJ();if(t.isInfinity())return this;var e=this.z.redSqr(),r=this.x,n=t.x.redMul(e),i=this.y,o=t.y.redMul(e).redMul(this.z),s=r.redSub(n),a=i.redSub(o);if(0===s.cmpn(0))return 0!==a.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=s.redSqr(),c=u.redMul(s),f=r.redMul(u),h=a.redSqr().redIAdd(c).redISub(f).redISub(f),l=a.redMul(f.redISub(h)).redISub(i.redMul(c)),d=this.z.redMul(s);return this.curve.jpoint(h,l,d)},o.prototype.dblp=function(t){if(0===t)return this;if(this.isInfinity())return this;if(!t)return this.dbl();if(this.curve.zeroA||this.curve.threeA){for(var e=this,r=0;r=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}return!1},o.prototype.inspect=function(){return this.isInfinity()?"":""},o.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},{"../../elliptic":67,"../curve":70,"bn.js":"BN",inherits:101}],73:[function(t,e,r){function n(t){"short"===t.type?this.curve=new a.curve.short(t):"edwards"===t.type?this.curve=new a.curve.edwards(t):this.curve=new a.curve.mont(t),this.g=this.curve.g,this.n=this.curve.n,this.hash=t.hash,u(this.g.validate(),"Invalid curve"),u(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function i(t,e){Object.defineProperty(o,t,{configurable:!0,enumerable:!0,get:function(){var r=new n(e);return Object.defineProperty(o,t,{configurable:!0,enumerable:!0,value:r}),r}})}var o=r,s=t("hash.js"),a=t("../elliptic"),u=a.utils.assert;o.PresetCurve=n,i("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:s.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),i("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:s.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),i("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:s.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),i("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:s.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),i("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:s.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),i("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:s.sha256,gRed:!1,g:["9"]}),i("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:s.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});var c;try{c=t("./precomputed/secp256k1")}catch(t){c=void 0}i("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:s.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",c]})},{"../elliptic":67,"./precomputed/secp256k1":80,"hash.js":86}],74:[function(t,e,r){function n(t){if(!(this instanceof n))return new n(t);"string"==typeof t&&(a(s.curves.hasOwnProperty(t),"Unknown curve "+t),t=s.curves[t]),t instanceof s.curves.PresetCurve&&(t={curve:t}),this.curve=t.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=t.curve.g,this.g.precompute(t.curve.n.bitLength()+1),this.hash=t.hash||t.curve.hash}var i=t("bn.js"),o=t("hmac-drbg"),s=t("../../elliptic"),a=s.utils.assert,u=t("./key"),c=t("./signature");e.exports=n,n.prototype.keyPair=function(t){return new u(this,t)},n.prototype.keyFromPrivate=function(t,e){return u.fromPrivate(this,t,e)},n.prototype.keyFromPublic=function(t,e){return u.fromPublic(this,t,e)},n.prototype.genKeyPair=function(t){t||(t={});for(var e=new o({hash:this.hash,pers:t.pers,persEnc:t.persEnc||"utf8",entropy:t.entropy||s.rand(this.hash.hmacStrength),entropyEnc:t.entropy&&t.entropyEnc||"utf8",nonce:this.n.toArray()}),r=this.n.byteLength(),n=this.n.sub(new i(2));;){var a=new i(e.generate(r));if(!(a.cmp(n)>0))return a.iaddn(1),this.keyFromPrivate(a)}},n.prototype._truncateToN=function(t,e){var r=8*t.byteLength()-this.n.bitLength();return r>0&&(t=t.ushrn(r)),!e&&t.cmp(this.n)>=0?t.sub(this.n):t},n.prototype.sign=function(t,e,r,n){"object"===(void 0===r?"undefined":_typeof(r))&&(n=r,r=null),n||(n={}),e=this.keyFromPrivate(e,r),t=this._truncateToN(new i(t,16));for(var s=this.n.byteLength(),a=e.getPrivate().toArray("be",s),u=t.toArray("be",s),f=new o({hash:this.hash,entropy:a,nonce:u,pers:n.pers,persEnc:n.persEnc||"utf8"}),h=this.n.sub(new i(1)),l=0;;l++){var d=n.k?n.k(l):new i(f.generate(this.n.byteLength()));if(!((d=this._truncateToN(d,!0)).cmpn(1)<=0||d.cmp(h)>=0)){var p=this.g.mul(d);if(!p.isInfinity()){var m=p.getX(),b=m.umod(this.n);if(0!==b.cmpn(0)){var v=d.invm(this.n).mul(b.mul(e.getPrivate()).iadd(t));if(0!==(v=v.umod(this.n)).cmpn(0)){var y=(p.getY().isOdd()?1:0)|(0!==m.cmp(b)?2:0);return n.canonical&&v.cmp(this.nh)>0&&(v=this.n.sub(v),y^=1),new c({r:b,s:v,recoveryParam:y})}}}}}},n.prototype.verify=function(t,e,r,n){t=this._truncateToN(new i(t,16)),r=this.keyFromPublic(r,n);var o=(e=new c(e,"hex")).r,s=e.s;if(o.cmpn(1)<0||o.cmp(this.n)>=0)return!1;if(s.cmpn(1)<0||s.cmp(this.n)>=0)return!1;var a=s.invm(this.n),u=a.mul(t).umod(this.n),f=a.mul(o).umod(this.n);if(!this.curve._maxwellTrick){return!(h=this.g.mulAdd(u,r.getPublic(),f)).isInfinity()&&0===h.getX().umod(this.n).cmp(o)}var h;return!(h=this.g.jmulAdd(u,r.getPublic(),f)).isInfinity()&&h.eqXToP(o)},n.prototype.recoverPubKey=function(t,e,r,n){a((3&r)===r,"The recovery param is more than two bits"),e=new c(e,n);var o=this.n,s=new i(t),u=e.r,f=e.s,h=1&r,l=r>>1;if(u.cmp(this.curve.p.umod(this.curve.n))>=0&&l)throw new Error("Unable to find sencond key candinate");u=l?this.curve.pointFromX(u.add(this.curve.n),h):this.curve.pointFromX(u,h);var d=e.r.invm(o),p=o.sub(s).mul(d).umod(o),m=f.mul(d).umod(o);return this.g.mulAdd(p,u,m)},n.prototype.getKeyRecoveryParam=function(t,e,r,n){if(null!==(e=new c(e,n)).recoveryParam)return e.recoveryParam;for(var i=0;i<4;i++){var o;try{o=this.recoverPubKey(t,e,i)}catch(t){continue}if(o.eq(r))return i}throw new Error("Unable to find valid recovery factor")}},{"../../elliptic":67,"./key":75,"./signature":76,"bn.js":"BN","hmac-drbg":98}],75:[function(t,e,r){function n(t,e){this.ec=t,this.priv=null,this.pub=null,e.priv&&this._importPrivate(e.priv,e.privEnc),e.pub&&this._importPublic(e.pub,e.pubEnc)}var i=t("bn.js"),o=t("../../elliptic").utils.assert;e.exports=n,n.fromPublic=function(t,e,r){return e instanceof n?e:new n(t,{pub:e,pubEnc:r})},n.fromPrivate=function(t,e,r){return e instanceof n?e:new n(t,{priv:e,privEnc:r})},n.prototype.validate=function(){var t=this.getPublic();return t.isInfinity()?{result:!1,reason:"Invalid public key"}:t.validate()?t.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},n.prototype.getPublic=function(t,e){return"string"==typeof t&&(e=t,t=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),e?this.pub.encode(e,t):this.pub},n.prototype.getPrivate=function(t){return"hex"===t?this.priv.toString(16,2):this.priv},n.prototype._importPrivate=function(t,e){this.priv=new i(t,e||16),this.priv=this.priv.umod(this.ec.curve.n)},n.prototype._importPublic=function(t,e){if(t.x||t.y)return"mont"===this.ec.curve.type?o(t.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||o(t.x&&t.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(t.x,t.y));this.pub=this.ec.curve.decodePoint(t,e)},n.prototype.derive=function(t){return t.mul(this.priv).getX()},n.prototype.sign=function(t,e,r){return this.ec.sign(t,this,e,r)},n.prototype.verify=function(t,e){return this.ec.verify(t,e,this)},n.prototype.inspect=function(){return""}},{"../../elliptic":67,"bn.js":"BN"}],76:[function(t,e,r){function n(t,e){if(t instanceof n)return t;this._importDER(t,e)||(c(t.r&&t.s,"Signature without r or s"),this.r=new a(t.r,16),this.s=new a(t.s,16),void 0===t.recoveryParam?this.recoveryParam=null:this.recoveryParam=t.recoveryParam)}function i(t,e){var r=t[e.place++];if(!(128&r))return r;for(var n=15&r,i=0,o=0,s=e.place;o>>3);for(t.push(128|r);--r;)t.push(e>>>(r<<3)&255);t.push(e)}}var a=t("bn.js"),u=t("../../elliptic").utils,c=u.assert;e.exports=n,n.prototype._importDER=function(t,e){t=u.toArray(t,e);var r=new function(){this.place=0};if(48!==t[r.place++])return!1;if(i(t,r)+r.place!==t.length)return!1;if(2!==t[r.place++])return!1;var n=i(t,r),o=t.slice(r.place,n+r.place);if(r.place+=n,2!==t[r.place++])return!1;var s=i(t,r);if(t.length!==s+r.place)return!1;var c=t.slice(r.place,s+r.place);return 0===o[0]&&128&o[1]&&(o=o.slice(1)),0===c[0]&&128&c[1]&&(c=c.slice(1)),this.r=new a(o),this.s=new a(c),this.recoveryParam=null,!0},n.prototype.toDER=function(t){var e=this.r.toArray(),r=this.s.toArray();for(128&e[0]&&(e=[0].concat(e)),128&r[0]&&(r=[0].concat(r)),e=o(e),r=o(r);!(r[0]||128&r[1]);)r=r.slice(1);var n=[2];s(n,e.length),(n=n.concat(e)).push(2),s(n,r.length);var i=n.concat(r),a=[48];return s(a,i.length),a=a.concat(i),u.encode(a,t)}},{"../../elliptic":67,"bn.js":"BN"}],77:[function(t,e,r){function n(t){if(a("ed25519"===t,"only tested with ed25519 so far"),!(this instanceof n))return new n(t);t=o.curves[t].curve;this.curve=t,this.g=t.g,this.g.precompute(t.n.bitLength()+1),this.pointClass=t.point().constructor,this.encodingLength=Math.ceil(t.n.bitLength()/8),this.hash=i.sha512}var i=t("hash.js"),o=t("../../elliptic"),s=o.utils,a=s.assert,u=s.parseBytes,c=t("./key"),f=t("./signature");e.exports=n,n.prototype.sign=function(t,e){t=u(t);var r=this.keyFromSecret(e),n=this.hashInt(r.messagePrefix(),t),i=this.g.mul(n),o=this.encodePoint(i),s=this.hashInt(o,r.pubBytes(),t).mul(r.priv()),a=n.add(s).umod(this.curve.n);return this.makeSignature({R:i,S:a,Rencoded:o})},n.prototype.verify=function(t,e,r){t=u(t),e=this.makeSignature(e);var n=this.keyFromPublic(r),i=this.hashInt(e.Rencoded(),n.pubBytes(),t),o=this.g.mul(e.S());return e.R().add(n.pub().mul(i)).eq(o)},n.prototype.hashInt=function(){for(var t=this.hash(),e=0;e=0;){var o;if(i.isOdd()){var s=i.andln(n-1);o=s>(n>>1)-1?(n>>1)-s:s,i.isubn(o)}else o=0;r.push(o);for(var a=0!==i.cmpn(0)&&0===i.andln(n-1)?e+1:1,u=1;u0||e.cmpn(-i)>0;){var o=t.andln(3)+n&3,s=e.andln(3)+i&3;3===o&&(o=-1),3===s&&(s=-1);var a;a=0==(1&o)?0:3!=(c=t.andln(7)+n&7)&&5!==c||2!==s?o:-o,r[0].push(a);var u;if(0==(1&s))u=0;else{var c;u=3!=(c=e.andln(7)+i&7)&&5!==c||2!==o?s:-s}r[1].push(u),2*n===a+1&&(n=1-n),2*i===u+1&&(i=1-i),t.iushrn(1),e.iushrn(1)}return r},n.cachedProperty=function(t,e,r){var n="_"+e;t.prototype[e]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}},n.parseBytes=function(t){return"string"==typeof t?n.toArray(t,"hex"):t},n.intFromLE=function(t){return new i(t,"hex","le")}},{"bn.js":"BN","minimalistic-assert":107,"minimalistic-crypto-utils":108}],82:[function(t,e,r){e.exports={_args:[[{raw:"elliptic@^6.2.3",scope:null,escapedName:"elliptic",name:"elliptic",rawSpec:"^6.2.3",spec:">=6.2.3 <7.0.0",type:"range"},"/Users/frozeman/Sites/_ethereum/web3/node_modules/secp256k1"]],_from:"elliptic@>=6.2.3 <7.0.0",_id:"elliptic@6.4.0",_inCache:!0,_location:"/elliptic",_nodeVersion:"7.0.0",_npmOperationalInternal:{host:"packages-18-east.internal.npmjs.com",tmp:"tmp/elliptic-6.4.0.tgz_1487798866428_0.30510620190761983"},_npmUser:{name:"indutny",email:"fedor@indutny.com"},_npmVersion:"3.10.8",_phantomChildren:{},_requested:{raw:"elliptic@^6.2.3",scope:null,escapedName:"elliptic",name:"elliptic",rawSpec:"^6.2.3",spec:">=6.2.3 <7.0.0",type:"range"},_requiredBy:["/browserify-sign","/create-ecdh","/secp256k1"],_resolved:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",_shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",_shrinkwrap:null,_spec:"elliptic@^6.2.3",_where:"/Users/frozeman/Sites/_ethereum/web3/node_modules/secp256k1",author:{name:"Fedor Indutny",email:"fedor@indutny.com"},bugs:{url:"https://github.com/indutny/elliptic/issues"},dependencies:{"bn.js":"^4.4.0",brorand:"^1.0.1","hash.js":"^1.0.0","hmac-drbg":"^1.0.0",inherits:"^2.0.1","minimalistic-assert":"^1.0.0","minimalistic-crypto-utils":"^1.0.0"},description:"EC cryptography",devDependencies:{brfs:"^1.4.3",coveralls:"^2.11.3",grunt:"^0.4.5","grunt-browserify":"^5.0.0","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^1.0.1","grunt-mocha-istanbul":"^3.0.1","grunt-saucelabs":"^8.6.2",istanbul:"^0.4.2",jscs:"^2.9.0",jshint:"^2.6.0",mocha:"^2.1.0"},directories:{},dist:{shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",tarball:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz"},files:["lib"],gitHead:"6b0d2b76caae91471649c8e21f0b1d3ba0f96090",homepage:"https://github.com/indutny/elliptic",keywords:["EC","Elliptic","curve","Cryptography"],license:"MIT",main:"lib/elliptic.js",maintainers:[{name:"indutny",email:"fedor@indutny.com"}],name:"elliptic",optionalDependencies:{},readme:"ERROR: No README data found!",repository:{type:"git",url:"git+ssh://git@github.com/indutny/elliptic.git"},scripts:{jscs:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",jshint:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",lint:"npm run jscs && npm run jshint",test:"npm run lint && npm run unit",unit:"istanbul test _mocha --reporter=spec test/index.js",version:"grunt dist && git add dist/"},version:"6.4.0"}},{}],83:[function(t,e,r){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function i(t){return"function"==typeof t}function o(t){return"object"===(void 0===t?"undefined":_typeof(t))&&null!==t}function s(t){return void 0===t}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(t){if(!function(t){return"number"==typeof t}(t)||t<0||isNaN(t))throw TypeError("n must be a positive number");return this._maxListeners=t,this},n.prototype.emit=function(t){var e,r,n,a,u,c;if(this._events||(this._events={}),"error"===t&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if((e=arguments[1])instanceof Error)throw e;var f=new Error('Uncaught, unspecified "error" event. ('+e+")");throw f.context=e,f}if(r=this._events[t],s(r))return!1;if(i(r))switch(arguments.length){case 1:r.call(this);break;case 2:r.call(this,arguments[1]);break;case 3:r.call(this,arguments[1],arguments[2]);break;default:a=Array.prototype.slice.call(arguments,1),r.apply(this,a)}else if(o(r))for(a=Array.prototype.slice.call(arguments,1),n=(c=r.slice()).length,u=0;u0&&this._events[t].length>r&&(this._events[t].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[t].length),"function"==typeof console.trace&&console.trace()),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(t,e){function r(){this.removeListener(t,r),n||(n=!0,e.apply(this,arguments))}if(!i(e))throw TypeError("listener must be a function");var n=!1;return r.listener=e,this.on(t,r),this},n.prototype.removeListener=function(t,e){var r,n,s,a;if(!i(e))throw TypeError("listener must be a function");if(!this._events||!this._events[t])return this;if(r=this._events[t],s=r.length,n=-1,r===e||i(r.listener)&&r.listener===e)delete this._events[t],this._events.removeListener&&this.emit("removeListener",t,e);else if(o(r)){for(a=s;a-- >0;)if(r[a]===e||r[a].listener&&r[a].listener===e){n=a;break}if(n<0)return this;1===r.length?(r.length=0,delete this._events[t]):r.splice(n,1),this._events.removeListener&&this.emit("removeListener",t,e)}return this},n.prototype.removeAllListeners=function(t){var e,r;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[t]&&delete this._events[t],this;if(0===arguments.length){for(e in this._events)"removeListener"!==e&&this.removeAllListeners(e);return this.removeAllListeners("removeListener"),this._events={},this}if(r=this._events[t],i(r))this.removeListener(t,r);else if(r)for(;r.length;)this.removeListener(t,r[r.length-1]);return delete this._events[t],this},n.prototype.listeners=function(t){return this._events&&this._events[t]?i(this._events[t])?[this._events[t]]:this._events[t].slice():[]},n.prototype.listenerCount=function(t){if(this._events){var e=this._events[t];if(i(e))return 1;if(e)return e.length}return 0},n.listenerCount=function(t,e){return t.listenerCount(e)}},{}],84:[function(t,e,r){var n=t("safe-buffer").Buffer,i=t("md5.js");e.exports=function(t,e,r,o){if(n.isBuffer(t)||(t=n.from(t,"binary")),e&&(n.isBuffer(e)||(e=n.from(e,"binary")),8!==e.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var s=r/8,a=n.alloc(s),u=n.alloc(o||0),c=n.alloc(0);s>0||o>0;){var f=new i;f.update(c),f.update(t),e&&f.update(e),c=f.digest();var h=0;if(s>0){var l=a.length-s;h=Math.min(s,c.length),c.copy(a,l,0,h),s-=h}if(h0){var d=u.length-o,p=Math.min(o,c.length-h);c.copy(u,d,h,h+p),o-=p}}return c.fill(0),{key:a,iv:u}}},{"md5.js":104,"safe-buffer":143}],85:[function(t,e,r){(function(r){function n(t){i.call(this),this._block=new r(t),this._blockSize=t,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}var i=t("stream").Transform;t("inherits")(n,i),n.prototype._transform=function(t,e,n){var i=null;try{"buffer"!==e&&(t=new r(t,e)),this.update(t)}catch(t){i=t}n(i)},n.prototype._flush=function(t){var e=null;try{this.push(this._digest())}catch(t){e=t}t(e)},n.prototype.update=function(t,e){if(!r.isBuffer(t)&&"string"!=typeof t)throw new TypeError("Data must be a string or a buffer");if(this._finalized)throw new Error("Digest already called");r.isBuffer(t)||(t=new r(t,e||"binary"));for(var n=this._block,i=0;this._blockOffset+t.length-i>=this._blockSize;){for(var o=this._blockOffset;o0;++s)this._length[s]+=a,(a=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*a);return this},n.prototype._update=function(t){throw new Error("_update is not implemented")},n.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();return void 0!==t&&(e=e.toString(t)),e},n.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,inherits:101,stream:152}],86:[function(t,e,r){var n=r;n.utils=t("./hash/utils"),n.common=t("./hash/common"),n.sha=t("./hash/sha"),n.ripemd=t("./hash/ripemd"),n.hmac=t("./hash/hmac"),n.sha1=n.sha.sha1,n.sha256=n.sha.sha256,n.sha224=n.sha.sha224,n.sha384=n.sha.sha384,n.sha512=n.sha.sha512,n.ripemd160=n.ripemd.ripemd160},{"./hash/common":87,"./hash/hmac":88,"./hash/ripemd":89,"./hash/sha":90,"./hash/utils":97}],87:[function(t,e,r){function n(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}var i=t("./utils"),o=t("minimalistic-assert");r.BlockHash=n,n.prototype.update=function(t,e){if(t=i.toArray(t,e),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){var r=(t=this.pending).length%this._delta8;this.pending=t.slice(t.length-r,t.length),0===this.pending.length&&(this.pending=null),t=i.join32(t,0,t.length-r,this.endian);for(var n=0;n>>24&255,n[i++]=t>>>16&255,n[i++]=t>>>8&255,n[i++]=255&t}else for(n[i++]=255&t,n[i++]=t>>>8&255,n[i++]=t>>>16&255,n[i++]=t>>>24&255,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,o=8;othis.blockSize&&(t=(new this.Hash).update(t).digest()),o(t.length<=this.blockSize);for(var e=t.length;e>>3},r.g1_256=function(t){return s(t,17)^s(t,19)^t>>>10}},{"../utils":97}],97:[function(t,e,r){function n(t){return(t>>>24|t>>>8&65280|t<<8&16711680|(255&t)<<24)>>>0}function i(t){return 1===t.length?"0"+t:t}function o(t){return 7===t.length?"0"+t:6===t.length?"00"+t:5===t.length?"000"+t:4===t.length?"0000"+t:3===t.length?"00000"+t:2===t.length?"000000"+t:1===t.length?"0000000"+t:t}var s=t("minimalistic-assert"),a=t("inherits");r.inherits=a,r.toArray=function(t,e){if(Array.isArray(t))return t.slice();if(!t)return[];var r=[];if("string"==typeof t)if(e){if("hex"===e)for((t=t.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(t="0"+t),n=0;n>8,s=255&i;o?r.push(o,s):r.push(s)}else for(n=0;n>>0}return o},r.split32=function(t,e){for(var r=new Array(4*t.length),n=0,i=0;n>>24,r[i+1]=o>>>16&255,r[i+2]=o>>>8&255,r[i+3]=255&o):(r[i+3]=o>>>24,r[i+2]=o>>>16&255,r[i+1]=o>>>8&255,r[i]=255&o)}return r},r.rotr32=function(t,e){return t>>>e|t<<32-e},r.rotl32=function(t,e){return t<>>32-e},r.sum32=function(t,e){return t+e>>>0},r.sum32_3=function(t,e,r){return t+e+r>>>0},r.sum32_4=function(t,e,r,n){return t+e+r+n>>>0},r.sum32_5=function(t,e,r,n,i){return t+e+r+n+i>>>0},r.sum64=function(t,e,r,n){var i=t[e],o=n+t[e+1]>>>0,s=(o>>0,t[e+1]=o},r.sum64_hi=function(t,e,r,n){return(e+n>>>0>>0},r.sum64_lo=function(t,e,r,n){return e+n>>>0},r.sum64_4_hi=function(t,e,r,n,i,o,s,a){var u=0,c=e;return u+=(c=c+n>>>0)>>0)>>0)>>0},r.sum64_4_lo=function(t,e,r,n,i,o,s,a){return e+n+o+a>>>0},r.sum64_5_hi=function(t,e,r,n,i,o,s,a,u,c){var f=0,h=e;return f+=(h=h+n>>>0)>>0)>>0)>>0)>>0},r.sum64_5_lo=function(t,e,r,n,i,o,s,a,u,c){return e+n+o+a+c>>>0},r.rotr64_hi=function(t,e,r){return(e<<32-r|t>>>r)>>>0},r.rotr64_lo=function(t,e,r){return(t<<32-r|e>>>r)>>>0},r.shr64_hi=function(t,e,r){return t>>>r},r.shr64_lo=function(t,e,r){return(t<<32-r|e>>>r)>>>0}},{inherits:101,"minimalistic-assert":107}],98:[function(t,e,r){function n(t){if(!(this instanceof n))return new n(t);this.hash=t.hash,this.predResist=!!t.predResist,this.outLen=this.hash.outSize,this.minEntropy=t.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var e=o.toArray(t.entropy,t.entropyEnc||"hex"),r=o.toArray(t.nonce,t.nonceEnc||"hex"),i=o.toArray(t.pers,t.persEnc||"hex");s(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(e,r,i)}var i=t("hash.js"),o=t("minimalistic-crypto-utils"),s=t("minimalistic-assert");e.exports=n,n.prototype._init=function(t,e,r){var n=t.concat(e).concat(r);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var i=0;i=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(t.concat(r||[])),this._reseed=1},n.prototype.generate=function(t,e,r,n){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof e&&(n=r,r=e,e=null),r&&(r=o.toArray(r,n||"hex"),this._update(r));for(var i=[];i.length>1,f=-7,h=r?i-1:0,l=r?-1:1,d=t[e+h];for(h+=l,o=d&(1<<-f)-1,d>>=-f,f+=a;f>0;o=256*o+t[e+h],h+=l,f-=8);for(s=o&(1<<-f)-1,o>>=-f,f+=n;f>0;s=256*s+t[e+h],h+=l,f-=8);if(0===o)o=1-c;else{if(o===u)return s?NaN:1/0*(d?-1:1);s+=Math.pow(2,n),o-=c}return(d?-1:1)*s*Math.pow(2,o-n)},r.write=function(t,e,r,n,i,o){var s,a,u,c=8*o-i-1,f=(1<>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:o-1,p=n?1:-1,m=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=f):(s=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-s))<1&&(s--,u*=2),(e+=s+h>=1?l/u:l*Math.pow(2,1-h))*u>=2&&(s++,u/=2),s+h>=f?(a=0,s=f):s+h>=1?(a=(e*u-1)*Math.pow(2,i),s+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;t[r+d]=255&a,d+=p,a/=256,i-=8);for(s=s<0;t[r+d]=255&s,d+=p,s/=256,c-=8);t[r+d-p]|=128*m}},{}],100:[function(t,e,r){var n=[].indexOf;e.exports=function(t,e){if(n)return t.indexOf(e);for(var r=0;r>>32-e}function o(t,e,r,n,o,s,a){return i(t+(e&r|~e&n)+o+s|0,a)+e|0}function s(t,e,r,n,o,s,a){return i(t+(e&n|r&~n)+o+s|0,a)+e|0}function a(t,e,r,n,o,s,a){return i(t+(e^r^n)+o+s|0,a)+e|0}function u(t,e,r,n,o,s,a){return i(t+(r^(e|~n))+o+s|0,a)+e|0}var c=t("inherits"),f=t("hash-base"),h=new Array(16);c(n,f),n.prototype._update=function(){for(var t=h,e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,i=this._c,c=this._d;n=u(n=u(n=u(n=u(n=a(n=a(n=a(n=a(n=s(n=s(n=s(n=s(n=o(n=o(n=o(n=o(n,i=o(i,c=o(c,r=o(r,n,i,c,t[0],3614090360,7),n,i,t[1],3905402710,12),r,n,t[2],606105819,17),c,r,t[3],3250441966,22),i=o(i,c=o(c,r=o(r,n,i,c,t[4],4118548399,7),n,i,t[5],1200080426,12),r,n,t[6],2821735955,17),c,r,t[7],4249261313,22),i=o(i,c=o(c,r=o(r,n,i,c,t[8],1770035416,7),n,i,t[9],2336552879,12),r,n,t[10],4294925233,17),c,r,t[11],2304563134,22),i=o(i,c=o(c,r=o(r,n,i,c,t[12],1804603682,7),n,i,t[13],4254626195,12),r,n,t[14],2792965006,17),c,r,t[15],1236535329,22),i=s(i,c=s(c,r=s(r,n,i,c,t[1],4129170786,5),n,i,t[6],3225465664,9),r,n,t[11],643717713,14),c,r,t[0],3921069994,20),i=s(i,c=s(c,r=s(r,n,i,c,t[5],3593408605,5),n,i,t[10],38016083,9),r,n,t[15],3634488961,14),c,r,t[4],3889429448,20),i=s(i,c=s(c,r=s(r,n,i,c,t[9],568446438,5),n,i,t[14],3275163606,9),r,n,t[3],4107603335,14),c,r,t[8],1163531501,20),i=s(i,c=s(c,r=s(r,n,i,c,t[13],2850285829,5),n,i,t[2],4243563512,9),r,n,t[7],1735328473,14),c,r,t[12],2368359562,20),i=a(i,c=a(c,r=a(r,n,i,c,t[5],4294588738,4),n,i,t[8],2272392833,11),r,n,t[11],1839030562,16),c,r,t[14],4259657740,23),i=a(i,c=a(c,r=a(r,n,i,c,t[1],2763975236,4),n,i,t[4],1272893353,11),r,n,t[7],4139469664,16),c,r,t[10],3200236656,23),i=a(i,c=a(c,r=a(r,n,i,c,t[13],681279174,4),n,i,t[0],3936430074,11),r,n,t[3],3572445317,16),c,r,t[6],76029189,23),i=a(i,c=a(c,r=a(r,n,i,c,t[9],3654602809,4),n,i,t[12],3873151461,11),r,n,t[15],530742520,16),c,r,t[2],3299628645,23),i=u(i,c=u(c,r=u(r,n,i,c,t[0],4096336452,6),n,i,t[7],1126891415,10),r,n,t[14],2878612391,15),c,r,t[5],4237533241,21),i=u(i,c=u(c,r=u(r,n,i,c,t[12],1700485571,6),n,i,t[3],2399980690,10),r,n,t[10],4293915773,15),c,r,t[1],2240044497,21),i=u(i,c=u(c,r=u(r,n,i,c,t[8],1873313359,6),n,i,t[15],4264355552,10),r,n,t[6],2734768916,15),c,r,t[13],1309151649,21),i=u(i,c=u(c,r=u(r,n,i,c,t[4],4149444226,6),n,i,t[11],3174756917,10),r,n,t[2],718787259,15),c,r,t[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+n|0,this._c=this._c+i|0,this._d=this._d+c|0},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(16);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":105,inherits:101}],105:[function(t,e,r){function n(t){o.call(this),this._block=i.allocUnsafe(t),this._blockSize=t,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}var i=t("safe-buffer").Buffer,o=t("stream").Transform;t("inherits")(n,o),n.prototype._transform=function(t,e,r){var n=null;try{this.update(t,e)}catch(t){n=t}r(n)},n.prototype._flush=function(t){var e=null;try{this.push(this.digest())}catch(t){e=t}t(e)},n.prototype.update=function(t,e){if(function(t,e){if(!i.isBuffer(t)&&"string"!=typeof t)throw new TypeError(e+" must be a string or a buffer")}(t,"Data"),this._finalized)throw new Error("Digest already called");i.isBuffer(t)||(t=i.from(t,e));for(var r=this._block,n=0;this._blockOffset+t.length-n>=this._blockSize;){for(var o=this._blockOffset;o0;++s)this._length[s]+=a,(a=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*a);return this},n.prototype._update=function(){throw new Error("_update is not implemented")},n.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();void 0!==t&&(e=e.toString(t)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return e},n.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=n},{inherits:101,"safe-buffer":143,stream:152}],106:[function(t,e,r){function n(t){this.rand=t||new o.Rand}var i=t("bn.js"),o=t("brorand");e.exports=n,n.create=function(t){return new n(t)},n.prototype._randbelow=function(t){var e=t.bitLength(),r=Math.ceil(e/8);do{var n=new i(this.rand.generate(r))}while(n.cmp(t)>=0);return n},n.prototype._randrange=function(t,e){var r=e.sub(t);return t.add(this._randbelow(r))},n.prototype.test=function(t,e,r){var n=t.bitLength(),o=i.mont(t),s=new i(1).toRed(o);e||(e=Math.max(1,n/48|0));for(var a=t.subn(1),u=0;!a.testn(u);u++);for(var c=t.shrn(u),f=a.toRed(o);e>0;e--){var h=this._randrange(new i(2),a);r&&r(h);var l=h.toRed(o).redPow(c);if(0!==l.cmp(s)&&0!==l.cmp(f)){for(var d=1;d0;e--){var f=this._randrange(new i(2),s),h=t.gcd(f);if(0!==h.cmpn(1))return h;var l=f.toRed(n).redPow(u);if(0!==l.cmp(o)&&0!==l.cmp(c)){for(var d=1;d>8,s=255&i;o?r.push(o,s):r.push(s)}return r},o.zero2=n,o.toHex=i,o.encode=function(t,e){return"hex"===e?i(t):t}},{}],109:[function(t,e,r){e.exports={"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}},{}],110:[function(t,e,r){var n=t("asn1.js");r.certificate=t("./certificate");var i=n.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});r.RSAPrivateKey=i;var o=n.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});r.RSAPublicKey=o;var s=n.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(a),this.key("subjectPublicKey").bitstr())});r.PublicKey=s;var a=n.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),u=n.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(a),this.key("subjectPrivateKey").octstr())});r.PrivateKey=u;var c=n.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});r.EncryptedPrivateKey=c;var f=n.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});r.DSAPrivateKey=f,r.DSAparam=n.define("DSAparam",function(){this.int()});var h=n.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(l),this.key("publicKey").optional().explicit(1).bitstr())});r.ECPrivateKey=h;var l=n.define("ECParameters",function(){this.choice({namedCurve:this.objid()})});r.signature=n.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())})},{"./certificate":111,"asn1.js":1}],111:[function(t,e,r){var n=t("asn1.js"),i=n.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),o=n.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),s=n.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional())}),a=n.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(s),this.key("subjectPublicKey").bitstr())}),u=n.define("RelativeDistinguishedName",function(){this.setof(o)}),c=n.define("RDNSequence",function(){this.seqof(u)}),f=n.define("Name",function(){this.choice({rdnSequence:this.use(c)})}),h=n.define("Validity",function(){this.seq().obj(this.key("notBefore").use(i),this.key("notAfter").use(i))}),l=n.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),d=n.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int(),this.key("serialNumber").int(),this.key("signature").use(s),this.key("issuer").use(f),this.key("validity").use(h),this.key("subject").use(f),this.key("subjectPublicKeyInfo").use(a),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(l).optional())}),p=n.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(d),this.key("signatureAlgorithm").use(s),this.key("signatureValue").bitstr())});e.exports=p},{"asn1.js":1}],112:[function(t,e,r){(function(r){var n=/Proc-Type: 4,ENCRYPTED\n\r?DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)\n\r?\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?/m,i=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n/m,o=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?-----END \1-----$/m,s=t("evp_bytestokey"),a=t("browserify-aes");e.exports=function(t,e){var u,c=t.toString(),f=c.match(n);if(f){var h="aes"+f[1],l=new r(f[2],"hex"),d=new r(f[3].replace(/\r?\n/g,""),"base64"),p=s(e,l.slice(0,8),parseInt(f[1],10)).key,m=[],b=a.createDecipheriv(h,p,l);m.push(b.update(d)),m.push(b.final()),u=r.concat(m)}else{var v=c.match(o);u=new r(v[2].replace(/\r?\n/g,""),"base64")}return{tag:c.match(i)[1],data:u}}}).call(this,t("buffer").Buffer)},{"browserify-aes":20,buffer:47,evp_bytestokey:84}],113:[function(t,e,r){(function(r){function n(t){var e;"object"!==(void 0===t?"undefined":_typeof(t))||r.isBuffer(t)||(e=t.passphrase,t=t.key),"string"==typeof t&&(t=new r(t));var n,c,f=s(t,e),h=f.tag,l=f.data;switch(h){case"CERTIFICATE":c=i.certificate.decode(l,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(c||(c=i.PublicKey.decode(l,"der")),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPublicKey.decode(c.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return c.subjectPrivateKey=c.subjectPublicKey,{type:"ec",data:c};case"1.2.840.10040.4.1":return c.algorithm.params.pub_key=i.DSAparam.decode(c.subjectPublicKey.data,"der"),{type:"dsa",data:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"ENCRYPTED PRIVATE KEY":l=function(t,e){var n=t.algorithm.decrypt.kde.kdeparams.salt,i=parseInt(t.algorithm.decrypt.kde.kdeparams.iters.toString(),10),s=o[t.algorithm.decrypt.cipher.algo.join(".")],c=t.algorithm.decrypt.cipher.iv,f=t.subjectPrivateKey,h=parseInt(s.split("-")[1],10)/8,l=u.pbkdf2Sync(e,n,i,h),d=a.createDecipheriv(s,l,c),p=[];return p.push(d.update(f)),p.push(d.final()),r.concat(p)}(l=i.EncryptedPrivateKey.decode(l,"der"),e);case"PRIVATE KEY":switch(c=i.PrivateKey.decode(l,"der"),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPrivateKey.decode(c.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:c.algorithm.curve,privateKey:i.ECPrivateKey.decode(c.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return c.algorithm.params.priv_key=i.DSAparam.decode(c.subjectPrivateKey,"der"),{type:"dsa",params:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"RSA PUBLIC KEY":return i.RSAPublicKey.decode(l,"der");case"RSA PRIVATE KEY":return i.RSAPrivateKey.decode(l,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:i.DSAPrivateKey.decode(l,"der")};case"EC PRIVATE KEY":return l=i.ECPrivateKey.decode(l,"der"),{curve:l.parameters.value,privateKey:l.privateKey};default:throw new Error("unknown key type "+h)}}var i=t("./asn1"),o=t("./aesid.json"),s=t("./fixProc"),a=t("browserify-aes"),u=t("pbkdf2");e.exports=n,n.signature=i.signature}).call(this,t("buffer").Buffer)},{"./aesid.json":109,"./asn1":110,"./fixProc":112,"browserify-aes":20,buffer:47,pbkdf2:114}],114:[function(t,e,r){r.pbkdf2=t("./lib/async"),r.pbkdf2Sync=t("./lib/sync")},{"./lib/async":115,"./lib/sync":118}],115:[function(t,e,r){(function(r,n){function i(t,e,r,n,i){return f.importKey("raw",t,{name:"PBKDF2"},!1,["deriveBits"]).then(function(t){return f.deriveBits({name:"PBKDF2",salt:e,iterations:r,hash:{name:i}},t,n<<3)}).then(function(t){return c.from(t)})}var o,s=t("./precondition"),a=t("./default-encoding"),u=t("./sync"),c=t("safe-buffer").Buffer,f=n.crypto&&n.crypto.subtle,h={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},l=[];e.exports=function(t,e,d,p,m,b){if(c.isBuffer(t)||(t=c.from(t,a)),c.isBuffer(e)||(e=c.from(e,a)),s(d,p),"function"==typeof m&&(b=m,m=void 0),"function"!=typeof b)throw new Error("No callback provided to pbkdf2");var v=h[(m=m||"sha1").toLowerCase()];if(!v||"function"!=typeof n.Promise)return r.nextTick(function(){var r;try{r=u(t,e,d,p,m)}catch(t){return b(t)}b(null,r)});!function(t,e){t.then(function(t){r.nextTick(function(){e(null,t)})},function(t){r.nextTick(function(){e(t)})})}(function(t){if(n.process&&!n.process.browser)return Promise.resolve(!1);if(!f||!f.importKey||!f.deriveBits)return Promise.resolve(!1);if(void 0!==l[t])return l[t];var e=i(o=o||c.alloc(8),o,10,128,t).then(function(){return!0}).catch(function(){return!1});return l[t]=e,e}(v).then(function(r){return r?i(t,e,d,p,v):u(t,e,d,p,m)}),b)}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./default-encoding":116,"./precondition":117,"./sync":118,_process:120,"safe-buffer":143}],116:[function(t,e,r){(function(t){var r;if(t.browser)r="utf-8";else{r=parseInt(t.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary"}e.exports=r}).call(this,t("_process"))},{_process:120}],117:[function(t,e,r){var n=Math.pow(2,30)-1;e.exports=function(t,e){if("number"!=typeof t)throw new TypeError("Iterations not a number");if(t<0)throw new TypeError("Bad iterations");if("number"!=typeof e)throw new TypeError("Key length not a number");if(e<0||e>n||e!=e)throw new TypeError("Bad key length")}},{}],118:[function(t,e,r){function n(t,e,r){var n=function(t){return"rmd160"===t||"ripemd160"===t?o:"md5"===t?i:function(e){return s(t).update(e).digest()}}(t),a="sha512"===t||"sha384"===t?128:64;e.length>a?e=n(e):e.length1)for(var r=1;rh||new a(e).cmp(c.modulus)>=0)throw new Error("decryption error");var l;l=o?f(new a(e),c):u(e,c);var d=new r(h-l.length);if(d.fill(0),l=r.concat([d,l],h),4===s)return n(c,l);if(1===s)return function(t,e,r){for(var n=e.slice(0,2),i=2,o=0;0!==e[i++];)if(i>=e.length){o++;break}var s=e.slice(2,i-1);if(e.slice(i-1,i),("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&o++,s.length<8&&o++,o)throw new Error("decryption error");return e.slice(i)}(0,l,o);if(3===s)return l;throw new Error("unknown padding")}}).call(this,t("buffer").Buffer)},{"./mgf":122,"./withPublic":125,"./xor":126,"bn.js":"BN","browserify-rsa":38,buffer:47,"create-hash":51,"parse-asn1":113}],124:[function(t,e,r){(function(r){function n(t,e,n){var i=e.length,s=t.modulus.byteLength();if(i>s-11)throw new Error("message too long");var a;return n?(a=new r(s-i-3)).fill(255):a=function(t,e){var n,i=new r(t),s=0,a=o(2*t),u=0;for(;sn-l-2)throw new Error("message too long");var d=new r(n-i-l-2);d.fill(0);var p=n-h-1,m=o(h),b=u(r.concat([f,d,new r([1]),e],p),a(m,p)),v=u(m,a(b,h));return new c(r.concat([new r([0]),v,b],n))}(m,e);else if(1===d)p=n(m,e,l);else{if(3!==d)throw new Error("unknown padding");if((p=new c(e)).cmp(m.modulus)>=0)throw new Error("data too long for modulus")}return l?h(p,m):f(p,m)}}).call(this,t("buffer").Buffer)},{"./mgf":122,"./withPublic":125,"./xor":126,"bn.js":"BN","browserify-rsa":38,buffer:47,"create-hash":51,"parse-asn1":113,randombytes:127}],125:[function(t,e,r){(function(r){var n=t("bn.js");e.exports=function(t,e){return new r(t.toRed(n.mont(e.modulus)).redPow(new n(e.publicExponent)).fromRed().toArray())}}).call(this,t("buffer").Buffer)},{"bn.js":"BN",buffer:47}],126:[function(t,e,r){e.exports=function(t,e){for(var r=t.length,n=-1;++n65536)throw new Error("requested too many random bytes");var s=new n.Uint8Array(t);t>0&&o.getRandomValues(s);var a=i.from(s.buffer);return"function"==typeof e?r.nextTick(function(){e(null,a)}):a}:e.exports=function(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,"safe-buffer":143}],128:[function(t,e,r){(function(e,n){function i(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}function o(t,e){if("number"!=typeof t||t!=t)throw new TypeError("offset must be a number");if(t>d||t<0)throw new TypeError("offset must be a uint32");if(t>h||t>e)throw new RangeError("offset out of range")}function s(t,e,r){if("number"!=typeof t||t!=t)throw new TypeError("size must be a number");if(t>d||t<0)throw new TypeError("size must be a uint32");if(t+e>r||t>h)throw new RangeError("buffer too small")}function a(t,r,n,i){if(e.browser){var o=t.buffer,s=new Uint8Array(o,r,n);return l.getRandomValues(s),i?void e.nextTick(function(){i(null,t)}):t}{if(!i){return c(n).copy(t,r),t}c(n,function(e,n){if(e)return i(e);n.copy(t,r),i(null,t)})}}var u=t("safe-buffer"),c=t("randombytes"),f=u.Buffer,h=u.kMaxLength,l=n.crypto||n.msCrypto,d=Math.pow(2,32)-1;l&&l.getRandomValues||!e.browser?(r.randomFill=function(t,e,r,i){if(!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof e)i=e,e=0,r=t.length;else if("function"==typeof r)i=r,r=t.length-e;else if("function"!=typeof i)throw new TypeError('"cb" argument must be a function');return o(e,t.length),s(r,e,t.length),a(t,e,r,i)},r.randomFillSync=function(t,e,r){if(void 0===e&&(e=0),!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return o(e,t.length),void 0===r&&(r=t.length-e),s(r,e,t.length),a(t,e,r)}):(r.randomFill=i,r.randomFillSync=i)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,randombytes:127,"safe-buffer":143}],129:[function(t,e,r){e.exports=t("./lib/_stream_duplex.js")},{"./lib/_stream_duplex.js":130}],130:[function(t,e,r){function n(t){if(!(this instanceof n))return new n(t);c.call(this,t),f.call(this,t),t&&!1===t.readable&&(this.readable=!1),t&&!1===t.writable&&(this.writable=!1),this.allowHalfOpen=!0,t&&!1===t.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",i)}function i(){this.allowHalfOpen||this._writableState.ended||s(o,this)}function o(t){t.end()}var s=t("process-nextick-args"),a=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};e.exports=n;var u=t("core-util-is");u.inherits=t("inherits");var c=t("./_stream_readable"),f=t("./_stream_writable");u.inherits(n,c);for(var h=a(f.prototype),l=0;l0?("string"==typeof e||o.objectMode||Object.getPrototypeOf(e)===E.prototype||(e=function(t){return E.from(t)}(e)),n?o.endEmitted?t.emit("error",new Error("stream.unshift() after end event")):a(t,o,e,!0):o.ended?t.emit("error",new Error("stream.push() after EOF")):(o.reading=!1,o.decoder&&!r?(e=o.decoder.write(e),o.objectMode||0!==e.length?a(t,o,e,!1):h(t,o)):a(t,o,e,!1))):n||(o.reading=!1)}return function(t){return!t.ended&&(t.needReadable||t.lengthe.highWaterMark&&(e.highWaterMark=function(t){return t>=R?t=R:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function c(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(C("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?_(f,t):f(t))}function f(t){C("emit readable"),t.emit("readable"),m(t)}function h(t,e){e.readingMore||(e.readingMore=!0,_(l,t,e))}function l(t,e){for(var r=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=e.length?(r=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):r=function(t,e,r){var n;to.length?o.length:t;if(s===o.length?i+=o:i+=o.slice(0,t),0===(t-=s)){s===o.length?(++n,r.next?e.head=r.next:e.head=e.tail=null):(e.head=r,r.data=o.slice(s));break}++n}return e.length-=n,i}(t,e):function(t,e){var r=E.allocUnsafe(t),n=e.head,i=1;n.data.copy(r),t-=n.data.length;for(;n=n.next;){var o=n.data,s=t>o.length?o.length:t;if(o.copy(r,r.length-t,0,s),0===(t-=s)){s===o.length?(++i,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(s));break}++i}return e.length-=i,r}(t,e);return n}(t,e.buffer,e.decoder),r}function v(t){var e=t._readableState;if(e.length>0)throw new Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,_(y,e,t))}function y(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function g(t,e){for(var r=0,n=t.length;r=e.highWaterMark||e.ended))return C("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?v(this):c(this),null;if(0===(t=u(t,e))&&e.ended)return 0===e.length&&v(this),null;var n=e.needReadable;C("need readable",n),(0===e.length||e.length-t0?b(t,e):null)?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&v(this)),null!==i&&this.emit("data",i),i},o.prototype._read=function(t){this.emit("error",new Error("_read() is not implemented"))},o.prototype.pipe=function(t,e){function n(e,r){C("onunpipe"),e===f&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,C("cleanup"),t.removeListener("close",a),t.removeListener("finish",u),t.removeListener("drain",d),t.removeListener("error",s),t.removeListener("unpipe",n),f.removeListener("end",i),f.removeListener("end",c),f.removeListener("data",o),p=!0,!h.awaitDrain||t._writableState&&!t._writableState.needDrain||d())}function i(){C("onend"),t.end()}function o(e){C("ondata"),b=!1;!1!==t.write(e)||b||((1===h.pipesCount&&h.pipes===t||h.pipesCount>1&&-1!==g(h.pipes,t))&&!p&&(C("false write response, pause",f._readableState.awaitDrain),f._readableState.awaitDrain++,b=!0),f.pause())}function s(e){C("onerror",e),c(),t.removeListener("error",s),0===k(t,"error")&&t.emit("error",e)}function a(){t.removeListener("finish",u),c()}function u(){C("onfinish"),t.removeListener("close",a),c()}function c(){C("unpipe"),f.unpipe(t)}var f=this,h=this._readableState;switch(h.pipesCount){case 0:h.pipes=t;break;case 1:h.pipes=[h.pipes,t];break;default:h.pipes.push(t)}h.pipesCount+=1,C("pipe count=%d opts=%j",h.pipesCount,e);var l=(!e||!1!==e.end)&&t!==r.stdout&&t!==r.stderr?i:c;h.endEmitted?_(l):f.once("end",l),t.on("unpipe",n);var d=function(t){return function(){var e=t._readableState;C("pipeOnDrain",e.awaitDrain),e.awaitDrain&&e.awaitDrain--,0===e.awaitDrain&&k(t,"data")&&(e.flowing=!0,m(t))}}(f);t.on("drain",d);var p=!1,b=!1;return f.on("data",o),function(t,e,r){if("function"==typeof t.prependListener)return t.prependListener(e,r);t._events&&t._events[e]?M(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]:t.on(e,r)}(t,"error",s),t.once("close",a),t.once("finish",u),t.emit("pipe",f),h.flowing||(C("pipe resume"),f.resume()),t},o.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var n=e.pipes,i=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o-1?setImmediate:m;a.WritableState=s;var y=t("core-util-is");y.inherits=t("inherits");var g={deprecate:t("util-deprecate")},_=t("./internal/streams/stream"),w=t("safe-buffer").Buffer,M=n.Uint8Array||function(){},k=t("./internal/streams/destroy");y.inherits(a,_),s.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(s.prototype,"buffer",{get:g.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(t){}}();var x;"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(x=Function.prototype[Symbol.hasInstance],Object.defineProperty(a,Symbol.hasInstance,{value:function(t){return!!x.call(this,t)||t&&t._writableState instanceof s}})):x=function(t){return t instanceof this},a.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},a.prototype.write=function(t,e,r){var n=this._writableState,i=!1,s=function(t){return w.isBuffer(t)||t instanceof M}(t)&&!n.objectMode;return s&&!w.isBuffer(t)&&(t=function(t){return w.from(t)}(t)),"function"==typeof e&&(r=e,e=null),s?e="buffer":e||(e=n.defaultEncoding),"function"!=typeof r&&(r=o),n.ended?function(t,e){var r=new Error("write after end");t.emit("error",r),m(e,r)}(this,r):(s||function(t,e,r,n){var i=!0,o=!1;return null===r?o=new TypeError("May not write null values to stream"):"string"==typeof r||void 0===r||e.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(t.emit("error",o),m(n,o),i=!1),i}(this,n,t,r))&&(n.pendingcb++,i=u(this,n,s,t,e,r)),i},a.prototype.cork=function(){this._writableState.corked++},a.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||h(this,t))},a.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);return this._writableState.defaultEncoding=t,this},a.prototype._write=function(t,e,r){r(new Error("_write() is not implemented"))},a.prototype._writev=null,a.prototype.end=function(t,e,r){var n=this._writableState;"function"==typeof t?(r=t,t=null,e=null):"function"==typeof e&&(r=e,e=null),null!==t&&void 0!==t&&this.write(t,e),n.corked&&(n.corked=1,this.uncork()),n.ending||n.finished||function(t,e,r){e.ending=!0,p(t,e),r&&(e.finished?m(r):t.once("finish",r)),e.ended=!0,t.writable=!1}(this,n,r)},Object.defineProperty(a.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(t){this._writableState&&(this._writableState.destroyed=t)}}),a.prototype.destroy=k.destroy,a.prototype._undestroy=k.undestroy,a.prototype._destroy=function(t,e){this.end(),e(t)}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./_stream_duplex":130,"./internal/streams/destroy":136,"./internal/streams/stream":137,_process:120,"core-util-is":49,inherits:101,"process-nextick-args":119,"safe-buffer":143,"util-deprecate":154}],135:[function(t,e,r){function n(t,e,r){t.copy(e,r)}var i=t("safe-buffer").Buffer;e.exports=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.head=null,this.tail=null,this.length=0}return t.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},t.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},t.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},t.prototype.clear=function(){this.head=this.tail=null,this.length=0},t.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,r=""+e.data;e=e.next;)r+=t+e.data;return r},t.prototype.concat=function(t){if(0===this.length)return i.alloc(0);if(1===this.length)return this.head.data;for(var e=i.allocUnsafe(t>>>0),r=this.head,o=0;r;)n(r.data,e,o),o+=r.data.length,r=r.next;return e},t}()},{"safe-buffer":143}],136:[function(t,e,r){function n(t,e){t.emit("error",e)}var i=t("process-nextick-args");e.exports={destroy:function(t,e){var r=this,o=this._readableState&&this._readableState.destroyed,s=this._writableState&&this._writableState.destroyed;o||s?e?e(t):!t||this._writableState&&this._writableState.errorEmitted||i(n,this,t):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(t){!e&&t?(i(n,r,t),r._writableState&&(r._writableState.errorEmitted=!0)):e&&e(t)}))},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},{"process-nextick-args":119}],137:[function(t,e,r){e.exports=t("events").EventEmitter},{events:83}],138:[function(t,e,r){e.exports=t("./readable").PassThrough},{"./readable":139}],139:[function(t,e,r){(r=e.exports=t("./lib/_stream_readable.js")).Stream=r,r.Readable=r,r.Writable=t("./lib/_stream_writable.js"),r.Duplex=t("./lib/_stream_duplex.js"),r.Transform=t("./lib/_stream_transform.js"),r.PassThrough=t("./lib/_stream_passthrough.js")},{"./lib/_stream_duplex.js":130,"./lib/_stream_passthrough.js":131,"./lib/_stream_readable.js":132,"./lib/_stream_transform.js":133,"./lib/_stream_writable.js":134}],140:[function(t,e,r){e.exports=t("./readable").Transform},{"./readable":139}],141:[function(t,e,r){e.exports=t("./lib/_stream_writable.js")},{"./lib/_stream_writable.js":134}],142:[function(t,e,r){(function(r){function n(){h.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function i(t,e){return t<>>32-e}function o(t,e,r,n,o,s,a,u){return i(t+(e^r^n)+s+a|0,u)+o|0}function s(t,e,r,n,o,s,a,u){return i(t+(e&r|~e&n)+s+a|0,u)+o|0}function a(t,e,r,n,o,s,a,u){return i(t+((e|~r)^n)+s+a|0,u)+o|0}function u(t,e,r,n,o,s,a,u){return i(t+(e&n|r&~n)+s+a|0,u)+o|0}function c(t,e,r,n,o,s,a,u){return i(t+(e^(r|~n))+s+a|0,u)+o|0}var f=t("inherits"),h=t("hash-base");f(n,h),n.prototype._update=function(){for(var t=new Array(16),e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,f=this._c,h=this._d,l=this._e;l=o(l,r=o(r,n,f,h,l,t[0],0,11),n,f=i(f,10),h,t[1],0,14),n=o(n=i(n,10),f=o(f,h=o(h,l,r,n,f,t[2],0,15),l,r=i(r,10),n,t[3],0,12),h,l=i(l,10),r,t[4],0,5),h=o(h=i(h,10),l=o(l,r=o(r,n,f,h,l,t[5],0,8),n,f=i(f,10),h,t[6],0,7),r,n=i(n,10),f,t[7],0,9),r=o(r=i(r,10),n=o(n,f=o(f,h,l,r,n,t[8],0,11),h,l=i(l,10),r,t[9],0,13),f,h=i(h,10),l,t[10],0,14),f=o(f=i(f,10),h=o(h,l=o(l,r,n,f,h,t[11],0,15),r,n=i(n,10),f,t[12],0,6),l,r=i(r,10),n,t[13],0,7),l=s(l=i(l,10),r=o(r,n=o(n,f,h,l,r,t[14],0,9),f,h=i(h,10),l,t[15],0,8),n,f=i(f,10),h,t[7],1518500249,7),n=s(n=i(n,10),f=s(f,h=s(h,l,r,n,f,t[4],1518500249,6),l,r=i(r,10),n,t[13],1518500249,8),h,l=i(l,10),r,t[1],1518500249,13),h=s(h=i(h,10),l=s(l,r=s(r,n,f,h,l,t[10],1518500249,11),n,f=i(f,10),h,t[6],1518500249,9),r,n=i(n,10),f,t[15],1518500249,7),r=s(r=i(r,10),n=s(n,f=s(f,h,l,r,n,t[3],1518500249,15),h,l=i(l,10),r,t[12],1518500249,7),f,h=i(h,10),l,t[0],1518500249,12),f=s(f=i(f,10),h=s(h,l=s(l,r,n,f,h,t[9],1518500249,15),r,n=i(n,10),f,t[5],1518500249,9),l,r=i(r,10),n,t[2],1518500249,11),l=s(l=i(l,10),r=s(r,n=s(n,f,h,l,r,t[14],1518500249,7),f,h=i(h,10),l,t[11],1518500249,13),n,f=i(f,10),h,t[8],1518500249,12),n=a(n=i(n,10),f=a(f,h=a(h,l,r,n,f,t[3],1859775393,11),l,r=i(r,10),n,t[10],1859775393,13),h,l=i(l,10),r,t[14],1859775393,6),h=a(h=i(h,10),l=a(l,r=a(r,n,f,h,l,t[4],1859775393,7),n,f=i(f,10),h,t[9],1859775393,14),r,n=i(n,10),f,t[15],1859775393,9),r=a(r=i(r,10),n=a(n,f=a(f,h,l,r,n,t[8],1859775393,13),h,l=i(l,10),r,t[1],1859775393,15),f,h=i(h,10),l,t[2],1859775393,14),f=a(f=i(f,10),h=a(h,l=a(l,r,n,f,h,t[7],1859775393,8),r,n=i(n,10),f,t[0],1859775393,13),l,r=i(r,10),n,t[6],1859775393,6),l=a(l=i(l,10),r=a(r,n=a(n,f,h,l,r,t[13],1859775393,5),f,h=i(h,10),l,t[11],1859775393,12),n,f=i(f,10),h,t[5],1859775393,7),n=u(n=i(n,10),f=u(f,h=a(h,l,r,n,f,t[12],1859775393,5),l,r=i(r,10),n,t[1],2400959708,11),h,l=i(l,10),r,t[9],2400959708,12),h=u(h=i(h,10),l=u(l,r=u(r,n,f,h,l,t[11],2400959708,14),n,f=i(f,10),h,t[10],2400959708,15),r,n=i(n,10),f,t[0],2400959708,14),r=u(r=i(r,10),n=u(n,f=u(f,h,l,r,n,t[8],2400959708,15),h,l=i(l,10),r,t[12],2400959708,9),f,h=i(h,10),l,t[4],2400959708,8),f=u(f=i(f,10),h=u(h,l=u(l,r,n,f,h,t[13],2400959708,9),r,n=i(n,10),f,t[3],2400959708,14),l,r=i(r,10),n,t[7],2400959708,5),l=u(l=i(l,10),r=u(r,n=u(n,f,h,l,r,t[15],2400959708,6),f,h=i(h,10),l,t[14],2400959708,8),n,f=i(f,10),h,t[5],2400959708,6),n=c(n=i(n,10),f=u(f,h=u(h,l,r,n,f,t[6],2400959708,5),l,r=i(r,10),n,t[2],2400959708,12),h,l=i(l,10),r,t[4],2840853838,9),h=c(h=i(h,10),l=c(l,r=c(r,n,f,h,l,t[0],2840853838,15),n,f=i(f,10),h,t[5],2840853838,5),r,n=i(n,10),f,t[9],2840853838,11),r=c(r=i(r,10),n=c(n,f=c(f,h,l,r,n,t[7],2840853838,6),h,l=i(l,10),r,t[12],2840853838,8),f,h=i(h,10),l,t[2],2840853838,13),f=c(f=i(f,10),h=c(h,l=c(l,r,n,f,h,t[10],2840853838,12),r,n=i(n,10),f,t[14],2840853838,5),l,r=i(r,10),n,t[1],2840853838,12),l=c(l=i(l,10),r=c(r,n=c(n,f,h,l,r,t[3],2840853838,13),f,h=i(h,10),l,t[8],2840853838,14),n,f=i(f,10),h,t[11],2840853838,11),n=c(n=i(n,10),f=c(f,h=c(h,l,r,n,f,t[6],2840853838,8),l,r=i(r,10),n,t[15],2840853838,5),h,l=i(l,10),r,t[13],2840853838,6),h=i(h,10);var d=this._a,p=this._b,m=this._c,b=this._d,v=this._e;v=c(v,d=c(d,p,m,b,v,t[5],1352829926,8),p,m=i(m,10),b,t[14],1352829926,9),p=c(p=i(p,10),m=c(m,b=c(b,v,d,p,m,t[7],1352829926,9),v,d=i(d,10),p,t[0],1352829926,11),b,v=i(v,10),d,t[9],1352829926,13),b=c(b=i(b,10),v=c(v,d=c(d,p,m,b,v,t[2],1352829926,15),p,m=i(m,10),b,t[11],1352829926,15),d,p=i(p,10),m,t[4],1352829926,5),d=c(d=i(d,10),p=c(p,m=c(m,b,v,d,p,t[13],1352829926,7),b,v=i(v,10),d,t[6],1352829926,7),m,b=i(b,10),v,t[15],1352829926,8),m=c(m=i(m,10),b=c(b,v=c(v,d,p,m,b,t[8],1352829926,11),d,p=i(p,10),m,t[1],1352829926,14),v,d=i(d,10),p,t[10],1352829926,14),v=u(v=i(v,10),d=c(d,p=c(p,m,b,v,d,t[3],1352829926,12),m,b=i(b,10),v,t[12],1352829926,6),p,m=i(m,10),b,t[6],1548603684,9),p=u(p=i(p,10),m=u(m,b=u(b,v,d,p,m,t[11],1548603684,13),v,d=i(d,10),p,t[3],1548603684,15),b,v=i(v,10),d,t[7],1548603684,7),b=u(b=i(b,10),v=u(v,d=u(d,p,m,b,v,t[0],1548603684,12),p,m=i(m,10),b,t[13],1548603684,8),d,p=i(p,10),m,t[5],1548603684,9),d=u(d=i(d,10),p=u(p,m=u(m,b,v,d,p,t[10],1548603684,11),b,v=i(v,10),d,t[14],1548603684,7),m,b=i(b,10),v,t[15],1548603684,7),m=u(m=i(m,10),b=u(b,v=u(v,d,p,m,b,t[8],1548603684,12),d,p=i(p,10),m,t[12],1548603684,7),v,d=i(d,10),p,t[4],1548603684,6),v=u(v=i(v,10),d=u(d,p=u(p,m,b,v,d,t[9],1548603684,15),m,b=i(b,10),v,t[1],1548603684,13),p,m=i(m,10),b,t[2],1548603684,11),p=a(p=i(p,10),m=a(m,b=a(b,v,d,p,m,t[15],1836072691,9),v,d=i(d,10),p,t[5],1836072691,7),b,v=i(v,10),d,t[1],1836072691,15),b=a(b=i(b,10),v=a(v,d=a(d,p,m,b,v,t[3],1836072691,11),p,m=i(m,10),b,t[7],1836072691,8),d,p=i(p,10),m,t[14],1836072691,6),d=a(d=i(d,10),p=a(p,m=a(m,b,v,d,p,t[6],1836072691,6),b,v=i(v,10),d,t[9],1836072691,14),m,b=i(b,10),v,t[11],1836072691,12),m=a(m=i(m,10),b=a(b,v=a(v,d,p,m,b,t[8],1836072691,13),d,p=i(p,10),m,t[12],1836072691,5),v,d=i(d,10),p,t[2],1836072691,14),v=a(v=i(v,10),d=a(d,p=a(p,m,b,v,d,t[10],1836072691,13),m,b=i(b,10),v,t[0],1836072691,13),p,m=i(m,10),b,t[4],1836072691,7),p=s(p=i(p,10),m=s(m,b=a(b,v,d,p,m,t[13],1836072691,5),v,d=i(d,10),p,t[8],2053994217,15),b,v=i(v,10),d,t[6],2053994217,5),b=s(b=i(b,10),v=s(v,d=s(d,p,m,b,v,t[4],2053994217,8),p,m=i(m,10),b,t[1],2053994217,11),d,p=i(p,10),m,t[3],2053994217,14),d=s(d=i(d,10),p=s(p,m=s(m,b,v,d,p,t[11],2053994217,14),b,v=i(v,10),d,t[15],2053994217,6),m,b=i(b,10),v,t[0],2053994217,14),m=s(m=i(m,10),b=s(b,v=s(v,d,p,m,b,t[5],2053994217,6),d,p=i(p,10),m,t[12],2053994217,9),v,d=i(d,10),p,t[2],2053994217,12),v=s(v=i(v,10),d=s(d,p=s(p,m,b,v,d,t[13],2053994217,9),m,b=i(b,10),v,t[9],2053994217,12),p,m=i(m,10),b,t[7],2053994217,5),p=o(p=i(p,10),m=s(m,b=s(b,v,d,p,m,t[10],2053994217,15),v,d=i(d,10),p,t[14],2053994217,8),b,v=i(v,10),d,t[12],0,8),b=o(b=i(b,10),v=o(v,d=o(d,p,m,b,v,t[15],0,5),p,m=i(m,10),b,t[10],0,12),d,p=i(p,10),m,t[4],0,9),d=o(d=i(d,10),p=o(p,m=o(m,b,v,d,p,t[1],0,12),b,v=i(v,10),d,t[5],0,5),m,b=i(b,10),v,t[8],0,14),m=o(m=i(m,10),b=o(b,v=o(v,d,p,m,b,t[7],0,6),d,p=i(p,10),m,t[6],0,8),v,d=i(d,10),p,t[2],0,13),v=o(v=i(v,10),d=o(d,p=o(p,m,b,v,d,t[13],0,6),m,b=i(b,10),v,t[14],0,5),p,m=i(m,10),b,t[0],0,15),p=o(p=i(p,10),m=o(m,b=o(b,v,d,p,m,t[3],0,13),v,d=i(d,10),p,t[9],0,11),b,v=i(v,10),d,t[11],0,11),b=i(b,10);var y=this._b+f+b|0;this._b=this._c+h+v|0,this._c=this._d+l+d|0,this._d=this._e+r+p|0,this._e=this._a+n+m|0,this._a=y},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(20);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t.writeInt32LE(this._e,16),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":85,inherits:101}],143:[function(t,e,r){function n(t,e){for(var r in t)e[r]=t[r]}function i(t,e,r){return s(t,e,r)}var o=t("buffer"),s=o.Buffer;s.from&&s.alloc&&s.allocUnsafe&&s.allocUnsafeSlow?e.exports=o:(n(o,r),r.Buffer=i),n(s,i),i.from=function(t,e,r){if("number"==typeof t)throw new TypeError("Argument must not be a number");return s(t,e,r)},i.alloc=function(t,e,r){if("number"!=typeof t)throw new TypeError("Argument must be a number");var n=s(t);return void 0!==e?"string"==typeof r?n.fill(e,r):n.fill(e):n.fill(0),n},i.allocUnsafe=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return s(t)},i.allocUnsafeSlow=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return o.SlowBuffer(t)}},{buffer:47}],144:[function(t,e,r){function n(t,e){this._block=i.alloc(t),this._finalSize=e,this._blockSize=t,this._len=0}var i=t("safe-buffer").Buffer;n.prototype.update=function(t,e){"string"==typeof t&&(e=e||"utf8",t=i.from(t,e));for(var r=this._block,n=this._blockSize,o=t.length,s=this._len,a=0;a=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=8*this._len;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=4294967295&r,i=(r-n)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var o=this._hash();return t?o.toString(t):o},n.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=n},{"safe-buffer":143}],145:[function(t,e,r){(r=e.exports=function(t){t=t.toLowerCase();var e=r[t];if(!e)throw new Error(t+" is not supported (we accept pull requests)");return new e}).sha=t("./sha"),r.sha1=t("./sha1"),r.sha224=t("./sha224"),r.sha256=t("./sha256"),r.sha384=t("./sha384"),r.sha512=t("./sha512")},{"./sha":146,"./sha1":147,"./sha224":148,"./sha256":149,"./sha384":150,"./sha512":151}],146:[function(t,e,r){function n(){this.init(),this._w=h,u.call(this,64,56)}function i(t){return t<<5|t>>>27}function o(t){return t<<30|t>>>2}function s(t,e,r,n){return 0===t?e&r|~e&n:2===t?e&r|e&n|r&n:e^r^n}var a=t("inherits"),u=t("./hash"),c=t("safe-buffer").Buffer,f=[1518500249,1859775393,-1894007588,-899497514],h=new Array(80);a(n,u),n.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._a,n=0|this._b,a=0|this._c,u=0|this._d,c=0|this._e,h=0;h<16;++h)e[h]=t.readInt32BE(4*h);for(;h<80;++h)e[h]=e[h-3]^e[h-8]^e[h-14]^e[h-16];for(var l=0;l<80;++l){var d=~~(l/20),p=i(r)+s(d,n,a,u)+c+e[l]+f[d]|0;c=u,u=a,a=o(n),n=r,r=p}this._a=r+this._a|0,this._b=n+this._b|0,this._c=a+this._c|0,this._d=u+this._d|0,this._e=c+this._e|0},n.prototype._hash=function(){var t=c.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],147:[function(t,e,r){function n(){this.init(),this._w=l,c.call(this,64,56)}function i(t){return t<<1|t>>>31}function o(t){return t<<5|t>>>27}function s(t){return t<<30|t>>>2}function a(t,e,r,n){return 0===t?e&r|~e&n:2===t?e&r|e&n|r&n:e^r^n}var u=t("inherits"),c=t("./hash"),f=t("safe-buffer").Buffer,h=[1518500249,1859775393,-1894007588,-899497514],l=new Array(80);u(n,c),n.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._a,n=0|this._b,u=0|this._c,c=0|this._d,f=0|this._e,l=0;l<16;++l)e[l]=t.readInt32BE(4*l);for(;l<80;++l)e[l]=i(e[l-3]^e[l-8]^e[l-14]^e[l-16]);for(var d=0;d<80;++d){var p=~~(d/20),m=o(r)+a(p,n,u,c)+f+e[d]+h[p]|0;f=c,c=u,u=s(n),n=r,r=m}this._a=r+this._a|0,this._b=n+this._b|0,this._c=u+this._c|0,this._d=c+this._d|0,this._e=f+this._e|0},n.prototype._hash=function(){var t=f.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],148:[function(t,e,r){function n(){this.init(),this._w=u,s.call(this,64,56)}var i=t("inherits"),o=t("./sha256"),s=t("./hash"),a=t("safe-buffer").Buffer,u=new Array(64);i(n,o),n.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},n.prototype._hash=function(){var t=a.allocUnsafe(28);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t},e.exports=n},{"./hash":144,"./sha256":149,inherits:101,"safe-buffer":143}],149:[function(t,e,r){function n(){this.init(),this._w=p,h.call(this,64,56)}function i(t,e,r){return r^t&(e^r)}function o(t,e,r){return t&e|r&(t|e)}function s(t){return(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10)}function a(t){return(t>>>6|t<<26)^(t>>>11|t<<21)^(t>>>25|t<<7)}function u(t){return(t>>>7|t<<25)^(t>>>18|t<<14)^t>>>3}function c(t){return(t>>>17|t<<15)^(t>>>19|t<<13)^t>>>10}var f=t("inherits"),h=t("./hash"),l=t("safe-buffer").Buffer,d=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],p=new Array(64);f(n,h),n.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._a,n=0|this._b,f=0|this._c,h=0|this._d,l=0|this._e,p=0|this._f,m=0|this._g,b=0|this._h,v=0;v<16;++v)e[v]=t.readInt32BE(4*v);for(;v<64;++v)e[v]=c(e[v-2])+e[v-7]+u(e[v-15])+e[v-16]|0;for(var y=0;y<64;++y){var g=b+a(l)+i(l,p,m)+d[y]+e[y]|0,_=s(r)+o(r,n,f)|0;b=m,m=p,p=l,l=h+g|0,h=f,f=n,n=r,r=g+_|0}this._a=r+this._a|0,this._b=n+this._b|0,this._c=f+this._c|0,this._d=h+this._d|0,this._e=l+this._e|0,this._f=p+this._f|0,this._g=m+this._g|0,this._h=b+this._h|0},n.prototype._hash=function(){var t=l.allocUnsafe(32);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t.writeInt32BE(this._h,28),t},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],150:[function(t,e,r){function n(){this.init(),this._w=u,s.call(this,128,112)}var i=t("inherits"),o=t("./sha512"),s=t("./hash"),a=t("safe-buffer").Buffer,u=new Array(160);i(n,o),n.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},n.prototype._hash=function(){function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}var e=a.allocUnsafe(48);return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e},e.exports=n},{"./hash":144,"./sha512":151,inherits:101,"safe-buffer":143}],151:[function(t,e,r){function n(){this.init(),this._w=v,p.call(this,128,112)}function i(t,e,r){return r^t&(e^r)}function o(t,e,r){return t&e|r&(t|e)}function s(t,e){return(t>>>28|e<<4)^(e>>>2|t<<30)^(e>>>7|t<<25)}function a(t,e){return(t>>>14|e<<18)^(t>>>18|e<<14)^(e>>>9|t<<23)}function u(t,e){return(t>>>1|e<<31)^(t>>>8|e<<24)^t>>>7}function c(t,e){return(t>>>1|e<<31)^(t>>>8|e<<24)^(t>>>7|e<<25)}function f(t,e){return(t>>>19|e<<13)^(e>>>29|t<<3)^t>>>6}function h(t,e){return(t>>>19|e<<13)^(e>>>29|t<<3)^(t>>>6|e<<26)}function l(t,e){return t>>>0>>0?1:0}var d=t("inherits"),p=t("./hash"),m=t("safe-buffer").Buffer,b=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],v=new Array(160);d(n,p),n.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._ah,n=0|this._bh,d=0|this._ch,p=0|this._dh,m=0|this._eh,v=0|this._fh,y=0|this._gh,g=0|this._hh,_=0|this._al,w=0|this._bl,M=0|this._cl,k=0|this._dl,x=0|this._el,E=0|this._fl,S=0|this._gl,A=0|this._hl,j=0;j<32;j+=2)e[j]=t.readInt32BE(4*j),e[j+1]=t.readInt32BE(4*j+4);for(;j<160;j+=2){var C=e[j-30],T=e[j-30+1],P=u(C,T),I=c(T,C),B=f(C=e[j-4],T=e[j-4+1]),R=h(T,C),F=e[j-14],O=e[j-14+1],N=e[j-32],L=e[j-32+1],D=I+O|0,q=P+F+l(D,I)|0;q=(q=q+B+l(D=D+R|0,R)|0)+N+l(D=D+L|0,L)|0,e[j]=q,e[j+1]=D}for(var U=0;U<160;U+=2){q=e[U],D=e[U+1];var z=o(r,n,d),H=o(_,w,M),K=s(r,_),V=s(_,r),W=a(m,x),X=a(x,m),G=b[U],$=b[U+1],Z=i(m,v,y),J=i(x,E,S),Q=A+X|0,Y=g+W+l(Q,A)|0;Y=(Y=(Y=Y+Z+l(Q=Q+J|0,J)|0)+G+l(Q=Q+$|0,$)|0)+q+l(Q=Q+D|0,D)|0;var tt=V+H|0,et=K+z+l(tt,V)|0;g=y,A=S,y=v,S=E,v=m,E=x,m=p+Y+l(x=k+Q|0,k)|0,p=d,k=M,d=n,M=w,n=r,w=_,r=Y+et+l(_=Q+tt|0,Q)|0}this._al=this._al+_|0,this._bl=this._bl+w|0,this._cl=this._cl+M|0,this._dl=this._dl+k|0,this._el=this._el+x|0,this._fl=this._fl+E|0,this._gl=this._gl+S|0,this._hl=this._hl+A|0,this._ah=this._ah+r+l(this._al,_)|0,this._bh=this._bh+n+l(this._bl,w)|0,this._ch=this._ch+d+l(this._cl,M)|0,this._dh=this._dh+p+l(this._dl,k)|0,this._eh=this._eh+m+l(this._el,x)|0,this._fh=this._fh+v+l(this._fl,E)|0,this._gh=this._gh+y+l(this._gl,S)|0,this._hh=this._hh+g+l(this._hl,A)|0},n.prototype._hash=function(){function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}var e=m.allocUnsafe(64);return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],152:[function(t,e,r){function n(){i.call(this)}e.exports=n;var i=t("events").EventEmitter;t("inherits")(n,i),n.Readable=t("readable-stream/readable.js"),n.Writable=t("readable-stream/writable.js"),n.Duplex=t("readable-stream/duplex.js"),n.Transform=t("readable-stream/transform.js"),n.PassThrough=t("readable-stream/passthrough.js"),n.Stream=n,n.prototype.pipe=function(t,e){function r(e){t.writable&&!1===t.write(e)&&c.pause&&c.pause()}function n(){c.readable&&c.resume&&c.resume()}function o(){f||(f=!0,t.end())}function s(){f||(f=!0,"function"==typeof t.destroy&&t.destroy())}function a(t){if(u(),0===i.listenerCount(this,"error"))throw t}function u(){c.removeListener("data",r),t.removeListener("drain",n),c.removeListener("end",o),c.removeListener("close",s),c.removeListener("error",a),t.removeListener("error",a),c.removeListener("end",u),c.removeListener("close",u),t.removeListener("close",u)}var c=this;c.on("data",r),t.on("drain",n),t._isStdio||e&&!1===e.end||(c.on("end",o),c.on("close",s));var f=!1;return c.on("error",a),t.on("error",a),c.on("end",u),c.on("close",u),t.on("close",u),t.emit("pipe",c),t}},{events:83,inherits:101,"readable-stream/duplex.js":129,"readable-stream/passthrough.js":138,"readable-stream/readable.js":139,"readable-stream/transform.js":140,"readable-stream/writable.js":141}],153:[function(t,e,r){function n(t){this.encoding=function(t){var e=function(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}(t);if("string"!=typeof e&&(l.isEncoding===d||!d(t)))throw new Error("Unknown encoding: "+t);return e||t}(t);var e;switch(this.encoding){case"utf16le":this.text=s,this.end=a,e=4;break;case"utf8":this.fillLast=o,e=4;break;case"base64":this.text=u,this.end=c,e=3;break;default:return this.write=f,void(this.end=h)}this.lastNeed=0,this.lastTotal=0,this.lastChar=l.allocUnsafe(e)}function i(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:-1}function o(t){var e=this.lastTotal-this.lastNeed,r=function(t,e,r){if(128!=(192&e[0]))return t.lastNeed=0,"�".repeat(r);if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,"�".repeat(r+1);if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,"�".repeat(r+2)}}(this,t,e);return void 0!==r?r:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function s(t,e){if((t.length-e)%2==0){var r=t.toString("utf16le",e);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function a(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function u(t,e){var r=(t.length-e)%3;return 0===r?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function c(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function f(t){return t.toString(this.encoding)}function h(t){return t&&t.length?this.write(t):""}var l=t("safe-buffer").Buffer,d=l.isEncoding||function(t){switch((t=""+t)&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};r.StringDecoder=n,n.prototype.write=function(t){if(0===t.length)return"";var e,r;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r=0?(o>0&&(t.lastNeed=o-1),o):--n=0?(o>0&&(t.lastNeed=o-2),o):--n=0?(o>0&&(2===o?o=0:t.lastNeed=o-3),o):0}(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var n=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,n),t.toString("utf8",e,n)},n.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length}},{"safe-buffer":143}],154:[function(t,e,r){(function(t){function r(e){try{if(!t.localStorage)return!1}catch(t){return!1}var r=t.localStorage[e];return null!=r&&"true"===String(r).toLowerCase()}e.exports=function(t,e){if(r("noDeprecation"))return t;var n=!1;return function(){if(!n){if(r("throwDeprecation"))throw new Error(e);r("traceDeprecation")?console.trace(e):console.warn(e),n=!0}return t.apply(this,arguments)}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],155:[function(require,module,exports){function Context(){}var indexOf=require("indexof"),Object_keys=function(t){if(Object.keys)return Object.keys(t);var e=[];for(var r in t)e.push(r);return e},forEach=function(t,e){if(t.forEach)return t.forEach(e);for(var r=0;r>6|192);else{if(i>55295&&i<56320){if(++n==t.length)return null;var o=t.charCodeAt(n);if(o<56320||o>57343)return null;r+=e((i=65536+((1023&i)<<10)+(1023&o))>>18|240),r+=e(i>>12&63|128)}else r+=e(i>>12|224);r+=e(i>>6&63|128)}r+=e(63&i|128)}}return r},toString:function(t){for(var e="",r=0,o=i(t);r127){if(s>191&&s<224){if(r>=o)return null;s=(31&s)<<6|63&n(t,r)}else if(s>223&&s<240){if(r+1>=o)return null;s=(15&s)<<12|(63&n(t,r))<<6|63&n(t,++r)}else{if(!(s>239&&s<248))return null;if(r+2>=o)return null;s=(7&s)<<18|(63&n(t,r))<<12|(63&n(t,++r))<<6|63&n(t,++r)}++r}if(s<=65535)e+=String.fromCharCode(s);else{if(!(s<=1114111))return null;s-=65536,e+=String.fromCharCode(s>>10|55296),e+=String.fromCharCode(1023&s|56320)}}return e},fromNumber:function(t){var e=t.toString(16);return e.length%2==0?"0x"+e:"0x0"+e},toNumber:function(t){return parseInt(t.slice(2),16)},fromNat:function(t){return"0x0"===t?"0x":t.length%2==0?t:"0x0"+t.slice(2)},toNat:function(t){return"0"===t[2]?"0x"+t.slice(3):t},fromArray:s,toArray:o,fromUint8Array:function(t){return s([].slice.call(t,0))},toUint8Array:function(t){return new Uint8Array(o(t))}}},{"./array.js":156}],158:[function(t,e,r){var n="0123456789abcdef".split(""),i=[1,256,65536,16777216],o=[0,8,16,24],s=[1,0,32898,0,32906,2147483648,2147516416,2147483648,32907,0,2147483649,0,2147516545,2147483648,32777,2147483648,138,0,136,0,2147516425,0,2147483658,0,2147516555,0,139,2147483648,32905,2147483648,32771,2147483648,32770,2147483648,128,2147483648,32778,0,2147483658,2147483648,2147516545,2147483648,32896,2147483648,2147483649,0,2147516424,2147483648],a=function(t){var e,r,n,i,o,a,u,c,f,h,l,d,p,m,b,v,y,g,_,w,M,k,x,E,S,A,j,C,T,P,I,B,R,F,O,N,L,D,q,U,z,H,K,V,W,X,G,$,Z,J,Q,Y,tt,et,rt,nt,it,ot,st,at,ut,ct,ft;for(n=0;n<48;n+=2)i=t[0]^t[10]^t[20]^t[30]^t[40],o=t[1]^t[11]^t[21]^t[31]^t[41],a=t[2]^t[12]^t[22]^t[32]^t[42],u=t[3]^t[13]^t[23]^t[33]^t[43],c=t[4]^t[14]^t[24]^t[34]^t[44],f=t[5]^t[15]^t[25]^t[35]^t[45],h=t[6]^t[16]^t[26]^t[36]^t[46],l=t[7]^t[17]^t[27]^t[37]^t[47],e=(d=t[8]^t[18]^t[28]^t[38]^t[48])^(a<<1|u>>>31),r=(p=t[9]^t[19]^t[29]^t[39]^t[49])^(u<<1|a>>>31),t[0]^=e,t[1]^=r,t[10]^=e,t[11]^=r,t[20]^=e,t[21]^=r,t[30]^=e,t[31]^=r,t[40]^=e,t[41]^=r,e=i^(c<<1|f>>>31),r=o^(f<<1|c>>>31),t[2]^=e,t[3]^=r,t[12]^=e,t[13]^=r,t[22]^=e,t[23]^=r,t[32]^=e,t[33]^=r,t[42]^=e,t[43]^=r,e=a^(h<<1|l>>>31),r=u^(l<<1|h>>>31),t[4]^=e,t[5]^=r,t[14]^=e,t[15]^=r,t[24]^=e,t[25]^=r,t[34]^=e,t[35]^=r,t[44]^=e,t[45]^=r,e=c^(d<<1|p>>>31),r=f^(p<<1|d>>>31),t[6]^=e,t[7]^=r,t[16]^=e,t[17]^=r,t[26]^=e,t[27]^=r,t[36]^=e,t[37]^=r,t[46]^=e,t[47]^=r,e=h^(i<<1|o>>>31),r=l^(o<<1|i>>>31),t[8]^=e,t[9]^=r,t[18]^=e,t[19]^=r,t[28]^=e,t[29]^=r,t[38]^=e,t[39]^=r,t[48]^=e,t[49]^=r,m=t[0],b=t[1],X=t[11]<<4|t[10]>>>28,G=t[10]<<4|t[11]>>>28,C=t[20]<<3|t[21]>>>29,T=t[21]<<3|t[20]>>>29,at=t[31]<<9|t[30]>>>23,ut=t[30]<<9|t[31]>>>23,H=t[40]<<18|t[41]>>>14,K=t[41]<<18|t[40]>>>14,F=t[2]<<1|t[3]>>>31,O=t[3]<<1|t[2]>>>31,v=t[13]<<12|t[12]>>>20,y=t[12]<<12|t[13]>>>20,$=t[22]<<10|t[23]>>>22,Z=t[23]<<10|t[22]>>>22,P=t[33]<<13|t[32]>>>19,I=t[32]<<13|t[33]>>>19,ct=t[42]<<2|t[43]>>>30,ft=t[43]<<2|t[42]>>>30,et=t[5]<<30|t[4]>>>2,rt=t[4]<<30|t[5]>>>2,N=t[14]<<6|t[15]>>>26,L=t[15]<<6|t[14]>>>26,g=t[25]<<11|t[24]>>>21,_=t[24]<<11|t[25]>>>21,J=t[34]<<15|t[35]>>>17,Q=t[35]<<15|t[34]>>>17,B=t[45]<<29|t[44]>>>3,R=t[44]<<29|t[45]>>>3,E=t[6]<<28|t[7]>>>4,S=t[7]<<28|t[6]>>>4,nt=t[17]<<23|t[16]>>>9,it=t[16]<<23|t[17]>>>9,D=t[26]<<25|t[27]>>>7,q=t[27]<<25|t[26]>>>7,w=t[36]<<21|t[37]>>>11,M=t[37]<<21|t[36]>>>11,Y=t[47]<<24|t[46]>>>8,tt=t[46]<<24|t[47]>>>8,V=t[8]<<27|t[9]>>>5,W=t[9]<<27|t[8]>>>5,A=t[18]<<20|t[19]>>>12,j=t[19]<<20|t[18]>>>12,ot=t[29]<<7|t[28]>>>25,st=t[28]<<7|t[29]>>>25,U=t[38]<<8|t[39]>>>24,z=t[39]<<8|t[38]>>>24,k=t[48]<<14|t[49]>>>18,x=t[49]<<14|t[48]>>>18,t[0]=m^~v&g,t[1]=b^~y&_,t[10]=E^~A&C,t[11]=S^~j&T,t[20]=F^~N&D,t[21]=O^~L&q,t[30]=V^~X&$,t[31]=W^~G&Z,t[40]=et^~nt&ot,t[41]=rt^~it&st,t[2]=v^~g&w,t[3]=y^~_&M,t[12]=A^~C&P,t[13]=j^~T&I,t[22]=N^~D&U,t[23]=L^~q&z,t[32]=X^~$&J,t[33]=G^~Z&Q,t[42]=nt^~ot&at,t[43]=it^~st&ut,t[4]=g^~w&k,t[5]=_^~M&x,t[14]=C^~P&B,t[15]=T^~I&R,t[24]=D^~U&H,t[25]=q^~z&K,t[34]=$^~J&Y,t[35]=Z^~Q&tt,t[44]=ot^~at&ct,t[45]=st^~ut&ft,t[6]=w^~k&m,t[7]=M^~x&b,t[16]=P^~B&E,t[17]=I^~R&S,t[26]=U^~H&F,t[27]=z^~K&O,t[36]=J^~Y&V,t[37]=Q^~tt&W,t[46]=at^~ct&et,t[47]=ut^~ft&rt,t[8]=k^~m&v,t[9]=x^~b&y,t[18]=B^~E&A,t[19]=R^~S&j,t[28]=H^~F&N,t[29]=K^~O&L,t[38]=Y^~V&X,t[39]=tt^~W&G,t[48]=ct^~et&nt,t[49]=ft^~rt&it,t[0]^=s[n],t[1]^=s[n+1]},u=function(t){return function(e){var r;if("0x"===e.slice(0,2)){r=[];for(var s=2,u=e.length;s>2]|=e[d]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|63&r)<=57344?(u[b>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|63&r)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|63&r)<=c){for(t.start=b-c,t.block=u[f],b=0;b>2]|=i[3&b],t.lastByteIndex===c)for(u[0]=u[f],b=1;b>4&15]+n[15&p]+n[p>>12&15]+n[p>>8&15]+n[p>>20&15]+n[p>>16&15]+n[p>>28&15]+n[p>>24&15];v%f==0&&(a(l),b=0)}return"0x"+m}(function(t){return{blocks:[],reset:!0,block:0,start:0,blockCount:1600-(t<<1)>>5,outputBlocks:t>>5,s:function(t){return[].concat(t,t,t,t,t)}([0,0,0,0,0,0,0,0,0,0])}}(t),r)}};e.exports={keccak256:u(256),keccak512:u(512),keccak256s:u(256),keccak512s:u(512)}},{}],159:[function(t,e,r){var n=t("is-function");e.exports=function(t,e,r){if(!n(e))throw new TypeError("iterator must be a function");arguments.length<3&&(r=this),"[object Array]"===i.call(t)?function(t,e,r){for(var n=0,i=t.length;n0){var s=i.join(r,o);n.push(g(t)(e[o])(s))}return Promise.all(n).then(function(){return r})})}}},w=function(t){return function(e){return u(t+"/bzzr:/",{body:"string"==typeof e?N(e):e,method:"POST"})}},M=function(t){return function(e){return function(r){return function(n){return function i(o){var s="/"===r[0]?r:"/"+r,a=t+"/bzz:/"+e+s,c={method:"PUT",headers:{"Content-Type":n.type},body:n.data};return u(a,c).then(function(t){if(-1!==t.indexOf("error"))throw t;return t}).catch(function(t){return o>0&&i(o-1)})}(3)}}}},k=function(t){return function(e){return E(t)({"":e})}},x=function(t){return function(r){return e.readFile(r).then(function(e){return k(t)({type:s.lookup(r),data:e})})}},E=function(t){return function(e){return w(t)("{}").then(function(r){return Object.keys(e).reduce(function(r,n){return r.then(function(r){return function(n){return M(t)(n)(r)(e[r])}}(n))},Promise.resolve(r))})}},S=function(t){return function(r){return e.readFile(r).then(w(t))}},A=function(t){return function(n){return function(i){return r.directoryTree(i).then(function(t){return Promise.all(t.map(function(t){return e.readFile(t)})).then(function(e){var r=t.map(function(t){return t.slice(i.length)}),n=t.map(function(t){return s.lookup(t)||"text/plain"});return d(r)(e.map(function(t,e){return{type:n[e],data:t}}))})}).then(function(t){return function(t){return function(e){var r={};for(var n in t)r[n]=t[n];for(var i in e)r[i]=e[i];return r}}(n?{"":t[n]}:{})(t)}).then(E(t))}}},j=function(t){return function(e){if("data"===e.pick)return l.data().then(w(t));if("file"===e.pick)return l.file().then(k(t));if("directory"===e.pick)return l.directory().then(E(t));if(e.path)switch(e.kind){case"data":return S(t)(e.path);case"file":return x(t)(e.path);case"directory":return A(t)(e.defaultFile)(e.path)}else{if(e.length||"string"==typeof e)return w(t)(e);if(e instanceof Object)return E(t)(e)}return Promise.reject(new Error("Bad arguments"))}},C=function(t){return function(e){return function(r){return R(t)(e).then(function(n){return n?r?_(t)(e)(r):y(t)(e):r?g(t)(e)(r):m(t)(e)})}}},T=function(t,e){var i=n.platform().replace("win32","windows")+"-"+("x64"===n.arch()?"amd64":"386"),o=(e||a)[i],s=c+o.archive+".tar.gz",u=o.archiveMD5,f=o.binaryMD5;return r.safeDownloadArchived(s)(u)(f)(t)},P=function(t){return new Promise(function(e,r){var n=o.spawn,i=function(t){return function(e){return-1!==(""+e).indexOf(t)}},s=t.account,a=t.password,u=t.dataDir,c=t.ensApi,f=t.privateKey,h=0,l=n(t.binPath,["--bzzaccount",s||f,"--datadir",u,"--ens-api",c]),d=function(t){0===h&&i("Passphrase")(t)?setTimeout(function(){h=1,l.stdin.write(a+"\n")},500):i("Swarm http proxy started")(t)&&(h=2,clearTimeout(p),e(l))};l.stdout.on("data",d),l.stderr.on("data",d);var p=setTimeout(function(){return r(new Error("Couldn't start swarm process."))},2e4)})},I=function(t){return new Promise(function(e,r){t.stderr.removeAllListeners("data"),t.stdout.removeAllListeners("data"),t.stdin.removeAllListeners("error"),t.removeAllListeners("error"),t.removeAllListeners("exit"),t.kill("SIGINT");var n=setTimeout(function(){return t.kill("SIGKILL")},8e3);t.once("close",function(){clearTimeout(n),e()})})},B=function(t){return w(t)("test").then(function(t){return"c9a99c7d326dcc6316f32fe2625b311f6dc49a175e6877681ded93137d3569e7"===t}).catch(function(){return!1})},R=function(t){return function(e){return m(t)(e).then(function(t){try{return!!JSON.parse(O(t)).entries}catch(t){return!1}})}},F=function(t){return function(e,r,n,i,o){var s;return void 0!==e&&(s=t(e)),void 0!==r&&(s=t(r)),void 0!==n&&(s=t(n)),void 0!==i&&(s=t(i)),void 0!==o&&(s=t(o)),s}},O=function(t){return f.toString(f.fromUint8Array(t))},N=function(t){return f.toUint8Array(f.fromString(t))},L=function(t){return{download:function(e,r){return C(t)(e)(r)},downloadData:F(m(t)),downloadDataToDisk:F(g(t)),downloadDirectory:F(y(t)),downloadDirectoryToDisk:F(_(t)),downloadEntries:F(b(t)),downloadRoutes:F(v(t)),isAvailable:function(){return B(t)},upload:function(e){return j(t)(e)},uploadData:F(w(t)),uploadFile:F(k(t)),uploadFileFromDisk:F(k(t)),uploadDataFromDisk:F(S(t)),uploadDirectory:F(E(t)),uploadDirectoryFromDisk:F(A(t)),uploadToManifest:F(M(t)),pick:l,hash:h,fromString:N,toString:O}};return{at:L,local:function(t){return function(e){return B("http://localhost:8500").then(function(r){return r?e(L("http://localhost:8500")).then(function(){}):T(t.binPath,t.archives).onData(function(e){return(t.onProgress||function(){})(e.length)}).then(function(){return P(t)}).then(function(t){return e(L("http://localhost:8500")).then(function(){return t})}).then(I)})}},download:C,downloadBinary:T,downloadData:m,downloadDataToDisk:g,downloadDirectory:y,downloadDirectoryToDisk:_,downloadEntries:b,downloadRoutes:v,isAvailable:B,startProcess:P,stopProcess:I,upload:j,uploadData:w,uploadDataFromDisk:S,uploadFile:k,uploadFileFromDisk:x,uploadDirectory:E,uploadDirectoryFromDisk:A,uploadToManifest:M,pick:l,hash:h,fromString:N,toString:O}}},{}],169:[function(t,e,r){(r=e.exports=function(t){return t.replace(/^\s*|\s*$/g,"")}).left=function(t){return t.replace(/^\s*/,"")},r.right=function(t){return t.replace(/\s*$/,"")}},{}],170:[function(t,e,r){(function(){function t(t){return function(e,r,n,i){r=w(r,i,4);var o=!j(e)&&_.keys(e),s=(o||e).length,a=t>0?0:s-1;return arguments.length<3&&(n=e[o?o[a]:a],a+=t),function(e,r,n,i,o,s){for(;o>=0&&o0?0:i-1;o>=0&&o0?s=o>=0?o:Math.max(o+a,s):a=o>=0?Math.min(o+1,a):o+a+1;else if(r&&o&&a)return o=r(n,i),n[o]===i?o:-1;if(i!=i)return(o=e(l.call(n,s,a),_.isNaN))>=0?o+s:-1;for(o=t>0?s:a-1;o>=0&&o=0&&e<=S};_.each=_.forEach=function(t,e,r){e=w(e,r);var n,i;if(j(t))for(n=0,i=t.length;n=0},_.invoke=function(t,e){var r=l.call(arguments,2),n=_.isFunction(e);return _.map(t,function(t){var i=n?e:t[e];return null==i?i:i.apply(t,r)})},_.pluck=function(t,e){return _.map(t,_.property(e))},_.where=function(t,e){return _.filter(t,_.matcher(e))},_.findWhere=function(t,e){return _.find(t,_.matcher(e))},_.max=function(t,e,r){var n,i,o=-1/0,s=-1/0;if(null==e&&null!=t)for(var a=0,u=(t=j(t)?t:_.values(t)).length;ao&&(o=n);else e=M(e,r),_.each(t,function(t,r,n){((i=e(t,r,n))>s||i===-1/0&&o===-1/0)&&(o=t,s=i)});return o},_.min=function(t,e,r){var n,i,o=1/0,s=1/0;if(null==e&&null!=t)for(var a=0,u=(t=j(t)?t:_.values(t)).length;an||void 0===r)return 1;if(re?(s&&(clearTimeout(s),s=null),a=c,o=t.apply(n,i),s||(n=i=null)):s||!1===r.trailing||(s=setTimeout(u,f)),o}},_.debounce=function(t,e,r){var n,i,o,s,a,u=function u(){var c=_.now()-s;c=0?n=setTimeout(u,e-c):(n=null,r||(a=t.apply(o,i),n||(o=i=null)))};return function(){o=this,i=arguments,s=_.now();var c=r&&!n;return n||(n=setTimeout(u,e)),c&&(a=t.apply(o,i),o=i=null),a}},_.wrap=function(t,e){return _.partial(e,t)},_.negate=function(t){return function(){return!t.apply(this,arguments)}},_.compose=function(){var t=arguments,e=t.length-1;return function(){for(var r=e,n=t[e].apply(this,arguments);r--;)n=t[r].call(this,n);return n}},_.after=function(t,e){return function(){if(--t<1)return e.apply(this,arguments)}},_.before=function(t,e){var r;return function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=null),r}},_.once=_.partial(_.before,2);var I=!{toString:null}.propertyIsEnumerable("toString"),B=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];_.keys=function(t){if(!_.isObject(t))return[];if(b)return b(t);var e=[];for(var r in t)_.has(t,r)&&e.push(r);return I&&o(t,e),e},_.allKeys=function(t){if(!_.isObject(t))return[];var e=[];for(var r in t)e.push(r);return I&&o(t,e),e},_.values=function(t){for(var e=_.keys(t),r=e.length,n=Array(r),i=0;i":">",'"':""","'":"'","`":"`"},F=_.invert(R),O=function(t){var e=function(e){return t[e]},r="(?:"+_.keys(t).join("|")+")",n=RegExp(r),i=RegExp(r,"g");return function(t){return t=null==t?"":""+t,n.test(t)?t.replace(i,e):t}};_.escape=O(R),_.unescape=O(F),_.result=function(t,e,r){var n=null==t?void 0:t[e];return void 0===n&&(n=r),_.isFunction(n)?n.call(t):n};var N=0;_.uniqueId=function(t){var e=++N+"";return t?t+e:e},_.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var L=/(.)^/,D={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},q=/\\|'|\r|\n|\u2028|\u2029/g,U=function(t){return"\\"+D[t]};_.template=function(t,e,r){!e&&r&&(e=r),e=_.defaults({},e,_.templateSettings);var n=RegExp([(e.escape||L).source,(e.interpolate||L).source,(e.evaluate||L).source].join("|")+"|$","g"),i=0,o="__p+='";t.replace(n,function(e,r,n,s,a){return o+=t.slice(i,a).replace(q,U),i=a+e.length,r?o+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":n?o+="'+\n((__t=("+n+"))==null?'':__t)+\n'":s&&(o+="';\n"+s+"\n__p+='"),e}),o+="';\n",e.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{var s=new Function(e.variable||"obj","_",o)}catch(t){throw t.source=o,t}var a=function(t){return s.call(this,t,_)},u=e.variable||"obj";return a.source="function("+u+"){\n"+o+"}",a},_.chain=function(t){var e=_(t);return e._chain=!0,e};var z=function(t,e){return t._chain?_(e).chain():e};_.mixin=function(t){_.each(_.functions(t),function(e){var r=_[e]=t[e];_.prototype[e]=function(){var t=[this._wrapped];return h.apply(t,arguments),z(this,r.apply(_,t))}})},_.mixin(_),_.each(["pop","push","reverse","shift","sort","splice","unshift"],function(t){var e=u[t];_.prototype[t]=function(){var r=this._wrapped;return e.apply(r,arguments),"shift"!==t&&"splice"!==t||0!==r.length||delete r[0],z(this,r)}}),_.each(["concat","join","slice"],function(t){var e=u[t];_.prototype[t]=function(){return z(this,e.apply(this._wrapped,arguments))}}),_.prototype.value=function(){return this._wrapped},_.prototype.valueOf=_.prototype.toJSON=_.prototype.value,_.prototype.toString=function(){return""+this._wrapped},"function"==typeof define&&define.amd&&define("underscore",[],function(){return _})}).call(this)},{}],171:[function(t,e,r){e.exports=function(t,e){if(e){e=(e=e.trim().replace(/^(\?|#|&)/,""))?"?"+e:e;var r=t.split(/[\?\#]/)[0];e&&/\:\/\/[^\/]*$/.test(r)&&(r+="/");var n=t.match(/(\#.*)$/);t=r+e,n&&(t+=n[0])}return t}},{}],172:[function(t,e,r){var n=t("xhr-request");e.exports=function(t,e){return new Promise(function(r,i){n(t,e,function(t,e){t?i(t):r(e)})})}},{"xhr-request":173}],173:[function(t,e,r){var n=t("query-string"),i=t("url-set-query"),o=t("object-assign"),s=t("./lib/ensure-header.js"),a=t("./lib/request.js"),u="application/json",c=function(){};e.exports=function(t,e,r){if(!t||"string"!=typeof t)throw new TypeError("must specify a URL");if("function"==typeof e&&(r=e,e={}),r&&"function"!=typeof r)throw new TypeError("expected cb to be undefined or a function");r=r||c;var f=(e=e||{}).json?"json":"text",h=(e=o({responseType:f},e)).headers||{},l=(e.method||"GET").toUpperCase(),d=e.query;return d&&("string"!=typeof d&&(d=n.stringify(d)),t=i(t,d)),"json"===e.responseType&&s(h,"Accept",u),e.json&&"GET"!==l&&"HEAD"!==l&&(s(h,"Content-Type",u),e.body=JSON.stringify(e.body)),e.method=l,e.url=t,e.headers=h,delete e.query,delete e.json,a(e,r)}},{"./lib/ensure-header.js":174,"./lib/request.js":176,"object-assign":177,"query-string":163,"url-set-query":171}],174:[function(t,e,r){e.exports=function(t,e,r){var n=e.toLowerCase();t[e]||t[n]||(t[e]=r)}},{}],175:[function(t,e,r){e.exports=function(t,e){return e?{statusCode:e.statusCode,headers:e.headers,method:t.method,url:t.url,rawRequest:e.rawRequest?e.rawRequest:e}:null}},{}],176:[function(t,e,r){var n=t("xhr"),i=t("./normalize-response");e.exports=function(t,e){delete t.uri;var r=!1;return"json"===t.responseType&&(t.responseType="text",r=!0),n(t,function(n,o,s){if(r&&!n)try{var a=o.rawRequest.responseText;s=JSON.parse(a)}catch(t){n=t}o=i(t,o),e(n,n?null:s,o)})}},{"./normalize-response":175,xhr:178}],177:[function(t,e,r){function n(t){var e=Object.getOwnPropertyNames(t);return Object.getOwnPropertySymbols&&(e=e.concat(Object.getOwnPropertySymbols(t))),e.filter(function(e){return i.call(t,e)})}var i=Object.prototype.propertyIsEnumerable;e.exports=Object.assign||function(t,e){for(var r,i,o=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),s=1;s0&&(f=setTimeout(function(){if(!c){c=!0,s.abort("timeout");var t=new Error("XMLHttpRequest timeout");t.code="ETIMEDOUT",e(t)}},t.timeout)),s.setRequestHeader)for(a in p)p.hasOwnProperty(a)&&s.setRequestHeader(a,p[a]);else if(t.headers&&!function(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}(t.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in t&&(s.responseType=t.responseType),"beforeSend"in t&&"function"==typeof t.beforeSend&&t.beforeSend(s),s.send(d||null),s}var s=t("global/window"),a=t("is-function"),u=t("parse-headers"),c=t("xtend");e.exports=i,i.XMLHttpRequest=s.XMLHttpRequest||function(){},i.XDomainRequest="withCredentials"in new i.XMLHttpRequest?i.XMLHttpRequest:s.XDomainRequest,function(t,e){for(var r=0;r1?(t[r[0]]=t[r[0]]||{},t[r[0]][r[1]]=e):t[r[0]]=e},c.prototype.getCall=function(t){return n.isFunction(this.call)?this.call(t):this.call},c.prototype.extractCallback=function(t){if(n.isFunction(t[t.length-1]))return t.pop()},c.prototype.validateArgs=function(t){if(t.length!==this.params)throw i.InvalidNumberOfParams(t.length,this.params,this.name)},c.prototype.formatInput=function(t){var e=this;return this.inputFormatter?this.inputFormatter.map(function(r,n){return r?r.call(e,t[n]):t[n]}):t},c.prototype.formatOutput=function(t){var e=this;return n.isArray(t)?t.map(function(t){return e.outputFormatter&&t?e.outputFormatter(t):t}):this.outputFormatter&&t?this.outputFormatter(t):t},c.prototype.toPayload=function(t){var e=this.getCall(t),r=this.extractCallback(t),n=this.formatInput(t);this.validateArgs(n);var i={method:e,params:n,callback:r};return this.transformPayload&&(i=this.transformPayload(i)),i},c.prototype._confirmTransaction=function(t,e,r){var i=this,f=!1,h=!0,l=0,d=0,p=null,m=n.isObject(r.params[0])&&r.params[0].gas?r.params[0].gas:null,b=n.isObject(r.params[0])&&r.params[0].data&&r.params[0].from&&!r.params[0].to,v=[new c({name:"getTransactionReceipt",call:"eth_getTransactionReceipt",params:1,inputFormatter:[null],outputFormatter:o.outputTransactionReceiptFormatter}),new c({name:"getCode",call:"eth_getCode",params:2,inputFormatter:[o.inputAddressFormatter,o.inputDefaultBlockNumberFormatter]}),new u({name:"subscribe",type:"eth",subscriptions:{newBlockHeaders:{subscriptionName:"newHeads",params:0,outputFormatter:o.outputBlockFormatter}}})],y={};n.each(v,function(t){t.attachToObject(y),t.requestManager=i.requestManager});var g=function(r,n,o,u){return r?(o.unsubscribe(),f=!0,s._fireError({message:"Failed to subscribe to new newBlockHeaders to confirm the transaction receipts.",data:r},t.eventEmitter,t.reject)):(o||(o={unsubscribe:function(){clearInterval(p)}}),(u?a.resolve(u):y.getTransactionReceipt(e)).catch(function(e){o.unsubscribe(),f=!0,s._fireError({message:"Failed to check for transaction receipt:",data:e},t.eventEmitter,t.reject)}).then(function(e){if(!e||!e.blockHash)throw new Error("Receipt missing or blockHash null");return i.extraFormatters&&i.extraFormatters.receiptFormatter&&(e=i.extraFormatters.receiptFormatter(e)),t.eventEmitter.listeners("confirmation").length>0&&(t.eventEmitter.emit("confirmation",d,e),h=!1,25===++d&&(o.unsubscribe(),t.eventEmitter.removeAllListeners())),e}).then(function(e){if(b&&!f){if(!e.contractAddress)return h&&(o.unsubscribe(),f=!0),s._fireError(new Error("The transaction receipt didn't contain a contract address."),t.eventEmitter,t.reject);y.getCode(e.contractAddress,function(r,n){n&&(n.length>2?(t.eventEmitter.emit("receipt",e),i.extraFormatters&&i.extraFormatters.contractDeployFormatter?t.resolve(i.extraFormatters.contractDeployFormatter(e)):t.resolve(e),h&&t.eventEmitter.removeAllListeners()):s._fireError(new Error("The contract code couldn't be stored, please check your gas limit."),t.eventEmitter,t.reject),h&&o.unsubscribe(),f=!0)})}return e}).then(function(e){b||f||(e.outOfGas||m&&m===e.gasUsed?(e&&(e=JSON.stringify(e,null,2)),s._fireError(new Error("Transaction ran out of gas. Please provide more gas:\n"+e),t.eventEmitter,t.reject)):(t.eventEmitter.emit("receipt",e),t.resolve(e),h&&t.eventEmitter.removeAllListeners()),h&&o.unsubscribe(),f=!0)}).catch(function(){if(++l-1>=50)return o.unsubscribe(),f=!0,s._fireError(new Error("Transaction was not mined within 50 blocks, please make sure your transaction was properly send. Be aware that it might still be mined!"),t.eventEmitter,t.reject)}))},_=function(){n.isFunction(this.requestManager.provider.on)?y.subscribe("newBlockHeaders",g):p=setInterval(g,1e3)}.bind(this);y.getTransactionReceipt(e).then(function(e){if(e&&e.blockHash)return t.eventEmitter.listeners("confirmation").length>0&&setTimeout(function(){f||_()},1e3),g(null,0,null,e);f||_()}).catch(function(){f||_()})};var f=function(t,e){return n.isNumber(t)?e.wallet[t]:n.isObject(t)&&t.address&&t.privateKey?t:e.wallet[t.toLowerCase()]};c.prototype.buildCall=function(){var t=this,e="eth_sendTransaction"===t.call||"eth_sendRawTransaction"===t.call,r=function(){var r=a(!e),i=t.toPayload(Array.prototype.slice.call(arguments)),o=function(n,o){try{o=t.formatOutput(o)}catch(t){n=t}if(o instanceof Error&&(n=o),n)return n.error&&(n=n.error),s._fireError(n,r.eventEmitter,r.reject,i.callback);i.callback&&i.callback(null,o),e?(r.eventEmitter.emit("transactionHash",o),t._confirmTransaction(r,o,i)):n||r.resolve(o)},u=function(e){var r=n.extend({},i,{method:"eth_sendRawTransaction",params:[e.rawTransaction]});t.requestManager.send(r,o)},h=function(t,e){if(e&&e.accounts&&e.accounts.wallet&&e.accounts.wallet.length){var i;if("eth_sendTransaction"===t.method){var s=t.params[0];if((i=f(n.isObject(s)?s.from:null,e.accounts))&&i.privateKey){var a=e.accounts.signTransaction(n.omit(s,"from"),i.privateKey);return n.isFunction(a.then)?a.then(u):u(a)}}else if("eth_sign"===t.method){var c=t.params[1];if((i=f(t.params[0],e.accounts))&&i.privateKey){var h=e.accounts.sign(c,i.privateKey);return t.callback&&t.callback(null,h.signature),void r.resolve(h.signature)}}}return e.requestManager.send(t,o)};if(e&&n.isObject(i.params[0])&&!i.params[0].gasPrice){new c({name:"getGasPrice",call:"eth_gasPrice",params:0}).createFunction(t.requestManager)(function(e,r){r&&(i.params[0].gasPrice=r),h(i,t)})}else h(i,t);return r.eventEmitter};return r.method=t,r.request=this.request.bind(this),r},c.prototype.request=function(){var t=this.toPayload(Array.prototype.slice.call(arguments));return t.format=this.formatOutput.bind(this),t},e.exports=c},{underscore:185,"web3-core-helpers":184,"web3-core-promievent":189,"web3-core-subscriptions":197,"web3-utils":390}],187:[function(t,e,r){(function(t,n){!function(t){if("object"==(void 0===r?"undefined":_typeof(r))&&void 0!==e)e.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var i;"undefined"!=typeof window?i=window:void 0!==n?i=n:"undefined"!=typeof self&&(i=self),i.Promise=t()}}(function(){var e,r,i;return function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof _dereq_&&_dereq_;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[s]={exports:{}};e[s][0].call(f.exports,function(t){var r=e[s][1][t];return i(r||t)},f,f.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof _dereq_&&_dereq_,s=0;s0;){var e=t.shift();if("function"==typeof e){var r=t.shift(),n=t.shift();e.call(r,n)}else e._settlePromises()}},i.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},i.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},i.prototype._reset=function(){this._isTickUsed=!1},r.exports=i,r.exports.firstLineError=u},{"./queue":26,"./schedule":29,"./util":36}],3:[function(t,e,r){e.exports=function(t,e,r,n){var i=!1,o=function(t,e){this._reject(e)},s=function(t,e){e.promiseRejectionQueued=!0,e.bindingPromise._then(o,o,null,this,t)},a=function(t,e){0==(50397184&this._bitField)&&this._resolveCallback(e.target)},u=function(t,e){e.promiseRejectionQueued||this._reject(t)};t.prototype.bind=function(o){i||(i=!0,t.prototype._propagateFrom=n.propagateFromFunction(),t.prototype._boundValue=n.boundValueFunction());var c=r(o),f=new t(e);f._propagateFrom(this,1);var h=this._target();if(f._setBoundTo(c),c instanceof t){var l={promiseRejectionQueued:!1,promise:f,target:h,bindingPromise:c};h._then(e,s,void 0,f,l),c._then(a,u,void 0,f,l),f._setOnCancel(c)}else f._resolveCallback(h);return f},t.prototype._setBoundTo=function(t){void 0!==t?(this._bitField=2097152|this._bitField,this._boundTo=t):this._bitField=-2097153&this._bitField},t.prototype._isBound=function(){return 2097152==(2097152&this._bitField)},t.bind=function(e,r){return t.resolve(r).bind(e)}}},{}],4:[function(t,e,r){var n;"undefined"!=typeof Promise&&(n=Promise);var i=t("./promise")();i.noConflict=function(){try{Promise===i&&(Promise=n)}catch(t){}return i},e.exports=i},{"./promise":22}],5:[function(t,e,r){var n=Object.create;if(n){var i=n(null),o=n(null);i[" size"]=o[" size"]=0}e.exports=function(e){function r(t,r){var n;if(null!=t&&(n=t[r]),"function"!=typeof n){var i="Object "+a.classString(t)+" has no method '"+a.toString(r)+"'";throw new e.TypeError(i)}return n}function n(t){return r(t,this.pop()).apply(t,this)}function i(t){return t[this]}function o(t){var e=+this;return e<0&&(e=Math.max(0,e+t.length)),t[e]}var s,a=t("./util"),u=a.canEvaluate;a.isIdentifier;e.prototype.call=function(t){var e=[].slice.call(arguments,1);return e.push(t),this._then(n,void 0,void 0,e,void 0)},e.prototype.get=function(t){var e;if("number"==typeof t)e=o;else if(u){var r=s(t);e=null!==r?r:i}else e=i;return this._then(e,void 0,void 0,t,void 0)}}},{"./util":36}],6:[function(t,e,r){e.exports=function(e,r,n,i){var o=t("./util"),s=o.tryCatch,a=o.errorObj,u=e._async;e.prototype.break=e.prototype.cancel=function(){if(!i.cancellation())return this._warn("cancellation is disabled");for(var t=this,e=t;t.isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}var r=t._cancellationParent;if(null==r||!r.isCancellable()){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}t._isFollowing()&&t._followee().cancel(),e=t,t=r}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(t){return t===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),!!this._enoughBranchesHaveCancelled()&&(this._invokeOnCancel(),!0))},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this.isCancellable()&&(this._setCancelled(),u.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(t,e){if(o.isArray(t))for(var r=0;r=0)return i[t]}var n=!1,i=[];return t.prototype._promiseCreated=function(){},t.prototype._pushContext=function(){},t.prototype._popContext=function(){return null},t._peekContext=t.prototype._peekContext=function(){},e.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,i.push(this._trace))},e.prototype._popContext=function(){if(void 0!==this._trace){var t=i.pop(),e=t._promiseCreated;return t._promiseCreated=null,e}return null},e.CapturedTrace=null,e.create=function(){if(n)return new e},e.deactivateLongStackTraces=function(){},e.activateLongStackTraces=function(){var i=t.prototype._pushContext,o=t.prototype._popContext,s=t._peekContext,a=t.prototype._peekContext,u=t.prototype._promiseCreated;e.deactivateLongStackTraces=function(){t.prototype._pushContext=i,t.prototype._popContext=o,t._peekContext=s,t.prototype._peekContext=a,t.prototype._promiseCreated=u,n=!1},n=!0,t.prototype._pushContext=e.prototype._pushContext,t.prototype._popContext=e.prototype._popContext,t._peekContext=t.prototype._peekContext=r,t.prototype._promiseCreated=function(){var t=this._peekContext();t&&null==t._promiseCreated&&(t._promiseCreated=this)}},e}},{}],9:[function(e,r,n){r.exports=function(r,n){function i(t,e){return{promise:e}}function o(){return!1}function s(t,e,r){var n=this;try{t(e,r,function(t){if("function"!=typeof t)throw new TypeError("onCancel must be a function, got: "+T.toString(t));n._attachCancellationCallback(t)})}catch(t){return t}}function a(t){if(!this.isCancellable())return this;var e=this._onCancel();void 0!==e?T.isArray(e)?e.push(t):this._setOnCancel([e,t]):this._setOnCancel(t)}function u(){return this._onCancelField}function c(t){this._onCancelField=t}function f(){this._cancellationParent=void 0,this._onCancelField=void 0}function h(t,e){if(0!=(1&e)){this._cancellationParent=t;var r=t._branchesRemainingToCancel;void 0===r&&(r=0),t._branchesRemainingToCancel=r+1}0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function l(){var t=this._boundTo;return void 0!==t&&t instanceof r?t.isFulfilled()?t.value():void 0:t}function d(){this._trace=new k(this._peekContext())}function p(t,e){if(P(t)){var r=this._trace;if(void 0!==r&&e&&(r=r._parent),void 0!==r)r.attachExtraTrace(t);else if(!t.__stackCleaned__){var n=v(t);T.notEnumerableProp(t,"stack",n.message+"\n"+n.stack.join("\n")),T.notEnumerableProp(t,"__stackCleaned__",!0)}}}function m(t,e,n){if($.warnings){var i,o=new C(t);if(e)n._attachExtraTrace(o);else if($.longStackTraces&&(i=r._peekContext()))i.attachExtraTrace(o);else{var s=v(o);o.stack=s.message+"\n"+s.stack.join("\n")}K("warning",o)||y(o,"",!0)}}function b(t){for(var e=[],r=0;r0?function(t){for(var e=t.stack.replace(/\s+$/g,"").split("\n"),r=0;r0&&(e=e.slice(r)),e}(t):[" (No stack trace)"],{message:r,stack:b(e)}}function y(t,e,r){if("undefined"!=typeof console){var n;if(T.isObject(t)){var i=t.stack;n=e+R(i,t)}else n=e+String(t);"function"==typeof S?S(n,r):"function"!=typeof console.log&&"object"!==_typeof(console.log)||console.log(n)}}function g(t,e,r,n){var i=!1;try{"function"==typeof e&&(i=!0,"rejectionHandled"===t?e(n):e(r,n))}catch(t){j.throwLater(t)}"unhandledRejection"===t?K(t,r,n)||i||y(r,"Unhandled rejection "):K(t,n)}function _(t){var e;if("function"==typeof t)e="[function "+(t.name||"anonymous")+"]";else{e=t&&"function"==typeof t.toString?t.toString():T.toString(t);if(/\[object [a-zA-Z0-9$_]+\]/.test(e))try{e=JSON.stringify(t)}catch(t){}0===e.length&&(e="(empty array)")}return"(<"+function(t){if(t.length<41)return t;return t.substr(0,38)+"..."}(e)+">, no stack trace)"}function w(){return"function"==typeof G}function M(t){var e=t.match(X);if(e)return{fileName:e[1],line:parseInt(e[2],10)}}function k(t){this._parent=t,this._promisesCreated=0;var e=this._length=1+(void 0===t?0:t._length);G(this,k),e>32&&this.uncycle()}var x,E,S,A=r._getDomain,j=r._async,C=e("./errors").Warning,T=e("./util"),P=T.canAttachTrace,I=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,B=null,R=null,F=!1,O=!(0==T.env("BLUEBIRD_DEBUG")),N=!(0==T.env("BLUEBIRD_WARNINGS")||!O&&!T.env("BLUEBIRD_WARNINGS")),L=!(0==T.env("BLUEBIRD_LONG_STACK_TRACES")||!O&&!T.env("BLUEBIRD_LONG_STACK_TRACES")),D=0!=T.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(N||!!T.env("BLUEBIRD_W_FORGOTTEN_RETURN"));r.prototype.suppressUnhandledRejections=function(){var t=this._target();t._bitField=-1048577&t._bitField|524288},r.prototype._ensurePossibleRejectionHandled=function(){0==(524288&this._bitField)&&(this._setRejectionIsUnhandled(),j.invokeLater(this._notifyUnhandledRejection,this,void 0))},r.prototype._notifyUnhandledRejectionIsHandled=function(){g("rejectionHandled",x,void 0,this)},r.prototype._setReturnedNonUndefined=function(){this._bitField=268435456|this._bitField},r.prototype._returnedNonUndefined=function(){return 0!=(268435456&this._bitField)},r.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var t=this._settledValue();this._setUnhandledRejectionIsNotified(),g("unhandledRejection",E,t,this)}},r.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=262144|this._bitField},r.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=-262145&this._bitField},r.prototype._isUnhandledRejectionNotified=function(){return(262144&this._bitField)>0},r.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},r.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},r.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},r.prototype._warn=function(t,e,r){return m(t,e,r||this)},r.onPossiblyUnhandledRejection=function(t){var e=A();E="function"==typeof t?null===e?t:e.bind(t):void 0},r.onUnhandledRejectionHandled=function(t){var e=A();x="function"==typeof t?null===e?t:e.bind(t):void 0};var q=function(){};r.longStackTraces=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!$.longStackTraces&&w()){var t=r.prototype._captureStackTrace,e=r.prototype._attachExtraTrace;$.longStackTraces=!0,q=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");r.prototype._captureStackTrace=t,r.prototype._attachExtraTrace=e,n.deactivateLongStackTraces(),j.enableTrampoline(),$.longStackTraces=!1},r.prototype._captureStackTrace=d,r.prototype._attachExtraTrace=p,n.activateLongStackTraces(),j.disableTrampolineIfNecessary()}},r.hasLongStackTraces=function(){return $.longStackTraces&&w()};var U=function(){try{var t=document.createEvent("CustomEvent");return t.initCustomEvent("testingtheevent",!1,!0,{}),T.global.dispatchEvent(t),function(t,e){var r=document.createEvent("CustomEvent");return r.initCustomEvent(t.toLowerCase(),!1,!0,e),!T.global.dispatchEvent(r)}}catch(t){}return function(){return!1}}(),z=T.isNode?function(){return t.emit.apply(t,arguments)}:T.global?function(t){var e="on"+t.toLowerCase(),r=T.global[e];return!!r&&(r.apply(T.global,[].slice.call(arguments,1)),!0)}:function(){return!1},H={promiseCreated:i,promiseFulfilled:i,promiseRejected:i,promiseResolved:i,promiseCancelled:i,promiseChained:function(t,e,r){return{promise:e,child:r}},warning:function(t,e){return{warning:e}},unhandledRejection:function(t,e,r){return{reason:e,promise:r}},rejectionHandled:i},K=function(t){var e=!1;try{e=z.apply(null,arguments)}catch(t){j.throwLater(t),e=!0}var r=!1;try{r=U(t,H[t].apply(null,arguments))}catch(t){j.throwLater(t),r=!0}return r||e};r.config=function(t){if("longStackTraces"in(t=Object(t))&&(t.longStackTraces?r.longStackTraces():!t.longStackTraces&&r.hasLongStackTraces()&&q()),"warnings"in t){var e=t.warnings;$.warnings=!!e,D=$.warnings,T.isObject(e)&&"wForgottenReturn"in e&&(D=!!e.wForgottenReturn)}if("cancellation"in t&&t.cancellation&&!$.cancellation){if(j.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");r.prototype._clearCancellationData=f,r.prototype._propagateFrom=h,r.prototype._onCancel=u,r.prototype._setOnCancel=c,r.prototype._attachCancellationCallback=a,r.prototype._execute=s,V=h,$.cancellation=!0}"monitoring"in t&&(t.monitoring&&!$.monitoring?($.monitoring=!0,r.prototype._fireEvent=K):!t.monitoring&&$.monitoring&&($.monitoring=!1,r.prototype._fireEvent=o))},r.prototype._fireEvent=o,r.prototype._execute=function(t,e,r){try{t(e,r)}catch(t){return t}},r.prototype._onCancel=function(){},r.prototype._setOnCancel=function(t){},r.prototype._attachCancellationCallback=function(t){},r.prototype._captureStackTrace=function(){},r.prototype._attachExtraTrace=function(){},r.prototype._clearCancellationData=function(){},r.prototype._propagateFrom=function(t,e){};var V=function(t,e){0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)},W=function(){return!1},X=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;T.inherits(k,Error),n.CapturedTrace=k,k.prototype.uncycle=function(){var t=this._length;if(!(t<2)){for(var e=[],r={},n=0,i=this;void 0!==i;++n)e.push(i),i=i._parent;for(n=(t=this._length=n)-1;n>=0;--n){var o=e[n].stack;void 0===r[o]&&(r[o]=n)}for(n=0;n0&&(e[s-1]._parent=void 0,e[s-1]._length=1),e[n]._parent=void 0,e[n]._length=1;var a=n>0?e[n-1]:this;s=0;--c)e[c]._length=u,u++;return}}}},k.prototype.attachExtraTrace=function(t){if(!t.__stackCleaned__){this.uncycle();for(var e=v(t),r=e.message,n=[e.stack],i=this;void 0!==i;)n.push(b(i.stack.split("\n"))),i=i._parent;!function(t){for(var e=t[0],r=1;r=0;--a)if(n[a]===o){s=a;break}for(a=s;a>=0;--a){var u=n[a];if(e[i]!==u)break;e.pop(),i--}e=n}}(n),function(t){for(var e=0;e=0)return B=/@/,R=e,F=!0,function(t){t.stack=(new Error).stack};var i;try{throw new Error}catch(t){i="stack"in t}return"stack"in n||!i||"number"!=typeof Error.stackTraceLimit?(R=function(t,e){return"string"==typeof t?t:"object"!==(void 0===e?"undefined":_typeof(e))&&"function"!=typeof e||void 0===e.name||void 0===e.message?_(e):e.toString()},null):(B=t,R=e,function(t){Error.stackTraceLimit+=6;try{throw new Error}catch(e){t.stack=e.stack}Error.stackTraceLimit-=6})}();"undefined"!=typeof console&&void 0!==console.warn&&(S=function(t){console.warn(t)},T.isNode&&t.stderr.isTTY?S=function(t,e){var r=e?"":"";console.warn(r+t+"\n")}:T.isNode||"string"!=typeof(new Error).stack||(S=function(t,e){console.warn("%c"+t,e?"color: darkorange":"color: red")}));var $={warnings:N,longStackTraces:!1,cancellation:!1,monitoring:!1};return L&&r.longStackTraces(),{longStackTraces:function(){return $.longStackTraces},warnings:function(){return $.warnings},cancellation:function(){return $.cancellation},monitoring:function(){return $.monitoring},propagateFromFunction:function(){return V},boundValueFunction:function(){return l},checkForgottenReturns:function(t,e,r,n,i){if(void 0===t&&null!==e&&D){if(void 0!==i&&i._returnedNonUndefined())return;r&&(r+=" ");var o="a promise was created in a "+r+"handler but was not returned from it";n._warn(o,!0,e)}},setBounds:function(t,e){if(w()){for(var r,n,i=t.stack.split("\n"),o=e.stack.split("\n"),s=-1,a=-1,u=0;u=a||(W=function(t){if(I.test(t))return!0;var e=M(t);return!!(e&&e.fileName===r&&s<=e.line&&e.line<=a)})}},warn:m,deprecated:function(t,e){var r=t+" is deprecated and will be removed in a future version.";return e&&(r+=" Use "+e+" instead."),m(r)},CapturedTrace:k,fireDomEvent:U,fireGlobalEvent:z}}},{"./errors":12,"./util":36}],10:[function(t,e,r){e.exports=function(t){function e(){return this.value}function r(){throw this.reason}t.prototype.return=t.prototype.thenReturn=function(r){return r instanceof t&&r.suppressUnhandledRejections(),this._then(e,void 0,void 0,{value:r},void 0)},t.prototype.throw=t.prototype.thenThrow=function(t){return this._then(r,void 0,void 0,{reason:t},void 0)},t.prototype.catchThrow=function(t){if(arguments.length<=1)return this._then(void 0,r,void 0,{reason:t},void 0);var e=arguments[1];return this.caught(t,function(){throw e})},t.prototype.catchReturn=function(r){if(arguments.length<=1)return r instanceof t&&r.suppressUnhandledRejections(),this._then(void 0,e,void 0,{value:r},void 0);var n=arguments[1];n instanceof t&&n.suppressUnhandledRejections();return this.caught(r,function(){return n})}}},{}],11:[function(t,e,r){e.exports=function(t,e){function r(){return o(this)}function n(t,r){return i(t,r,e,e)}var i=t.reduce,o=t.all;t.prototype.each=function(t){return this.mapSeries(t)._then(r,void 0,void 0,this,void 0)},t.prototype.mapSeries=function(t){return i(this,t,e,e)},t.each=function(t,e){return n(t,e)._then(r,void 0,void 0,t,void 0)},t.mapSeries=n}},{}],12:[function(t,e,r){function n(t,e){function r(n){if(!(this instanceof r))return new r(n);h(this,"message","string"==typeof n?n:e),h(this,"name",t),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return f(r,Error),r}function i(t){if(!(this instanceof i))return new i(t);h(this,"name","OperationalError"),h(this,"message",t),this.cause=t,this.isOperational=!0,t instanceof Error?(h(this,"message",t.message),h(this,"stack",t.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}var o,s,a=t("./es5"),u=a.freeze,c=t("./util"),f=c.inherits,h=c.notEnumerableProp,l=n("Warning","warning"),d=n("CancellationError","cancellation error"),p=n("TimeoutError","timeout error"),m=n("AggregateError","aggregate error");try{o=TypeError,s=RangeError}catch(t){o=n("TypeError","type error"),s=n("RangeError","range error")}for(var b="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),v=0;v1?t.cancelPromise._reject(e):t.cancelPromise._cancel(),t.cancelPromise=null,!0)}function s(){return u.call(this,this.promise._target()._settledValue())}function a(t){if(!o(this,t))return h.e=t,h}function u(t){var n=this.promise,u=this.handler;if(!this.called){this.called=!0;var c=this.isFinallyHandler()?u.call(n._boundValue()):u.call(n._boundValue(),t);if(void 0!==c){n._setReturnedNonUndefined();var l=r(c,n);if(l instanceof e){if(null!=this.cancelPromise){if(l.isCancelled()){var d=new f("late cancellation observer");return n._attachExtraTrace(d),h.e=d,h}l.isPending()&&l._attachCancellationCallback(new i(this))}return l._then(s,a,void 0,this,void 0)}}}return n.isRejected()?(o(this),h.e=t,h):(o(this),t)}var c=t("./util"),f=e.CancellationError,h=c.errorObj;return n.prototype.isFinallyHandler=function(){return 0===this.type},i.prototype._resultCancelled=function(){o(this.finallyHandler)},e.prototype._passThrough=function(t,e,r,i){return"function"!=typeof t?this.then():this._then(r,i,void 0,new n(this,e,t),void 0)},e.prototype.lastly=e.prototype.finally=function(t){return this._passThrough(t,0,u,u)},e.prototype.tap=function(t){return this._passThrough(t,1,u)},n}},{"./util":36}],16:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,r,i,o){var s=this._promise=new e(n);s._captureStackTrace(),s._setOnCancel(this),this._stack=o,this._generatorFunction=t,this._receiver=r,this._generator=void 0,this._yieldHandlers="function"==typeof i?[i].concat(l):l,this._yieldedPromise=null}var u=t("./errors").TypeError,c=t("./util"),f=c.errorObj,h=c.tryCatch,l=[];c.inherits(a,o),a.prototype._isResolved=function(){return null===this._promise},a.prototype._cleanup=function(){this._promise=this._generator=null},a.prototype._promiseCancelled=function(){if(!this._isResolved()){var t;if(void 0!==this._generator.return)this._promise._pushContext(),t=h(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var r=new e.CancellationError("generator .return() sentinel");e.coroutine.returnSentinel=r,this._promise._attachExtraTrace(r),this._promise._pushContext(),t=h(this._generator.throw).call(this._generator,r),this._promise._popContext(),t===f&&t.e===r&&(t=null)}var n=this._promise;this._cleanup(),t===f?n._rejectCallback(t.e,!1):n.cancel()}},a.prototype._promiseFulfilled=function(t){this._yieldedPromise=null,this._promise._pushContext();var e=h(this._generator.next).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._promiseRejected=function(t){this._yieldedPromise=null,this._promise._attachExtraTrace(t),this._promise._pushContext();var e=h(this._generator.throw).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof e){var t=this._yieldedPromise;this._yieldedPromise=null,t.cancel()}},a.prototype.promise=function(){return this._promise},a.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},a.prototype._continue=function(t){var r=this._promise;if(t===f)return this._cleanup(),r._rejectCallback(t.e,!1);var n=t.value;if(!0===t.done)return this._cleanup(),r._resolveCallback(n);var o=i(n,this._promise);if(o instanceof e||null!==(o=function(t,r,n){for(var o=0;o0&&"function"==typeof arguments[e]){t=arguments[e]}var n=[].slice.call(arguments);t&&n.pop();var i=new r(n).promise();return void 0!==t?i.spread(t):i}}},{"./util":36}],18:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,e,r,n){this.constructor$(t),this._promise._captureStackTrace();var i=c();this._callback=null===i?e:i.bind(e),this._preservedValues=n===o?new Array(this.length()):null,this._limit=r,this._inFlight=0,this._queue=r>=1?[]:d,this._init$(void 0,-2)}function u(t,e,r,i){if("function"!=typeof e)return n("expecting a function but got "+f.classString(e));var o="object"===(void 0===r?"undefined":_typeof(r))&&null!==r?r.concurrency:0;return o="number"==typeof o&&isFinite(o)&&o>=1?o:0,new a(t,e,o,i).promise()}var c=e._getDomain,f=t("./util"),h=f.tryCatch,l=f.errorObj,d=[];f.inherits(a,r),a.prototype._init=function(){},a.prototype._promiseFulfilled=function(t,r){var n=this._values,o=this.length(),a=this._preservedValues,u=this._limit;if(r<0){if(r=-1*r-1,n[r]=t,u>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(u>=1&&this._inFlight>=u)return n[r]=t,this._queue.push(r),!1;null!==a&&(a[r]=t);var c=this._promise,f=this._callback,d=c._boundValue();c._pushContext();var p=h(f).call(d,t,r,o),m=c._popContext();if(s.checkForgottenReturns(p,m,null!==a?"Promise.filter":"Promise.map",c),p===l)return this._reject(p.e),!0;var b=i(p,this._promise);if(b instanceof e){var v=(b=b._target())._bitField;if(0==(50397184&v))return u>=1&&this._inFlight++,n[r]=b,b._proxy(this,-1*(r+1)),!1;if(0==(33554432&v))return 0!=(16777216&v)?(this._reject(b._reason()),!0):(this._cancel(),!0);p=b._value()}n[r]=p}return++this._totalResolved>=o&&(null!==a?this._filter(n,a):this._resolve(n),!0)},a.prototype._drainQueue=function(){for(var t=this._queue,e=this._limit,r=this._values;t.length>0&&this._inFlight1){o.deprecated("calling Promise.try with more than 1 argument");var c=arguments[1],f=arguments[2];u=s.isArray(c)?a(t).apply(f,c):a(t).call(f,c)}else u=a(t)();var h=n._popContext();return o.checkForgottenReturns(u,h,"Promise.try",n),n._resolveFromSyncValue(u),n},e.prototype._resolveFromSyncValue=function(t){t===s.errorObj?this._rejectCallback(t.e,!1):this._resolveCallback(t,!0)}}},{"./util":36}],20:[function(t,e,r){function n(t){var e;if(function(t){return t instanceof Error&&a.getPrototypeOf(t)===Error.prototype}(t)){(e=new s(t)).name=t.name,e.message=t.message,e.stack=t.stack;for(var r=a.keys(t),n=0;n1){var r,n=new Array(e-1),i=0;for(r=0;r0&&"function"!=typeof t&&"function"!=typeof e){var r=".then() only accepts functions but was passed: "+l.classString(t);arguments.length>1&&(r+=", "+l.classString(e)),this._warn(r)}return this._then(t,e,void 0,void 0,void 0)},n.prototype.done=function(t,e){this._then(t,e,void 0,void 0,void 0)._setIsFinal()},n.prototype.spread=function(t){return"function"!=typeof t?f("expecting a function but got "+l.classString(t)):this.all()._then(t,void 0,void 0,_,void 0)},n.prototype.toJSON=function(){var t={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(t.fulfillmentValue=this.value(),t.isFulfilled=!0):this.isRejected()&&(t.rejectionReason=this.reason(),t.isRejected=!0),t},n.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new k(this).promise()},n.prototype.error=function(t){return this.caught(l.originatesFromRejection,t)},n.is=function(t){return t instanceof n},n.fromNode=n.fromCallback=function(t){var e=new n(g);e._captureStackTrace();var r=arguments.length>1&&!!Object(arguments[1]).multiArgs,i=P(t)(C(e,r));return i===T&&e._rejectCallback(i.e,!0),e._isFateSealed()||e._setAsyncGuaranteed(),e},n.all=function(t){return new k(t).promise()},n.cast=function(t){var e=M(t);return e instanceof n||((e=new n(g))._captureStackTrace(),e._setFulfilled(),e._rejectionHandler0=t),e},n.resolve=n.fulfilled=n.cast,n.reject=n.rejected=function(t){var e=new n(g);return e._captureStackTrace(),e._rejectCallback(t,!0),e},n.setScheduler=function(t){if("function"!=typeof t)throw new v("expecting a function but got "+l.classString(t));var e=m._schedule;return m._schedule=t,e},n.prototype._then=function(t,e,r,i,o){var s=void 0!==o,u=s?o:new n(g),c=this._target(),f=c._bitField;s||(u._propagateFrom(this,3),u._captureStackTrace(),void 0===i&&0!=(2097152&this._bitField)&&(i=0!=(50397184&f)?this._boundValue():c===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,u));var h=a();if(0!=(50397184&f)){var l,d,p=c._settlePromiseCtx;0!=(33554432&f)?(d=c._rejectionHandler0,l=t):0!=(16777216&f)?(d=c._fulfillmentHandler0,l=e,c._unsetRejectionIsUnhandled()):(p=c._settlePromiseLateCancellationObserver,d=new y("late cancellation observer"),c._attachExtraTrace(d),l=e),m.invoke(p,c,{handler:null===h?l:"function"==typeof l&&h.bind(l),promise:u,receiver:i,value:d})}else c._addCallbacks(t,e,u,i,h);return u},n.prototype._length=function(){return 65535&this._bitField},n.prototype._isFateSealed=function(){return 0!=(117506048&this._bitField)},n.prototype._isFollowing=function(){return 67108864==(67108864&this._bitField)},n.prototype._setLength=function(t){this._bitField=-65536&this._bitField|65535&t},n.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},n.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},n.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},n.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},n.prototype._isFinal=function(){return(4194304&this._bitField)>0},n.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},n.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},n.prototype._setAsyncGuaranteed=function(){this._bitField=134217728|this._bitField},n.prototype._receiverAt=function(t){var e=0===t?this._receiver0:this[4*t-4+3];if(e!==h)return void 0===e&&this._isBound()?this._boundValue():e},n.prototype._promiseAt=function(t){return this[4*t-4+2]},n.prototype._fulfillmentHandlerAt=function(t){return this[4*t-4+0]},n.prototype._rejectionHandlerAt=function(t){return this[4*t-4+1]},n.prototype._boundValue=function(){},n.prototype._migrateCallback0=function(t){t._bitField;var e=t._fulfillmentHandler0,r=t._rejectionHandler0,n=t._promise0,i=t._receiverAt(0);void 0===i&&(i=h),this._addCallbacks(e,r,n,i,null)},n.prototype._migrateCallbackAt=function(t,e){var r=t._fulfillmentHandlerAt(e),n=t._rejectionHandlerAt(e),i=t._promiseAt(e),o=t._receiverAt(e);void 0===o&&(o=h),this._addCallbacks(r,n,i,o,null)},n.prototype._addCallbacks=function(t,e,r,n,i){var o=this._length();if(o>=65531&&(o=0,this._setLength(0)),0===o)this._promise0=r,this._receiver0=n,"function"==typeof t&&(this._fulfillmentHandler0=null===i?t:i.bind(t)),"function"==typeof e&&(this._rejectionHandler0=null===i?e:i.bind(e));else{var s=4*o-4;this[s+2]=r,this[s+3]=n,"function"==typeof t&&(this[s+0]=null===i?t:i.bind(t)),"function"==typeof e&&(this[s+1]=null===i?e:i.bind(e))}return this._setLength(o+1),o},n.prototype._proxy=function(t,e){this._addCallbacks(void 0,void 0,e,t,null)},n.prototype._resolveCallback=function(t,e){if(0==(117506048&this._bitField)){if(t===this)return this._rejectCallback(u(),!1);var r=M(t,this);if(!(r instanceof n))return this._fulfill(t);e&&this._propagateFrom(r,2);var i=r._target(),o=i._bitField;if(0==(50397184&o)){var s=this._length();s>0&&i._migrateCallback0(this);for(var a=1;a>>16)){if(t===this){var r=u();return this._attachExtraTrace(r),this._reject(r)}this._setFulfilled(),this._rejectionHandler0=t,(65535&e)>0&&(0!=(134217728&e)?this._settlePromises():m.settlePromises(this))}},n.prototype._reject=function(t){var e=this._bitField;if(!((117506048&e)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=t,this._isFinal())return m.fatalError(t,l.isNode);(65535&e)>0?0!=(134217728&e)?this._settlePromises():m.settlePromises(this):this._ensurePossibleRejectionHandled()}},n.prototype._fulfillPromises=function(t,e){for(var r=1;r0){if(0!=(16842752&t)){var r=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,r,t),this._rejectPromises(e,r)}else{var n=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,n,t),this._fulfillPromises(e,n)}this._setLength(0)}this._clearCancellationData()},n.prototype._settledValue=function(){var t=this._bitField;return 0!=(33554432&t)?this._rejectionHandler0:0!=(16777216&t)?this._fulfillmentHandler0:void 0},n.defer=n.pending=function(){S.deprecated("Promise.defer","new Promise");return{promise:new n(g),resolve:i,reject:o}},l.notEnumerableProp(n,"_makeSelfResolutionError",u),e("./method")(n,g,M,f,S),e("./bind")(n,g,M,S),e("./cancel")(n,k,f,S),e("./direct_resolve")(n),e("./synchronous_inspection")(n),e("./join")(n,k,M,g,S),n.Promise=n,e("./map.js")(n,k,f,M,g,S),e("./using.js")(n,f,M,E,g,S),e("./timers.js")(n,g,S),e("./generators.js")(n,f,g,M,r,S),e("./nodeify.js")(n),e("./call_get.js")(n),e("./props.js")(n,k,M,f),e("./race.js")(n,g,M,f),e("./reduce.js")(n,k,f,M,g,S),e("./settle.js")(n,k,S),e("./some.js")(n,k,f),e("./promisify.js")(n,g),e("./any.js")(n),e("./each.js")(n,g),e("./filter.js")(n,g),l.toFastProperties(n),l.toFastProperties(n.prototype),s({a:1}),s({b:2}),s({c:3}),s(1),s(function(){}),s(void 0),s(!1),s(new n(g)),S.setBounds(p.firstLineError,l.lastLineError),n}},{"./any.js":1,"./async":2,"./bind":3,"./call_get.js":5,"./cancel":6,"./catch_filter":7,"./context":8,"./debuggability":9,"./direct_resolve":10,"./each.js":11,"./errors":12,"./es5":13,"./filter.js":14,"./finally":15,"./generators.js":16,"./join":17,"./map.js":18,"./method":19,"./nodeback":20,"./nodeify.js":21,"./promise_array":23,"./promisify.js":24,"./props.js":25,"./race.js":27,"./reduce.js":28,"./settle.js":30,"./some.js":31,"./synchronous_inspection":32,"./thenables":33,"./timers.js":34,"./using.js":35,"./util":36}],23:[function(t,e,r){e.exports=function(e,r,n,i,o){function s(t){var n=this._promise=new e(r);t instanceof e&&n._propagateFrom(t,3),n._setOnCancel(this),this._values=t,this._length=0,this._totalResolved=0,this._init(void 0,-2)}var a=t("./util");a.isArray;return a.inherits(s,o),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function t(r,o){var s=n(this._values,this._promise);if(s instanceof e){var u=(s=s._target())._bitField;if(this._values=s,0==(50397184&u))return this._promise._setAsyncGuaranteed(),s._then(t,this._reject,void 0,this,o);if(0==(33554432&u))return 0!=(16777216&u)?this._reject(s._reason()):this._cancel();s=s._value()}if(null!==(s=a.asArray(s)))0!==s.length?this._iterate(s):-5===o?this._resolveEmptyArray():this._resolve(function(t){switch(t){case-2:return[];case-3:return{}}}(o));else{var c=i("expecting an array or an iterable object but got "+a.classString(s)).reason();this._promise._rejectCallback(c,!1)}},s.prototype._iterate=function(t){var r=this.getActualLength(t.length);this._length=r,this._values=this.shouldCopyValues()?new Array(r):this._values;for(var i=this._promise,o=!1,s=null,a=0;a=this._length&&(this._resolve(this._values),!0)},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(t){return this._totalResolved++,this._reject(t),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var r=0;r=this._length){var r;if(this._isMap)r=function(t){for(var e=new a,r=t.length/2|0,n=0;n>1},e.prototype.props=function(){return s(this)},e.props=function(t){return s(t)}}},{"./es5":13,"./util":36}],26:[function(t,e,r){function n(t){this._capacity=t,this._length=0,this._front=0}n.prototype._willBeOverCapacity=function(t){return this._capacity=this._length&&(this._resolve(this._values),!0)},i.prototype._promiseFulfilled=function(t,e){var r=new o;return r._bitField=33554432,r._settledValueField=t,this._promiseResolved(e,r)},i.prototype._promiseRejected=function(t,e){var r=new o;return r._bitField=16777216,r._settledValueField=t,this._promiseResolved(e,r)},e.settle=function(t){return n.deprecated(".settle()",".reflect()"),new i(t).promise()},e.prototype.settle=function(){return e.settle(this)}}},{"./util":36}],31:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.constructor$(t),this._howMany=0,this._unwrap=!1,this._initialized=!1}function o(t,e){if((0|e)!==e||e<0)return n("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var r=new i(t),o=r.promise();return r.setHowMany(e),r.init(),o}var s=t("./util"),a=t("./errors").RangeError,u=t("./errors").AggregateError,c=s.isArray,f={};s.inherits(i,r),i.prototype._init=function(){if(this._initialized)if(0!==this._howMany){this._init$(void 0,-5);var t=c(this._values);!this._isResolved()&&t&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}else this._resolve([])},i.prototype.init=function(){this._initialized=!0,this._init()},i.prototype.setUnwrap=function(){this._unwrap=!0},i.prototype.howMany=function(){return this._howMany},i.prototype.setHowMany=function(t){this._howMany=t},i.prototype._promiseFulfilled=function(t){return this._addFulfilled(t),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},i.prototype._promiseRejected=function(t){return this._addRejected(t),this._checkOutcome()},i.prototype._promiseCancelled=function(){return this._values instanceof e||null==this._values?this._cancel():(this._addRejected(f),this._checkOutcome())},i.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var t=new u,e=this.length();e0?this._reject(t):this._cancel(),!0}return!1},i.prototype._fulfilled=function(){return this._totalResolved},i.prototype._rejected=function(){return this._values.length-this.length()},i.prototype._addRejected=function(t){this._values.push(t)},i.prototype._addFulfilled=function(t){this._values[this._totalResolved++]=t},i.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},i.prototype._getRangeError=function(t){var e="Input array must contain at least "+this._howMany+" items but contains only "+t+" items";return new a(e)},i.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},e.some=function(t,e){return o(t,e)},e.prototype.some=function(t){return o(this,t)},e._SomePromiseArray=i}},{"./errors":12,"./util":36}],32:[function(t,e,r){e.exports=function(t){function e(t){void 0!==t?(t=t._target(),this._bitField=t._bitField,this._settledValueField=t._isFateSealed()?t._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}e.prototype._settledValue=function(){return this._settledValueField};var r=e.prototype.value=function(){if(!this.isFulfilled())throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},n=e.prototype.error=e.prototype.reason=function(){if(!this.isRejected())throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},i=e.prototype.isFulfilled=function(){return 0!=(33554432&this._bitField)},o=e.prototype.isRejected=function(){return 0!=(16777216&this._bitField)},s=e.prototype.isPending=function(){return 0==(50397184&this._bitField)},a=e.prototype.isResolved=function(){return 0!=(50331648&this._bitField)};e.prototype.isCancelled=t.prototype._isCancelled=function(){return 65536==(65536&this._bitField)},t.prototype.isCancelled=function(){return this._target()._isCancelled()},t.prototype.isPending=function(){return s.call(this._target())},t.prototype.isRejected=function(){return o.call(this._target())},t.prototype.isFulfilled=function(){return i.call(this._target())},t.prototype.isResolved=function(){return a.call(this._target())},t.prototype.value=function(){return r.call(this._target())},t.prototype.reason=function(){var t=this._target();return t._unsetRejectionIsUnhandled(),n.call(t)},t.prototype._value=function(){return this._settledValue()},t.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},t.PromiseInspection=e}},{}],33:[function(t,e,r){e.exports=function(e,r){var n=t("./util"),i=n.errorObj,o=n.isObject,s={}.hasOwnProperty;return function(t,a){if(o(t)){if(t instanceof e)return t;var u=function(t){try{return function(t){return t.then}(t)}catch(t){return i.e=t,i}}(t);if(u===i){a&&a._pushContext();var c=e.reject(u.e);return a&&a._popContext(),c}if("function"==typeof u)return function(t){return s.call(t,"_promise0")}(t)?(c=new e(r),t._then(c._fulfill,c._reject,void 0,c,null),c):function(t,o,s){var a=new e(r),u=a;s&&s._pushContext(),a._captureStackTrace(),s&&s._popContext();var c=!0,f=n.tryCatch(o).call(t,function(t){a&&(a._resolveCallback(t),a=null)},function(t){a&&(a._rejectCallback(t,c,!0),a=null)});return c=!1,a&&f===i&&(a._rejectCallback(f.e,!0,!0),a=null),u}(t,u,a)}return t}}},{"./util":36}],34:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.handle=t}function o(t){return clearTimeout(this.handle),t}function s(t){throw clearTimeout(this.handle),t}var a=t("./util"),u=e.TimeoutError;i.prototype._resultCancelled=function(){clearTimeout(this.handle)};var c=function(t){return f(+this).thenReturn(t)},f=e.delay=function(t,o){var s,a;return void 0!==o?(s=e.resolve(o)._then(c,null,null,t,void 0),n.cancellation()&&o instanceof e&&s._setOnCancel(o)):(s=new e(r),a=setTimeout(function(){s._fulfill()},+t),n.cancellation()&&s._setOnCancel(new i(a))),s._setAsyncGuaranteed(),s};e.prototype.delay=function(t){return f(t,this)};e.prototype.timeout=function(t,e){t=+t;var r,c,f=new i(setTimeout(function(){r.isPending()&&function(t,e,r){var n;n="string"!=typeof e?e instanceof Error?e:new u("operation timed out"):new u(e),a.markAsOriginatingFromRejection(n),t._attachExtraTrace(n),t._reject(n),null!=r&&r.cancel()}(r,e,c)},t));return n.cancellation()?(c=this.then(),(r=c._then(o,s,void 0,f,void 0))._setOnCancel(f)):r=this._then(o,s,void 0,f,void 0),r}}},{"./util":36}],35:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t){setTimeout(function(){throw t},0)}function u(t,r){function i(){if(s>=u)return c._fulfill();var o=function(t){var e=n(t);return e!==t&&"function"==typeof t._isDisposable&&"function"==typeof t._getDisposer&&t._isDisposable()&&e._setDisposable(t._getDisposer()),e}(t[s++]);if(o instanceof e&&o._isDisposable()){try{o=n(o._getDisposer().tryDispose(r),t.promise)}catch(t){return a(t)}if(o instanceof e)return o._then(i,a,null,null,null)}i()}var s=0,u=t.length,c=new e(o);return i(),c}function c(t,e,r){this._data=t,this._promise=e,this._context=r}function f(t,e,r){this.constructor$(t,e,r)}function h(t){return c.isDisposer(t)?(this.resources[this.index]._setDisposable(t),t.promise()):t}function l(t){this.length=t,this.promise=null,this[t-1]=null}var d=t("./util"),p=t("./errors").TypeError,m=t("./util").inherits,b=d.errorObj,v=d.tryCatch;c.prototype.data=function(){return this._data},c.prototype.promise=function(){return this._promise},c.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():null},c.prototype.tryDispose=function(t){var e=this.resource(),r=this._context;void 0!==r&&r._pushContext();var n=null!==e?this.doDispose(e,t):null;return void 0!==r&&r._popContext(),this._promise._unsetDisposable(),this._data=null,n},c.isDisposer=function(t){return null!=t&&"function"==typeof t.resource&&"function"==typeof t.tryDispose},m(f,c),f.prototype.doDispose=function(t,e){return this.data().call(t,t,e)},l.prototype._resultCancelled=function(){for(var t=this.length,r=0;r0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},e.prototype.disposer=function(t){if("function"==typeof t)return new f(t,this,i());throw new p}}},{"./errors":12,"./util":36}],36:[function(e,r,i){function o(){try{var t=C;return C=null,t.apply(this,arguments)}catch(t){return j.e=t,j}}function s(t){return C=t,o}function a(t){return null==t||!0===t||!1===t||"string"==typeof t||"number"==typeof t}function u(t){return"function"==typeof t||"object"===(void 0===t?"undefined":_typeof(t))&&null!==t}function c(t){return a(t)?new Error(y(t)):t}function f(t,e){var r,n=t.length,i=new Array(n+1);for(r=0;r1,n=e.length>0&&!(1===e.length&&"constructor"===e[0]),i=B.test(t+"")&&S.names(t).length>0;if(r||n||i)return!0}return!1}catch(t){return!1}}function m(t){function e(){}e.prototype=t;for(var r=8;r--;)new e;return t}function b(t){return R.test(t)}function v(t,e,r){for(var n=new Array(t),i=0;i10||e[0]>0}(),D.isNode&&D.toFastProperties(t);try{throw new Error}catch(t){D.lastLineError=t}r.exports=D},{"./es5":13}]},{},[4])(4)}),"undefined"!=typeof window&&null!==window?window.P=window.Promise:"undefined"!=typeof self&&null!==self&&(self.P=self.Promise)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120}],188:[function(t,e,r){function n(t,e,r){this.fn=t,this.context=e,this.once=r||!1}function i(){}var o="function"!=typeof Object.create&&"~";i.prototype._events=void 0,i.prototype.listeners=function(t,e){var r=o?o+t:t,n=this._events&&this._events[r];if(e)return!!n;if(!n)return[];if(n.fn)return[n.fn];for(var i=0,s=n.length,a=new Array(s);i1?(t[r[0]]=t[r[0]]||{},t[r[0]][r[1]]=e):t[r[0]]=e},i.prototype.buildCall=function(){var t=this;return function(){t.subscriptions[arguments[0]]||console.warn("Subscription "+JSON.stringify(arguments[0])+" doesn't exist. Subscribing anyway.");var e=new n({subscription:t.subscriptions[arguments[0]],requestManager:t.requestManager,type:t.type});return e.subscribe.apply(e,arguments)}},e.exports={subscriptions:i,subscription:n}},{"./subscription.js":198}],198:[function(t,e,r){function n(t){s.call(this),this.id=null,this.callback=null,this.arguments=null,this._reconnectIntervalId=null,this.options={subscription:t.subscription,type:t.type,requestManager:t.requestManager}}var i=t("underscore"),o=t("web3-core-helpers").errors,s=t("eventemitter3");(n.prototype=Object.create(s.prototype)).constructor=n,n.prototype._extractCallback=function(t){if(i.isFunction(t[t.length-1]))return t.pop()},n.prototype._validateArgs=function(t){var e=this.options.subscription;if(e||(e={}),e.params||(e.params=0),t.length!==e.params)throw o.InvalidNumberOfParams(t.length,e.params+1,t[0])},n.prototype._formatInput=function(t){var e=this.options.subscription;if(!e)return t;if(!e.inputFormatter)return t;return e.inputFormatter.map(function(e,r){return e?e(t[r]):t[r]})},n.prototype._formatOutput=function(t){var e=this.options.subscription;return e&&e.outputFormatter&&t?e.outputFormatter(t):t},n.prototype._toPayload=function(t){var e=[];if(this.callback=this._extractCallback(t),this.subscriptionMethod||(this.subscriptionMethod=t.shift(),this.options.subscription.subscriptionName&&(this.subscriptionMethod=this.options.subscription.subscriptionName)),this.arguments||(this.arguments=this._formatInput(t),this._validateArgs(this.arguments),t=[]),e.push(this.subscriptionMethod),e=e.concat(this.arguments),t.length)throw new Error("Only a callback is allowed as parameter on an already instantiated subscription.");return{method:this.options.type+"_subscribe",params:e}},n.prototype.unsubscribe=function(t){this.options.requestManager.removeSubscription(this.id,t),this.id=null,this.removeAllListeners(),clearInterval(this._reconnectIntervalId)},n.prototype.subscribe=function(){var t=this,e=Array.prototype.slice.call(arguments),r=this._toPayload(e);if(!r)return this;if(!this.options.requestManager.provider){var n=new Error("No provider set.");return this.callback(n,null,this),this.emit("error",n),this}if(!this.options.requestManager.provider.on){var o=new Error("The current provider doesn't support subscriptions: "+this.options.requestManager.provider.constructor.name);return this.callback(o,null,this),this.emit("error",o),this}return this.id&&this.unsubscribe(),this.options.params=r.params[1],"logs"===r.params[0]&&i.isObject(r.params[1])&&r.params[1].hasOwnProperty("fromBlock")&&isFinite(r.params[1].fromBlock)&&this.options.requestManager.send({method:"eth_getLogs",params:[r.params[1]]},function(e,r){e?(t.callback(e,null,t),t.emit("error",e)):r.forEach(function(e){var r=t._formatOutput(e);t.callback(null,r,t),t.emit("data",r)})}),"object"===_typeof(r.params[1])&&delete r.params[1].fromBlock,this.options.requestManager.send(r,function(e,n){!e&&n?(t.id=n,t.options.requestManager.addSubscription(t.id,r.params[0],t.options.type,function(e,r){i.isArray(r)&&(r=r[0]);var n=t._formatOutput(r);if(e)t.options.requestManager.removeSubscription(t.id),t.options.requestManager.provider.once&&(t._reconnectIntervalId=setInterval(function(){t.options.requestManager.provider.reconnect()},500),t.options.requestManager.provider.once("connect",function(){clearInterval(t._reconnectIntervalId),t.subscribe(t.callback)})),t.emit("error",e);else{if(i.isFunction(t.options.subscription.subscriptionHandler))return t.options.subscription.subscriptionHandler.call(t,n);t.emit("data",n)}i.isFunction(t.callback)&&t.callback(e,n,t)})):i.isFunction(t.callback)&&(t.callback(e,null,t),t.emit("error",e))}),this},e.exports=n},{eventemitter3:195,underscore:196,"web3-core-helpers":184}],199:[function(t,e,r){var n=t("web3-core-helpers").formatters,i=t("web3-core-method"),o=t("web3-utils");e.exports=function(t){var e=function(e){var r;return e.property?(t[e.property]||(t[e.property]={}),r=t[e.property]):r=t,e.methods&&e.methods.forEach(function(e){e instanceof i||(e=new i(e)),e.attachToObject(r),e.setRequestManager(t._requestManager)}),t};return e.formatters=n,e.utils=o,e.Method=i,e}},{"web3-core-helpers":184,"web3-core-method":186,"web3-utils":390}],200:[function(t,e,r){var n=t("web3-core-requestmanager"),i=t("./extend.js");e.exports={packageInit:function(t,e){if(e=Array.prototype.slice.call(e),!t)throw new Error('You need to instantiate using the "new" keyword.');Object.defineProperty(t,"currentProvider",{get:function(){return t._provider},set:function(e){return t.setProvider(e)},enumerable:!0,configurable:!0}),e[0]&&e[0]._requestManager?t._requestManager=new n.Manager(e[0].currentProvider):(t._requestManager=new n.Manager,t._requestManager.setProvider(e[0],e[1])),t.givenProvider=n.Manager.givenProvider,t.providers=n.Manager.providers,t._provider=t._requestManager.provider,t.setProvider||(t.setProvider=function(e,r){return t._requestManager.setProvider(e,r),t._provider=t._requestManager.provider,!0}),t.BatchRequest=n.BatchManager.bind(null,t._requestManager),t.extend=i(t)},addProviders:function(t){t.givenProvider=n.Manager.givenProvider,t.providers=n.Manager.providers}}},{"./extend.js":199,"web3-core-requestmanager":193}],201:[function(t,e,r){!function(e,r){function n(t,e){if(!t)throw new Error(e||"Assertion failed")}function i(t,e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}function o(t,e,r){if(o.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(r=e,e=10),this._init(t||0,e||10,r||"be"))}function s(t,e,r){for(var n=0,i=Math.min(t.length,r),o=e;o=49&&s<=54?s-49+10:s>=17&&s<=22?s-17+10:15&s}return n}function a(t,e,r,n){for(var i=0,o=Math.min(t.length,r),s=e;s=49?a-49+10:a>=17?a-17+10:a}return i}function u(t,e,r){r.negative=e.negative^t.negative;var n=t.length+e.length|0;r.length=n,n=n-1|0;var i=0|t.words[0],o=0|e.words[0],s=i*o,a=67108863&s,u=s/67108864|0;r.words[0]=a;for(var c=1;c>>26,h=67108863&u,l=Math.min(c,e.length-1),d=Math.max(0,c-t.length+1);d<=l;d++){var p=c-d|0;f+=(s=(i=0|t.words[p])*(o=0|e.words[d])+h)/67108864|0,h=67108863&s}r.words[c]=0|h,u=0|f}return 0!==u?r.words[c]=0|u:r.length--,r.strip()}function c(t,e,r){return(new f).mulp(t,e,r)}function f(t,e){this.x=t,this.y=e}function h(t,e){this.name=t,this.p=new o(e,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function l(){h.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function d(){h.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function p(){h.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function m(){h.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function b(t){if("string"==typeof t){var e=o._prime(t);this.m=e.p,this.prime=e}else n(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function v(t){b.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}"object"===(void 0===e?"undefined":_typeof(e))?e.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var y;try{y=t("buffer").Buffer}catch(t){}o.isBN=function(t){return t instanceof o||null!==t&&"object"===(void 0===t?"undefined":_typeof(t))&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,r){if("number"==typeof t)return this._initNumber(t,e,r);if("object"===(void 0===t?"undefined":_typeof(t)))return this._initArray(t,e,r);"hex"===e&&(e=16),n(e===(0|e)&&e>=2&&e<=36);var i=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&i++,16===e?this._parseHex(t,i):this._parseBase(t,e,i),"-"===t[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(n(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initArray=function(t,e,r){if(n("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)s=t[i]|t[i-1]<<8|t[i-2]<<16,this.words[o]|=s<>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var r=0;r=e;r-=6)i=s(t,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==e&&(i=s(t,e,r+6),this.words[n]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=e)n++;n--,i=i/e|0;for(var o=t.length-r,s=o%n,u=Math.min(o,o-s)+r,c=0,f=r;f1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var g=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],_=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],w=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(t,e){t=t||10,e=0|e||1;var r;if(16===t||"hex"===t){r="";for(var i=0,o=0,s=0;s>>24-i&16777215)||s!==this.length-1?g[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,s--)}for(0!==o&&(r=o.toString(16)+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(t===(0|t)&&t>=2&&t<=36){var c=_[t],f=w[t];r="";var h=this.clone();for(h.negative=0;!h.isZero();){var l=h.modn(f).toString(t);r=(h=h.idivn(f)).isZero()?l+r:g[c-l.length]+l+r}for(this.isZero()&&(r="0"+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return n(void 0!==y),this.toArrayLike(y,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var s,a,u="le"===e,c=new t(o),f=this.clone();if(u){for(a=0;!f.isZero();a++)s=f.andln(255),f.iushrn(8),c[a]=s;for(;a=4096&&(r+=13,e>>>=13),e>=64&&(r+=7,e>>>=7),e>=8&&(r+=4,e>>>=4),e>=2&&(r+=2,e>>>=2),r+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,r=0;return 0==(8191&e)&&(r+=13,e>>>=13),0==(127&e)&&(r+=7,e>>>=7),0==(15&e)&&(r+=4,e>>>=4),0==(3&e)&&(r+=2,e>>>=2),0==(1&e)&&r++,r},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var r=0;rt.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,r;this.length>t.length?(e=this,r=t):(e=t,r=this);for(var n=0;nt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){n("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),r=t%26;this._expand(e),r>0&&e--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){n("number"==typeof t&&t>=0);var r=t/26|0,i=t%26;return this._expand(r+1),this.words[r]=e?this.words[r]|1<t.length?(r=this,n=t):(r=t,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;var n,i;r>0?(n=this,i=t):(n=t,i=this);for(var o=0,s=0;s>26,this.words[s]=67108863&e;for(;0!==o&&s>26,this.words[s]=67108863&e;if(0===o&&s>>13,d=0|s[1],p=8191&d,m=d>>>13,b=0|s[2],v=8191&b,y=b>>>13,g=0|s[3],_=8191&g,w=g>>>13,M=0|s[4],k=8191&M,x=M>>>13,E=0|s[5],S=8191&E,A=E>>>13,j=0|s[6],C=8191&j,T=j>>>13,P=0|s[7],I=8191&P,B=P>>>13,R=0|s[8],F=8191&R,O=R>>>13,N=0|s[9],L=8191&N,D=N>>>13,q=0|a[0],U=8191&q,z=q>>>13,H=0|a[1],K=8191&H,V=H>>>13,W=0|a[2],X=8191&W,G=W>>>13,$=0|a[3],Z=8191&$,J=$>>>13,Q=0|a[4],Y=8191&Q,tt=Q>>>13,et=0|a[5],rt=8191&et,nt=et>>>13,it=0|a[6],ot=8191&it,st=it>>>13,at=0|a[7],ut=8191&at,ct=at>>>13,ft=0|a[8],ht=8191&ft,lt=ft>>>13,dt=0|a[9],pt=8191&dt,mt=dt>>>13;r.negative=t.negative^e.negative,r.length=19;var bt=(c+(n=Math.imul(h,U))|0)+((8191&(i=(i=Math.imul(h,z))+Math.imul(l,U)|0))<<13)|0;c=((o=Math.imul(l,z))+(i>>>13)|0)+(bt>>>26)|0,bt&=67108863,n=Math.imul(p,U),i=(i=Math.imul(p,z))+Math.imul(m,U)|0,o=Math.imul(m,z);var vt=(c+(n=n+Math.imul(h,K)|0)|0)+((8191&(i=(i=i+Math.imul(h,V)|0)+Math.imul(l,K)|0))<<13)|0;c=((o=o+Math.imul(l,V)|0)+(i>>>13)|0)+(vt>>>26)|0,vt&=67108863,n=Math.imul(v,U),i=(i=Math.imul(v,z))+Math.imul(y,U)|0,o=Math.imul(y,z),n=n+Math.imul(p,K)|0,i=(i=i+Math.imul(p,V)|0)+Math.imul(m,K)|0,o=o+Math.imul(m,V)|0;var yt=(c+(n=n+Math.imul(h,X)|0)|0)+((8191&(i=(i=i+Math.imul(h,G)|0)+Math.imul(l,X)|0))<<13)|0;c=((o=o+Math.imul(l,G)|0)+(i>>>13)|0)+(yt>>>26)|0,yt&=67108863,n=Math.imul(_,U),i=(i=Math.imul(_,z))+Math.imul(w,U)|0,o=Math.imul(w,z),n=n+Math.imul(v,K)|0,i=(i=i+Math.imul(v,V)|0)+Math.imul(y,K)|0,o=o+Math.imul(y,V)|0,n=n+Math.imul(p,X)|0,i=(i=i+Math.imul(p,G)|0)+Math.imul(m,X)|0,o=o+Math.imul(m,G)|0;var gt=(c+(n=n+Math.imul(h,Z)|0)|0)+((8191&(i=(i=i+Math.imul(h,J)|0)+Math.imul(l,Z)|0))<<13)|0;c=((o=o+Math.imul(l,J)|0)+(i>>>13)|0)+(gt>>>26)|0,gt&=67108863,n=Math.imul(k,U),i=(i=Math.imul(k,z))+Math.imul(x,U)|0,o=Math.imul(x,z),n=n+Math.imul(_,K)|0,i=(i=i+Math.imul(_,V)|0)+Math.imul(w,K)|0,o=o+Math.imul(w,V)|0,n=n+Math.imul(v,X)|0,i=(i=i+Math.imul(v,G)|0)+Math.imul(y,X)|0,o=o+Math.imul(y,G)|0,n=n+Math.imul(p,Z)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,Z)|0,o=o+Math.imul(m,J)|0;var _t=(c+(n=n+Math.imul(h,Y)|0)|0)+((8191&(i=(i=i+Math.imul(h,tt)|0)+Math.imul(l,Y)|0))<<13)|0;c=((o=o+Math.imul(l,tt)|0)+(i>>>13)|0)+(_t>>>26)|0,_t&=67108863,n=Math.imul(S,U),i=(i=Math.imul(S,z))+Math.imul(A,U)|0,o=Math.imul(A,z),n=n+Math.imul(k,K)|0,i=(i=i+Math.imul(k,V)|0)+Math.imul(x,K)|0,o=o+Math.imul(x,V)|0,n=n+Math.imul(_,X)|0,i=(i=i+Math.imul(_,G)|0)+Math.imul(w,X)|0,o=o+Math.imul(w,G)|0,n=n+Math.imul(v,Z)|0,i=(i=i+Math.imul(v,J)|0)+Math.imul(y,Z)|0,o=o+Math.imul(y,J)|0,n=n+Math.imul(p,Y)|0,i=(i=i+Math.imul(p,tt)|0)+Math.imul(m,Y)|0,o=o+Math.imul(m,tt)|0;var wt=(c+(n=n+Math.imul(h,rt)|0)|0)+((8191&(i=(i=i+Math.imul(h,nt)|0)+Math.imul(l,rt)|0))<<13)|0;c=((o=o+Math.imul(l,nt)|0)+(i>>>13)|0)+(wt>>>26)|0,wt&=67108863,n=Math.imul(C,U),i=(i=Math.imul(C,z))+Math.imul(T,U)|0,o=Math.imul(T,z),n=n+Math.imul(S,K)|0,i=(i=i+Math.imul(S,V)|0)+Math.imul(A,K)|0,o=o+Math.imul(A,V)|0,n=n+Math.imul(k,X)|0,i=(i=i+Math.imul(k,G)|0)+Math.imul(x,X)|0,o=o+Math.imul(x,G)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(w,Z)|0,o=o+Math.imul(w,J)|0,n=n+Math.imul(v,Y)|0,i=(i=i+Math.imul(v,tt)|0)+Math.imul(y,Y)|0,o=o+Math.imul(y,tt)|0,n=n+Math.imul(p,rt)|0,i=(i=i+Math.imul(p,nt)|0)+Math.imul(m,rt)|0,o=o+Math.imul(m,nt)|0;var Mt=(c+(n=n+Math.imul(h,ot)|0)|0)+((8191&(i=(i=i+Math.imul(h,st)|0)+Math.imul(l,ot)|0))<<13)|0;c=((o=o+Math.imul(l,st)|0)+(i>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,n=Math.imul(I,U),i=(i=Math.imul(I,z))+Math.imul(B,U)|0,o=Math.imul(B,z),n=n+Math.imul(C,K)|0,i=(i=i+Math.imul(C,V)|0)+Math.imul(T,K)|0,o=o+Math.imul(T,V)|0,n=n+Math.imul(S,X)|0,i=(i=i+Math.imul(S,G)|0)+Math.imul(A,X)|0,o=o+Math.imul(A,G)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(x,Z)|0,o=o+Math.imul(x,J)|0,n=n+Math.imul(_,Y)|0,i=(i=i+Math.imul(_,tt)|0)+Math.imul(w,Y)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(v,rt)|0,i=(i=i+Math.imul(v,nt)|0)+Math.imul(y,rt)|0,o=o+Math.imul(y,nt)|0,n=n+Math.imul(p,ot)|0,i=(i=i+Math.imul(p,st)|0)+Math.imul(m,ot)|0,o=o+Math.imul(m,st)|0;var kt=(c+(n=n+Math.imul(h,ut)|0)|0)+((8191&(i=(i=i+Math.imul(h,ct)|0)+Math.imul(l,ut)|0))<<13)|0;c=((o=o+Math.imul(l,ct)|0)+(i>>>13)|0)+(kt>>>26)|0,kt&=67108863,n=Math.imul(F,U),i=(i=Math.imul(F,z))+Math.imul(O,U)|0,o=Math.imul(O,z),n=n+Math.imul(I,K)|0,i=(i=i+Math.imul(I,V)|0)+Math.imul(B,K)|0,o=o+Math.imul(B,V)|0,n=n+Math.imul(C,X)|0,i=(i=i+Math.imul(C,G)|0)+Math.imul(T,X)|0,o=o+Math.imul(T,G)|0,n=n+Math.imul(S,Z)|0,i=(i=i+Math.imul(S,J)|0)+Math.imul(A,Z)|0,o=o+Math.imul(A,J)|0,n=n+Math.imul(k,Y)|0,i=(i=i+Math.imul(k,tt)|0)+Math.imul(x,Y)|0,o=o+Math.imul(x,tt)|0,n=n+Math.imul(_,rt)|0,i=(i=i+Math.imul(_,nt)|0)+Math.imul(w,rt)|0,o=o+Math.imul(w,nt)|0,n=n+Math.imul(v,ot)|0,i=(i=i+Math.imul(v,st)|0)+Math.imul(y,ot)|0,o=o+Math.imul(y,st)|0,n=n+Math.imul(p,ut)|0,i=(i=i+Math.imul(p,ct)|0)+Math.imul(m,ut)|0,o=o+Math.imul(m,ct)|0;var xt=(c+(n=n+Math.imul(h,ht)|0)|0)+((8191&(i=(i=i+Math.imul(h,lt)|0)+Math.imul(l,ht)|0))<<13)|0;c=((o=o+Math.imul(l,lt)|0)+(i>>>13)|0)+(xt>>>26)|0,xt&=67108863,n=Math.imul(L,U),i=(i=Math.imul(L,z))+Math.imul(D,U)|0,o=Math.imul(D,z),n=n+Math.imul(F,K)|0,i=(i=i+Math.imul(F,V)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,V)|0,n=n+Math.imul(I,X)|0,i=(i=i+Math.imul(I,G)|0)+Math.imul(B,X)|0,o=o+Math.imul(B,G)|0,n=n+Math.imul(C,Z)|0,i=(i=i+Math.imul(C,J)|0)+Math.imul(T,Z)|0,o=o+Math.imul(T,J)|0,n=n+Math.imul(S,Y)|0,i=(i=i+Math.imul(S,tt)|0)+Math.imul(A,Y)|0,o=o+Math.imul(A,tt)|0,n=n+Math.imul(k,rt)|0,i=(i=i+Math.imul(k,nt)|0)+Math.imul(x,rt)|0,o=o+Math.imul(x,nt)|0,n=n+Math.imul(_,ot)|0,i=(i=i+Math.imul(_,st)|0)+Math.imul(w,ot)|0,o=o+Math.imul(w,st)|0,n=n+Math.imul(v,ut)|0,i=(i=i+Math.imul(v,ct)|0)+Math.imul(y,ut)|0,o=o+Math.imul(y,ct)|0,n=n+Math.imul(p,ht)|0,i=(i=i+Math.imul(p,lt)|0)+Math.imul(m,ht)|0,o=o+Math.imul(m,lt)|0;var Et=(c+(n=n+Math.imul(h,pt)|0)|0)+((8191&(i=(i=i+Math.imul(h,mt)|0)+Math.imul(l,pt)|0))<<13)|0;c=((o=o+Math.imul(l,mt)|0)+(i>>>13)|0)+(Et>>>26)|0,Et&=67108863,n=Math.imul(L,K),i=(i=Math.imul(L,V))+Math.imul(D,K)|0,o=Math.imul(D,V),n=n+Math.imul(F,X)|0,i=(i=i+Math.imul(F,G)|0)+Math.imul(O,X)|0,o=o+Math.imul(O,G)|0,n=n+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(B,Z)|0,o=o+Math.imul(B,J)|0,n=n+Math.imul(C,Y)|0,i=(i=i+Math.imul(C,tt)|0)+Math.imul(T,Y)|0,o=o+Math.imul(T,tt)|0,n=n+Math.imul(S,rt)|0,i=(i=i+Math.imul(S,nt)|0)+Math.imul(A,rt)|0,o=o+Math.imul(A,nt)|0,n=n+Math.imul(k,ot)|0,i=(i=i+Math.imul(k,st)|0)+Math.imul(x,ot)|0,o=o+Math.imul(x,st)|0,n=n+Math.imul(_,ut)|0,i=(i=i+Math.imul(_,ct)|0)+Math.imul(w,ut)|0,o=o+Math.imul(w,ct)|0,n=n+Math.imul(v,ht)|0,i=(i=i+Math.imul(v,lt)|0)+Math.imul(y,ht)|0,o=o+Math.imul(y,lt)|0;var St=(c+(n=n+Math.imul(p,pt)|0)|0)+((8191&(i=(i=i+Math.imul(p,mt)|0)+Math.imul(m,pt)|0))<<13)|0;c=((o=o+Math.imul(m,mt)|0)+(i>>>13)|0)+(St>>>26)|0,St&=67108863,n=Math.imul(L,X),i=(i=Math.imul(L,G))+Math.imul(D,X)|0,o=Math.imul(D,G),n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(O,Z)|0,o=o+Math.imul(O,J)|0,n=n+Math.imul(I,Y)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(B,Y)|0,o=o+Math.imul(B,tt)|0,n=n+Math.imul(C,rt)|0,i=(i=i+Math.imul(C,nt)|0)+Math.imul(T,rt)|0,o=o+Math.imul(T,nt)|0,n=n+Math.imul(S,ot)|0,i=(i=i+Math.imul(S,st)|0)+Math.imul(A,ot)|0,o=o+Math.imul(A,st)|0,n=n+Math.imul(k,ut)|0,i=(i=i+Math.imul(k,ct)|0)+Math.imul(x,ut)|0,o=o+Math.imul(x,ct)|0,n=n+Math.imul(_,ht)|0,i=(i=i+Math.imul(_,lt)|0)+Math.imul(w,ht)|0,o=o+Math.imul(w,lt)|0;var At=(c+(n=n+Math.imul(v,pt)|0)|0)+((8191&(i=(i=i+Math.imul(v,mt)|0)+Math.imul(y,pt)|0))<<13)|0;c=((o=o+Math.imul(y,mt)|0)+(i>>>13)|0)+(At>>>26)|0,At&=67108863,n=Math.imul(L,Z),i=(i=Math.imul(L,J))+Math.imul(D,Z)|0,o=Math.imul(D,J),n=n+Math.imul(F,Y)|0,i=(i=i+Math.imul(F,tt)|0)+Math.imul(O,Y)|0,o=o+Math.imul(O,tt)|0,n=n+Math.imul(I,rt)|0,i=(i=i+Math.imul(I,nt)|0)+Math.imul(B,rt)|0,o=o+Math.imul(B,nt)|0,n=n+Math.imul(C,ot)|0,i=(i=i+Math.imul(C,st)|0)+Math.imul(T,ot)|0,o=o+Math.imul(T,st)|0,n=n+Math.imul(S,ut)|0,i=(i=i+Math.imul(S,ct)|0)+Math.imul(A,ut)|0,o=o+Math.imul(A,ct)|0,n=n+Math.imul(k,ht)|0,i=(i=i+Math.imul(k,lt)|0)+Math.imul(x,ht)|0,o=o+Math.imul(x,lt)|0;var jt=(c+(n=n+Math.imul(_,pt)|0)|0)+((8191&(i=(i=i+Math.imul(_,mt)|0)+Math.imul(w,pt)|0))<<13)|0;c=((o=o+Math.imul(w,mt)|0)+(i>>>13)|0)+(jt>>>26)|0,jt&=67108863,n=Math.imul(L,Y),i=(i=Math.imul(L,tt))+Math.imul(D,Y)|0,o=Math.imul(D,tt),n=n+Math.imul(F,rt)|0,i=(i=i+Math.imul(F,nt)|0)+Math.imul(O,rt)|0,o=o+Math.imul(O,nt)|0,n=n+Math.imul(I,ot)|0,i=(i=i+Math.imul(I,st)|0)+Math.imul(B,ot)|0,o=o+Math.imul(B,st)|0,n=n+Math.imul(C,ut)|0,i=(i=i+Math.imul(C,ct)|0)+Math.imul(T,ut)|0,o=o+Math.imul(T,ct)|0,n=n+Math.imul(S,ht)|0,i=(i=i+Math.imul(S,lt)|0)+Math.imul(A,ht)|0,o=o+Math.imul(A,lt)|0;var Ct=(c+(n=n+Math.imul(k,pt)|0)|0)+((8191&(i=(i=i+Math.imul(k,mt)|0)+Math.imul(x,pt)|0))<<13)|0;c=((o=o+Math.imul(x,mt)|0)+(i>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,n=Math.imul(L,rt),i=(i=Math.imul(L,nt))+Math.imul(D,rt)|0,o=Math.imul(D,nt),n=n+Math.imul(F,ot)|0,i=(i=i+Math.imul(F,st)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,st)|0,n=n+Math.imul(I,ut)|0,i=(i=i+Math.imul(I,ct)|0)+Math.imul(B,ut)|0,o=o+Math.imul(B,ct)|0,n=n+Math.imul(C,ht)|0,i=(i=i+Math.imul(C,lt)|0)+Math.imul(T,ht)|0,o=o+Math.imul(T,lt)|0;var Tt=(c+(n=n+Math.imul(S,pt)|0)|0)+((8191&(i=(i=i+Math.imul(S,mt)|0)+Math.imul(A,pt)|0))<<13)|0;c=((o=o+Math.imul(A,mt)|0)+(i>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,n=Math.imul(L,ot),i=(i=Math.imul(L,st))+Math.imul(D,ot)|0,o=Math.imul(D,st),n=n+Math.imul(F,ut)|0,i=(i=i+Math.imul(F,ct)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,ct)|0,n=n+Math.imul(I,ht)|0,i=(i=i+Math.imul(I,lt)|0)+Math.imul(B,ht)|0,o=o+Math.imul(B,lt)|0;var Pt=(c+(n=n+Math.imul(C,pt)|0)|0)+((8191&(i=(i=i+Math.imul(C,mt)|0)+Math.imul(T,pt)|0))<<13)|0;c=((o=o+Math.imul(T,mt)|0)+(i>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,n=Math.imul(L,ut),i=(i=Math.imul(L,ct))+Math.imul(D,ut)|0,o=Math.imul(D,ct),n=n+Math.imul(F,ht)|0,i=(i=i+Math.imul(F,lt)|0)+Math.imul(O,ht)|0,o=o+Math.imul(O,lt)|0;var It=(c+(n=n+Math.imul(I,pt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(B,pt)|0))<<13)|0;c=((o=o+Math.imul(B,mt)|0)+(i>>>13)|0)+(It>>>26)|0,It&=67108863,n=Math.imul(L,ht),i=(i=Math.imul(L,lt))+Math.imul(D,ht)|0,o=Math.imul(D,lt);var Bt=(c+(n=n+Math.imul(F,pt)|0)|0)+((8191&(i=(i=i+Math.imul(F,mt)|0)+Math.imul(O,pt)|0))<<13)|0;c=((o=o+Math.imul(O,mt)|0)+(i>>>13)|0)+(Bt>>>26)|0,Bt&=67108863;var Rt=(c+(n=Math.imul(L,pt))|0)+((8191&(i=(i=Math.imul(L,mt))+Math.imul(D,pt)|0))<<13)|0;return c=((o=Math.imul(D,mt))+(i>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,u[0]=bt,u[1]=vt,u[2]=yt,u[3]=gt,u[4]=_t,u[5]=wt,u[6]=Mt,u[7]=kt,u[8]=xt,u[9]=Et,u[10]=St,u[11]=At,u[12]=jt,u[13]=Ct,u[14]=Tt,u[15]=Pt,u[16]=It,u[17]=Bt,u[18]=Rt,0!==c&&(u[19]=c,r.length++),r};Math.imul||(M=u),o.prototype.mulTo=function(t,e){var r=this.length+t.length;return 10===this.length&&10===t.length?M(this,t,e):r<63?u(this,t,e):r<1024?function(t,e,r){r.negative=e.negative^t.negative,r.length=t.length+e.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,s&=67108863}r.words[o]=a,n=s,s=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}(this,t,e):c(this,t,e)},f.prototype.makeRBT=function(t){for(var e=new Array(t),r=o.prototype._countBits(t)-1,n=0;n>=1;return n},f.prototype.permute=function(t,e,r,n,i,o){for(var s=0;s>>=1)i++;return 1<>>=13,r[2*s+1]=8191&o,o>>>=13;for(s=2*e;s>=26,e+=i/67108864|0,e+=o>>>26,this.words[r]=67108863&o}return 0!==e&&(this.words[r]=e,this.length++),this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),r=0;r>>i}return e}(t);if(0===e.length)return new o(1);for(var r=this,n=0;n=0);var e,r=t%26,i=(t-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(e=0;e>>26-r}s&&(this.words[e]=s,this.length++)}if(0!==i){for(e=this.length-1;e>=0;e--)this.words[e+i]=this.words[e];for(e=0;e=0);var i;i=e?(e-e%26)/26:0;var o=t%26,s=Math.min((t-o)/26,this.length),a=67108863^67108863>>>o<s)for(this.length-=s,c=0;c=0&&(0!==f||c>=i);c--){var h=0|this.words[c];this.words[c]=f<<26-o|h>>>o,f=h&a}return u&&0!==f&&(u.words[u.length++]=f),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(t,e,r){return n(0===this.negative),this.iushrn(t,e,r)},o.prototype.shln=function(t){return this.clone().ishln(t)},o.prototype.ushln=function(t){return this.clone().iushln(t)},o.prototype.shrn=function(t){return this.clone().ishrn(t)},o.prototype.ushrn=function(t){return this.clone().iushrn(t)},o.prototype.testn=function(t){n("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26,i=1<=0);var e=t%26,r=(t-e)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==e&&r++,this.length=Math.min(r,this.length),0!==e){var i=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},o.prototype.isubn=function(t){if(n("number"==typeof t),n(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(u/67108864|0),this.words[i+r]=67108863&s}for(;i>26,this.words[i+r]=67108863&s;if(0===a)return this.strip();for(n(-1===a),a=0,i=0;i>26,this.words[i]=67108863&s;return this.negative=1,this.strip()},o.prototype._wordDiv=function(t,e){var r=this.length-t.length,n=this.clone(),i=t,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var a,u=n.length-i.length;if("mod"!==e){(a=new o(null)).length=u+1,a.words=new Array(a.length);for(var c=0;c=0;h--){var l=67108864*(0|n.words[i.length+h])+(0|n.words[i.length+h-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,h);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,h),n.isZero()||(n.negative^=1);a&&(a.words[h]=l)}return a&&a.strip(),n.strip(),"div"!==e&&0!==r&&n.iushrn(r),{div:a||null,mod:n}},o.prototype.divmod=function(t,e,r){if(n(!t.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var i,s,a;return 0!==this.negative&&0===t.negative?(a=this.neg().divmod(t,e),"mod"!==e&&(i=a.div.neg()),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.iadd(t)),{div:i,mod:s}):0===this.negative&&0!==t.negative?(a=this.divmod(t.neg(),e),"mod"!==e&&(i=a.div.neg()),{div:i,mod:a.mod}):0!=(this.negative&t.negative)?(a=this.neg().divmod(t.neg(),e),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.isub(t)),{div:a.div,mod:s}):t.length>this.length||this.cmp(t)<0?{div:new o(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new o(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new o(this.modn(t.words[0]))}:this._wordDiv(t,e)},o.prototype.div=function(t){return this.divmod(t,"div",!1).div},o.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},o.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},o.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var r=0!==e.div.negative?e.mod.isub(t):e.mod,n=t.ushrn(1),i=t.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},o.prototype.modn=function(t){n(t<=67108863);for(var e=(1<<26)%t,r=0,i=this.length-1;i>=0;i--)r=(e*r+(0|this.words[i]))%t;return r},o.prototype.idivn=function(t){n(t<=67108863);for(var e=0,r=this.length-1;r>=0;r--){var i=(0|this.words[r])+67108864*e;this.words[r]=i/t|0,e=i%t}return this.strip()},o.prototype.divn=function(t){return this.clone().idivn(t)},o.prototype.egcd=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=new o(0),u=new o(1),c=0;e.isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++c;for(var f=r.clone(),h=e.clone();!e.isZero();){for(var l=0,d=1;0==(e.words[0]&d)&&l<26;++l,d<<=1);if(l>0)for(e.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(f),s.isub(h)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(a.isOdd()||u.isOdd())&&(a.iadd(f),u.isub(h)),a.iushrn(1),u.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(a),s.isub(u)):(r.isub(e),a.isub(i),u.isub(s))}return{a:a,b:u,gcd:r.iushln(c)}},o.prototype._invmp=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=r.clone();e.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;0==(e.words[0]&c)&&u<26;++u,c<<=1);if(u>0)for(e.iushrn(u);u-- >0;)i.isOdd()&&i.iadd(a),i.iushrn(1);for(var f=0,h=1;0==(r.words[0]&h)&&f<26;++f,h<<=1);if(f>0)for(r.iushrn(f);f-- >0;)s.isOdd()&&s.iadd(a),s.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(s)):(r.isub(e),s.isub(i))}var l;return(l=0===e.cmpn(1)?i:s).cmpn(0)<0&&l.iadd(t),l},o.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),r=t.clone();e.negative=0,r.negative=0;for(var n=0;e.isEven()&&r.isEven();n++)e.iushrn(1),r.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=e.cmp(r);if(i<0){var o=e;e=r,r=o}else if(0===i||0===r.cmpn(1))break;e.isub(r)}return r.iushln(n)},o.prototype.invm=function(t){return this.egcd(t).a.umod(t)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(t){return this.words[0]&t},o.prototype.bincn=function(t){n("number"==typeof t);var e=t%26,r=(t-e)/26,i=1<>>26,a&=67108863,this.words[s]=a}return 0!==o&&(this.words[s]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(t){var e=t<0;if(0!==this.negative&&!e)return-1;if(0===this.negative&&e)return 1;this.strip();var r;if(this.length>1)r=1;else{e&&(t=-t),n(t<=67108863,"Number is too big");var i=0|this.words[0];r=i===t?0:it.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|t.words[r];if(n!==i){ni&&(e=1);break}}return e},o.prototype.gtn=function(t){return 1===this.cmpn(t)},o.prototype.gt=function(t){return 1===this.cmp(t)},o.prototype.gten=function(t){return this.cmpn(t)>=0},o.prototype.gte=function(t){return this.cmp(t)>=0},o.prototype.ltn=function(t){return-1===this.cmpn(t)},o.prototype.lt=function(t){return-1===this.cmp(t)},o.prototype.lten=function(t){return this.cmpn(t)<=0},o.prototype.lte=function(t){return this.cmp(t)<=0},o.prototype.eqn=function(t){return 0===this.cmpn(t)},o.prototype.eq=function(t){return 0===this.cmp(t)},o.red=function(t){return new b(t)},o.prototype.toRed=function(t){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(t){return this.red=t,this},o.prototype.forceRed=function(t){return n(!this.red,"Already a number in reduction context"),this._forceRed(t)},o.prototype.redAdd=function(t){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},o.prototype.redIAdd=function(t){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},o.prototype.redSub=function(t){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},o.prototype.redISub=function(t){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},o.prototype.redShl=function(t){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},o.prototype.redMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},o.prototype.redIMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(t){return n(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var k={k256:null,p224:null,p192:null,p25519:null};h.prototype._tmp=function(){var t=new o(null);return t.words=new Array(Math.ceil(this.n/13)),t},h.prototype.ireduce=function(t){var e,r=t;do{this.split(r,this.tmp),e=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(e>this.n);var n=e0?r.isub(this.p):r.strip(),r},h.prototype.split=function(t,e){t.iushrn(this.n,0,e)},h.prototype.imulK=function(t){return t.imul(this.k)},i(l,h),l.prototype.split=function(t,e){for(var r=Math.min(t.length,9),n=0;n>>22,i=o}i>>>=22,t.words[n-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},l.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,r=0;r>>=26,t.words[r]=i,e=n}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(k[t])return k[t];var e;if("k256"===t)e=new l;else if("p224"===t)e=new d;else if("p192"===t)e=new p;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new m}return k[t]=e,e},b.prototype._verify1=function(t){n(0===t.negative,"red works only with positives"),n(t.red,"red works only with red numbers")},b.prototype._verify2=function(t,e){n(0==(t.negative|e.negative),"red works only with positives"),n(t.red&&t.red===e.red,"red works only with red numbers")},b.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},b.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},b.prototype.add=function(t,e){this._verify2(t,e);var r=t.add(e);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},b.prototype.iadd=function(t,e){this._verify2(t,e);var r=t.iadd(e);return r.cmp(this.m)>=0&&r.isub(this.m),r},b.prototype.sub=function(t,e){this._verify2(t,e);var r=t.sub(e);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},b.prototype.isub=function(t,e){this._verify2(t,e);var r=t.isub(e);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},b.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},b.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},b.prototype.isqr=function(t){return this.imul(t,t.clone())},b.prototype.sqr=function(t){return this.mul(t,t)},b.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(n(e%2==1),3===e){var r=this.m.add(new o(1)).iushrn(2);return this.pow(t,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var a=new o(1).toRed(this),u=a.redNeg(),c=this.m.subn(1).iushrn(1),f=this.m.bitLength();for(f=new o(2*f*f).toRed(this);0!==this.pow(f,c).cmp(u);)f.redIAdd(u);for(var h=this.pow(f,i),l=this.pow(t,i.addn(1).iushrn(1)),d=this.pow(t,i),p=s;0!==d.cmp(a);){for(var m=d,b=0;0!==m.cmp(a);b++)m=m.redSqr();n(b=0;n--){for(var c=e.words[n],f=u-1;f>=0;f--){var h=c>>f&1;i!==r[0]&&(i=this.sqr(i)),0!==h||0!==s?(s<<=1,s|=h,(4===++a||0===n&&0===f)&&(i=this.mul(i,r[s]),a=0,s=0)):a=0}u=26}return i},b.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},b.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new v(t)},i(v,b),v.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},v.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},v.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},v.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var r=t.mul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},v.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===e||e,this)},{}],202:[function(t,e,r){arguments[4][170][0].apply(r,arguments)},{dup:170}],203:[function(t,e,r){var n=t("underscore"),i=t("web3-utils"),o=t("bn.js"),s=t("./param"),a=function(t){return n.isNumber(t)&&(t=Math.trunc(t)),new s(i.toTwosComplement(t).replace("0x",""))};e.exports={formatInputInt:a,formatInputBytes:function(t){if(!i.isHexStrict(t))throw new Error('Given parameter is not bytes: "'+t+'"');var e=t.replace(/^0x/i,"");if(e.length%2!=0)throw new Error('Given parameter bytes has an invalid length: "'+t+'"');if(e.length>64)throw new Error('Given parameter bytes is too long: "'+t+'"');var r=Math.floor((e.length+63)/64);return e=i.padRight(e,64*r),new s(e)},formatInputDynamicBytes:function(t){if(!i.isHexStrict(t))throw new Error('Given parameter is not bytes: "'+t+'"');var e=t.replace(/^0x/i,"");if(e.length%2!=0)throw new Error('Given parameter bytes has an invalid length: "'+t+'"');var r=e.length/2,n=Math.floor((e.length+63)/64);return e=i.padRight(e,64*n),new s(a(r).value+e)},formatInputString:function(t){if(!n.isString(t))throw new Error("Given parameter is not a valid string: "+t);var e=i.utf8ToHex(t).replace(/^0x/i,""),r=e.length/2,o=Math.floor((e.length+63)/64);return e=i.padRight(e,64*o),new s(a(r).value+e)},formatInputBool:function(t){return new s("000000000000000000000000000000000000000000000000000000000000000"+(t?"1":"0"))},formatOutputInt:function(t){var e=t.staticPart();if(!e&&!t.rawValue)throw new Error("Couldn't decode "+name+" from ABI: 0x"+t.rawValue);return function(t){return"1"===new o(t.substr(0,1),16).toString(2).substr(0,1)}(e)?new o(e,16).fromTwos(256).toString(10):new o(e,16).toString(10)},formatOutputUInt:function(t,e){var r=t.staticPart();if(!r&&!t.rawValue)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);return new o(r,16).toString(10)},formatOutputBool:function(t,e){var r=t.staticPart();if(!r&&!t.rawValue)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);return"0000000000000000000000000000000000000000000000000000000000000001"===r},formatOutputBytes:function(t,e){var r=e.match(/^bytes([0-9]*)/),n=parseInt(r[1]);if(t.staticPart().slice(0,2*n).length!==2*n)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue+" The size doesn't match.");return"0x"+t.staticPart().slice(0,2*n)},formatOutputDynamicBytes:function(t,e){var r=t.dynamicPart().slice(0,64);if(!r)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);var n=2*new o(r,16).toNumber();return"0x"+t.dynamicPart().substr(64,n)},formatOutputString:function(t){var e=t.dynamicPart().slice(0,64);if(!e)throw new Error("ERROR: The returned value is not a convertible string:"+e);var r=2*new o(e,16).toNumber();return r?i.hexToUtf8("0x"+t.dynamicPart().substr(64,r).replace(/^0x/i,"")):""},formatOutputAddress:function(t,e){var r=t.staticPart();if(!r)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);return i.toChecksumAddress("0x"+r.slice(r.length-40,r.length))},toTwosComplement:i.toTwosComplement}},{"./param":205,"bn.js":201,underscore:202,"web3-utils":390}],204:[function(t,e,r){function n(){}var i=t("underscore"),o=t("web3-utils"),s=t("./formatters"),a=t("./types/address"),u=t("./types/bool"),c=t("./types/int"),f=t("./types/uint"),h=t("./types/dynamicbytes"),l=t("./types/string"),d=t("./types/bytes"),p=function(t,e){return t.isDynamicType(e)||t.isDynamicArray(e)},m=function(t){this._types=t};m.prototype._requireType=function(t){var e=this._types.filter(function(e){return e.isType(t)})[0];if(!e)throw Error("Invalid solidity type: "+t);return e},m.prototype._getOffsets=function(t,e){for(var r=e.map(function(e,r){return e.staticPartLength(t[r])}),n=1;n=49&&s<=54?s-49+10:s>=17&&s<=22?s-17+10:15&s}return n}function a(t,e,r,n){for(var i=0,o=Math.min(t.length,r),s=e;s=49?a-49+10:a>=17?a-17+10:a}return i}function u(t,e,r){r.negative=e.negative^t.negative;var n=t.length+e.length|0;r.length=n,n=n-1|0;var i=0|t.words[0],o=0|e.words[0],s=i*o,a=67108863&s,u=s/67108864|0;r.words[0]=a;for(var c=1;c>>26,h=67108863&u,l=Math.min(c,e.length-1),d=Math.max(0,c-t.length+1);d<=l;d++){var p=c-d|0;f+=(s=(i=0|t.words[p])*(o=0|e.words[d])+h)/67108864|0,h=67108863&s}r.words[c]=0|h,u=0|f}return 0!==u?r.words[c]=0|u:r.length--,r.strip()}function c(t,e,r){return(new f).mulp(t,e,r)}function f(t,e){this.x=t,this.y=e}function h(t,e){this.name=t,this.p=new o(e,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function l(){h.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function d(){h.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function p(){h.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function m(){h.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function b(t){if("string"==typeof t){var e=o._prime(t);this.m=e.p,this.prime=e}else n(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function v(t){b.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}"object"===(void 0===e?"undefined":_typeof(e))?e.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var y;try{y=t("buffer").Buffer}catch(t){}o.isBN=function(t){return t instanceof o||null!==t&&"object"===(void 0===t?"undefined":_typeof(t))&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,r){if("number"==typeof t)return this._initNumber(t,e,r);if("object"===(void 0===t?"undefined":_typeof(t)))return this._initArray(t,e,r);"hex"===e&&(e=16),n(e===(0|e)&&e>=2&&e<=36);var i=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&i++,16===e?this._parseHex(t,i):this._parseBase(t,e,i),"-"===t[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(n(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initArray=function(t,e,r){if(n("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)s=t[i]|t[i-1]<<8|t[i-2]<<16,this.words[o]|=s<>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var r=0;r=e;r-=6)i=s(t,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==e&&(i=s(t,e,r+6),this.words[n]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=e)n++;n--,i=i/e|0;for(var o=t.length-r,s=o%n,u=Math.min(o,o-s)+r,c=0,f=r;f1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var g=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],_=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],w=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(t,e){t=t||10,e=0|e||1;var r;if(16===t||"hex"===t){r="";for(var i=0,o=0,s=0;s>>24-i&16777215)||s!==this.length-1?g[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,s--)}for(0!==o&&(r=o.toString(16)+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(t===(0|t)&&t>=2&&t<=36){var c=_[t],f=w[t];r="";var h=this.clone();for(h.negative=0;!h.isZero();){var l=h.modn(f).toString(t);r=(h=h.idivn(f)).isZero()?l+r:g[c-l.length]+l+r}for(this.isZero()&&(r="0"+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return n(void 0!==y),this.toArrayLike(y,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var s,a,u="le"===e,c=new t(o),f=this.clone();if(u){for(a=0;!f.isZero();a++)s=f.andln(255),f.iushrn(8),c[a]=s;for(;a=4096&&(r+=13,e>>>=13),e>=64&&(r+=7,e>>>=7),e>=8&&(r+=4,e>>>=4),e>=2&&(r+=2,e>>>=2),r+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,r=0;return 0==(8191&e)&&(r+=13,e>>>=13),0==(127&e)&&(r+=7,e>>>=7),0==(15&e)&&(r+=4,e>>>=4),0==(3&e)&&(r+=2,e>>>=2),0==(1&e)&&r++,r},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var r=0;rt.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,r;this.length>t.length?(e=this,r=t):(e=t,r=this);for(var n=0;nt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){n("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),r=t%26;this._expand(e),r>0&&e--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){n("number"==typeof t&&t>=0);var r=t/26|0,i=t%26;return this._expand(r+1),this.words[r]=e?this.words[r]|1<t.length?(r=this,n=t):(r=t,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;var n,i;r>0?(n=this,i=t):(n=t,i=this);for(var o=0,s=0;s>26,this.words[s]=67108863&e;for(;0!==o&&s>26,this.words[s]=67108863&e;if(0===o&&s>>13,d=0|s[1],p=8191&d,m=d>>>13,b=0|s[2],v=8191&b,y=b>>>13,g=0|s[3],_=8191&g,w=g>>>13,M=0|s[4],k=8191&M,x=M>>>13,E=0|s[5],S=8191&E,A=E>>>13,j=0|s[6],C=8191&j,T=j>>>13,P=0|s[7],I=8191&P,B=P>>>13,R=0|s[8],F=8191&R,O=R>>>13,N=0|s[9],L=8191&N,D=N>>>13,q=0|a[0],U=8191&q,z=q>>>13,H=0|a[1],K=8191&H,V=H>>>13,W=0|a[2],X=8191&W,G=W>>>13,$=0|a[3],Z=8191&$,J=$>>>13,Q=0|a[4],Y=8191&Q,tt=Q>>>13,et=0|a[5],rt=8191&et,nt=et>>>13,it=0|a[6],ot=8191&it,st=it>>>13,at=0|a[7],ut=8191&at,ct=at>>>13,ft=0|a[8],ht=8191&ft,lt=ft>>>13,dt=0|a[9],pt=8191&dt,mt=dt>>>13;r.negative=t.negative^e.negative,r.length=19;var bt=(c+(n=Math.imul(h,U))|0)+((8191&(i=(i=Math.imul(h,z))+Math.imul(l,U)|0))<<13)|0;c=((o=Math.imul(l,z))+(i>>>13)|0)+(bt>>>26)|0,bt&=67108863,n=Math.imul(p,U),i=(i=Math.imul(p,z))+Math.imul(m,U)|0,o=Math.imul(m,z);var vt=(c+(n=n+Math.imul(h,K)|0)|0)+((8191&(i=(i=i+Math.imul(h,V)|0)+Math.imul(l,K)|0))<<13)|0;c=((o=o+Math.imul(l,V)|0)+(i>>>13)|0)+(vt>>>26)|0,vt&=67108863,n=Math.imul(v,U),i=(i=Math.imul(v,z))+Math.imul(y,U)|0,o=Math.imul(y,z),n=n+Math.imul(p,K)|0,i=(i=i+Math.imul(p,V)|0)+Math.imul(m,K)|0,o=o+Math.imul(m,V)|0;var yt=(c+(n=n+Math.imul(h,X)|0)|0)+((8191&(i=(i=i+Math.imul(h,G)|0)+Math.imul(l,X)|0))<<13)|0;c=((o=o+Math.imul(l,G)|0)+(i>>>13)|0)+(yt>>>26)|0,yt&=67108863,n=Math.imul(_,U),i=(i=Math.imul(_,z))+Math.imul(w,U)|0,o=Math.imul(w,z),n=n+Math.imul(v,K)|0,i=(i=i+Math.imul(v,V)|0)+Math.imul(y,K)|0,o=o+Math.imul(y,V)|0,n=n+Math.imul(p,X)|0,i=(i=i+Math.imul(p,G)|0)+Math.imul(m,X)|0,o=o+Math.imul(m,G)|0;var gt=(c+(n=n+Math.imul(h,Z)|0)|0)+((8191&(i=(i=i+Math.imul(h,J)|0)+Math.imul(l,Z)|0))<<13)|0;c=((o=o+Math.imul(l,J)|0)+(i>>>13)|0)+(gt>>>26)|0,gt&=67108863,n=Math.imul(k,U),i=(i=Math.imul(k,z))+Math.imul(x,U)|0,o=Math.imul(x,z),n=n+Math.imul(_,K)|0,i=(i=i+Math.imul(_,V)|0)+Math.imul(w,K)|0,o=o+Math.imul(w,V)|0,n=n+Math.imul(v,X)|0,i=(i=i+Math.imul(v,G)|0)+Math.imul(y,X)|0,o=o+Math.imul(y,G)|0,n=n+Math.imul(p,Z)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,Z)|0,o=o+Math.imul(m,J)|0;var _t=(c+(n=n+Math.imul(h,Y)|0)|0)+((8191&(i=(i=i+Math.imul(h,tt)|0)+Math.imul(l,Y)|0))<<13)|0;c=((o=o+Math.imul(l,tt)|0)+(i>>>13)|0)+(_t>>>26)|0,_t&=67108863,n=Math.imul(S,U),i=(i=Math.imul(S,z))+Math.imul(A,U)|0,o=Math.imul(A,z),n=n+Math.imul(k,K)|0,i=(i=i+Math.imul(k,V)|0)+Math.imul(x,K)|0,o=o+Math.imul(x,V)|0,n=n+Math.imul(_,X)|0,i=(i=i+Math.imul(_,G)|0)+Math.imul(w,X)|0,o=o+Math.imul(w,G)|0,n=n+Math.imul(v,Z)|0,i=(i=i+Math.imul(v,J)|0)+Math.imul(y,Z)|0,o=o+Math.imul(y,J)|0,n=n+Math.imul(p,Y)|0,i=(i=i+Math.imul(p,tt)|0)+Math.imul(m,Y)|0,o=o+Math.imul(m,tt)|0;var wt=(c+(n=n+Math.imul(h,rt)|0)|0)+((8191&(i=(i=i+Math.imul(h,nt)|0)+Math.imul(l,rt)|0))<<13)|0;c=((o=o+Math.imul(l,nt)|0)+(i>>>13)|0)+(wt>>>26)|0,wt&=67108863,n=Math.imul(C,U),i=(i=Math.imul(C,z))+Math.imul(T,U)|0,o=Math.imul(T,z),n=n+Math.imul(S,K)|0,i=(i=i+Math.imul(S,V)|0)+Math.imul(A,K)|0,o=o+Math.imul(A,V)|0,n=n+Math.imul(k,X)|0,i=(i=i+Math.imul(k,G)|0)+Math.imul(x,X)|0,o=o+Math.imul(x,G)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(w,Z)|0,o=o+Math.imul(w,J)|0,n=n+Math.imul(v,Y)|0,i=(i=i+Math.imul(v,tt)|0)+Math.imul(y,Y)|0,o=o+Math.imul(y,tt)|0,n=n+Math.imul(p,rt)|0,i=(i=i+Math.imul(p,nt)|0)+Math.imul(m,rt)|0,o=o+Math.imul(m,nt)|0;var Mt=(c+(n=n+Math.imul(h,ot)|0)|0)+((8191&(i=(i=i+Math.imul(h,st)|0)+Math.imul(l,ot)|0))<<13)|0;c=((o=o+Math.imul(l,st)|0)+(i>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,n=Math.imul(I,U),i=(i=Math.imul(I,z))+Math.imul(B,U)|0,o=Math.imul(B,z),n=n+Math.imul(C,K)|0,i=(i=i+Math.imul(C,V)|0)+Math.imul(T,K)|0,o=o+Math.imul(T,V)|0,n=n+Math.imul(S,X)|0,i=(i=i+Math.imul(S,G)|0)+Math.imul(A,X)|0,o=o+Math.imul(A,G)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(x,Z)|0,o=o+Math.imul(x,J)|0,n=n+Math.imul(_,Y)|0,i=(i=i+Math.imul(_,tt)|0)+Math.imul(w,Y)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(v,rt)|0,i=(i=i+Math.imul(v,nt)|0)+Math.imul(y,rt)|0,o=o+Math.imul(y,nt)|0,n=n+Math.imul(p,ot)|0,i=(i=i+Math.imul(p,st)|0)+Math.imul(m,ot)|0,o=o+Math.imul(m,st)|0;var kt=(c+(n=n+Math.imul(h,ut)|0)|0)+((8191&(i=(i=i+Math.imul(h,ct)|0)+Math.imul(l,ut)|0))<<13)|0;c=((o=o+Math.imul(l,ct)|0)+(i>>>13)|0)+(kt>>>26)|0,kt&=67108863,n=Math.imul(F,U),i=(i=Math.imul(F,z))+Math.imul(O,U)|0,o=Math.imul(O,z),n=n+Math.imul(I,K)|0,i=(i=i+Math.imul(I,V)|0)+Math.imul(B,K)|0,o=o+Math.imul(B,V)|0,n=n+Math.imul(C,X)|0,i=(i=i+Math.imul(C,G)|0)+Math.imul(T,X)|0,o=o+Math.imul(T,G)|0,n=n+Math.imul(S,Z)|0,i=(i=i+Math.imul(S,J)|0)+Math.imul(A,Z)|0,o=o+Math.imul(A,J)|0,n=n+Math.imul(k,Y)|0,i=(i=i+Math.imul(k,tt)|0)+Math.imul(x,Y)|0,o=o+Math.imul(x,tt)|0,n=n+Math.imul(_,rt)|0,i=(i=i+Math.imul(_,nt)|0)+Math.imul(w,rt)|0,o=o+Math.imul(w,nt)|0,n=n+Math.imul(v,ot)|0,i=(i=i+Math.imul(v,st)|0)+Math.imul(y,ot)|0,o=o+Math.imul(y,st)|0,n=n+Math.imul(p,ut)|0,i=(i=i+Math.imul(p,ct)|0)+Math.imul(m,ut)|0,o=o+Math.imul(m,ct)|0;var xt=(c+(n=n+Math.imul(h,ht)|0)|0)+((8191&(i=(i=i+Math.imul(h,lt)|0)+Math.imul(l,ht)|0))<<13)|0;c=((o=o+Math.imul(l,lt)|0)+(i>>>13)|0)+(xt>>>26)|0,xt&=67108863,n=Math.imul(L,U),i=(i=Math.imul(L,z))+Math.imul(D,U)|0,o=Math.imul(D,z),n=n+Math.imul(F,K)|0,i=(i=i+Math.imul(F,V)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,V)|0,n=n+Math.imul(I,X)|0,i=(i=i+Math.imul(I,G)|0)+Math.imul(B,X)|0,o=o+Math.imul(B,G)|0,n=n+Math.imul(C,Z)|0,i=(i=i+Math.imul(C,J)|0)+Math.imul(T,Z)|0,o=o+Math.imul(T,J)|0,n=n+Math.imul(S,Y)|0,i=(i=i+Math.imul(S,tt)|0)+Math.imul(A,Y)|0,o=o+Math.imul(A,tt)|0,n=n+Math.imul(k,rt)|0,i=(i=i+Math.imul(k,nt)|0)+Math.imul(x,rt)|0,o=o+Math.imul(x,nt)|0,n=n+Math.imul(_,ot)|0,i=(i=i+Math.imul(_,st)|0)+Math.imul(w,ot)|0,o=o+Math.imul(w,st)|0,n=n+Math.imul(v,ut)|0,i=(i=i+Math.imul(v,ct)|0)+Math.imul(y,ut)|0,o=o+Math.imul(y,ct)|0,n=n+Math.imul(p,ht)|0,i=(i=i+Math.imul(p,lt)|0)+Math.imul(m,ht)|0,o=o+Math.imul(m,lt)|0;var Et=(c+(n=n+Math.imul(h,pt)|0)|0)+((8191&(i=(i=i+Math.imul(h,mt)|0)+Math.imul(l,pt)|0))<<13)|0;c=((o=o+Math.imul(l,mt)|0)+(i>>>13)|0)+(Et>>>26)|0,Et&=67108863,n=Math.imul(L,K),i=(i=Math.imul(L,V))+Math.imul(D,K)|0,o=Math.imul(D,V),n=n+Math.imul(F,X)|0,i=(i=i+Math.imul(F,G)|0)+Math.imul(O,X)|0,o=o+Math.imul(O,G)|0,n=n+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(B,Z)|0,o=o+Math.imul(B,J)|0,n=n+Math.imul(C,Y)|0,i=(i=i+Math.imul(C,tt)|0)+Math.imul(T,Y)|0,o=o+Math.imul(T,tt)|0,n=n+Math.imul(S,rt)|0,i=(i=i+Math.imul(S,nt)|0)+Math.imul(A,rt)|0,o=o+Math.imul(A,nt)|0,n=n+Math.imul(k,ot)|0,i=(i=i+Math.imul(k,st)|0)+Math.imul(x,ot)|0,o=o+Math.imul(x,st)|0,n=n+Math.imul(_,ut)|0,i=(i=i+Math.imul(_,ct)|0)+Math.imul(w,ut)|0,o=o+Math.imul(w,ct)|0,n=n+Math.imul(v,ht)|0,i=(i=i+Math.imul(v,lt)|0)+Math.imul(y,ht)|0,o=o+Math.imul(y,lt)|0;var St=(c+(n=n+Math.imul(p,pt)|0)|0)+((8191&(i=(i=i+Math.imul(p,mt)|0)+Math.imul(m,pt)|0))<<13)|0;c=((o=o+Math.imul(m,mt)|0)+(i>>>13)|0)+(St>>>26)|0,St&=67108863,n=Math.imul(L,X),i=(i=Math.imul(L,G))+Math.imul(D,X)|0,o=Math.imul(D,G),n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(O,Z)|0,o=o+Math.imul(O,J)|0,n=n+Math.imul(I,Y)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(B,Y)|0,o=o+Math.imul(B,tt)|0,n=n+Math.imul(C,rt)|0,i=(i=i+Math.imul(C,nt)|0)+Math.imul(T,rt)|0,o=o+Math.imul(T,nt)|0,n=n+Math.imul(S,ot)|0,i=(i=i+Math.imul(S,st)|0)+Math.imul(A,ot)|0,o=o+Math.imul(A,st)|0,n=n+Math.imul(k,ut)|0,i=(i=i+Math.imul(k,ct)|0)+Math.imul(x,ut)|0,o=o+Math.imul(x,ct)|0,n=n+Math.imul(_,ht)|0,i=(i=i+Math.imul(_,lt)|0)+Math.imul(w,ht)|0,o=o+Math.imul(w,lt)|0;var At=(c+(n=n+Math.imul(v,pt)|0)|0)+((8191&(i=(i=i+Math.imul(v,mt)|0)+Math.imul(y,pt)|0))<<13)|0;c=((o=o+Math.imul(y,mt)|0)+(i>>>13)|0)+(At>>>26)|0,At&=67108863,n=Math.imul(L,Z),i=(i=Math.imul(L,J))+Math.imul(D,Z)|0,o=Math.imul(D,J),n=n+Math.imul(F,Y)|0,i=(i=i+Math.imul(F,tt)|0)+Math.imul(O,Y)|0,o=o+Math.imul(O,tt)|0,n=n+Math.imul(I,rt)|0,i=(i=i+Math.imul(I,nt)|0)+Math.imul(B,rt)|0,o=o+Math.imul(B,nt)|0,n=n+Math.imul(C,ot)|0,i=(i=i+Math.imul(C,st)|0)+Math.imul(T,ot)|0,o=o+Math.imul(T,st)|0,n=n+Math.imul(S,ut)|0,i=(i=i+Math.imul(S,ct)|0)+Math.imul(A,ut)|0,o=o+Math.imul(A,ct)|0,n=n+Math.imul(k,ht)|0,i=(i=i+Math.imul(k,lt)|0)+Math.imul(x,ht)|0,o=o+Math.imul(x,lt)|0;var jt=(c+(n=n+Math.imul(_,pt)|0)|0)+((8191&(i=(i=i+Math.imul(_,mt)|0)+Math.imul(w,pt)|0))<<13)|0;c=((o=o+Math.imul(w,mt)|0)+(i>>>13)|0)+(jt>>>26)|0,jt&=67108863,n=Math.imul(L,Y),i=(i=Math.imul(L,tt))+Math.imul(D,Y)|0,o=Math.imul(D,tt),n=n+Math.imul(F,rt)|0,i=(i=i+Math.imul(F,nt)|0)+Math.imul(O,rt)|0,o=o+Math.imul(O,nt)|0,n=n+Math.imul(I,ot)|0,i=(i=i+Math.imul(I,st)|0)+Math.imul(B,ot)|0,o=o+Math.imul(B,st)|0,n=n+Math.imul(C,ut)|0,i=(i=i+Math.imul(C,ct)|0)+Math.imul(T,ut)|0,o=o+Math.imul(T,ct)|0,n=n+Math.imul(S,ht)|0,i=(i=i+Math.imul(S,lt)|0)+Math.imul(A,ht)|0,o=o+Math.imul(A,lt)|0;var Ct=(c+(n=n+Math.imul(k,pt)|0)|0)+((8191&(i=(i=i+Math.imul(k,mt)|0)+Math.imul(x,pt)|0))<<13)|0;c=((o=o+Math.imul(x,mt)|0)+(i>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,n=Math.imul(L,rt),i=(i=Math.imul(L,nt))+Math.imul(D,rt)|0,o=Math.imul(D,nt),n=n+Math.imul(F,ot)|0,i=(i=i+Math.imul(F,st)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,st)|0,n=n+Math.imul(I,ut)|0,i=(i=i+Math.imul(I,ct)|0)+Math.imul(B,ut)|0,o=o+Math.imul(B,ct)|0,n=n+Math.imul(C,ht)|0,i=(i=i+Math.imul(C,lt)|0)+Math.imul(T,ht)|0,o=o+Math.imul(T,lt)|0;var Tt=(c+(n=n+Math.imul(S,pt)|0)|0)+((8191&(i=(i=i+Math.imul(S,mt)|0)+Math.imul(A,pt)|0))<<13)|0;c=((o=o+Math.imul(A,mt)|0)+(i>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,n=Math.imul(L,ot),i=(i=Math.imul(L,st))+Math.imul(D,ot)|0,o=Math.imul(D,st),n=n+Math.imul(F,ut)|0,i=(i=i+Math.imul(F,ct)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,ct)|0,n=n+Math.imul(I,ht)|0,i=(i=i+Math.imul(I,lt)|0)+Math.imul(B,ht)|0,o=o+Math.imul(B,lt)|0;var Pt=(c+(n=n+Math.imul(C,pt)|0)|0)+((8191&(i=(i=i+Math.imul(C,mt)|0)+Math.imul(T,pt)|0))<<13)|0;c=((o=o+Math.imul(T,mt)|0)+(i>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,n=Math.imul(L,ut),i=(i=Math.imul(L,ct))+Math.imul(D,ut)|0,o=Math.imul(D,ct),n=n+Math.imul(F,ht)|0,i=(i=i+Math.imul(F,lt)|0)+Math.imul(O,ht)|0,o=o+Math.imul(O,lt)|0;var It=(c+(n=n+Math.imul(I,pt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(B,pt)|0))<<13)|0;c=((o=o+Math.imul(B,mt)|0)+(i>>>13)|0)+(It>>>26)|0,It&=67108863,n=Math.imul(L,ht),i=(i=Math.imul(L,lt))+Math.imul(D,ht)|0,o=Math.imul(D,lt);var Bt=(c+(n=n+Math.imul(F,pt)|0)|0)+((8191&(i=(i=i+Math.imul(F,mt)|0)+Math.imul(O,pt)|0))<<13)|0;c=((o=o+Math.imul(O,mt)|0)+(i>>>13)|0)+(Bt>>>26)|0,Bt&=67108863;var Rt=(c+(n=Math.imul(L,pt))|0)+((8191&(i=(i=Math.imul(L,mt))+Math.imul(D,pt)|0))<<13)|0;return c=((o=Math.imul(D,mt))+(i>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,u[0]=bt,u[1]=vt,u[2]=yt,u[3]=gt,u[4]=_t,u[5]=wt,u[6]=Mt,u[7]=kt,u[8]=xt,u[9]=Et,u[10]=St,u[11]=At,u[12]=jt,u[13]=Ct,u[14]=Tt,u[15]=Pt,u[16]=It,u[17]=Bt,u[18]=Rt,0!==c&&(u[19]=c,r.length++),r};Math.imul||(M=u),o.prototype.mulTo=function(t,e){var r=this.length+t.length;return 10===this.length&&10===t.length?M(this,t,e):r<63?u(this,t,e):r<1024?function(t,e,r){r.negative=e.negative^t.negative,r.length=t.length+e.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,s&=67108863}r.words[o]=a,n=s,s=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}(this,t,e):c(this,t,e)},f.prototype.makeRBT=function(t){for(var e=new Array(t),r=o.prototype._countBits(t)-1,n=0;n>=1;return n},f.prototype.permute=function(t,e,r,n,i,o){for(var s=0;s>>=1)i++;return 1<>>=13,r[2*s+1]=8191&o,o>>>=13;for(s=2*e;s>=26,e+=i/67108864|0,e+=o>>>26,this.words[r]=67108863&o}return 0!==e&&(this.words[r]=e,this.length++),this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),r=0;r>>i}return e}(t);if(0===e.length)return new o(1);for(var r=this,n=0;n=0);var e,r=t%26,i=(t-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(e=0;e>>26-r}s&&(this.words[e]=s,this.length++)}if(0!==i){for(e=this.length-1;e>=0;e--)this.words[e+i]=this.words[e];for(e=0;e=0);var i;i=e?(e-e%26)/26:0;var o=t%26,s=Math.min((t-o)/26,this.length),a=67108863^67108863>>>o<s)for(this.length-=s,c=0;c=0&&(0!==f||c>=i);c--){var h=0|this.words[c];this.words[c]=f<<26-o|h>>>o,f=h&a}return u&&0!==f&&(u.words[u.length++]=f),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(t,e,r){return n(0===this.negative),this.iushrn(t,e,r)},o.prototype.shln=function(t){return this.clone().ishln(t)},o.prototype.ushln=function(t){return this.clone().iushln(t)},o.prototype.shrn=function(t){return this.clone().ishrn(t)},o.prototype.ushrn=function(t){return this.clone().iushrn(t)},o.prototype.testn=function(t){n("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26,i=1<=0);var e=t%26,r=(t-e)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==e&&r++,this.length=Math.min(r,this.length),0!==e){var i=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},o.prototype.isubn=function(t){if(n("number"==typeof t),n(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(u/67108864|0),this.words[i+r]=67108863&s}for(;i>26,this.words[i+r]=67108863&s;if(0===a)return this.strip();for(n(-1===a),a=0,i=0;i>26,this.words[i]=67108863&s;return this.negative=1,this.strip()},o.prototype._wordDiv=function(t,e){var r=this.length-t.length,n=this.clone(),i=t,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var a,u=n.length-i.length;if("mod"!==e){(a=new o(null)).length=u+1,a.words=new Array(a.length);for(var c=0;c=0;h--){var l=67108864*(0|n.words[i.length+h])+(0|n.words[i.length+h-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,h);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,h),n.isZero()||(n.negative^=1);a&&(a.words[h]=l)}return a&&a.strip(),n.strip(),"div"!==e&&0!==r&&n.iushrn(r),{div:a||null,mod:n}},o.prototype.divmod=function(t,e,r){if(n(!t.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var i,s,a;return 0!==this.negative&&0===t.negative?(a=this.neg().divmod(t,e),"mod"!==e&&(i=a.div.neg()),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.iadd(t)),{div:i,mod:s}):0===this.negative&&0!==t.negative?(a=this.divmod(t.neg(),e),"mod"!==e&&(i=a.div.neg()),{div:i,mod:a.mod}):0!=(this.negative&t.negative)?(a=this.neg().divmod(t.neg(),e),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.isub(t)),{div:a.div,mod:s}):t.length>this.length||this.cmp(t)<0?{div:new o(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new o(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new o(this.modn(t.words[0]))}:this._wordDiv(t,e)},o.prototype.div=function(t){return this.divmod(t,"div",!1).div},o.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},o.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},o.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var r=0!==e.div.negative?e.mod.isub(t):e.mod,n=t.ushrn(1),i=t.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},o.prototype.modn=function(t){n(t<=67108863);for(var e=(1<<26)%t,r=0,i=this.length-1;i>=0;i--)r=(e*r+(0|this.words[i]))%t;return r},o.prototype.idivn=function(t){n(t<=67108863);for(var e=0,r=this.length-1;r>=0;r--){var i=(0|this.words[r])+67108864*e;this.words[r]=i/t|0,e=i%t}return this.strip()},o.prototype.divn=function(t){return this.clone().idivn(t)},o.prototype.egcd=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=new o(0),u=new o(1),c=0;e.isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++c;for(var f=r.clone(),h=e.clone();!e.isZero();){for(var l=0,d=1;0==(e.words[0]&d)&&l<26;++l,d<<=1);if(l>0)for(e.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(f),s.isub(h)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(a.isOdd()||u.isOdd())&&(a.iadd(f),u.isub(h)),a.iushrn(1),u.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(a),s.isub(u)):(r.isub(e),a.isub(i),u.isub(s))}return{a:a,b:u,gcd:r.iushln(c)}},o.prototype._invmp=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=r.clone();e.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;0==(e.words[0]&c)&&u<26;++u,c<<=1);if(u>0)for(e.iushrn(u);u-- >0;)i.isOdd()&&i.iadd(a),i.iushrn(1);for(var f=0,h=1;0==(r.words[0]&h)&&f<26;++f,h<<=1);if(f>0)for(r.iushrn(f);f-- >0;)s.isOdd()&&s.iadd(a),s.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(s)):(r.isub(e),s.isub(i))}var l;return(l=0===e.cmpn(1)?i:s).cmpn(0)<0&&l.iadd(t),l},o.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),r=t.clone();e.negative=0,r.negative=0;for(var n=0;e.isEven()&&r.isEven();n++)e.iushrn(1),r.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=e.cmp(r);if(i<0){var o=e;e=r,r=o}else if(0===i||0===r.cmpn(1))break;e.isub(r)}return r.iushln(n)},o.prototype.invm=function(t){return this.egcd(t).a.umod(t)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(t){return this.words[0]&t},o.prototype.bincn=function(t){n("number"==typeof t);var e=t%26,r=(t-e)/26,i=1<>>26,a&=67108863,this.words[s]=a}return 0!==o&&(this.words[s]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(t){var e=t<0;if(0!==this.negative&&!e)return-1;if(0===this.negative&&e)return 1;this.strip();var r;if(this.length>1)r=1;else{e&&(t=-t),n(t<=67108863,"Number is too big");var i=0|this.words[0];r=i===t?0:it.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|t.words[r];if(n!==i){ni&&(e=1);break}}return e},o.prototype.gtn=function(t){return 1===this.cmpn(t)},o.prototype.gt=function(t){return 1===this.cmp(t)},o.prototype.gten=function(t){return this.cmpn(t)>=0},o.prototype.gte=function(t){return this.cmp(t)>=0},o.prototype.ltn=function(t){return-1===this.cmpn(t)},o.prototype.lt=function(t){return-1===this.cmp(t)},o.prototype.lten=function(t){return this.cmpn(t)<=0},o.prototype.lte=function(t){return this.cmp(t)<=0},o.prototype.eqn=function(t){return 0===this.cmpn(t)},o.prototype.eq=function(t){return 0===this.cmp(t)},o.red=function(t){return new b(t)},o.prototype.toRed=function(t){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(t){return this.red=t,this},o.prototype.forceRed=function(t){return n(!this.red,"Already a number in reduction context"),this._forceRed(t)},o.prototype.redAdd=function(t){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},o.prototype.redIAdd=function(t){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},o.prototype.redSub=function(t){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},o.prototype.redISub=function(t){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},o.prototype.redShl=function(t){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},o.prototype.redMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},o.prototype.redIMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(t){return n(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var k={k256:null,p224:null,p192:null,p25519:null};h.prototype._tmp=function(){var t=new o(null);return t.words=new Array(Math.ceil(this.n/13)),t},h.prototype.ireduce=function(t){var e,r=t;do{this.split(r,this.tmp),e=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(e>this.n);var n=e0?r.isub(this.p):r.strip(),r},h.prototype.split=function(t,e){t.iushrn(this.n,0,e)},h.prototype.imulK=function(t){return t.imul(this.k)},i(l,h),l.prototype.split=function(t,e){for(var r=Math.min(t.length,9),n=0;n>>22,i=o}i>>>=22,t.words[n-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},l.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,r=0;r>>=26,t.words[r]=i,e=n}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(k[t])return k[t];var e;if("k256"===t)e=new l;else if("p224"===t)e=new d;else if("p192"===t)e=new p;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new m}return k[t]=e,e},b.prototype._verify1=function(t){n(0===t.negative,"red works only with positives"),n(t.red,"red works only with red numbers")},b.prototype._verify2=function(t,e){n(0==(t.negative|e.negative),"red works only with positives"),n(t.red&&t.red===e.red,"red works only with red numbers")},b.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},b.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},b.prototype.add=function(t,e){this._verify2(t,e);var r=t.add(e);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},b.prototype.iadd=function(t,e){this._verify2(t,e);var r=t.iadd(e);return r.cmp(this.m)>=0&&r.isub(this.m),r},b.prototype.sub=function(t,e){this._verify2(t,e);var r=t.sub(e);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},b.prototype.isub=function(t,e){this._verify2(t,e);var r=t.isub(e);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},b.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},b.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},b.prototype.isqr=function(t){return this.imul(t,t.clone())},b.prototype.sqr=function(t){return this.mul(t,t)},b.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(n(e%2==1),3===e){var r=this.m.add(new o(1)).iushrn(2);return this.pow(t,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var a=new o(1).toRed(this),u=a.redNeg(),c=this.m.subn(1).iushrn(1),f=this.m.bitLength();for(f=new o(2*f*f).toRed(this);0!==this.pow(f,c).cmp(u);)f.redIAdd(u);for(var h=this.pow(f,i),l=this.pow(t,i.addn(1).iushrn(1)),d=this.pow(t,i),p=s;0!==d.cmp(a);){for(var m=d,b=0;0!==m.cmp(a);b++)m=m.redSqr();n(b=0;n--){for(var c=e.words[n],f=u-1;f>=0;f--){var h=c>>f&1;i!==r[0]&&(i=this.sqr(i)),0!==h||0!==s?(s<<=1,s|=h,(4===++a||0===n&&0===f)&&(i=this.mul(i,r[s]),a=0,s=0)):a=0}u=26}return i},b.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},b.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new v(t)},i(v,b),v.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},v.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},v.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},v.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var r=t.mul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},v.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===e||e,this)},{buffer:17}],229:[function(t,e,r){(function(t,n){!function(t){if("object"==(void 0===r?"undefined":_typeof(r))&&void 0!==e)e.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var i;"undefined"!=typeof window?i=window:void 0!==n?i=n:"undefined"!=typeof self&&(i=self),i.Promise=t()}}(function(){var e,r,i;return function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof _dereq_&&_dereq_;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[s]={exports:{}};e[s][0].call(f.exports,function(t){var r=e[s][1][t];return i(r||t)},f,f.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof _dereq_&&_dereq_,s=0;s0;){var e=t.shift();if("function"==typeof e){var r=t.shift(),n=t.shift();e.call(r,n)}else e._settlePromises()}},i.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},i.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},i.prototype._reset=function(){this._isTickUsed=!1},r.exports=i,r.exports.firstLineError=u},{"./queue":26,"./schedule":29,"./util":36}],3:[function(t,e,r){e.exports=function(t,e,r,n){var i=!1,o=function(t,e){this._reject(e)},s=function(t,e){e.promiseRejectionQueued=!0,e.bindingPromise._then(o,o,null,this,t)},a=function(t,e){0==(50397184&this._bitField)&&this._resolveCallback(e.target)},u=function(t,e){e.promiseRejectionQueued||this._reject(t)};t.prototype.bind=function(o){i||(i=!0,t.prototype._propagateFrom=n.propagateFromFunction(),t.prototype._boundValue=n.boundValueFunction());var c=r(o),f=new t(e);f._propagateFrom(this,1);var h=this._target();if(f._setBoundTo(c),c instanceof t){var l={promiseRejectionQueued:!1,promise:f,target:h,bindingPromise:c};h._then(e,s,void 0,f,l),c._then(a,u,void 0,f,l),f._setOnCancel(c)}else f._resolveCallback(h);return f},t.prototype._setBoundTo=function(t){void 0!==t?(this._bitField=2097152|this._bitField,this._boundTo=t):this._bitField=-2097153&this._bitField},t.prototype._isBound=function(){return 2097152==(2097152&this._bitField)},t.bind=function(e,r){return t.resolve(r).bind(e)}}},{}],4:[function(t,e,r){var n;"undefined"!=typeof Promise&&(n=Promise);var i=t("./promise")();i.noConflict=function(){try{Promise===i&&(Promise=n)}catch(t){}return i},e.exports=i},{"./promise":22}],5:[function(t,e,r){var n=Object.create;if(n){var i=n(null),o=n(null);i[" size"]=o[" size"]=0}e.exports=function(e){function r(t,r){var n;if(null!=t&&(n=t[r]),"function"!=typeof n){var i="Object "+a.classString(t)+" has no method '"+a.toString(r)+"'";throw new e.TypeError(i)}return n}function n(t){return r(t,this.pop()).apply(t,this)}function i(t){return t[this]}function o(t){var e=+this;return e<0&&(e=Math.max(0,e+t.length)),t[e]}var s,a=t("./util"),u=a.canEvaluate;a.isIdentifier;e.prototype.call=function(t){var e=[].slice.call(arguments,1);return e.push(t),this._then(n,void 0,void 0,e,void 0)},e.prototype.get=function(t){var e;if("number"==typeof t)e=o;else if(u){var r=s(t);e=null!==r?r:i}else e=i;return this._then(e,void 0,void 0,t,void 0)}}},{"./util":36}],6:[function(t,e,r){e.exports=function(e,r,n,i){var o=t("./util"),s=o.tryCatch,a=o.errorObj,u=e._async;e.prototype.break=e.prototype.cancel=function(){if(!i.cancellation())return this._warn("cancellation is disabled");for(var t=this,e=t;t.isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}var r=t._cancellationParent;if(null==r||!r.isCancellable()){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}t._isFollowing()&&t._followee().cancel(),e=t,t=r}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(t){return t===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),!!this._enoughBranchesHaveCancelled()&&(this._invokeOnCancel(),!0))},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this.isCancellable()&&(this._setCancelled(),u.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(t,e){if(o.isArray(t))for(var r=0;r=0)return i[t]}var n=!1,i=[];return t.prototype._promiseCreated=function(){},t.prototype._pushContext=function(){},t.prototype._popContext=function(){return null},t._peekContext=t.prototype._peekContext=function(){},e.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,i.push(this._trace))},e.prototype._popContext=function(){if(void 0!==this._trace){var t=i.pop(),e=t._promiseCreated;return t._promiseCreated=null,e}return null},e.CapturedTrace=null,e.create=function(){if(n)return new e},e.deactivateLongStackTraces=function(){},e.activateLongStackTraces=function(){var i=t.prototype._pushContext,o=t.prototype._popContext,s=t._peekContext,a=t.prototype._peekContext,u=t.prototype._promiseCreated;e.deactivateLongStackTraces=function(){t.prototype._pushContext=i,t.prototype._popContext=o,t._peekContext=s,t.prototype._peekContext=a,t.prototype._promiseCreated=u,n=!1},n=!0,t.prototype._pushContext=e.prototype._pushContext,t.prototype._popContext=e.prototype._popContext,t._peekContext=t.prototype._peekContext=r,t.prototype._promiseCreated=function(){var t=this._peekContext();t&&null==t._promiseCreated&&(t._promiseCreated=this)}},e}},{}],9:[function(e,r,n){r.exports=function(r,n){function i(t,e){return{promise:e}}function o(){return!1}function s(t,e,r){var n=this;try{t(e,r,function(t){if("function"!=typeof t)throw new TypeError("onCancel must be a function, got: "+T.toString(t));n._attachCancellationCallback(t)})}catch(t){return t}}function a(t){if(!this.isCancellable())return this;var e=this._onCancel();void 0!==e?T.isArray(e)?e.push(t):this._setOnCancel([e,t]):this._setOnCancel(t)}function u(){return this._onCancelField}function c(t){this._onCancelField=t}function f(){this._cancellationParent=void 0,this._onCancelField=void 0}function h(t,e){if(0!=(1&e)){this._cancellationParent=t;var r=t._branchesRemainingToCancel;void 0===r&&(r=0),t._branchesRemainingToCancel=r+1}0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function l(){var t=this._boundTo;return void 0!==t&&t instanceof r?t.isFulfilled()?t.value():void 0:t}function d(){this._trace=new k(this._peekContext())}function p(t,e){if(P(t)){var r=this._trace;if(void 0!==r&&e&&(r=r._parent),void 0!==r)r.attachExtraTrace(t);else if(!t.__stackCleaned__){var n=v(t);T.notEnumerableProp(t,"stack",n.message+"\n"+n.stack.join("\n")),T.notEnumerableProp(t,"__stackCleaned__",!0)}}}function m(t,e,n){if($.warnings){var i,o=new C(t);if(e)n._attachExtraTrace(o);else if($.longStackTraces&&(i=r._peekContext()))i.attachExtraTrace(o);else{var s=v(o);o.stack=s.message+"\n"+s.stack.join("\n")}K("warning",o)||y(o,"",!0)}}function b(t){for(var e=[],r=0;r0?function(t){for(var e=t.stack.replace(/\s+$/g,"").split("\n"),r=0;r0&&(e=e.slice(r)),e}(t):[" (No stack trace)"],{message:r,stack:b(e)}}function y(t,e,r){if("undefined"!=typeof console){var n;if(T.isObject(t)){var i=t.stack;n=e+R(i,t)}else n=e+String(t);"function"==typeof S?S(n,r):"function"!=typeof console.log&&"object"!==_typeof(console.log)||console.log(n)}}function g(t,e,r,n){var i=!1;try{"function"==typeof e&&(i=!0,"rejectionHandled"===t?e(n):e(r,n))}catch(t){j.throwLater(t)}"unhandledRejection"===t?K(t,r,n)||i||y(r,"Unhandled rejection "):K(t,n)}function _(t){var e;if("function"==typeof t)e="[function "+(t.name||"anonymous")+"]";else{e=t&&"function"==typeof t.toString?t.toString():T.toString(t);if(/\[object [a-zA-Z0-9$_]+\]/.test(e))try{e=JSON.stringify(t)}catch(t){}0===e.length&&(e="(empty array)")}return"(<"+function(t){if(t.length<41)return t;return t.substr(0,38)+"..."}(e)+">, no stack trace)"}function w(){return"function"==typeof G}function M(t){var e=t.match(X);if(e)return{fileName:e[1],line:parseInt(e[2],10)}}function k(t){this._parent=t,this._promisesCreated=0;var e=this._length=1+(void 0===t?0:t._length);G(this,k),e>32&&this.uncycle()}var x,E,S,A=r._getDomain,j=r._async,C=e("./errors").Warning,T=e("./util"),P=T.canAttachTrace,I=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,B=null,R=null,F=!1,O=!(0==T.env("BLUEBIRD_DEBUG")),N=!(0==T.env("BLUEBIRD_WARNINGS")||!O&&!T.env("BLUEBIRD_WARNINGS")),L=!(0==T.env("BLUEBIRD_LONG_STACK_TRACES")||!O&&!T.env("BLUEBIRD_LONG_STACK_TRACES")),D=0!=T.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(N||!!T.env("BLUEBIRD_W_FORGOTTEN_RETURN"));r.prototype.suppressUnhandledRejections=function(){var t=this._target();t._bitField=-1048577&t._bitField|524288},r.prototype._ensurePossibleRejectionHandled=function(){0==(524288&this._bitField)&&(this._setRejectionIsUnhandled(),j.invokeLater(this._notifyUnhandledRejection,this,void 0))},r.prototype._notifyUnhandledRejectionIsHandled=function(){g("rejectionHandled",x,void 0,this)},r.prototype._setReturnedNonUndefined=function(){this._bitField=268435456|this._bitField},r.prototype._returnedNonUndefined=function(){return 0!=(268435456&this._bitField)},r.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var t=this._settledValue();this._setUnhandledRejectionIsNotified(),g("unhandledRejection",E,t,this)}},r.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=262144|this._bitField},r.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=-262145&this._bitField},r.prototype._isUnhandledRejectionNotified=function(){return(262144&this._bitField)>0},r.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},r.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},r.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},r.prototype._warn=function(t,e,r){return m(t,e,r||this)},r.onPossiblyUnhandledRejection=function(t){var e=A();E="function"==typeof t?null===e?t:e.bind(t):void 0},r.onUnhandledRejectionHandled=function(t){var e=A();x="function"==typeof t?null===e?t:e.bind(t):void 0};var q=function(){};r.longStackTraces=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!$.longStackTraces&&w()){var t=r.prototype._captureStackTrace,e=r.prototype._attachExtraTrace;$.longStackTraces=!0,q=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");r.prototype._captureStackTrace=t,r.prototype._attachExtraTrace=e,n.deactivateLongStackTraces(),j.enableTrampoline(),$.longStackTraces=!1},r.prototype._captureStackTrace=d,r.prototype._attachExtraTrace=p,n.activateLongStackTraces(),j.disableTrampolineIfNecessary()}},r.hasLongStackTraces=function(){return $.longStackTraces&&w()};var U=function(){try{var t=document.createEvent("CustomEvent");return t.initCustomEvent("testingtheevent",!1,!0,{}),T.global.dispatchEvent(t),function(t,e){var r=document.createEvent("CustomEvent");return r.initCustomEvent(t.toLowerCase(),!1,!0,e),!T.global.dispatchEvent(r)}}catch(t){}return function(){return!1}}(),z=T.isNode?function(){return t.emit.apply(t,arguments)}:T.global?function(t){var e="on"+t.toLowerCase(),r=T.global[e];return!!r&&(r.apply(T.global,[].slice.call(arguments,1)),!0)}:function(){return!1},H={promiseCreated:i,promiseFulfilled:i,promiseRejected:i,promiseResolved:i,promiseCancelled:i,promiseChained:function(t,e,r){return{promise:e,child:r}},warning:function(t,e){return{warning:e}},unhandledRejection:function(t,e,r){return{reason:e,promise:r}},rejectionHandled:i},K=function(t){var e=!1;try{e=z.apply(null,arguments)}catch(t){j.throwLater(t),e=!0}var r=!1;try{r=U(t,H[t].apply(null,arguments))}catch(t){j.throwLater(t),r=!0}return r||e};r.config=function(t){if("longStackTraces"in(t=Object(t))&&(t.longStackTraces?r.longStackTraces():!t.longStackTraces&&r.hasLongStackTraces()&&q()),"warnings"in t){var e=t.warnings;$.warnings=!!e,D=$.warnings,T.isObject(e)&&"wForgottenReturn"in e&&(D=!!e.wForgottenReturn)}if("cancellation"in t&&t.cancellation&&!$.cancellation){if(j.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");r.prototype._clearCancellationData=f,r.prototype._propagateFrom=h,r.prototype._onCancel=u,r.prototype._setOnCancel=c,r.prototype._attachCancellationCallback=a,r.prototype._execute=s,V=h,$.cancellation=!0}"monitoring"in t&&(t.monitoring&&!$.monitoring?($.monitoring=!0,r.prototype._fireEvent=K):!t.monitoring&&$.monitoring&&($.monitoring=!1,r.prototype._fireEvent=o))},r.prototype._fireEvent=o,r.prototype._execute=function(t,e,r){try{t(e,r)}catch(t){return t}},r.prototype._onCancel=function(){},r.prototype._setOnCancel=function(t){},r.prototype._attachCancellationCallback=function(t){},r.prototype._captureStackTrace=function(){},r.prototype._attachExtraTrace=function(){},r.prototype._clearCancellationData=function(){},r.prototype._propagateFrom=function(t,e){};var V=function(t,e){0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)},W=function(){return!1},X=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;T.inherits(k,Error),n.CapturedTrace=k,k.prototype.uncycle=function(){var t=this._length;if(!(t<2)){for(var e=[],r={},n=0,i=this;void 0!==i;++n)e.push(i),i=i._parent;for(n=(t=this._length=n)-1;n>=0;--n){var o=e[n].stack;void 0===r[o]&&(r[o]=n)}for(n=0;n0&&(e[s-1]._parent=void 0,e[s-1]._length=1),e[n]._parent=void 0,e[n]._length=1;var a=n>0?e[n-1]:this;s=0;--c)e[c]._length=u,u++;return}}}},k.prototype.attachExtraTrace=function(t){if(!t.__stackCleaned__){this.uncycle();for(var e=v(t),r=e.message,n=[e.stack],i=this;void 0!==i;)n.push(b(i.stack.split("\n"))),i=i._parent;!function(t){for(var e=t[0],r=1;r=0;--a)if(n[a]===o){s=a;break}for(a=s;a>=0;--a){var u=n[a];if(e[i]!==u)break;e.pop(),i--}e=n}}(n),function(t){for(var e=0;e=0)return B=/@/,R=e,F=!0,function(t){t.stack=(new Error).stack};var i;try{throw new Error}catch(t){i="stack"in t}return"stack"in n||!i||"number"!=typeof Error.stackTraceLimit?(R=function(t,e){return"string"==typeof t?t:"object"!==(void 0===e?"undefined":_typeof(e))&&"function"!=typeof e||void 0===e.name||void 0===e.message?_(e):e.toString()},null):(B=t,R=e,function(t){Error.stackTraceLimit+=6;try{throw new Error}catch(e){t.stack=e.stack}Error.stackTraceLimit-=6})}();"undefined"!=typeof console&&void 0!==console.warn&&(S=function(t){console.warn(t)},T.isNode&&t.stderr.isTTY?S=function(t,e){var r=e?"":"";console.warn(r+t+"\n")}:T.isNode||"string"!=typeof(new Error).stack||(S=function(t,e){console.warn("%c"+t,e?"color: darkorange":"color: red")}));var $={warnings:N,longStackTraces:!1,cancellation:!1,monitoring:!1};return L&&r.longStackTraces(),{longStackTraces:function(){return $.longStackTraces},warnings:function(){return $.warnings},cancellation:function(){return $.cancellation},monitoring:function(){return $.monitoring},propagateFromFunction:function(){return V},boundValueFunction:function(){return l},checkForgottenReturns:function(t,e,r,n,i){if(void 0===t&&null!==e&&D){if(void 0!==i&&i._returnedNonUndefined())return;r&&(r+=" ");var o="a promise was created in a "+r+"handler but was not returned from it";n._warn(o,!0,e)}},setBounds:function(t,e){if(w()){for(var r,n,i=t.stack.split("\n"),o=e.stack.split("\n"),s=-1,a=-1,u=0;u=a||(W=function(t){if(I.test(t))return!0;var e=M(t);return!!(e&&e.fileName===r&&s<=e.line&&e.line<=a)})}},warn:m,deprecated:function(t,e){var r=t+" is deprecated and will be removed in a future version.";return e&&(r+=" Use "+e+" instead."),m(r)},CapturedTrace:k,fireDomEvent:U,fireGlobalEvent:z}}},{"./errors":12,"./util":36}],10:[function(t,e,r){e.exports=function(t){function e(){return this.value}function r(){throw this.reason}t.prototype.return=t.prototype.thenReturn=function(r){return r instanceof t&&r.suppressUnhandledRejections(),this._then(e,void 0,void 0,{value:r},void 0)},t.prototype.throw=t.prototype.thenThrow=function(t){return this._then(r,void 0,void 0,{reason:t},void 0)},t.prototype.catchThrow=function(t){if(arguments.length<=1)return this._then(void 0,r,void 0,{reason:t},void 0);var e=arguments[1];return this.caught(t,function(){throw e})},t.prototype.catchReturn=function(r){if(arguments.length<=1)return r instanceof t&&r.suppressUnhandledRejections(),this._then(void 0,e,void 0,{value:r},void 0);var n=arguments[1];n instanceof t&&n.suppressUnhandledRejections();return this.caught(r,function(){return n})}}},{}],11:[function(t,e,r){e.exports=function(t,e){function r(){return o(this)}function n(t,r){return i(t,r,e,e)}var i=t.reduce,o=t.all;t.prototype.each=function(t){return this.mapSeries(t)._then(r,void 0,void 0,this,void 0)},t.prototype.mapSeries=function(t){return i(this,t,e,e)},t.each=function(t,e){return n(t,e)._then(r,void 0,void 0,t,void 0)},t.mapSeries=n}},{}],12:[function(t,e,r){function n(t,e){function r(n){if(!(this instanceof r))return new r(n);h(this,"message","string"==typeof n?n:e),h(this,"name",t),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return f(r,Error),r}function i(t){if(!(this instanceof i))return new i(t);h(this,"name","OperationalError"),h(this,"message",t),this.cause=t,this.isOperational=!0,t instanceof Error?(h(this,"message",t.message),h(this,"stack",t.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}var o,s,a=t("./es5"),u=a.freeze,c=t("./util"),f=c.inherits,h=c.notEnumerableProp,l=n("Warning","warning"),d=n("CancellationError","cancellation error"),p=n("TimeoutError","timeout error"),m=n("AggregateError","aggregate error");try{o=TypeError,s=RangeError}catch(t){o=n("TypeError","type error"),s=n("RangeError","range error")}for(var b="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),v=0;v1?t.cancelPromise._reject(e):t.cancelPromise._cancel(),t.cancelPromise=null,!0)}function s(){return u.call(this,this.promise._target()._settledValue())}function a(t){if(!o(this,t))return h.e=t,h}function u(t){var n=this.promise,u=this.handler;if(!this.called){this.called=!0;var c=this.isFinallyHandler()?u.call(n._boundValue()):u.call(n._boundValue(),t);if(void 0!==c){n._setReturnedNonUndefined();var l=r(c,n);if(l instanceof e){if(null!=this.cancelPromise){if(l.isCancelled()){var d=new f("late cancellation observer");return n._attachExtraTrace(d),h.e=d,h}l.isPending()&&l._attachCancellationCallback(new i(this))}return l._then(s,a,void 0,this,void 0)}}}return n.isRejected()?(o(this),h.e=t,h):(o(this),t)}var c=t("./util"),f=e.CancellationError,h=c.errorObj;return n.prototype.isFinallyHandler=function(){return 0===this.type},i.prototype._resultCancelled=function(){o(this.finallyHandler)},e.prototype._passThrough=function(t,e,r,i){return"function"!=typeof t?this.then():this._then(r,i,void 0,new n(this,e,t),void 0)},e.prototype.lastly=e.prototype.finally=function(t){return this._passThrough(t,0,u,u)},e.prototype.tap=function(t){return this._passThrough(t,1,u)},n}},{"./util":36}],16:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,r,i,o){var s=this._promise=new e(n);s._captureStackTrace(),s._setOnCancel(this),this._stack=o,this._generatorFunction=t,this._receiver=r,this._generator=void 0,this._yieldHandlers="function"==typeof i?[i].concat(l):l,this._yieldedPromise=null}var u=t("./errors").TypeError,c=t("./util"),f=c.errorObj,h=c.tryCatch,l=[];c.inherits(a,o),a.prototype._isResolved=function(){return null===this._promise},a.prototype._cleanup=function(){this._promise=this._generator=null},a.prototype._promiseCancelled=function(){if(!this._isResolved()){var t;if(void 0!==this._generator.return)this._promise._pushContext(),t=h(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var r=new e.CancellationError("generator .return() sentinel");e.coroutine.returnSentinel=r,this._promise._attachExtraTrace(r),this._promise._pushContext(),t=h(this._generator.throw).call(this._generator,r),this._promise._popContext(),t===f&&t.e===r&&(t=null)}var n=this._promise;this._cleanup(),t===f?n._rejectCallback(t.e,!1):n.cancel()}},a.prototype._promiseFulfilled=function(t){this._yieldedPromise=null,this._promise._pushContext();var e=h(this._generator.next).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._promiseRejected=function(t){this._yieldedPromise=null,this._promise._attachExtraTrace(t),this._promise._pushContext();var e=h(this._generator.throw).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof e){var t=this._yieldedPromise;this._yieldedPromise=null,t.cancel()}},a.prototype.promise=function(){return this._promise},a.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},a.prototype._continue=function(t){var r=this._promise;if(t===f)return this._cleanup(),r._rejectCallback(t.e,!1);var n=t.value;if(!0===t.done)return this._cleanup(),r._resolveCallback(n);var o=i(n,this._promise);if(o instanceof e||null!==(o=function(t,r,n){for(var o=0;o0&&"function"==typeof arguments[e]){t=arguments[e]}var n=[].slice.call(arguments);t&&n.pop();var i=new r(n).promise();return void 0!==t?i.spread(t):i}}},{"./util":36}],18:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,e,r,n){this.constructor$(t),this._promise._captureStackTrace();var i=c();this._callback=null===i?e:i.bind(e),this._preservedValues=n===o?new Array(this.length()):null,this._limit=r,this._inFlight=0,this._queue=r>=1?[]:d,this._init$(void 0,-2)}function u(t,e,r,i){if("function"!=typeof e)return n("expecting a function but got "+f.classString(e));var o="object"===(void 0===r?"undefined":_typeof(r))&&null!==r?r.concurrency:0;return o="number"==typeof o&&isFinite(o)&&o>=1?o:0,new a(t,e,o,i).promise()}var c=e._getDomain,f=t("./util"),h=f.tryCatch,l=f.errorObj,d=[];f.inherits(a,r),a.prototype._init=function(){},a.prototype._promiseFulfilled=function(t,r){var n=this._values,o=this.length(),a=this._preservedValues,u=this._limit;if(r<0){if(r=-1*r-1,n[r]=t,u>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(u>=1&&this._inFlight>=u)return n[r]=t,this._queue.push(r),!1;null!==a&&(a[r]=t);var c=this._promise,f=this._callback,d=c._boundValue();c._pushContext();var p=h(f).call(d,t,r,o),m=c._popContext();if(s.checkForgottenReturns(p,m,null!==a?"Promise.filter":"Promise.map",c),p===l)return this._reject(p.e),!0;var b=i(p,this._promise);if(b instanceof e){var v=(b=b._target())._bitField;if(0==(50397184&v))return u>=1&&this._inFlight++,n[r]=b,b._proxy(this,-1*(r+1)),!1;if(0==(33554432&v))return 0!=(16777216&v)?(this._reject(b._reason()),!0):(this._cancel(),!0);p=b._value()}n[r]=p}return++this._totalResolved>=o&&(null!==a?this._filter(n,a):this._resolve(n),!0)},a.prototype._drainQueue=function(){for(var t=this._queue,e=this._limit,r=this._values;t.length>0&&this._inFlight1){o.deprecated("calling Promise.try with more than 1 argument");var c=arguments[1],f=arguments[2];u=s.isArray(c)?a(t).apply(f,c):a(t).call(f,c)}else u=a(t)();var h=n._popContext();return o.checkForgottenReturns(u,h,"Promise.try",n),n._resolveFromSyncValue(u),n},e.prototype._resolveFromSyncValue=function(t){t===s.errorObj?this._rejectCallback(t.e,!1):this._resolveCallback(t,!0)}}},{"./util":36}],20:[function(t,e,r){function n(t){var e;if(function(t){return t instanceof Error&&a.getPrototypeOf(t)===Error.prototype}(t)){(e=new s(t)).name=t.name,e.message=t.message,e.stack=t.stack;for(var r=a.keys(t),n=0;n1){var r,n=new Array(e-1),i=0;for(r=0;r0&&"function"!=typeof t&&"function"!=typeof e){var r=".then() only accepts functions but was passed: "+l.classString(t);arguments.length>1&&(r+=", "+l.classString(e)),this._warn(r)}return this._then(t,e,void 0,void 0,void 0)},n.prototype.done=function(t,e){this._then(t,e,void 0,void 0,void 0)._setIsFinal()},n.prototype.spread=function(t){return"function"!=typeof t?f("expecting a function but got "+l.classString(t)):this.all()._then(t,void 0,void 0,_,void 0)},n.prototype.toJSON=function(){var t={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(t.fulfillmentValue=this.value(),t.isFulfilled=!0):this.isRejected()&&(t.rejectionReason=this.reason(),t.isRejected=!0),t},n.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new k(this).promise()},n.prototype.error=function(t){return this.caught(l.originatesFromRejection,t)},n.is=function(t){return t instanceof n},n.fromNode=n.fromCallback=function(t){var e=new n(g);e._captureStackTrace();var r=arguments.length>1&&!!Object(arguments[1]).multiArgs,i=P(t)(C(e,r));return i===T&&e._rejectCallback(i.e,!0),e._isFateSealed()||e._setAsyncGuaranteed(),e},n.all=function(t){return new k(t).promise()},n.cast=function(t){var e=M(t);return e instanceof n||((e=new n(g))._captureStackTrace(),e._setFulfilled(),e._rejectionHandler0=t),e},n.resolve=n.fulfilled=n.cast,n.reject=n.rejected=function(t){var e=new n(g);return e._captureStackTrace(),e._rejectCallback(t,!0),e},n.setScheduler=function(t){if("function"!=typeof t)throw new v("expecting a function but got "+l.classString(t));var e=m._schedule;return m._schedule=t,e},n.prototype._then=function(t,e,r,i,o){var s=void 0!==o,u=s?o:new n(g),c=this._target(),f=c._bitField;s||(u._propagateFrom(this,3),u._captureStackTrace(),void 0===i&&0!=(2097152&this._bitField)&&(i=0!=(50397184&f)?this._boundValue():c===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,u));var h=a();if(0!=(50397184&f)){var l,d,p=c._settlePromiseCtx;0!=(33554432&f)?(d=c._rejectionHandler0,l=t):0!=(16777216&f)?(d=c._fulfillmentHandler0,l=e,c._unsetRejectionIsUnhandled()):(p=c._settlePromiseLateCancellationObserver,d=new y("late cancellation observer"),c._attachExtraTrace(d),l=e),m.invoke(p,c,{handler:null===h?l:"function"==typeof l&&h.bind(l),promise:u,receiver:i,value:d})}else c._addCallbacks(t,e,u,i,h);return u},n.prototype._length=function(){return 65535&this._bitField},n.prototype._isFateSealed=function(){return 0!=(117506048&this._bitField)},n.prototype._isFollowing=function(){return 67108864==(67108864&this._bitField)},n.prototype._setLength=function(t){this._bitField=-65536&this._bitField|65535&t},n.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},n.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},n.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},n.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},n.prototype._isFinal=function(){return(4194304&this._bitField)>0},n.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},n.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},n.prototype._setAsyncGuaranteed=function(){this._bitField=134217728|this._bitField},n.prototype._receiverAt=function(t){var e=0===t?this._receiver0:this[4*t-4+3];if(e!==h)return void 0===e&&this._isBound()?this._boundValue():e},n.prototype._promiseAt=function(t){return this[4*t-4+2]},n.prototype._fulfillmentHandlerAt=function(t){return this[4*t-4+0]},n.prototype._rejectionHandlerAt=function(t){return this[4*t-4+1]},n.prototype._boundValue=function(){},n.prototype._migrateCallback0=function(t){t._bitField;var e=t._fulfillmentHandler0,r=t._rejectionHandler0,n=t._promise0,i=t._receiverAt(0);void 0===i&&(i=h),this._addCallbacks(e,r,n,i,null)},n.prototype._migrateCallbackAt=function(t,e){var r=t._fulfillmentHandlerAt(e),n=t._rejectionHandlerAt(e),i=t._promiseAt(e),o=t._receiverAt(e);void 0===o&&(o=h),this._addCallbacks(r,n,i,o,null)},n.prototype._addCallbacks=function(t,e,r,n,i){var o=this._length();if(o>=65531&&(o=0,this._setLength(0)),0===o)this._promise0=r,this._receiver0=n,"function"==typeof t&&(this._fulfillmentHandler0=null===i?t:i.bind(t)),"function"==typeof e&&(this._rejectionHandler0=null===i?e:i.bind(e));else{var s=4*o-4;this[s+2]=r,this[s+3]=n,"function"==typeof t&&(this[s+0]=null===i?t:i.bind(t)),"function"==typeof e&&(this[s+1]=null===i?e:i.bind(e))}return this._setLength(o+1),o},n.prototype._proxy=function(t,e){this._addCallbacks(void 0,void 0,e,t,null)},n.prototype._resolveCallback=function(t,e){if(0==(117506048&this._bitField)){if(t===this)return this._rejectCallback(u(),!1);var r=M(t,this);if(!(r instanceof n))return this._fulfill(t);e&&this._propagateFrom(r,2);var i=r._target(),o=i._bitField;if(0==(50397184&o)){var s=this._length();s>0&&i._migrateCallback0(this);for(var a=1;a>>16)){if(t===this){var r=u();return this._attachExtraTrace(r),this._reject(r)}this._setFulfilled(),this._rejectionHandler0=t,(65535&e)>0&&(0!=(134217728&e)?this._settlePromises():m.settlePromises(this))}},n.prototype._reject=function(t){var e=this._bitField;if(!((117506048&e)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=t,this._isFinal())return m.fatalError(t,l.isNode);(65535&e)>0?0!=(134217728&e)?this._settlePromises():m.settlePromises(this):this._ensurePossibleRejectionHandled()}},n.prototype._fulfillPromises=function(t,e){for(var r=1;r0){if(0!=(16842752&t)){var r=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,r,t),this._rejectPromises(e,r)}else{var n=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,n,t),this._fulfillPromises(e,n)}this._setLength(0)}this._clearCancellationData()},n.prototype._settledValue=function(){var t=this._bitField;return 0!=(33554432&t)?this._rejectionHandler0:0!=(16777216&t)?this._fulfillmentHandler0:void 0},n.defer=n.pending=function(){S.deprecated("Promise.defer","new Promise");return{promise:new n(g),resolve:i,reject:o}},l.notEnumerableProp(n,"_makeSelfResolutionError",u),e("./method")(n,g,M,f,S),e("./bind")(n,g,M,S),e("./cancel")(n,k,f,S),e("./direct_resolve")(n),e("./synchronous_inspection")(n),e("./join")(n,k,M,g,S),n.Promise=n,e("./map.js")(n,k,f,M,g,S),e("./using.js")(n,f,M,E,g,S),e("./timers.js")(n,g,S),e("./generators.js")(n,f,g,M,r,S),e("./nodeify.js")(n),e("./call_get.js")(n),e("./props.js")(n,k,M,f),e("./race.js")(n,g,M,f),e("./reduce.js")(n,k,f,M,g,S),e("./settle.js")(n,k,S),e("./some.js")(n,k,f),e("./promisify.js")(n,g),e("./any.js")(n),e("./each.js")(n,g),e("./filter.js")(n,g),l.toFastProperties(n),l.toFastProperties(n.prototype),s({a:1}),s({b:2}),s({c:3}),s(1),s(function(){}),s(void 0),s(!1),s(new n(g)),S.setBounds(p.firstLineError,l.lastLineError),n}},{"./any.js":1,"./async":2,"./bind":3,"./call_get.js":5,"./cancel":6,"./catch_filter":7,"./context":8,"./debuggability":9,"./direct_resolve":10,"./each.js":11,"./errors":12,"./es5":13,"./filter.js":14,"./finally":15,"./generators.js":16,"./join":17,"./map.js":18,"./method":19,"./nodeback":20,"./nodeify.js":21,"./promise_array":23,"./promisify.js":24,"./props.js":25,"./race.js":27,"./reduce.js":28,"./settle.js":30,"./some.js":31,"./synchronous_inspection":32,"./thenables":33,"./timers.js":34,"./using.js":35,"./util":36}],23:[function(t,e,r){e.exports=function(e,r,n,i,o){function s(t){var n=this._promise=new e(r);t instanceof e&&n._propagateFrom(t,3),n._setOnCancel(this),this._values=t,this._length=0,this._totalResolved=0,this._init(void 0,-2)}var a=t("./util");a.isArray;return a.inherits(s,o),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function t(r,o){var s=n(this._values,this._promise);if(s instanceof e){var u=(s=s._target())._bitField;if(this._values=s,0==(50397184&u))return this._promise._setAsyncGuaranteed(),s._then(t,this._reject,void 0,this,o);if(0==(33554432&u))return 0!=(16777216&u)?this._reject(s._reason()):this._cancel();s=s._value()}if(null!==(s=a.asArray(s)))0!==s.length?this._iterate(s):-5===o?this._resolveEmptyArray():this._resolve(function(t){switch(t){case-2:return[];case-3:return{}}}(o));else{var c=i("expecting an array or an iterable object but got "+a.classString(s)).reason();this._promise._rejectCallback(c,!1)}},s.prototype._iterate=function(t){var r=this.getActualLength(t.length);this._length=r,this._values=this.shouldCopyValues()?new Array(r):this._values;for(var i=this._promise,o=!1,s=null,a=0;a=this._length&&(this._resolve(this._values),!0)},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(t){return this._totalResolved++,this._reject(t),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var r=0;r=this._length){var r;if(this._isMap)r=function(t){for(var e=new a,r=t.length/2|0,n=0;n>1},e.prototype.props=function(){return s(this)},e.props=function(t){return s(t)}}},{"./es5":13,"./util":36}],26:[function(t,e,r){function n(t){this._capacity=t,this._length=0,this._front=0}n.prototype._willBeOverCapacity=function(t){return this._capacity=this._length&&(this._resolve(this._values),!0)},i.prototype._promiseFulfilled=function(t,e){var r=new o;return r._bitField=33554432,r._settledValueField=t,this._promiseResolved(e,r)},i.prototype._promiseRejected=function(t,e){var r=new o;return r._bitField=16777216,r._settledValueField=t,this._promiseResolved(e,r)},e.settle=function(t){return n.deprecated(".settle()",".reflect()"),new i(t).promise()},e.prototype.settle=function(){return e.settle(this)}}},{"./util":36}],31:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.constructor$(t),this._howMany=0,this._unwrap=!1,this._initialized=!1}function o(t,e){if((0|e)!==e||e<0)return n("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var r=new i(t),o=r.promise();return r.setHowMany(e),r.init(),o}var s=t("./util"),a=t("./errors").RangeError,u=t("./errors").AggregateError,c=s.isArray,f={};s.inherits(i,r),i.prototype._init=function(){if(this._initialized)if(0!==this._howMany){this._init$(void 0,-5);var t=c(this._values);!this._isResolved()&&t&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}else this._resolve([])},i.prototype.init=function(){this._initialized=!0,this._init()},i.prototype.setUnwrap=function(){this._unwrap=!0},i.prototype.howMany=function(){return this._howMany},i.prototype.setHowMany=function(t){this._howMany=t},i.prototype._promiseFulfilled=function(t){return this._addFulfilled(t),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},i.prototype._promiseRejected=function(t){return this._addRejected(t),this._checkOutcome()},i.prototype._promiseCancelled=function(){return this._values instanceof e||null==this._values?this._cancel():(this._addRejected(f),this._checkOutcome())},i.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var t=new u,e=this.length();e0?this._reject(t):this._cancel(),!0}return!1},i.prototype._fulfilled=function(){return this._totalResolved},i.prototype._rejected=function(){return this._values.length-this.length()},i.prototype._addRejected=function(t){this._values.push(t)},i.prototype._addFulfilled=function(t){this._values[this._totalResolved++]=t},i.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},i.prototype._getRangeError=function(t){var e="Input array must contain at least "+this._howMany+" items but contains only "+t+" items";return new a(e)},i.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},e.some=function(t,e){return o(t,e)},e.prototype.some=function(t){return o(this,t)},e._SomePromiseArray=i}},{"./errors":12,"./util":36}],32:[function(t,e,r){e.exports=function(t){function e(t){void 0!==t?(t=t._target(),this._bitField=t._bitField,this._settledValueField=t._isFateSealed()?t._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}e.prototype._settledValue=function(){return this._settledValueField};var r=e.prototype.value=function(){if(!this.isFulfilled())throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},n=e.prototype.error=e.prototype.reason=function(){if(!this.isRejected())throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},i=e.prototype.isFulfilled=function(){return 0!=(33554432&this._bitField)},o=e.prototype.isRejected=function(){return 0!=(16777216&this._bitField)},s=e.prototype.isPending=function(){return 0==(50397184&this._bitField)},a=e.prototype.isResolved=function(){return 0!=(50331648&this._bitField)};e.prototype.isCancelled=t.prototype._isCancelled=function(){return 65536==(65536&this._bitField)},t.prototype.isCancelled=function(){return this._target()._isCancelled()},t.prototype.isPending=function(){return s.call(this._target())},t.prototype.isRejected=function(){return o.call(this._target())},t.prototype.isFulfilled=function(){return i.call(this._target())},t.prototype.isResolved=function(){return a.call(this._target())},t.prototype.value=function(){return r.call(this._target())},t.prototype.reason=function(){var t=this._target();return t._unsetRejectionIsUnhandled(),n.call(t)},t.prototype._value=function(){return this._settledValue()},t.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},t.PromiseInspection=e}},{}],33:[function(t,e,r){e.exports=function(e,r){var n=t("./util"),i=n.errorObj,o=n.isObject,s={}.hasOwnProperty;return function(t,a){if(o(t)){if(t instanceof e)return t;var u=function(t){try{return function(t){return t.then}(t)}catch(t){return i.e=t,i}}(t);if(u===i){a&&a._pushContext();var c=e.reject(u.e);return a&&a._popContext(),c}if("function"==typeof u)return function(t){return s.call(t,"_promise0")}(t)?(c=new e(r),t._then(c._fulfill,c._reject,void 0,c,null),c):function(t,o,s){var a=new e(r),u=a;s&&s._pushContext(),a._captureStackTrace(),s&&s._popContext();var c=!0,f=n.tryCatch(o).call(t,function(t){a&&(a._resolveCallback(t),a=null)},function(t){a&&(a._rejectCallback(t,c,!0),a=null)});return c=!1,a&&f===i&&(a._rejectCallback(f.e,!0,!0),a=null),u}(t,u,a)}return t}}},{"./util":36}],34:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.handle=t}function o(t){return clearTimeout(this.handle),t}function s(t){throw clearTimeout(this.handle),t}var a=t("./util"),u=e.TimeoutError;i.prototype._resultCancelled=function(){clearTimeout(this.handle)};var c=function(t){return f(+this).thenReturn(t)},f=e.delay=function(t,o){var s,a;return void 0!==o?(s=e.resolve(o)._then(c,null,null,t,void 0),n.cancellation()&&o instanceof e&&s._setOnCancel(o)):(s=new e(r),a=setTimeout(function(){s._fulfill()},+t),n.cancellation()&&s._setOnCancel(new i(a))),s._setAsyncGuaranteed(),s};e.prototype.delay=function(t){return f(t,this)};e.prototype.timeout=function(t,e){t=+t;var r,c,f=new i(setTimeout(function(){r.isPending()&&function(t,e,r){var n;n="string"!=typeof e?e instanceof Error?e:new u("operation timed out"):new u(e),a.markAsOriginatingFromRejection(n),t._attachExtraTrace(n),t._reject(n),null!=r&&r.cancel()}(r,e,c)},t));return n.cancellation()?(c=this.then(),(r=c._then(o,s,void 0,f,void 0))._setOnCancel(f)):r=this._then(o,s,void 0,f,void 0),r}}},{"./util":36}],35:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t){setTimeout(function(){throw t},0)}function u(t,r){function i(){if(s>=u)return c._fulfill();var o=function(t){var e=n(t);return e!==t&&"function"==typeof t._isDisposable&&"function"==typeof t._getDisposer&&t._isDisposable()&&e._setDisposable(t._getDisposer()),e}(t[s++]);if(o instanceof e&&o._isDisposable()){try{o=n(o._getDisposer().tryDispose(r),t.promise)}catch(t){return a(t)}if(o instanceof e)return o._then(i,a,null,null,null)}i()}var s=0,u=t.length,c=new e(o);return i(),c}function c(t,e,r){this._data=t,this._promise=e,this._context=r}function f(t,e,r){this.constructor$(t,e,r)}function h(t){return c.isDisposer(t)?(this.resources[this.index]._setDisposable(t),t.promise()):t}function l(t){this.length=t,this.promise=null,this[t-1]=null}var d=t("./util"),p=t("./errors").TypeError,m=t("./util").inherits,b=d.errorObj,v=d.tryCatch;c.prototype.data=function(){return this._data},c.prototype.promise=function(){return this._promise},c.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():null},c.prototype.tryDispose=function(t){var e=this.resource(),r=this._context;void 0!==r&&r._pushContext();var n=null!==e?this.doDispose(e,t):null;return void 0!==r&&r._popContext(),this._promise._unsetDisposable(),this._data=null,n},c.isDisposer=function(t){return null!=t&&"function"==typeof t.resource&&"function"==typeof t.tryDispose},m(f,c),f.prototype.doDispose=function(t,e){return this.data().call(t,t,e)},l.prototype._resultCancelled=function(){for(var t=this.length,r=0;r0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},e.prototype.disposer=function(t){if("function"==typeof t)return new f(t,this,i());throw new p}}},{"./errors":12,"./util":36}],36:[function(e,r,i){function o(){try{var t=C;return C=null,t.apply(this,arguments)}catch(t){return j.e=t,j}}function s(t){return C=t,o}function a(t){return null==t||!0===t||!1===t||"string"==typeof t||"number"==typeof t}function u(t){return"function"==typeof t||"object"===(void 0===t?"undefined":_typeof(t))&&null!==t}function c(t){return a(t)?new Error(y(t)):t}function f(t,e){var r,n=t.length,i=new Array(n+1);for(r=0;r1,n=e.length>0&&!(1===e.length&&"constructor"===e[0]),i=B.test(t+"")&&S.names(t).length>0;if(r||n||i)return!0}return!1}catch(t){return!1}}function m(t){function e(){}e.prototype=t;for(var r=8;r--;)new e;return t}function b(t){return R.test(t)}function v(t,e,r){for(var n=new Array(t),i=0;i10||e[0]>0}(),D.isNode&&D.toFastProperties(t);try{throw new Error}catch(t){D.lastLineError=t}r.exports=D},{"./es5":13}]},{},[4])(4)}),"undefined"!=typeof window&&null!==window?window.P=window.Promise:"undefined"!=typeof self&&null!==self&&(self.P=self.Promise)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120}],230:[function(t,e,r){arguments[4][16][0].apply(r,arguments)},{crypto:17,dup:16}],231:[function(t,e,r){arguments[4][18][0].apply(r,arguments)},{dup:18,"safe-buffer":347}],232:[function(t,e,r){arguments[4][19][0].apply(r,arguments)},{"./aes":231,"./ghash":236,"./incr32":237,"buffer-xor":260,"cipher-base":261,dup:19,inherits:320,"safe-buffer":347}],233:[function(t,e,r){arguments[4][20][0].apply(r,arguments)},{"./decrypter":234,"./encrypter":235,"./modes/list.json":245,dup:20}],234:[function(t,e,r){arguments[4][21][0].apply(r,arguments)},{"./aes":231,"./authCipher":232,"./modes":244,"./streamCipher":247,"cipher-base":261,dup:21,evp_bytestokey:305,inherits:320,"safe-buffer":347}],235:[function(t,e,r){arguments[4][22][0].apply(r,arguments)},{"./aes":231,"./authCipher":232,"./modes":244,"./streamCipher":247,"cipher-base":261,dup:22,evp_bytestokey:305,inherits:320,"safe-buffer":347}],236:[function(t,e,r){arguments[4][23][0].apply(r,arguments)},{dup:23,"safe-buffer":347}],237:[function(t,e,r){arguments[4][24][0].apply(r,arguments)},{dup:24}],238:[function(t,e,r){arguments[4][25][0].apply(r,arguments)},{"buffer-xor":260,dup:25}],239:[function(t,e,r){arguments[4][26][0].apply(r,arguments)},{"buffer-xor":260,dup:26,"safe-buffer":347}],240:[function(t,e,r){arguments[4][27][0].apply(r,arguments)},{dup:27,"safe-buffer":347}],241:[function(t,e,r){arguments[4][28][0].apply(r,arguments)},{dup:28,"safe-buffer":347}],242:[function(t,e,r){arguments[4][29][0].apply(r,arguments)},{"../incr32":237,"buffer-xor":260,dup:29,"safe-buffer":347}],243:[function(t,e,r){arguments[4][30][0].apply(r,arguments)},{dup:30}],244:[function(t,e,r){arguments[4][31][0].apply(r,arguments)},{"./cbc":238,"./cfb":239,"./cfb1":240,"./cfb8":241,"./ctr":242,"./ecb":243,"./list.json":245,"./ofb":246,dup:31}],245:[function(t,e,r){arguments[4][32][0].apply(r,arguments)},{dup:32}],246:[function(t,e,r){(function(e){function n(t){return t._prev=t._cipher.encryptBlock(t._prev),t._prev}var i=t("buffer-xor");r.encrypt=function(t,r){for(;t._cache.length=0||!r.umod(t.prime1)||!r.umod(t.prime2);)r=new o(s(e));return r}var o=t("bn.js"),s=t("randombytes");e.exports=n,n.getr=i}).call(this,t("buffer").Buffer)},{"bn.js":252,buffer:47,randombytes:344}],252:[function(t,e,r){arguments[4][228][0].apply(r,arguments)},{buffer:17,dup:228}],253:[function(t,e,r){arguments[4][39][0].apply(r,arguments)},{"./browser/algorithms.json":254,dup:39}],254:[function(t,e,r){arguments[4][40][0].apply(r,arguments)},{dup:40}],255:[function(t,e,r){arguments[4][41][0].apply(r,arguments)},{dup:41}],256:[function(t,e,r){(function(r){function n(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hashType=e.hash,this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function i(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function o(t){return new n(t)}function s(t){return new i(t)}var a=t("create-hash"),u=t("stream"),c=t("inherits"),f=t("./sign"),h=t("./verify"),l=t("./algorithms.json");Object.keys(l).forEach(function(t){l[t].id=new r(l[t].id,"hex"),l[t.toLowerCase()]=l[t]}),c(n,u.Writable),n.prototype._write=function(t,e,r){this._hash.update(t),r()},n.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},n.prototype.sign=function(t,e){this.end();var r=this._hash.digest(),n=f(r,t,this._hashType,this._signType,this._tag);return e?n.toString(e):n},c(i,u.Writable),i.prototype._write=function(t,e,r){this._hash.update(t),r()},i.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},i.prototype.verify=function(t,e,n){"string"==typeof e&&(e=new r(e,n)),this.end();var i=this._hash.digest();return h(e,i,t,this._signType,this._tag)},e.exports={Sign:o,Verify:s,createSign:o,createVerify:s}}).call(this,t("buffer").Buffer)},{"./algorithms.json":254,"./sign":257,"./verify":258,buffer:47,"create-hash":264,inherits:320,stream:152}],257:[function(t,e,r){(function(r){function n(t,e,n,o){if((t=new r(t.toArray())).length0&&r.ishrn(n),r}function o(t,e,n){var o,a;do{for(o=new r(0);8*o.length=e)throw new Error("invalid sig")}var i=t("bn.js"),o=t("elliptic").ec,s=t("parse-asn1"),a=t("./curves.json");e.exports=function(t,e,u,c,f){var h=s(u);if("ec"===h.type){if("ecdsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var n=a[r.data.algorithm.curve.join(".")];if(!n)throw new Error("unknown curve "+r.data.algorithm.curve.join("."));var i=new o(n),s=r.data.subjectPrivateKey.data;return i.verify(e,t,s)}(t,e,h)}if("dsa"===h.type){if("dsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var o=r.data.p,a=r.data.q,u=r.data.g,c=r.data.pub_key,f=s.signature.decode(t,"der"),h=f.s,l=f.r;n(h,a),n(l,a);var d=i.mont(o),p=h.invm(a);return 0===u.toRed(d).redPow(new i(e).mul(p).mod(a)).fromRed().mul(c.toRed(d).redPow(l.mul(p).mod(a)).fromRed()).mod(o).mod(a).cmp(l)}(t,e,h)}if("rsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");e=r.concat([f,e]);for(var l=h.modulus.byteLength(),d=[1],p=0;e.length+d.length+2>>2),s=0,a=0;s=6.4.0 <7.0.0",type:"range"},"/Users/frozeman/Sites/_ethereum/web3/packages/web3-eth-accounts/node_modules/eth-lib"]],_from:"elliptic@>=6.4.0 <7.0.0",_id:"elliptic@6.4.0",_inCache:!0,_location:"/elliptic",_nodeVersion:"7.0.0",_npmOperationalInternal:{host:"packages-18-east.internal.npmjs.com",tmp:"tmp/elliptic-6.4.0.tgz_1487798866428_0.30510620190761983"},_npmUser:{name:"indutny",email:"fedor@indutny.com"},_npmVersion:"3.10.8",_phantomChildren:{},_requested:{raw:"elliptic@^6.4.0",scope:null,escapedName:"elliptic",name:"elliptic",rawSpec:"^6.4.0",spec:">=6.4.0 <7.0.0",type:"range"},_requiredBy:["/eth-lib"],_resolved:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",_shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",_shrinkwrap:null,_spec:"elliptic@^6.4.0",_where:"/Users/frozeman/Sites/_ethereum/web3/packages/web3-eth-accounts/node_modules/eth-lib",author:{name:"Fedor Indutny",email:"fedor@indutny.com"},bugs:{url:"https://github.com/indutny/elliptic/issues"},dependencies:{"bn.js":"^4.4.0",brorand:"^1.0.1","hash.js":"^1.0.0","hmac-drbg":"^1.0.0",inherits:"^2.0.1","minimalistic-assert":"^1.0.0","minimalistic-crypto-utils":"^1.0.0"},description:"EC cryptography",devDependencies:{brfs:"^1.4.3",coveralls:"^2.11.3",grunt:"^0.4.5","grunt-browserify":"^5.0.0","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^1.0.1","grunt-mocha-istanbul":"^3.0.1","grunt-saucelabs":"^8.6.2",istanbul:"^0.4.2",jscs:"^2.9.0",jshint:"^2.6.0",mocha:"^2.1.0"},directories:{},dist:{shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",tarball:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz"},files:["lib"],gitHead:"6b0d2b76caae91471649c8e21f0b1d3ba0f96090",homepage:"https://github.com/indutny/elliptic",keywords:["EC","Elliptic","curve","Cryptography"],license:"MIT",main:"lib/elliptic.js",maintainers:[{name:"indutny",email:"fedor@indutny.com"}],name:"elliptic",optionalDependencies:{},readme:"ERROR: No README data found!",repository:{type:"git",url:"git+ssh://git@github.com/indutny/elliptic.git"},scripts:{jscs:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",jshint:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",lint:"npm run jscs && npm run jshint",test:"npm run lint && npm run unit",unit:"istanbul test _mocha --reporter=spec test/index.js",version:"grunt dist && git add dist/"},version:"6.4.0"}},{}],298:[function(t,e,r){(function(r){var n=function(){return function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var r=[],n=!0,i=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){i=!0,o=t}finally{try{!n&&a.return&&a.return()}finally{if(i)throw o}}return r}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=t("./bytes"),o=t("./nat"),s=t("elliptic"),a=(t("./rlp"),new s.ec("secp256k1")),u=t("./hash"),c=u.keccak256,f=u.keccak256s,h=function(t){for(var e=f(t.slice(2)),r="0x",n=0;n<40;n++)r+=parseInt(e[n+2],16)>7?t[n+2].toUpperCase():t[n+2];return r},l=function(t){var e=new r(t.slice(2),"hex"),n="0x"+a.keyFromPrivate(e).getPublic(!1,"hex").slice(2),i=c(n);return{address:h("0x"+i.slice(-40)),privateKey:t}},d=function(t){var e=n(t,3),r=e[0],o=i.pad(32,e[1]),s=i.pad(32,e[2]);return i.flatten([o,s,r])},p=function(t){return[i.slice(64,i.length(t),t),i.slice(0,32,t),i.slice(32,64,t)]},m=function(t){return function(e,n){var s=a.keyFromPrivate(new r(n.slice(2),"hex")).sign(new r(e.slice(2),"hex"),{canonical:!0});return d([o.fromString(i.fromNumber(t+s.recoveryParam)),i.pad(32,i.fromNat("0x"+s.r.toString(16))),i.pad(32,i.fromNat("0x"+s.s.toString(16)))])}},b=m(27);e.exports={create:function(t){var e=c(i.concat(i.random(32),t||i.random(32))),r=i.concat(i.concat(i.random(32),e),i.random(32)),n=c(r);return l(n)},toChecksum:h,fromPrivate:l,sign:b,makeSigner:m,recover:function(t,e){var n=p(e),o={v:i.toNumber(n[0]),r:n[1].slice(2),s:n[2].slice(2)},s="0x"+a.recoverPubKey(new r(t.slice(2),"hex"),o,o.v<2?o.v:1-o.v%2).encode("hex",!1).slice(2),u=c(s);return h("0x"+u.slice(-40))},encodeSignature:d,decodeSignature:p}}).call(this,t("buffer").Buffer)},{"./bytes":300,"./hash":301,"./nat":302,"./rlp":303,buffer:47,elliptic:281}],299:[function(t,e,r){arguments[4][156][0].apply(r,arguments)},{dup:156}],300:[function(t,e,r){arguments[4][157][0].apply(r,arguments)},{"./array.js":299,dup:157}],301:[function(t,e,r){arguments[4][158][0].apply(r,arguments)},{dup:158}],302:[function(t,e,r){var n=t("bn.js"),i=t("./bytes"),o=function(t){return new n(t.slice(2),16)},s=function(t){var e="0x"+("0x"===t.slice(0,2)?new n(t.slice(2),16):new n(t,10)).toString("hex");return"0x0"===e?"0x":e},a=function(t){return"string"==typeof t?/^0x/.test(t)?t:"0x"+t:"0x"+new n(t).toString("hex")},u=function(t){return o(t).toNumber()},c=function(t){return function(e,r){return function(t){return"0x"+t.toString("hex")}(o(e)[t](o(r)))}},f=c("add"),h=c("mul"),l=c("div"),d=c("sub");e.exports={toString:function(t){return o(t).toString(10)},fromString:s,toNumber:u,fromNumber:a,toEther:function(t){return u(l(t,s("10000000000")))/1e8},fromEther:function(t){return h(a(Math.floor(1e8*t)),s("10000000000"))},toUint256:function(t){return i.pad(32,t)},add:f,mul:h,div:l,sub:d}},{"./bytes":300,"bn.js":304}],303:[function(t,e,r){e.exports={encode:function(t){var e=function(t){return function(t){return t.length%2==0?t:"0"+t}(t.toString(16))},r=function(t,r){return t<56?e(r+t):e(r+e(t).length/2+55)+e(t)};return"0x"+function t(e){if("string"==typeof e){var n=e.slice(2);return(2!=n.length||n>="80"?r(n.length/2,128):"")+n}var i=e.map(t).join("");return r(i.length/2,192)+i}(t)},decode:function(t){var e=2,r=function(){if(e>=t.length)throw"";var r=t.slice(e,e+2);return r<"80"?(e+=2,"0x"+r):r<"c0"?i():o()},n=function(){var r=parseInt(t.slice(e,e+=2),16)%64;return r<56?r:parseInt(t.slice(e,e+=2*(r-55)),16)},i=function(){var r=n();return"0x"+t.slice(e,e+=2*r)},o=function(){for(var t=2*n()+e,i=[];e=this._blockSize;){for(var o=this._blockOffset;o0;++s)this._length[s]+=a,(a=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*a);return this},n.prototype._update=function(t){throw new Error("_update is not implemented")},n.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();return void 0!==t&&(e=e.toString(t)),e},n.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,inherits:320,stream:152}],307:[function(t,e,r){arguments[4][86][0].apply(r,arguments)},{"./hash/common":308,"./hash/hmac":309,"./hash/ripemd":310,"./hash/sha":311,"./hash/utils":318,dup:86}],308:[function(t,e,r){arguments[4][87][0].apply(r,arguments)},{"./utils":318,dup:87,"minimalistic-assert":325}],309:[function(t,e,r){arguments[4][88][0].apply(r,arguments)},{"./utils":318,dup:88,"minimalistic-assert":325}],310:[function(t,e,r){arguments[4][89][0].apply(r,arguments)},{"./common":308,"./utils":318,dup:89}],311:[function(t,e,r){arguments[4][90][0].apply(r,arguments)},{"./sha/1":312,"./sha/224":313,"./sha/256":314,"./sha/384":315,"./sha/512":316,dup:90}],312:[function(t,e,r){arguments[4][91][0].apply(r,arguments)},{"../common":308,"../utils":318,"./common":317,dup:91}],313:[function(t,e,r){arguments[4][92][0].apply(r,arguments)},{"../utils":318,"./256":314,dup:92}],314:[function(t,e,r){arguments[4][93][0].apply(r,arguments)},{"../common":308,"../utils":318,"./common":317,dup:93,"minimalistic-assert":325}],315:[function(t,e,r){arguments[4][94][0].apply(r,arguments)},{"../utils":318,"./512":316,dup:94}],316:[function(t,e,r){arguments[4][95][0].apply(r,arguments)},{"../common":308,"../utils":318,dup:95,"minimalistic-assert":325}],317:[function(t,e,r){arguments[4][96][0].apply(r,arguments)},{"../utils":318,dup:96}],318:[function(t,e,r){arguments[4][97][0].apply(r,arguments)},{dup:97,inherits:320,"minimalistic-assert":325}],319:[function(t,e,r){arguments[4][98][0].apply(r,arguments)},{dup:98,"hash.js":307,"minimalistic-assert":325,"minimalistic-crypto-utils":326}],320:[function(t,e,r){arguments[4][101][0].apply(r,arguments)},{dup:101}],321:[function(t,e,r){(function(r){function n(){f.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function i(t,e){return t<>>32-e}function o(t,e,r,n,o,s,a){return i(t+(e&r|~e&n)+o+s|0,a)+e|0}function s(t,e,r,n,o,s,a){return i(t+(e&n|r&~n)+o+s|0,a)+e|0}function a(t,e,r,n,o,s,a){return i(t+(e^r^n)+o+s|0,a)+e|0}function u(t,e,r,n,o,s,a){return i(t+(r^(e|~n))+o+s|0,a)+e|0}var c=t("inherits"),f=t("hash-base"),h=new Array(16);c(n,f),n.prototype._update=function(){for(var t=h,e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,i=this._c,c=this._d;n=u(n=u(n=u(n=u(n=a(n=a(n=a(n=a(n=s(n=s(n=s(n=s(n=o(n=o(n=o(n=o(n,i=o(i,c=o(c,r=o(r,n,i,c,t[0],3614090360,7),n,i,t[1],3905402710,12),r,n,t[2],606105819,17),c,r,t[3],3250441966,22),i=o(i,c=o(c,r=o(r,n,i,c,t[4],4118548399,7),n,i,t[5],1200080426,12),r,n,t[6],2821735955,17),c,r,t[7],4249261313,22),i=o(i,c=o(c,r=o(r,n,i,c,t[8],1770035416,7),n,i,t[9],2336552879,12),r,n,t[10],4294925233,17),c,r,t[11],2304563134,22),i=o(i,c=o(c,r=o(r,n,i,c,t[12],1804603682,7),n,i,t[13],4254626195,12),r,n,t[14],2792965006,17),c,r,t[15],1236535329,22),i=s(i,c=s(c,r=s(r,n,i,c,t[1],4129170786,5),n,i,t[6],3225465664,9),r,n,t[11],643717713,14),c,r,t[0],3921069994,20),i=s(i,c=s(c,r=s(r,n,i,c,t[5],3593408605,5),n,i,t[10],38016083,9),r,n,t[15],3634488961,14),c,r,t[4],3889429448,20),i=s(i,c=s(c,r=s(r,n,i,c,t[9],568446438,5),n,i,t[14],3275163606,9),r,n,t[3],4107603335,14),c,r,t[8],1163531501,20),i=s(i,c=s(c,r=s(r,n,i,c,t[13],2850285829,5),n,i,t[2],4243563512,9),r,n,t[7],1735328473,14),c,r,t[12],2368359562,20),i=a(i,c=a(c,r=a(r,n,i,c,t[5],4294588738,4),n,i,t[8],2272392833,11),r,n,t[11],1839030562,16),c,r,t[14],4259657740,23),i=a(i,c=a(c,r=a(r,n,i,c,t[1],2763975236,4),n,i,t[4],1272893353,11),r,n,t[7],4139469664,16),c,r,t[10],3200236656,23),i=a(i,c=a(c,r=a(r,n,i,c,t[13],681279174,4),n,i,t[0],3936430074,11),r,n,t[3],3572445317,16),c,r,t[6],76029189,23),i=a(i,c=a(c,r=a(r,n,i,c,t[9],3654602809,4),n,i,t[12],3873151461,11),r,n,t[15],530742520,16),c,r,t[2],3299628645,23),i=u(i,c=u(c,r=u(r,n,i,c,t[0],4096336452,6),n,i,t[7],1126891415,10),r,n,t[14],2878612391,15),c,r,t[5],4237533241,21),i=u(i,c=u(c,r=u(r,n,i,c,t[12],1700485571,6),n,i,t[3],2399980690,10),r,n,t[10],4293915773,15),c,r,t[1],2240044497,21),i=u(i,c=u(c,r=u(r,n,i,c,t[8],1873313359,6),n,i,t[15],4264355552,10),r,n,t[6],2734768916,15),c,r,t[13],1309151649,21),i=u(i,c=u(c,r=u(r,n,i,c,t[4],4149444226,6),n,i,t[11],3174756917,10),r,n,t[2],718787259,15),c,r,t[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+n|0,this._c=this._c+i|0,this._d=this._d+c|0},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(16);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":322,inherits:320}],322:[function(t,e,r){arguments[4][105][0].apply(r,arguments)},{dup:105,inherits:320,"safe-buffer":347,stream:152}],323:[function(t,e,r){arguments[4][106][0].apply(r,arguments)},{"bn.js":324,brorand:230,dup:106}],324:[function(t,e,r){arguments[4][228][0].apply(r,arguments)},{buffer:17,dup:228}],325:[function(t,e,r){arguments[4][107][0].apply(r,arguments)},{dup:107}],326:[function(t,e,r){arguments[4][108][0].apply(r,arguments)},{dup:108}],327:[function(t,e,r){arguments[4][109][0].apply(r,arguments)},{dup:109}],328:[function(t,e,r){arguments[4][110][0].apply(r,arguments)},{"./certificate":329,"asn1.js":214,dup:110}],329:[function(t,e,r){arguments[4][111][0].apply(r,arguments)},{"asn1.js":214,dup:111}],330:[function(t,e,r){(function(r){var n=/Proc-Type: 4,ENCRYPTED\n\r?DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)\n\r?\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?/m,i=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n/m,o=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?-----END \1-----$/m,s=t("evp_bytestokey"),a=t("browserify-aes");e.exports=function(t,e){var u,c=t.toString(),f=c.match(n);if(f){var h="aes"+f[1],l=new r(f[2],"hex"),d=new r(f[3].replace(/\r?\n/g,""),"base64"),p=s(e,l.slice(0,8),parseInt(f[1],10)).key,m=[],b=a.createDecipheriv(h,p,l);m.push(b.update(d)),m.push(b.final()),u=r.concat(m)}else{var v=c.match(o);u=new r(v[2].replace(/\r?\n/g,""),"base64")}return{tag:c.match(i)[1],data:u}}}).call(this,t("buffer").Buffer)},{"browserify-aes":233,buffer:47,evp_bytestokey:305}],331:[function(t,e,r){(function(r){function n(t){var e;"object"!==(void 0===t?"undefined":_typeof(t))||r.isBuffer(t)||(e=t.passphrase,t=t.key),"string"==typeof t&&(t=new r(t));var n,c,f=s(t,e),h=f.tag,l=f.data;switch(h){case"CERTIFICATE":c=i.certificate.decode(l,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(c||(c=i.PublicKey.decode(l,"der")),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPublicKey.decode(c.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return c.subjectPrivateKey=c.subjectPublicKey,{type:"ec",data:c};case"1.2.840.10040.4.1":return c.algorithm.params.pub_key=i.DSAparam.decode(c.subjectPublicKey.data,"der"),{type:"dsa",data:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"ENCRYPTED PRIVATE KEY":l=function(t,e){var n=t.algorithm.decrypt.kde.kdeparams.salt,i=parseInt(t.algorithm.decrypt.kde.kdeparams.iters.toString(),10),s=o[t.algorithm.decrypt.cipher.algo.join(".")],c=t.algorithm.decrypt.cipher.iv,f=t.subjectPrivateKey,h=parseInt(s.split("-")[1],10)/8,l=u.pbkdf2Sync(e,n,i,h),d=a.createDecipheriv(s,l,c),p=[];return p.push(d.update(f)),p.push(d.final()),r.concat(p)}(l=i.EncryptedPrivateKey.decode(l,"der"),e);case"PRIVATE KEY":switch(c=i.PrivateKey.decode(l,"der"),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPrivateKey.decode(c.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:c.algorithm.curve,privateKey:i.ECPrivateKey.decode(c.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return c.algorithm.params.priv_key=i.DSAparam.decode(c.subjectPrivateKey,"der"),{type:"dsa",params:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"RSA PUBLIC KEY":return i.RSAPublicKey.decode(l,"der");case"RSA PRIVATE KEY":return i.RSAPrivateKey.decode(l,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:i.DSAPrivateKey.decode(l,"der")};case"EC PRIVATE KEY":return l=i.ECPrivateKey.decode(l,"der"),{curve:l.parameters.value,privateKey:l.privateKey};default:throw new Error("unknown key type "+h)}}var i=t("./asn1"),o=t("./aesid.json"),s=t("./fixProc"),a=t("browserify-aes"),u=t("pbkdf2");e.exports=n,n.signature=i.signature}).call(this,t("buffer").Buffer)},{"./aesid.json":327,"./asn1":328,"./fixProc":330,"browserify-aes":233,buffer:47,pbkdf2:332}],332:[function(t,e,r){arguments[4][114][0].apply(r,arguments)},{"./lib/async":333,"./lib/sync":336,dup:114}],333:[function(t,e,r){(function(r,n){function i(t,e,r,n,i){return f.importKey("raw",t,{name:"PBKDF2"},!1,["deriveBits"]).then(function(t){return f.deriveBits({name:"PBKDF2",salt:e,iterations:r,hash:{name:i}},t,n<<3)}).then(function(t){return c.from(t)})}var o,s=t("./precondition"),a=t("./default-encoding"),u=t("./sync"),c=t("safe-buffer").Buffer,f=n.crypto&&n.crypto.subtle,h={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},l=[];e.exports=function(t,e,d,p,m,b){if(c.isBuffer(t)||(t=c.from(t,a)),c.isBuffer(e)||(e=c.from(e,a)),s(d,p),"function"==typeof m&&(b=m,m=void 0),"function"!=typeof b)throw new Error("No callback provided to pbkdf2");var v=h[(m=m||"sha1").toLowerCase()];if(!v||"function"!=typeof n.Promise)return r.nextTick(function(){var r;try{r=u(t,e,d,p,m)}catch(t){return b(t)}b(null,r)});!function(t,e){t.then(function(t){r.nextTick(function(){e(null,t)})},function(t){r.nextTick(function(){e(t)})})}(function(t){if(n.process&&!n.process.browser)return Promise.resolve(!1);if(!f||!f.importKey||!f.deriveBits)return Promise.resolve(!1);if(void 0!==l[t])return l[t];var e=i(o=o||c.alloc(8),o,10,128,t).then(function(){return!0}).catch(function(){return!1});return l[t]=e,e}(v).then(function(r){return r?i(t,e,d,p,v):u(t,e,d,p,m)}),b)}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./default-encoding":334,"./precondition":335,"./sync":336,_process:120,"safe-buffer":347}],334:[function(t,e,r){(function(t){var r;if(t.browser)r="utf-8";else{r=parseInt(t.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary"}e.exports=r}).call(this,t("_process"))},{_process:120}],335:[function(t,e,r){arguments[4][117][0].apply(r,arguments)},{dup:117}],336:[function(t,e,r){arguments[4][118][0].apply(r,arguments)},{"./default-encoding":334,"./precondition":335,"create-hash/md5":266,dup:118,ripemd160:346,"safe-buffer":347,"sha.js":351}],337:[function(t,e,r){arguments[4][121][0].apply(r,arguments)},{"./privateDecrypt":340,"./publicEncrypt":341,dup:121}],338:[function(t,e,r){(function(r){var n=t("create-hash");e.exports=function(t,e){for(var i,o=new r(""),s=0;o.lengthh||new a(e).cmp(c.modulus)>=0)throw new Error("decryption error");var l;l=o?f(new a(e),c):u(e,c);var d=new r(h-l.length);if(d.fill(0),l=r.concat([d,l],h),4===s)return n(c,l);if(1===s)return function(t,e,r){for(var n=e.slice(0,2),i=2,o=0;0!==e[i++];)if(i>=e.length){o++;break}var s=e.slice(2,i-1);if(e.slice(i-1,i),("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&o++,s.length<8&&o++,o)throw new Error("decryption error");return e.slice(i)}(0,l,o);if(3===s)return l;throw new Error("unknown padding")}}).call(this,t("buffer").Buffer)},{"./mgf":338,"./withPublic":342,"./xor":343,"bn.js":339,"browserify-rsa":251,buffer:47,"create-hash":264,"parse-asn1":331}],341:[function(t,e,r){(function(r){function n(t,e,n){var i=e.length,s=t.modulus.byteLength();if(i>s-11)throw new Error("message too long");var a;return n?(a=new r(s-i-3)).fill(255):a=function(t,e){var n,i=new r(t),s=0,a=o(2*t),u=0;for(;sn-l-2)throw new Error("message too long");var d=new r(n-i-l-2);d.fill(0);var p=n-h-1,m=o(h),b=u(r.concat([f,d,new r([1]),e],p),a(m,p)),v=u(m,a(b,h));return new c(r.concat([new r([0]),v,b],n))}(m,e);else if(1===d)p=n(m,e,l);else{if(3!==d)throw new Error("unknown padding");if((p=new c(e)).cmp(m.modulus)>=0)throw new Error("data too long for modulus")}return l?h(p,m):f(p,m)}}).call(this,t("buffer").Buffer)},{"./mgf":338,"./withPublic":342,"./xor":343,"bn.js":339,"browserify-rsa":251,buffer:47,"create-hash":264,"parse-asn1":331,randombytes:344}],342:[function(t,e,r){(function(r){var n=t("bn.js");e.exports=function(t,e){return new r(t.toRed(n.mont(e.modulus)).redPow(new n(e.publicExponent)).fromRed().toArray())}}).call(this,t("buffer").Buffer)},{"bn.js":339,buffer:47}],343:[function(t,e,r){arguments[4][126][0].apply(r,arguments)},{dup:126}],344:[function(t,e,r){(function(r,n){var i=t("safe-buffer").Buffer,o=n.crypto||n.msCrypto;o&&o.getRandomValues?e.exports=function(t,e){if(t>65536)throw new Error("requested too many random bytes");var s=new n.Uint8Array(t);t>0&&o.getRandomValues(s);var a=i.from(s.buffer);return"function"==typeof e?r.nextTick(function(){e(null,a)}):a}:e.exports=function(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,"safe-buffer":347}],345:[function(t,e,r){(function(e,n){function i(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}function o(t,e){if("number"!=typeof t||t!=t)throw new TypeError("offset must be a number");if(t>d||t<0)throw new TypeError("offset must be a uint32");if(t>h||t>e)throw new RangeError("offset out of range")}function s(t,e,r){if("number"!=typeof t||t!=t)throw new TypeError("size must be a number");if(t>d||t<0)throw new TypeError("size must be a uint32");if(t+e>r||t>h)throw new RangeError("buffer too small")}function a(t,r,n,i){if(e.browser){var o=t.buffer,s=new Uint8Array(o,r,n);return l.getRandomValues(s),i?void e.nextTick(function(){i(null,t)}):t}{if(!i){return c(n).copy(t,r),t}c(n,function(e,n){if(e)return i(e);n.copy(t,r),i(null,t)})}}var u=t("safe-buffer"),c=t("randombytes"),f=u.Buffer,h=u.kMaxLength,l=n.crypto||n.msCrypto,d=Math.pow(2,32)-1;l&&l.getRandomValues||!e.browser?(r.randomFill=function(t,e,r,i){if(!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof e)i=e,e=0,r=t.length;else if("function"==typeof r)i=r,r=t.length-e;else if("function"!=typeof i)throw new TypeError('"cb" argument must be a function');return o(e,t.length),s(r,e,t.length),a(t,e,r,i)},r.randomFillSync=function(t,e,r){if(void 0===e&&(e=0),!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return o(e,t.length),void 0===r&&(r=t.length-e),s(r,e,t.length),a(t,e,r)}):(r.randomFill=i,r.randomFillSync=i)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,randombytes:344,"safe-buffer":347}],346:[function(t,e,r){(function(r){function n(){h.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function i(t,e){return t<>>32-e}function o(t,e,r,n,o,s,a,u){return i(t+(e^r^n)+s+a|0,u)+o|0}function s(t,e,r,n,o,s,a,u){return i(t+(e&r|~e&n)+s+a|0,u)+o|0}function a(t,e,r,n,o,s,a,u){return i(t+((e|~r)^n)+s+a|0,u)+o|0}function u(t,e,r,n,o,s,a,u){return i(t+(e&n|r&~n)+s+a|0,u)+o|0}function c(t,e,r,n,o,s,a,u){return i(t+(e^(r|~n))+s+a|0,u)+o|0}var f=t("inherits"),h=t("hash-base");f(n,h),n.prototype._update=function(){for(var t=new Array(16),e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,f=this._c,h=this._d,l=this._e;l=o(l,r=o(r,n,f,h,l,t[0],0,11),n,f=i(f,10),h,t[1],0,14),n=o(n=i(n,10),f=o(f,h=o(h,l,r,n,f,t[2],0,15),l,r=i(r,10),n,t[3],0,12),h,l=i(l,10),r,t[4],0,5),h=o(h=i(h,10),l=o(l,r=o(r,n,f,h,l,t[5],0,8),n,f=i(f,10),h,t[6],0,7),r,n=i(n,10),f,t[7],0,9),r=o(r=i(r,10),n=o(n,f=o(f,h,l,r,n,t[8],0,11),h,l=i(l,10),r,t[9],0,13),f,h=i(h,10),l,t[10],0,14),f=o(f=i(f,10),h=o(h,l=o(l,r,n,f,h,t[11],0,15),r,n=i(n,10),f,t[12],0,6),l,r=i(r,10),n,t[13],0,7),l=s(l=i(l,10),r=o(r,n=o(n,f,h,l,r,t[14],0,9),f,h=i(h,10),l,t[15],0,8),n,f=i(f,10),h,t[7],1518500249,7),n=s(n=i(n,10),f=s(f,h=s(h,l,r,n,f,t[4],1518500249,6),l,r=i(r,10),n,t[13],1518500249,8),h,l=i(l,10),r,t[1],1518500249,13),h=s(h=i(h,10),l=s(l,r=s(r,n,f,h,l,t[10],1518500249,11),n,f=i(f,10),h,t[6],1518500249,9),r,n=i(n,10),f,t[15],1518500249,7),r=s(r=i(r,10),n=s(n,f=s(f,h,l,r,n,t[3],1518500249,15),h,l=i(l,10),r,t[12],1518500249,7),f,h=i(h,10),l,t[0],1518500249,12),f=s(f=i(f,10),h=s(h,l=s(l,r,n,f,h,t[9],1518500249,15),r,n=i(n,10),f,t[5],1518500249,9),l,r=i(r,10),n,t[2],1518500249,11),l=s(l=i(l,10),r=s(r,n=s(n,f,h,l,r,t[14],1518500249,7),f,h=i(h,10),l,t[11],1518500249,13),n,f=i(f,10),h,t[8],1518500249,12),n=a(n=i(n,10),f=a(f,h=a(h,l,r,n,f,t[3],1859775393,11),l,r=i(r,10),n,t[10],1859775393,13),h,l=i(l,10),r,t[14],1859775393,6),h=a(h=i(h,10),l=a(l,r=a(r,n,f,h,l,t[4],1859775393,7),n,f=i(f,10),h,t[9],1859775393,14),r,n=i(n,10),f,t[15],1859775393,9),r=a(r=i(r,10),n=a(n,f=a(f,h,l,r,n,t[8],1859775393,13),h,l=i(l,10),r,t[1],1859775393,15),f,h=i(h,10),l,t[2],1859775393,14),f=a(f=i(f,10),h=a(h,l=a(l,r,n,f,h,t[7],1859775393,8),r,n=i(n,10),f,t[0],1859775393,13),l,r=i(r,10),n,t[6],1859775393,6),l=a(l=i(l,10),r=a(r,n=a(n,f,h,l,r,t[13],1859775393,5),f,h=i(h,10),l,t[11],1859775393,12),n,f=i(f,10),h,t[5],1859775393,7),n=u(n=i(n,10),f=u(f,h=a(h,l,r,n,f,t[12],1859775393,5),l,r=i(r,10),n,t[1],2400959708,11),h,l=i(l,10),r,t[9],2400959708,12),h=u(h=i(h,10),l=u(l,r=u(r,n,f,h,l,t[11],2400959708,14),n,f=i(f,10),h,t[10],2400959708,15),r,n=i(n,10),f,t[0],2400959708,14),r=u(r=i(r,10),n=u(n,f=u(f,h,l,r,n,t[8],2400959708,15),h,l=i(l,10),r,t[12],2400959708,9),f,h=i(h,10),l,t[4],2400959708,8),f=u(f=i(f,10),h=u(h,l=u(l,r,n,f,h,t[13],2400959708,9),r,n=i(n,10),f,t[3],2400959708,14),l,r=i(r,10),n,t[7],2400959708,5),l=u(l=i(l,10),r=u(r,n=u(n,f,h,l,r,t[15],2400959708,6),f,h=i(h,10),l,t[14],2400959708,8),n,f=i(f,10),h,t[5],2400959708,6),n=c(n=i(n,10),f=u(f,h=u(h,l,r,n,f,t[6],2400959708,5),l,r=i(r,10),n,t[2],2400959708,12),h,l=i(l,10),r,t[4],2840853838,9),h=c(h=i(h,10),l=c(l,r=c(r,n,f,h,l,t[0],2840853838,15),n,f=i(f,10),h,t[5],2840853838,5),r,n=i(n,10),f,t[9],2840853838,11),r=c(r=i(r,10),n=c(n,f=c(f,h,l,r,n,t[7],2840853838,6),h,l=i(l,10),r,t[12],2840853838,8),f,h=i(h,10),l,t[2],2840853838,13),f=c(f=i(f,10),h=c(h,l=c(l,r,n,f,h,t[10],2840853838,12),r,n=i(n,10),f,t[14],2840853838,5),l,r=i(r,10),n,t[1],2840853838,12),l=c(l=i(l,10),r=c(r,n=c(n,f,h,l,r,t[3],2840853838,13),f,h=i(h,10),l,t[8],2840853838,14),n,f=i(f,10),h,t[11],2840853838,11),n=c(n=i(n,10),f=c(f,h=c(h,l,r,n,f,t[6],2840853838,8),l,r=i(r,10),n,t[15],2840853838,5),h,l=i(l,10),r,t[13],2840853838,6),h=i(h,10);var d=this._a,p=this._b,m=this._c,b=this._d,v=this._e;v=c(v,d=c(d,p,m,b,v,t[5],1352829926,8),p,m=i(m,10),b,t[14],1352829926,9),p=c(p=i(p,10),m=c(m,b=c(b,v,d,p,m,t[7],1352829926,9),v,d=i(d,10),p,t[0],1352829926,11),b,v=i(v,10),d,t[9],1352829926,13),b=c(b=i(b,10),v=c(v,d=c(d,p,m,b,v,t[2],1352829926,15),p,m=i(m,10),b,t[11],1352829926,15),d,p=i(p,10),m,t[4],1352829926,5),d=c(d=i(d,10),p=c(p,m=c(m,b,v,d,p,t[13],1352829926,7),b,v=i(v,10),d,t[6],1352829926,7),m,b=i(b,10),v,t[15],1352829926,8),m=c(m=i(m,10),b=c(b,v=c(v,d,p,m,b,t[8],1352829926,11),d,p=i(p,10),m,t[1],1352829926,14),v,d=i(d,10),p,t[10],1352829926,14),v=u(v=i(v,10),d=c(d,p=c(p,m,b,v,d,t[3],1352829926,12),m,b=i(b,10),v,t[12],1352829926,6),p,m=i(m,10),b,t[6],1548603684,9),p=u(p=i(p,10),m=u(m,b=u(b,v,d,p,m,t[11],1548603684,13),v,d=i(d,10),p,t[3],1548603684,15),b,v=i(v,10),d,t[7],1548603684,7),b=u(b=i(b,10),v=u(v,d=u(d,p,m,b,v,t[0],1548603684,12),p,m=i(m,10),b,t[13],1548603684,8),d,p=i(p,10),m,t[5],1548603684,9),d=u(d=i(d,10),p=u(p,m=u(m,b,v,d,p,t[10],1548603684,11),b,v=i(v,10),d,t[14],1548603684,7),m,b=i(b,10),v,t[15],1548603684,7),m=u(m=i(m,10),b=u(b,v=u(v,d,p,m,b,t[8],1548603684,12),d,p=i(p,10),m,t[12],1548603684,7),v,d=i(d,10),p,t[4],1548603684,6),v=u(v=i(v,10),d=u(d,p=u(p,m,b,v,d,t[9],1548603684,15),m,b=i(b,10),v,t[1],1548603684,13),p,m=i(m,10),b,t[2],1548603684,11),p=a(p=i(p,10),m=a(m,b=a(b,v,d,p,m,t[15],1836072691,9),v,d=i(d,10),p,t[5],1836072691,7),b,v=i(v,10),d,t[1],1836072691,15),b=a(b=i(b,10),v=a(v,d=a(d,p,m,b,v,t[3],1836072691,11),p,m=i(m,10),b,t[7],1836072691,8),d,p=i(p,10),m,t[14],1836072691,6),d=a(d=i(d,10),p=a(p,m=a(m,b,v,d,p,t[6],1836072691,6),b,v=i(v,10),d,t[9],1836072691,14),m,b=i(b,10),v,t[11],1836072691,12),m=a(m=i(m,10),b=a(b,v=a(v,d,p,m,b,t[8],1836072691,13),d,p=i(p,10),m,t[12],1836072691,5),v,d=i(d,10),p,t[2],1836072691,14),v=a(v=i(v,10),d=a(d,p=a(p,m,b,v,d,t[10],1836072691,13),m,b=i(b,10),v,t[0],1836072691,13),p,m=i(m,10),b,t[4],1836072691,7),p=s(p=i(p,10),m=s(m,b=a(b,v,d,p,m,t[13],1836072691,5),v,d=i(d,10),p,t[8],2053994217,15),b,v=i(v,10),d,t[6],2053994217,5),b=s(b=i(b,10),v=s(v,d=s(d,p,m,b,v,t[4],2053994217,8),p,m=i(m,10),b,t[1],2053994217,11),d,p=i(p,10),m,t[3],2053994217,14),d=s(d=i(d,10),p=s(p,m=s(m,b,v,d,p,t[11],2053994217,14),b,v=i(v,10),d,t[15],2053994217,6),m,b=i(b,10),v,t[0],2053994217,14),m=s(m=i(m,10),b=s(b,v=s(v,d,p,m,b,t[5],2053994217,6),d,p=i(p,10),m,t[12],2053994217,9),v,d=i(d,10),p,t[2],2053994217,12),v=s(v=i(v,10),d=s(d,p=s(p,m,b,v,d,t[13],2053994217,9),m,b=i(b,10),v,t[9],2053994217,12),p,m=i(m,10),b,t[7],2053994217,5),p=o(p=i(p,10),m=s(m,b=s(b,v,d,p,m,t[10],2053994217,15),v,d=i(d,10),p,t[14],2053994217,8),b,v=i(v,10),d,t[12],0,8),b=o(b=i(b,10),v=o(v,d=o(d,p,m,b,v,t[15],0,5),p,m=i(m,10),b,t[10],0,12),d,p=i(p,10),m,t[4],0,9),d=o(d=i(d,10),p=o(p,m=o(m,b,v,d,p,t[1],0,12),b,v=i(v,10),d,t[5],0,5),m,b=i(b,10),v,t[8],0,14),m=o(m=i(m,10),b=o(b,v=o(v,d,p,m,b,t[7],0,6),d,p=i(p,10),m,t[6],0,8),v,d=i(d,10),p,t[2],0,13),v=o(v=i(v,10),d=o(d,p=o(p,m,b,v,d,t[13],0,6),m,b=i(b,10),v,t[14],0,5),p,m=i(m,10),b,t[0],0,15),p=o(p=i(p,10),m=o(m,b=o(b,v,d,p,m,t[3],0,13),v,d=i(d,10),p,t[9],0,11),b,v=i(v,10),d,t[11],0,11),b=i(b,10);var y=this._b+f+b|0;this._b=this._c+h+v|0,this._c=this._d+l+d|0,this._d=this._e+r+p|0,this._e=this._a+n+m|0,this._a=y},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(20);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t.writeInt32LE(this._e,16),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":306,inherits:320}],347:[function(t,e,r){arguments[4][143][0].apply(r,arguments)},{buffer:47,dup:143}],348:[function(t,e,r){e.exports=t("scryptsy")},{scryptsy:349}],349:[function(t,e,r){(function(r){function n(t,e,n,i,o){if(r.isBuffer(t)&&r.isBuffer(n))t.copy(n,i,e,e+o);else for(;o--;)n[i++]=t[e++]}var i=t("pbkdf2").pbkdf2Sync,o=2147483647;e.exports=function(t,e,s,a,u,c,f){function h(t,e,r,i){var o;for(n(t,e+64*(2*i-1),g,0,64),o=0;o<2*i;o++)d(t,64*o,g,0,64),function(t){var e;for(e=0;e<16;e++)v[e]=(255&t[4*e+0])<<0,v[e]|=(255&t[4*e+1])<<8,v[e]|=(255&t[4*e+2])<<16,v[e]|=(255&t[4*e+3])<<24;for(n(v,0,y,0,16),e=8;e>0;e-=2)y[4]^=l(y[0]+y[12],7),y[8]^=l(y[4]+y[0],9),y[12]^=l(y[8]+y[4],13),y[0]^=l(y[12]+y[8],18),y[9]^=l(y[5]+y[1],7),y[13]^=l(y[9]+y[5],9),y[1]^=l(y[13]+y[9],13),y[5]^=l(y[1]+y[13],18),y[14]^=l(y[10]+y[6],7),y[2]^=l(y[14]+y[10],9),y[6]^=l(y[2]+y[14],13),y[10]^=l(y[6]+y[2],18),y[3]^=l(y[15]+y[11],7),y[7]^=l(y[3]+y[15],9),y[11]^=l(y[7]+y[3],13),y[15]^=l(y[11]+y[7],18),y[1]^=l(y[0]+y[3],7),y[2]^=l(y[1]+y[0],9),y[3]^=l(y[2]+y[1],13),y[0]^=l(y[3]+y[2],18),y[6]^=l(y[5]+y[4],7),y[7]^=l(y[6]+y[5],9),y[4]^=l(y[7]+y[6],13),y[5]^=l(y[4]+y[7],18),y[11]^=l(y[10]+y[9],7),y[8]^=l(y[11]+y[10],9),y[9]^=l(y[8]+y[11],13),y[10]^=l(y[9]+y[8],18),y[12]^=l(y[15]+y[14],7),y[13]^=l(y[12]+y[15],9),y[14]^=l(y[13]+y[12],13),y[15]^=l(y[14]+y[13],18);for(e=0;e<16;++e)v[e]=y[e]+v[e];for(e=0;e<16;e++){var r=4*e;t[r+0]=v[e]>>0&255,t[r+1]=v[e]>>8&255,t[r+2]=v[e]>>16&255,t[r+3]=v[e]>>24&255}}(g),n(g,0,t,r+64*o,64);for(o=0;o>>32-e}function d(t,e,r,n,i){for(var o=0;o 0 and a power of 2");if(s>o/128/a)throw Error("Parameter N is too large");if(a>o/128/u)throw Error("Parameter r is too large");var p,m=new r(256*a),b=new r(128*a*s),v=new Int32Array(16),y=new Int32Array(16),g=new r(64),_=i(t,e,1,128*u*a,"sha256");if(f){var w=u*s*2,M=0;p=function(){++M%1e3==0&&f({current:M,total:w,percent:M/w*100})}}for(var k=0;k>>((3&e)<<3)&255;return i}}e.exports=r}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],360:[function(t,e,r){function n(t,e){var r=e||0,n=s;return n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]}function i(t,e,r){var i=e&&r||0;"string"==typeof t&&(e="binary"==t?new Array(16):null,t=null);var s=(t=t||{}).random||(t.rng||o)();if(s[6]=15&s[6]|64,s[8]=63&s[8]|128,e)for(var a=0;a<16;a++)e[i+a]=s[a];return e||n(s)}for(var o=t("./rng"),s=[],a={},u=0;u<256;u++)s[u]=(u+256).toString(16).substr(1),a[s[u]]=u;var c=o(),f=[1|c[0],c[1],c[2],c[3],c[4],c[5]],h=16383&(c[6]<<8|c[7]),l=0,d=0,p=i;p.v1=function(t,e,r){var i=e&&r||0,o=e||[],s=void 0!==(t=t||{}).clockseq?t.clockseq:h,a=void 0!==t.msecs?t.msecs:(new Date).getTime(),u=void 0!==t.nsecs?t.nsecs:d+1,c=a-l+(u-d)/1e4;if(c<0&&void 0===t.clockseq&&(s=s+1&16383),(c<0||a>l)&&void 0===t.nsecs&&(u=0),u>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");l=a,d=u,h=s;var p=(1e4*(268435455&(a+=122192928e5))+u)%4294967296;o[i++]=p>>>24&255,o[i++]=p>>>16&255,o[i++]=p>>>8&255,o[i++]=255&p;var m=a/4294967296*1e4&268435455;o[i++]=m>>>8&255,o[i++]=255&m,o[i++]=m>>>24&15|16,o[i++]=m>>>16&255,o[i++]=s>>>8|128,o[i++]=255&s;for(var b=t.node||f,v=0;v<6;v++)o[i+v]=b[v];return e||n(o)},p.v4=i,p.parse=function(t,e,r){var n=e&&r||0,i=0;for(e=e||[],t.toLowerCase().replace(/[0-9a-f]{2}/g,function(t){i<16&&(e[n+i++]=a[t])});i<16;)e[n+i++]=0;return e},p.unparse=n,e.exports=p},{"./rng":359}],361:[function(t,e,r){(function(r,n){function i(t){this._accounts=t,this.length=0,this.defaultKeyName="web3js_wallet"}var o=t("underscore"),s=t("web3-core"),a=t("web3-core-method"),u=t("bluebird"),c=t("eth-lib/lib/account"),f=t("eth-lib/lib/hash"),h=t("eth-lib/lib/rlp"),l=t("eth-lib/lib/nat"),d=t("eth-lib/lib/bytes"),p=t(void 0===r?"crypto-browserify":"crypto"),m=t("scrypt.js"),b=t("uuid"),v=t("web3-utils"),y=t("web3-core-helpers"),g=function(t){return o.isUndefined(t)||o.isNull(t)},_=function(t){for(;t&&t.startsWith("0x0");)t="0x"+t.slice(3);return t},w=function(t){return t.length%2==1&&(t=t.replace("0x","0x0")),t},M=function(){var t=this;s.packageInit(this,arguments),delete this.BatchRequest,delete this.extend;var e=[new a({name:"getId",call:"net_version",params:0,outputFormatter:v.hexToNumber}),new a({name:"getGasPrice",call:"eth_gasPrice",params:0}),new a({name:"getTransactionCount",call:"eth_getTransactionCount",params:2,inputFormatter:[function(t){if(v.isAddress(t))return t;throw new Error("Address "+t+' is not a valid address to get the "transactionCount".')},function(){return"latest"}]})];this._ethereumCall={},o.each(e,function(e){e.attachToObject(t._ethereumCall),e.setRequestManager(t._requestManager)}),this.wallet=new i(this)};M.prototype._addAccountFunctions=function(t){var e=this;return t.signTransaction=function(r,n){return e.signTransaction(r,t.privateKey,n)},t.sign=function(r){return e.sign(r,t.privateKey)},t.encrypt=function(r,n){return e.encrypt(t.privateKey,r,n)},t},M.prototype.create=function(t){return this._addAccountFunctions(c.create(t||v.randomHex(32)))},M.prototype.privateKeyToAccount=function(t){return this._addAccountFunctions(c.fromPrivate(t))},M.prototype.signTransaction=function(t,e,r){function n(t){if(!t.gas&&!t.gasLimit)throw new Error('"gas" is missing');var n={nonce:v.numberToHex(t.nonce),to:t.to?y.formatters.inputAddressFormatter(t.to):"0x",data:t.data||"0x",value:t.value?v.numberToHex(t.value):"0x",gas:v.numberToHex(t.gasLimit||t.gas),gasPrice:v.numberToHex(t.gasPrice),chainId:v.numberToHex(t.chainId)},i=h.encode([d.fromNat(n.nonce),d.fromNat(n.gasPrice),d.fromNat(n.gas),n.to.toLowerCase(),d.fromNat(n.value),n.data,d.fromNat(n.chainId||"0x1"),"0x","0x"]),s=f.keccak256(i),a=c.makeSigner(2*l.toNumber(n.chainId||"0x1")+35)(f.keccak256(i),e),u=h.decode(i).slice(0,6).concat(c.decodeSignature(a));u[7]=w(_(u[7])),u[8]=w(_(u[8]));var p=h.encode(u),m=h.decode(p),b={messageHash:s,v:_(m[6]),r:_(m[7]),s:_(m[8]),rawTransaction:p};return o.isFunction(r)&&r(null,b),b}return void 0!==t.nonce&&void 0!==t.chainId&&void 0!==t.gasPrice?u.resolve(n(t)):u.all([g(t.chainId)?this._ethereumCall.getId():t.chainId,g(t.gasPrice)?this._ethereumCall.getGasPrice():t.gasPrice,g(t.nonce)?this._ethereumCall.getTransactionCount(this.privateKeyToAccount(e).address):t.nonce]).then(function(e){if(g(e[0])||g(e[1])||g(e[2]))throw new Error('One of the values "chainId", "gasPrice", or "nonce" couldn\'t be fetched: '+JSON.stringify(e));return n(o.extend(t,{chainId:e[0],gasPrice:e[1],nonce:e[2]}))})},M.prototype.recoverTransaction=function(t){var e=h.decode(t),r=c.encodeSignature(e.slice(6,9)),n=d.toNumber(e[6]),i=n<35?[]:[d.fromNumber(n-35>>1),"0x","0x"],o=e.slice(0,6).concat(i),s=h.encode(o);return c.recover(f.keccak256(s),r)},M.prototype.hashMessage=function(t){var e=v.isHexStrict(t)?v.hexToUtf8(t):t,r="Ethereum Signed Message:\n"+e.length+e;return f.keccak256s(r)},M.prototype.sign=function(t,e){var r=this.hashMessage(t),n=c.sign(r,e),i=c.decodeSignature(n);return{message:t,messageHash:r,v:i[0],r:i[1],s:i[2],signature:n}},M.prototype.recover=function(t,e){return o.isObject(t)?this.recover(t.messageHash,c.encodeSignature([t.v,t.r,t.s])):(v.isHexStrict(t)||(t=this.hashMessage(t)),4===arguments.length?this.recover(t,c.encodeSignature([].slice.call(arguments,1,4))):c.recover(t,e))},M.prototype.decrypt=function(t,e,r){if(!o.isString(e))throw new Error("No password given.");var i=o.isObject(t)?t:JSON.parse(r?t.toLowerCase():t);if(3!==i.version)throw new Error("Not a valid V3 wallet");var s,a;if("scrypt"===i.crypto.kdf)a=i.crypto.kdfparams,s=m(new n(e),new n(a.salt,"hex"),a.n,a.r,a.p,a.dklen);else{if("pbkdf2"!==i.crypto.kdf)throw new Error("Unsupported key derivation scheme");if("hmac-sha256"!==(a=i.crypto.kdfparams).prf)throw new Error("Unsupported parameters to PBKDF2");s=p.pbkdf2Sync(new n(e),new n(a.salt,"hex"),a.c,a.dklen,"sha256")}var u=new n(i.crypto.ciphertext,"hex");if(v.sha3(n.concat([s.slice(16,32),u])).replace("0x","")!==i.crypto.mac)throw new Error("Key derivation failed - possibly wrong password");var c=p.createDecipheriv(i.crypto.cipher,s.slice(0,16),new n(i.crypto.cipherparams.iv,"hex")),f="0x"+n.concat([c.update(u),c.final()]).toString("hex");return this.privateKeyToAccount(f)},M.prototype.encrypt=function(t,e,r){var i,o=this.privateKeyToAccount(t),s=(r=r||{}).salt||p.randomBytes(32),a=r.iv||p.randomBytes(16),u=r.kdf||"scrypt",c={dklen:r.dklen||32,salt:s.toString("hex")};if("pbkdf2"===u)c.c=r.c||262144,c.prf="hmac-sha256",i=p.pbkdf2Sync(new n(e),s,c.c,c.dklen,"sha256");else{if("scrypt"!==u)throw new Error("Unsupported kdf");c.n=r.n||8192,c.r=r.r||8,c.p=r.p||1,i=m(new n(e),s,c.n,c.r,c.p,c.dklen)}var f=p.createCipheriv(r.cipher||"aes-128-ctr",i.slice(0,16),a);if(!f)throw new Error("Unsupported cipher");var h=n.concat([f.update(new n(o.privateKey.replace("0x",""),"hex")),f.final()]),l=v.sha3(n.concat([i.slice(16,32),new n(h,"hex")])).replace("0x","");return{version:3,id:b.v4({random:r.uuid||p.randomBytes(16)}),address:o.address.toLowerCase().replace("0x",""),crypto:{ciphertext:h.toString("hex"),cipherparams:{iv:a.toString("hex")},cipher:r.cipher||"aes-128-ctr",kdf:u,kdfparams:c,mac:l.toString("hex")}}},i.prototype._findSafeIndex=function(t){return t=t||0,o.has(this,t)?this._findSafeIndex(t+1):t},i.prototype._currentIndexes=function(){return Object.keys(this).map(function(t){return parseInt(t)}).filter(function(t){return t<9e20})},i.prototype.create=function(t,e){for(var r=0;r=2?e.slice(2):e;var r=h.decodeParameters(t,e);return 1===r.__length__?r[0]:(delete r.__length__,r)},l.prototype.deploy=function(t,e){if(t=t||{},t.arguments=t.arguments||[],!(t=this._getOrSetDefaultOptions(t)).data)return s._fireError(new Error('No "data" specified in neither the given options, nor the default options.'),null,null,e);var r=n.find(this.options.jsonInterface,function(t){return"constructor"===t.type})||{};return r.signature="constructor",this._createTxObject.apply({method:r,parent:this,deployData:t.data,_ethAccounts:this.constructor._ethAccounts},t.arguments)},l.prototype._generateEventOptions=function(){var t=Array.prototype.slice.call(arguments),e=this._getCallback(t),r=n.isObject(t[t.length-1])?t.pop():{},i=n.isString(t[0])?t[0]:"allevents";if(!(i="allevents"===i.toLowerCase()?{name:"ALLEVENTS",jsonInterface:this.options.jsonInterface}:this.options.jsonInterface.find(function(t){return"event"===t.type&&(t.name===i||t.signature==="0x"+i.replace("0x",""))})))throw new Error('Event "'+i.name+"\" doesn't exist in this contract.");if(!s.isAddress(this.options.address))throw new Error("This contract object doesn't have address set yet, please set an address first.");return{params:this._encodeEventABI(i,r),event:i,callback:e}},l.prototype.clone=function(){return new l(this.options.jsonInterface,this.options.address,this.options)},l.prototype.once=function(t,e,r){var i=Array.prototype.slice.call(arguments);if(!(r=this._getCallback(i)))throw new Error("Once requires a callback as the second parameter.");e&&delete e.fromBlock,this._on(t,e,function(t,e,i){i.unsubscribe(),n.isFunction(r)&&r(t,e,i)})},l.prototype._on=function(){var t=this._generateEventOptions.apply(this,arguments);this._checkListener("newListener",t.event.name,t.callback),this._checkListener("removeListener",t.event.name,t.callback);var e=new a({subscription:{params:1,inputFormatter:[u.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(t.event),subscriptionHandler:function(t){t.removed?this.emit("changed",t):this.emit("data",t),n.isFunction(this.callback)&&this.callback(null,t,this)}},type:"eth",requestManager:this._requestManager});return e.subscribe("logs",t.params,t.callback||function(){}),e},l.prototype.getPastEvents=function(){var t=this._generateEventOptions.apply(this,arguments),e=new o({name:"getPastLogs",call:"eth_getLogs",params:1,inputFormatter:[u.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(t.event)});e.setRequestManager(this._requestManager);var r=e.buildCall();return e=null,r(t.params,t.callback)},l.prototype._createTxObject=function(){var t=Array.prototype.slice.call(arguments),e={};if("function"===this.method.type&&(e.call=this.parent._executeMethod.bind(e,"call"),e.call.request=this.parent._executeMethod.bind(e,"call",!0)),e.send=this.parent._executeMethod.bind(e,"send"),e.send.request=this.parent._executeMethod.bind(e,"send",!0),e.encodeABI=this.parent._encodeMethodABI.bind(e),e.estimateGas=this.parent._executeMethod.bind(e,"estimate"),t&&this.method.inputs&&t.length!==this.method.inputs.length){if(this.nextMethod)return this.nextMethod.apply(null,t);throw c.InvalidNumberOfParams(t.length,this.method.inputs.length,this.method.name)}return e.arguments=t||[],e._method=this.method,e._parent=this.parent,e._ethAccounts=this.parent.constructor._ethAccounts||this._ethAccounts,this.deployData&&(e._deployData=this.deployData),e},l.prototype._processExecuteArguments=function(t,e){var r={};if(r.type=t.shift(),r.callback=this._parent._getCallback(t),"call"===r.type&&!0!==t[t.length-1]&&(n.isString(t[t.length-1])||isFinite(t[t.length-1]))&&(r.defaultBlock=t.pop()),r.options=n.isObject(t[t.length-1])?t.pop():{},r.generateRequest=!0===t[t.length-1]&&t.pop(),r.options=this._parent._getOrSetDefaultOptions(r.options),r.options.data=this.encodeABI(),!this._deployData&&!s.isAddress(this._parent.options.address))throw new Error("This contract object doesn't have address set yet, please set an address first.");return this._deployData||(r.options.to=this._parent.options.address),r.options.data?r:s._fireError(new Error("Couldn't find a matching contract method, or the number of parameters is wrong."),e.eventEmitter,e.reject,r.callback)},l.prototype._executeMethod=function(){var t=this,e=this._parent._processExecuteArguments.call(this,Array.prototype.slice.call(arguments),r),r=f("send"!==e.type),i=t.constructor._ethAccounts||t._ethAccounts;if(e.generateRequest){var a={params:[u.inputCallFormatter.call(this._parent,e.options),u.inputDefaultBlockNumberFormatter.call(this._parent,e.defaultBlock)],callback:e.callback};return"call"===e.type?(a.method="eth_call",a.format=this._parent._decodeMethodReturn.bind(null,this._method.outputs)):a.method="eth_sendTransaction",a}switch(e.type){case"estimate":return new o({name:"estimateGas",call:"eth_estimateGas",params:1,inputFormatter:[u.inputCallFormatter],outputFormatter:s.hexToNumber,requestManager:t._parent._requestManager,accounts:i,defaultAccount:t._parent.defaultAccount,defaultBlock:t._parent.defaultBlock}).createFunction()(e.options,e.callback);case"call":return new o({name:"call",call:"eth_call",params:2,inputFormatter:[u.inputCallFormatter,u.inputDefaultBlockNumberFormatter],outputFormatter:function(e){return t._parent._decodeMethodReturn(t._method.outputs,e)},requestManager:t._parent._requestManager,accounts:i,defaultAccount:t._parent.defaultAccount,defaultBlock:t._parent.defaultBlock}).createFunction()(e.options,e.defaultBlock,e.callback);case"send":if(!s.isAddress(e.options.from))return s._fireError(new Error('No "from" address specified in neither the given options, nor the default options.'),r.eventEmitter,r.reject,e.callback);if(n.isBoolean(this._method.payable)&&!this._method.payable&&e.options.value&&e.options.value>0)return s._fireError(new Error("Can not send value to non-payable contract method or constructor"),r.eventEmitter,r.reject,e.callback);var c={receiptFormatter:function(e){if(n.isArray(e.logs)){var r=n.map(e.logs,function(e){return t._parent._decodeEventABI.call({name:"ALLEVENTS",jsonInterface:t._parent.options.jsonInterface},e)});e.events={};var i=0;r.forEach(function(t){t.event?e.events[t.event]?Array.isArray(e.events[t.event])?e.events[t.event].push(t):e.events[t.event]=[e.events[t.event],t]:e.events[t.event]=t:(e.events[i]=t,i++)}),delete e.logs}return e},contractDeployFormatter:function(e){var r=t._parent.clone();return r.options.address=e.contractAddress,r}};return new o({name:"sendTransaction",call:"eth_sendTransaction",params:1,inputFormatter:[u.inputTransactionFormatter],requestManager:t._parent._requestManager,accounts:t.constructor._ethAccounts||t._ethAccounts,defaultAccount:t._parent.defaultAccount,defaultBlock:t._parent.defaultBlock,extraFormatters:c}).createFunction()(e.options,e.callback)}},e.exports=l},{underscore:362,"web3-core":200,"web3-core-helpers":184,"web3-core-method":186,"web3-core-promievent":189,"web3-core-subscriptions":197,"web3-eth-abi":204,"web3-utils":390}],364:[function(t,e,r){!function(e,r){function n(t,e){if(!t)throw new Error(e||"Assertion failed")}function i(t,e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}function o(t,e,r){if(o.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(r=e,e=10),this._init(t||0,e||10,r||"be"))}function s(t,e,r){for(var n=0,i=Math.min(t.length,r),o=e;o=49&&s<=54?s-49+10:s>=17&&s<=22?s-17+10:15&s}return n}function a(t,e,r,n){for(var i=0,o=Math.min(t.length,r),s=e;s=49?a-49+10:a>=17?a-17+10:a}return i}function u(t,e,r){r.negative=e.negative^t.negative;var n=t.length+e.length|0;r.length=n,n=n-1|0;var i=0|t.words[0],o=0|e.words[0],s=i*o,a=67108863&s,u=s/67108864|0;r.words[0]=a;for(var c=1;c>>26,h=67108863&u,l=Math.min(c,e.length-1),d=Math.max(0,c-t.length+1);d<=l;d++){var p=c-d|0;f+=(s=(i=0|t.words[p])*(o=0|e.words[d])+h)/67108864|0,h=67108863&s}r.words[c]=0|h,u=0|f}return 0!==u?r.words[c]=0|u:r.length--,r.strip()}function c(t,e,r){return(new f).mulp(t,e,r)}function f(t,e){this.x=t,this.y=e}function h(t,e){this.name=t,this.p=new o(e,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function l(){h.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function d(){h.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function p(){h.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function m(){h.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function b(t){if("string"==typeof t){var e=o._prime(t);this.m=e.p,this.prime=e}else n(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function v(t){b.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}"object"===(void 0===e?"undefined":_typeof(e))?e.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var y;try{y=t("buffer").Buffer}catch(t){}o.isBN=function(t){return t instanceof o||null!==t&&"object"===(void 0===t?"undefined":_typeof(t))&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,r){if("number"==typeof t)return this._initNumber(t,e,r);if("object"===(void 0===t?"undefined":_typeof(t)))return this._initArray(t,e,r);"hex"===e&&(e=16),n(e===(0|e)&&e>=2&&e<=36);var i=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&i++,16===e?this._parseHex(t,i):this._parseBase(t,e,i),"-"===t[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(n(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initArray=function(t,e,r){if(n("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)s=t[i]|t[i-1]<<8|t[i-2]<<16,this.words[o]|=s<>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var r=0;r=e;r-=6)i=s(t,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==e&&(i=s(t,e,r+6),this.words[n]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=e)n++;n--,i=i/e|0;for(var o=t.length-r,s=o%n,u=Math.min(o,o-s)+r,c=0,f=r;f1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var g=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],_=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],w=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(t,e){t=t||10,e=0|e||1;var r;if(16===t||"hex"===t){r="";for(var i=0,o=0,s=0;s>>24-i&16777215)||s!==this.length-1?g[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,s--)}for(0!==o&&(r=o.toString(16)+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(t===(0|t)&&t>=2&&t<=36){var c=_[t],f=w[t];r="";var h=this.clone();for(h.negative=0;!h.isZero();){var l=h.modn(f).toString(t);r=(h=h.idivn(f)).isZero()?l+r:g[c-l.length]+l+r}for(this.isZero()&&(r="0"+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return n(void 0!==y),this.toArrayLike(y,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var s,a,u="le"===e,c=new t(o),f=this.clone();if(u){for(a=0;!f.isZero();a++)s=f.andln(255),f.iushrn(8),c[a]=s;for(;a=4096&&(r+=13,e>>>=13),e>=64&&(r+=7,e>>>=7),e>=8&&(r+=4,e>>>=4),e>=2&&(r+=2,e>>>=2),r+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,r=0;return 0==(8191&e)&&(r+=13,e>>>=13),0==(127&e)&&(r+=7,e>>>=7),0==(15&e)&&(r+=4,e>>>=4),0==(3&e)&&(r+=2,e>>>=2),0==(1&e)&&r++,r},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var r=0;rt.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,r;this.length>t.length?(e=this,r=t):(e=t,r=this);for(var n=0;nt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){n("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),r=t%26;this._expand(e),r>0&&e--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){n("number"==typeof t&&t>=0);var r=t/26|0,i=t%26;return this._expand(r+1),this.words[r]=e?this.words[r]|1<t.length?(r=this,n=t):(r=t,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;var n,i;r>0?(n=this,i=t):(n=t,i=this);for(var o=0,s=0;s>26,this.words[s]=67108863&e;for(;0!==o&&s>26,this.words[s]=67108863&e;if(0===o&&s>>13,d=0|s[1],p=8191&d,m=d>>>13,b=0|s[2],v=8191&b,y=b>>>13,g=0|s[3],_=8191&g,w=g>>>13,M=0|s[4],k=8191&M,x=M>>>13,E=0|s[5],S=8191&E,A=E>>>13,j=0|s[6],C=8191&j,T=j>>>13,P=0|s[7],I=8191&P,B=P>>>13,R=0|s[8],F=8191&R,O=R>>>13,N=0|s[9],L=8191&N,D=N>>>13,q=0|a[0],U=8191&q,z=q>>>13,H=0|a[1],K=8191&H,V=H>>>13,W=0|a[2],X=8191&W,G=W>>>13,$=0|a[3],Z=8191&$,J=$>>>13,Q=0|a[4],Y=8191&Q,tt=Q>>>13,et=0|a[5],rt=8191&et,nt=et>>>13,it=0|a[6],ot=8191&it,st=it>>>13,at=0|a[7],ut=8191&at,ct=at>>>13,ft=0|a[8],ht=8191&ft,lt=ft>>>13,dt=0|a[9],pt=8191&dt,mt=dt>>>13;r.negative=t.negative^e.negative,r.length=19;var bt=(c+(n=Math.imul(h,U))|0)+((8191&(i=(i=Math.imul(h,z))+Math.imul(l,U)|0))<<13)|0;c=((o=Math.imul(l,z))+(i>>>13)|0)+(bt>>>26)|0,bt&=67108863,n=Math.imul(p,U),i=(i=Math.imul(p,z))+Math.imul(m,U)|0,o=Math.imul(m,z);var vt=(c+(n=n+Math.imul(h,K)|0)|0)+((8191&(i=(i=i+Math.imul(h,V)|0)+Math.imul(l,K)|0))<<13)|0;c=((o=o+Math.imul(l,V)|0)+(i>>>13)|0)+(vt>>>26)|0,vt&=67108863,n=Math.imul(v,U),i=(i=Math.imul(v,z))+Math.imul(y,U)|0,o=Math.imul(y,z),n=n+Math.imul(p,K)|0,i=(i=i+Math.imul(p,V)|0)+Math.imul(m,K)|0,o=o+Math.imul(m,V)|0;var yt=(c+(n=n+Math.imul(h,X)|0)|0)+((8191&(i=(i=i+Math.imul(h,G)|0)+Math.imul(l,X)|0))<<13)|0;c=((o=o+Math.imul(l,G)|0)+(i>>>13)|0)+(yt>>>26)|0,yt&=67108863,n=Math.imul(_,U),i=(i=Math.imul(_,z))+Math.imul(w,U)|0,o=Math.imul(w,z),n=n+Math.imul(v,K)|0,i=(i=i+Math.imul(v,V)|0)+Math.imul(y,K)|0,o=o+Math.imul(y,V)|0,n=n+Math.imul(p,X)|0,i=(i=i+Math.imul(p,G)|0)+Math.imul(m,X)|0,o=o+Math.imul(m,G)|0;var gt=(c+(n=n+Math.imul(h,Z)|0)|0)+((8191&(i=(i=i+Math.imul(h,J)|0)+Math.imul(l,Z)|0))<<13)|0;c=((o=o+Math.imul(l,J)|0)+(i>>>13)|0)+(gt>>>26)|0,gt&=67108863,n=Math.imul(k,U),i=(i=Math.imul(k,z))+Math.imul(x,U)|0,o=Math.imul(x,z),n=n+Math.imul(_,K)|0,i=(i=i+Math.imul(_,V)|0)+Math.imul(w,K)|0,o=o+Math.imul(w,V)|0,n=n+Math.imul(v,X)|0,i=(i=i+Math.imul(v,G)|0)+Math.imul(y,X)|0,o=o+Math.imul(y,G)|0,n=n+Math.imul(p,Z)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,Z)|0,o=o+Math.imul(m,J)|0;var _t=(c+(n=n+Math.imul(h,Y)|0)|0)+((8191&(i=(i=i+Math.imul(h,tt)|0)+Math.imul(l,Y)|0))<<13)|0;c=((o=o+Math.imul(l,tt)|0)+(i>>>13)|0)+(_t>>>26)|0,_t&=67108863,n=Math.imul(S,U),i=(i=Math.imul(S,z))+Math.imul(A,U)|0,o=Math.imul(A,z),n=n+Math.imul(k,K)|0,i=(i=i+Math.imul(k,V)|0)+Math.imul(x,K)|0,o=o+Math.imul(x,V)|0,n=n+Math.imul(_,X)|0,i=(i=i+Math.imul(_,G)|0)+Math.imul(w,X)|0,o=o+Math.imul(w,G)|0,n=n+Math.imul(v,Z)|0,i=(i=i+Math.imul(v,J)|0)+Math.imul(y,Z)|0,o=o+Math.imul(y,J)|0,n=n+Math.imul(p,Y)|0,i=(i=i+Math.imul(p,tt)|0)+Math.imul(m,Y)|0,o=o+Math.imul(m,tt)|0;var wt=(c+(n=n+Math.imul(h,rt)|0)|0)+((8191&(i=(i=i+Math.imul(h,nt)|0)+Math.imul(l,rt)|0))<<13)|0;c=((o=o+Math.imul(l,nt)|0)+(i>>>13)|0)+(wt>>>26)|0,wt&=67108863,n=Math.imul(C,U),i=(i=Math.imul(C,z))+Math.imul(T,U)|0,o=Math.imul(T,z),n=n+Math.imul(S,K)|0,i=(i=i+Math.imul(S,V)|0)+Math.imul(A,K)|0,o=o+Math.imul(A,V)|0,n=n+Math.imul(k,X)|0,i=(i=i+Math.imul(k,G)|0)+Math.imul(x,X)|0,o=o+Math.imul(x,G)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(w,Z)|0,o=o+Math.imul(w,J)|0,n=n+Math.imul(v,Y)|0,i=(i=i+Math.imul(v,tt)|0)+Math.imul(y,Y)|0,o=o+Math.imul(y,tt)|0,n=n+Math.imul(p,rt)|0,i=(i=i+Math.imul(p,nt)|0)+Math.imul(m,rt)|0,o=o+Math.imul(m,nt)|0;var Mt=(c+(n=n+Math.imul(h,ot)|0)|0)+((8191&(i=(i=i+Math.imul(h,st)|0)+Math.imul(l,ot)|0))<<13)|0;c=((o=o+Math.imul(l,st)|0)+(i>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,n=Math.imul(I,U),i=(i=Math.imul(I,z))+Math.imul(B,U)|0,o=Math.imul(B,z),n=n+Math.imul(C,K)|0,i=(i=i+Math.imul(C,V)|0)+Math.imul(T,K)|0,o=o+Math.imul(T,V)|0,n=n+Math.imul(S,X)|0,i=(i=i+Math.imul(S,G)|0)+Math.imul(A,X)|0,o=o+Math.imul(A,G)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(x,Z)|0,o=o+Math.imul(x,J)|0,n=n+Math.imul(_,Y)|0,i=(i=i+Math.imul(_,tt)|0)+Math.imul(w,Y)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(v,rt)|0,i=(i=i+Math.imul(v,nt)|0)+Math.imul(y,rt)|0,o=o+Math.imul(y,nt)|0,n=n+Math.imul(p,ot)|0,i=(i=i+Math.imul(p,st)|0)+Math.imul(m,ot)|0,o=o+Math.imul(m,st)|0;var kt=(c+(n=n+Math.imul(h,ut)|0)|0)+((8191&(i=(i=i+Math.imul(h,ct)|0)+Math.imul(l,ut)|0))<<13)|0;c=((o=o+Math.imul(l,ct)|0)+(i>>>13)|0)+(kt>>>26)|0,kt&=67108863,n=Math.imul(F,U),i=(i=Math.imul(F,z))+Math.imul(O,U)|0,o=Math.imul(O,z),n=n+Math.imul(I,K)|0,i=(i=i+Math.imul(I,V)|0)+Math.imul(B,K)|0,o=o+Math.imul(B,V)|0,n=n+Math.imul(C,X)|0,i=(i=i+Math.imul(C,G)|0)+Math.imul(T,X)|0,o=o+Math.imul(T,G)|0,n=n+Math.imul(S,Z)|0,i=(i=i+Math.imul(S,J)|0)+Math.imul(A,Z)|0,o=o+Math.imul(A,J)|0,n=n+Math.imul(k,Y)|0,i=(i=i+Math.imul(k,tt)|0)+Math.imul(x,Y)|0,o=o+Math.imul(x,tt)|0,n=n+Math.imul(_,rt)|0,i=(i=i+Math.imul(_,nt)|0)+Math.imul(w,rt)|0,o=o+Math.imul(w,nt)|0,n=n+Math.imul(v,ot)|0,i=(i=i+Math.imul(v,st)|0)+Math.imul(y,ot)|0,o=o+Math.imul(y,st)|0,n=n+Math.imul(p,ut)|0,i=(i=i+Math.imul(p,ct)|0)+Math.imul(m,ut)|0,o=o+Math.imul(m,ct)|0;var xt=(c+(n=n+Math.imul(h,ht)|0)|0)+((8191&(i=(i=i+Math.imul(h,lt)|0)+Math.imul(l,ht)|0))<<13)|0;c=((o=o+Math.imul(l,lt)|0)+(i>>>13)|0)+(xt>>>26)|0,xt&=67108863,n=Math.imul(L,U),i=(i=Math.imul(L,z))+Math.imul(D,U)|0,o=Math.imul(D,z),n=n+Math.imul(F,K)|0,i=(i=i+Math.imul(F,V)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,V)|0,n=n+Math.imul(I,X)|0,i=(i=i+Math.imul(I,G)|0)+Math.imul(B,X)|0,o=o+Math.imul(B,G)|0,n=n+Math.imul(C,Z)|0,i=(i=i+Math.imul(C,J)|0)+Math.imul(T,Z)|0,o=o+Math.imul(T,J)|0,n=n+Math.imul(S,Y)|0,i=(i=i+Math.imul(S,tt)|0)+Math.imul(A,Y)|0,o=o+Math.imul(A,tt)|0,n=n+Math.imul(k,rt)|0,i=(i=i+Math.imul(k,nt)|0)+Math.imul(x,rt)|0,o=o+Math.imul(x,nt)|0,n=n+Math.imul(_,ot)|0,i=(i=i+Math.imul(_,st)|0)+Math.imul(w,ot)|0,o=o+Math.imul(w,st)|0,n=n+Math.imul(v,ut)|0,i=(i=i+Math.imul(v,ct)|0)+Math.imul(y,ut)|0,o=o+Math.imul(y,ct)|0,n=n+Math.imul(p,ht)|0,i=(i=i+Math.imul(p,lt)|0)+Math.imul(m,ht)|0,o=o+Math.imul(m,lt)|0;var Et=(c+(n=n+Math.imul(h,pt)|0)|0)+((8191&(i=(i=i+Math.imul(h,mt)|0)+Math.imul(l,pt)|0))<<13)|0;c=((o=o+Math.imul(l,mt)|0)+(i>>>13)|0)+(Et>>>26)|0,Et&=67108863,n=Math.imul(L,K),i=(i=Math.imul(L,V))+Math.imul(D,K)|0,o=Math.imul(D,V),n=n+Math.imul(F,X)|0,i=(i=i+Math.imul(F,G)|0)+Math.imul(O,X)|0,o=o+Math.imul(O,G)|0,n=n+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(B,Z)|0,o=o+Math.imul(B,J)|0,n=n+Math.imul(C,Y)|0,i=(i=i+Math.imul(C,tt)|0)+Math.imul(T,Y)|0,o=o+Math.imul(T,tt)|0,n=n+Math.imul(S,rt)|0,i=(i=i+Math.imul(S,nt)|0)+Math.imul(A,rt)|0,o=o+Math.imul(A,nt)|0,n=n+Math.imul(k,ot)|0,i=(i=i+Math.imul(k,st)|0)+Math.imul(x,ot)|0,o=o+Math.imul(x,st)|0,n=n+Math.imul(_,ut)|0,i=(i=i+Math.imul(_,ct)|0)+Math.imul(w,ut)|0,o=o+Math.imul(w,ct)|0,n=n+Math.imul(v,ht)|0,i=(i=i+Math.imul(v,lt)|0)+Math.imul(y,ht)|0,o=o+Math.imul(y,lt)|0;var St=(c+(n=n+Math.imul(p,pt)|0)|0)+((8191&(i=(i=i+Math.imul(p,mt)|0)+Math.imul(m,pt)|0))<<13)|0;c=((o=o+Math.imul(m,mt)|0)+(i>>>13)|0)+(St>>>26)|0,St&=67108863,n=Math.imul(L,X),i=(i=Math.imul(L,G))+Math.imul(D,X)|0,o=Math.imul(D,G),n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(O,Z)|0,o=o+Math.imul(O,J)|0,n=n+Math.imul(I,Y)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(B,Y)|0,o=o+Math.imul(B,tt)|0,n=n+Math.imul(C,rt)|0,i=(i=i+Math.imul(C,nt)|0)+Math.imul(T,rt)|0,o=o+Math.imul(T,nt)|0,n=n+Math.imul(S,ot)|0,i=(i=i+Math.imul(S,st)|0)+Math.imul(A,ot)|0,o=o+Math.imul(A,st)|0,n=n+Math.imul(k,ut)|0,i=(i=i+Math.imul(k,ct)|0)+Math.imul(x,ut)|0,o=o+Math.imul(x,ct)|0,n=n+Math.imul(_,ht)|0,i=(i=i+Math.imul(_,lt)|0)+Math.imul(w,ht)|0,o=o+Math.imul(w,lt)|0;var At=(c+(n=n+Math.imul(v,pt)|0)|0)+((8191&(i=(i=i+Math.imul(v,mt)|0)+Math.imul(y,pt)|0))<<13)|0;c=((o=o+Math.imul(y,mt)|0)+(i>>>13)|0)+(At>>>26)|0,At&=67108863,n=Math.imul(L,Z),i=(i=Math.imul(L,J))+Math.imul(D,Z)|0,o=Math.imul(D,J),n=n+Math.imul(F,Y)|0,i=(i=i+Math.imul(F,tt)|0)+Math.imul(O,Y)|0,o=o+Math.imul(O,tt)|0,n=n+Math.imul(I,rt)|0,i=(i=i+Math.imul(I,nt)|0)+Math.imul(B,rt)|0,o=o+Math.imul(B,nt)|0,n=n+Math.imul(C,ot)|0,i=(i=i+Math.imul(C,st)|0)+Math.imul(T,ot)|0,o=o+Math.imul(T,st)|0,n=n+Math.imul(S,ut)|0,i=(i=i+Math.imul(S,ct)|0)+Math.imul(A,ut)|0,o=o+Math.imul(A,ct)|0,n=n+Math.imul(k,ht)|0,i=(i=i+Math.imul(k,lt)|0)+Math.imul(x,ht)|0,o=o+Math.imul(x,lt)|0;var jt=(c+(n=n+Math.imul(_,pt)|0)|0)+((8191&(i=(i=i+Math.imul(_,mt)|0)+Math.imul(w,pt)|0))<<13)|0;c=((o=o+Math.imul(w,mt)|0)+(i>>>13)|0)+(jt>>>26)|0,jt&=67108863,n=Math.imul(L,Y),i=(i=Math.imul(L,tt))+Math.imul(D,Y)|0,o=Math.imul(D,tt),n=n+Math.imul(F,rt)|0,i=(i=i+Math.imul(F,nt)|0)+Math.imul(O,rt)|0,o=o+Math.imul(O,nt)|0,n=n+Math.imul(I,ot)|0,i=(i=i+Math.imul(I,st)|0)+Math.imul(B,ot)|0,o=o+Math.imul(B,st)|0,n=n+Math.imul(C,ut)|0,i=(i=i+Math.imul(C,ct)|0)+Math.imul(T,ut)|0,o=o+Math.imul(T,ct)|0,n=n+Math.imul(S,ht)|0,i=(i=i+Math.imul(S,lt)|0)+Math.imul(A,ht)|0,o=o+Math.imul(A,lt)|0;var Ct=(c+(n=n+Math.imul(k,pt)|0)|0)+((8191&(i=(i=i+Math.imul(k,mt)|0)+Math.imul(x,pt)|0))<<13)|0;c=((o=o+Math.imul(x,mt)|0)+(i>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,n=Math.imul(L,rt),i=(i=Math.imul(L,nt))+Math.imul(D,rt)|0,o=Math.imul(D,nt),n=n+Math.imul(F,ot)|0,i=(i=i+Math.imul(F,st)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,st)|0,n=n+Math.imul(I,ut)|0,i=(i=i+Math.imul(I,ct)|0)+Math.imul(B,ut)|0,o=o+Math.imul(B,ct)|0,n=n+Math.imul(C,ht)|0,i=(i=i+Math.imul(C,lt)|0)+Math.imul(T,ht)|0,o=o+Math.imul(T,lt)|0;var Tt=(c+(n=n+Math.imul(S,pt)|0)|0)+((8191&(i=(i=i+Math.imul(S,mt)|0)+Math.imul(A,pt)|0))<<13)|0;c=((o=o+Math.imul(A,mt)|0)+(i>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,n=Math.imul(L,ot),i=(i=Math.imul(L,st))+Math.imul(D,ot)|0,o=Math.imul(D,st),n=n+Math.imul(F,ut)|0,i=(i=i+Math.imul(F,ct)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,ct)|0,n=n+Math.imul(I,ht)|0,i=(i=i+Math.imul(I,lt)|0)+Math.imul(B,ht)|0,o=o+Math.imul(B,lt)|0;var Pt=(c+(n=n+Math.imul(C,pt)|0)|0)+((8191&(i=(i=i+Math.imul(C,mt)|0)+Math.imul(T,pt)|0))<<13)|0;c=((o=o+Math.imul(T,mt)|0)+(i>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,n=Math.imul(L,ut),i=(i=Math.imul(L,ct))+Math.imul(D,ut)|0,o=Math.imul(D,ct),n=n+Math.imul(F,ht)|0,i=(i=i+Math.imul(F,lt)|0)+Math.imul(O,ht)|0,o=o+Math.imul(O,lt)|0;var It=(c+(n=n+Math.imul(I,pt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(B,pt)|0))<<13)|0;c=((o=o+Math.imul(B,mt)|0)+(i>>>13)|0)+(It>>>26)|0,It&=67108863,n=Math.imul(L,ht),i=(i=Math.imul(L,lt))+Math.imul(D,ht)|0,o=Math.imul(D,lt);var Bt=(c+(n=n+Math.imul(F,pt)|0)|0)+((8191&(i=(i=i+Math.imul(F,mt)|0)+Math.imul(O,pt)|0))<<13)|0;c=((o=o+Math.imul(O,mt)|0)+(i>>>13)|0)+(Bt>>>26)|0,Bt&=67108863;var Rt=(c+(n=Math.imul(L,pt))|0)+((8191&(i=(i=Math.imul(L,mt))+Math.imul(D,pt)|0))<<13)|0;return c=((o=Math.imul(D,mt))+(i>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,u[0]=bt,u[1]=vt,u[2]=yt,u[3]=gt,u[4]=_t,u[5]=wt,u[6]=Mt,u[7]=kt,u[8]=xt,u[9]=Et,u[10]=St,u[11]=At,u[12]=jt,u[13]=Ct,u[14]=Tt,u[15]=Pt,u[16]=It,u[17]=Bt,u[18]=Rt,0!==c&&(u[19]=c,r.length++),r};Math.imul||(M=u),o.prototype.mulTo=function(t,e){var r=this.length+t.length;return 10===this.length&&10===t.length?M(this,t,e):r<63?u(this,t,e):r<1024?function(t,e,r){r.negative=e.negative^t.negative,r.length=t.length+e.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,s&=67108863}r.words[o]=a,n=s,s=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}(this,t,e):c(this,t,e)},f.prototype.makeRBT=function(t){for(var e=new Array(t),r=o.prototype._countBits(t)-1,n=0;n>=1;return n},f.prototype.permute=function(t,e,r,n,i,o){for(var s=0;s>>=1)i++;return 1<>>=13,r[2*s+1]=8191&o,o>>>=13;for(s=2*e;s>=26,e+=i/67108864|0,e+=o>>>26,this.words[r]=67108863&o}return 0!==e&&(this.words[r]=e,this.length++),this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),r=0;r>>i}return e}(t);if(0===e.length)return new o(1);for(var r=this,n=0;n=0);var e,r=t%26,i=(t-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(e=0;e>>26-r}s&&(this.words[e]=s,this.length++)}if(0!==i){for(e=this.length-1;e>=0;e--)this.words[e+i]=this.words[e];for(e=0;e=0);var i;i=e?(e-e%26)/26:0;var o=t%26,s=Math.min((t-o)/26,this.length),a=67108863^67108863>>>o<s)for(this.length-=s,c=0;c=0&&(0!==f||c>=i);c--){var h=0|this.words[c];this.words[c]=f<<26-o|h>>>o,f=h&a}return u&&0!==f&&(u.words[u.length++]=f),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(t,e,r){return n(0===this.negative),this.iushrn(t,e,r)},o.prototype.shln=function(t){return this.clone().ishln(t)},o.prototype.ushln=function(t){return this.clone().iushln(t)},o.prototype.shrn=function(t){return this.clone().ishrn(t)},o.prototype.ushrn=function(t){return this.clone().iushrn(t)},o.prototype.testn=function(t){n("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26,i=1<=0);var e=t%26,r=(t-e)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==e&&r++,this.length=Math.min(r,this.length),0!==e){var i=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},o.prototype.isubn=function(t){if(n("number"==typeof t),n(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(u/67108864|0),this.words[i+r]=67108863&s}for(;i>26,this.words[i+r]=67108863&s;if(0===a)return this.strip();for(n(-1===a),a=0,i=0;i>26,this.words[i]=67108863&s;return this.negative=1,this.strip()},o.prototype._wordDiv=function(t,e){var r=this.length-t.length,n=this.clone(),i=t,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var a,u=n.length-i.length;if("mod"!==e){(a=new o(null)).length=u+1,a.words=new Array(a.length);for(var c=0;c=0;h--){var l=67108864*(0|n.words[i.length+h])+(0|n.words[i.length+h-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,h);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,h),n.isZero()||(n.negative^=1);a&&(a.words[h]=l)}return a&&a.strip(),n.strip(),"div"!==e&&0!==r&&n.iushrn(r),{div:a||null,mod:n}},o.prototype.divmod=function(t,e,r){if(n(!t.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var i,s,a;return 0!==this.negative&&0===t.negative?(a=this.neg().divmod(t,e),"mod"!==e&&(i=a.div.neg()),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.iadd(t)),{div:i,mod:s}):0===this.negative&&0!==t.negative?(a=this.divmod(t.neg(),e),"mod"!==e&&(i=a.div.neg()),{div:i,mod:a.mod}):0!=(this.negative&t.negative)?(a=this.neg().divmod(t.neg(),e),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.isub(t)),{div:a.div,mod:s}):t.length>this.length||this.cmp(t)<0?{div:new o(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new o(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new o(this.modn(t.words[0]))}:this._wordDiv(t,e)},o.prototype.div=function(t){return this.divmod(t,"div",!1).div},o.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},o.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},o.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var r=0!==e.div.negative?e.mod.isub(t):e.mod,n=t.ushrn(1),i=t.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},o.prototype.modn=function(t){n(t<=67108863);for(var e=(1<<26)%t,r=0,i=this.length-1;i>=0;i--)r=(e*r+(0|this.words[i]))%t;return r},o.prototype.idivn=function(t){n(t<=67108863);for(var e=0,r=this.length-1;r>=0;r--){var i=(0|this.words[r])+67108864*e;this.words[r]=i/t|0,e=i%t}return this.strip()},o.prototype.divn=function(t){return this.clone().idivn(t)},o.prototype.egcd=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=new o(0),u=new o(1),c=0;e.isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++c;for(var f=r.clone(),h=e.clone();!e.isZero();){for(var l=0,d=1;0==(e.words[0]&d)&&l<26;++l,d<<=1);if(l>0)for(e.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(f),s.isub(h)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(a.isOdd()||u.isOdd())&&(a.iadd(f),u.isub(h)),a.iushrn(1),u.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(a),s.isub(u)):(r.isub(e),a.isub(i),u.isub(s))}return{a:a,b:u,gcd:r.iushln(c)}},o.prototype._invmp=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=r.clone();e.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;0==(e.words[0]&c)&&u<26;++u,c<<=1);if(u>0)for(e.iushrn(u);u-- >0;)i.isOdd()&&i.iadd(a),i.iushrn(1);for(var f=0,h=1;0==(r.words[0]&h)&&f<26;++f,h<<=1);if(f>0)for(r.iushrn(f);f-- >0;)s.isOdd()&&s.iadd(a),s.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(s)):(r.isub(e),s.isub(i))}var l;return(l=0===e.cmpn(1)?i:s).cmpn(0)<0&&l.iadd(t),l},o.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),r=t.clone();e.negative=0,r.negative=0;for(var n=0;e.isEven()&&r.isEven();n++)e.iushrn(1),r.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=e.cmp(r);if(i<0){var o=e;e=r,r=o}else if(0===i||0===r.cmpn(1))break;e.isub(r)}return r.iushln(n)},o.prototype.invm=function(t){return this.egcd(t).a.umod(t)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(t){return this.words[0]&t},o.prototype.bincn=function(t){n("number"==typeof t);var e=t%26,r=(t-e)/26,i=1<>>26,a&=67108863,this.words[s]=a}return 0!==o&&(this.words[s]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(t){var e=t<0;if(0!==this.negative&&!e)return-1;if(0===this.negative&&e)return 1;this.strip();var r;if(this.length>1)r=1;else{e&&(t=-t),n(t<=67108863,"Number is too big");var i=0|this.words[0];r=i===t?0:it.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|t.words[r];if(n!==i){ni&&(e=1);break}}return e},o.prototype.gtn=function(t){return 1===this.cmpn(t)},o.prototype.gt=function(t){return 1===this.cmp(t)},o.prototype.gten=function(t){return this.cmpn(t)>=0},o.prototype.gte=function(t){return this.cmp(t)>=0},o.prototype.ltn=function(t){return-1===this.cmpn(t)},o.prototype.lt=function(t){return-1===this.cmp(t)},o.prototype.lten=function(t){return this.cmpn(t)<=0},o.prototype.lte=function(t){return this.cmp(t)<=0},o.prototype.eqn=function(t){return 0===this.cmpn(t)},o.prototype.eq=function(t){return 0===this.cmp(t)},o.red=function(t){return new b(t)},o.prototype.toRed=function(t){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(t){return this.red=t,this},o.prototype.forceRed=function(t){return n(!this.red,"Already a number in reduction context"),this._forceRed(t)},o.prototype.redAdd=function(t){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},o.prototype.redIAdd=function(t){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},o.prototype.redSub=function(t){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},o.prototype.redISub=function(t){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},o.prototype.redShl=function(t){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},o.prototype.redMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},o.prototype.redIMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(t){return n(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var k={k256:null,p224:null,p192:null,p25519:null};h.prototype._tmp=function(){var t=new o(null);return t.words=new Array(Math.ceil(this.n/13)),t},h.prototype.ireduce=function(t){var e,r=t;do{this.split(r,this.tmp),e=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(e>this.n);var n=e0?r.isub(this.p):r.strip(),r},h.prototype.split=function(t,e){t.iushrn(this.n,0,e)},h.prototype.imulK=function(t){return t.imul(this.k)},i(l,h),l.prototype.split=function(t,e){for(var r=Math.min(t.length,9),n=0;n>>22,i=o}i>>>=22,t.words[n-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},l.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,r=0;r>>=26,t.words[r]=i,e=n}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(k[t])return k[t];var e;if("k256"===t)e=new l;else if("p224"===t)e=new d;else if("p192"===t)e=new p;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new m}return k[t]=e,e},b.prototype._verify1=function(t){n(0===t.negative,"red works only with positives"),n(t.red,"red works only with red numbers")},b.prototype._verify2=function(t,e){n(0==(t.negative|e.negative),"red works only with positives"),n(t.red&&t.red===e.red,"red works only with red numbers")},b.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},b.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},b.prototype.add=function(t,e){this._verify2(t,e);var r=t.add(e);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},b.prototype.iadd=function(t,e){this._verify2(t,e);var r=t.iadd(e);return r.cmp(this.m)>=0&&r.isub(this.m),r},b.prototype.sub=function(t,e){this._verify2(t,e);var r=t.sub(e);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},b.prototype.isub=function(t,e){this._verify2(t,e);var r=t.isub(e);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},b.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},b.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},b.prototype.isqr=function(t){return this.imul(t,t.clone())},b.prototype.sqr=function(t){return this.mul(t,t)},b.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(n(e%2==1),3===e){var r=this.m.add(new o(1)).iushrn(2);return this.pow(t,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var a=new o(1).toRed(this),u=a.redNeg(),c=this.m.subn(1).iushrn(1),f=this.m.bitLength();for(f=new o(2*f*f).toRed(this);0!==this.pow(f,c).cmp(u);)f.redIAdd(u);for(var h=this.pow(f,i),l=this.pow(t,i.addn(1).iushrn(1)),d=this.pow(t,i),p=s;0!==d.cmp(a);){for(var m=d,b=0;0!==m.cmp(a);b++)m=m.redSqr();n(b=0;n--){for(var c=e.words[n],f=u-1;f>=0;f--){var h=c>>f&1;i!==r[0]&&(i=this.sqr(i)),0!==h||0!==s?(s<<=1,s|=h,(4===++a||0===n&&0===f)&&(i=this.mul(i,r[s]),a=0,s=0)):a=0}u=26}return i},b.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},b.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new v(t)},i(v,b),v.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},v.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},v.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},v.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var r=t.mul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},v.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===e||e,this)},{}],365:[function(t,e,r){var n=t("web3-utils"),i=t("bn.js"),o=function(t){var e="A".charCodeAt(0),r="Z".charCodeAt(0);return t=t.toUpperCase(),(t=t.substr(4)+t.substr(0,4)).split("").map(function(t){var n=t.charCodeAt(0);return n>=e&&n<=r?n-e+10:t}).join("")},s=function(t){for(var e,r=t;r.length>2;)e=r.slice(0,9),r=parseInt(e,10)%97+r.slice(e.length);return parseInt(r,10)%97},a=function(t){this._iban=t};a.toAddress=function(t){if(!(t=new a(t)).isDirect())throw new Error("IBAN is indirect and can't be converted");return t.toAddress()},a.toIban=function(t){return a.fromAddress(t).toString()},a.fromAddress=function(t){if(!n.isAddress(t))throw new Error("Provided address is not a valid address: "+t);t=t.replace("0x","").replace("0X","");var e=function(t,e){for(var r=t;r.length<2*e;)r="0"+r;return r}(new i(t,16).toString(36),15);return a.fromBban(e.toUpperCase())},a.fromBban=function(t){var e=("0"+(98-s(o("XE00"+t)))).slice(-2);return new a("XE"+e+t)},a.createIndirect=function(t){return a.fromBban("ETH"+t.institution+t.identifier)},a.isValid=function(t){return new a(t).isValid()},a.prototype.isValid=function(){return/^XE[0-9]{2}(ETH[0-9A-Z]{13}|[0-9A-Z]{30,31})$/.test(this._iban)&&1===s(o(this._iban))},a.prototype.isDirect=function(){return 34===this._iban.length||35===this._iban.length},a.prototype.isIndirect=function(){return 20===this._iban.length},a.prototype.checksum=function(){return this._iban.substr(2,2)},a.prototype.institution=function(){return this.isIndirect()?this._iban.substr(7,4):""},a.prototype.client=function(){return this.isIndirect()?this._iban.substr(11):""},a.prototype.toAddress=function(){if(this.isDirect()){var t=this._iban.substr(4),e=new i(t,36);return n.toChecksumAddress(e.toString(16,20))}return""},a.prototype.toString=function(){return this._iban},e.exports=a},{"bn.js":364,"web3-utils":390}],366:[function(t,e,r){var n=t("web3-core"),i=t("web3-core-method"),o=t("web3-utils"),s=t("web3-net"),a=t("web3-core-helpers").formatters,u=function(){var t=this;n.packageInit(this,arguments),this.net=new s(this.currentProvider);var e=null,r="latest";Object.defineProperty(this,"defaultAccount",{get:function(){return e},set:function(t){return t&&(e=o.toChecksumAddress(a.inputAddressFormatter(t))),u.forEach(function(t){t.defaultAccount=e}),t},enumerable:!0}),Object.defineProperty(this,"defaultBlock",{get:function(){return r},set:function(t){return r=t,u.forEach(function(t){t.defaultBlock=r}),t},enumerable:!0});var u=[new i({name:"getAccounts",call:"personal_listAccounts",params:0,outputFormatter:o.toChecksumAddress}),new i({name:"newAccount",call:"personal_newAccount",params:1,inputFormatter:[null],outputFormatter:o.toChecksumAddress}),new i({name:"unlockAccount",call:"personal_unlockAccount",params:3,inputFormatter:[a.inputAddressFormatter,null,null]}),new i({name:"lockAccount",call:"personal_lockAccount",params:1,inputFormatter:[a.inputAddressFormatter]}),new i({name:"importRawKey",call:"personal_importRawKey",params:2}),new i({name:"sendTransaction",call:"personal_sendTransaction",params:2,inputFormatter:[a.inputTransactionFormatter,null]}),new i({name:"sign",call:"personal_sign",params:3,inputFormatter:[a.inputSignFormatter,a.inputAddressFormatter,null]}),new i({name:"ecRecover",call:"personal_ecRecover",params:2,inputFormatter:[a.inputSignFormatter,null]})];u.forEach(function(e){e.attachToObject(t),e.setRequestManager(t._requestManager),e.defaultBlock=t.defaultBlock,e.defaultAccount=t.defaultAccount})};n.addProviders(u),e.exports=u},{"web3-core":200,"web3-core-helpers":184,"web3-core-method":186,"web3-net":370,"web3-utils":390}],367:[function(t,e,r){arguments[4][170][0].apply(r,arguments)},{dup:170}],368:[function(t,e,r){var n=t("underscore");e.exports=function(t){var e,r=this;return this.net.getId().then(function(t){return e=t,r.getBlock(0)}).then(function(r){var i="private";return"0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3"===r.hash&&1===e&&(i="main"),"0cd786a2425d16f152c658316c423e6ce1181e15c3295826d7c9904cba9ce303"===r.hash&&2===e&&(i="morden"),"0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d"===r.hash&&3===e&&(i="ropsten"),"0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177"===r.hash&&4===e&&(i="rinkeby"),"0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9"===r.hash&&42===e&&(i="kovan"),n.isFunction(t)&&t(null,i),i}).catch(function(e){if(!n.isFunction(t))throw e;t(e)})}},{underscore:367}],369:[function(t,e,r){var n=t("underscore"),i=t("web3-core"),o=t("web3-core-helpers"),s=t("web3-core-subscriptions").subscriptions,a=t("web3-core-method"),u=t("web3-utils"),c=t("web3-net"),f=t("web3-eth-personal"),h=t("web3-eth-contract"),l=t("web3-eth-iban"),d=t("web3-eth-accounts"),p=t("web3-eth-abi"),m=t("./getNetworkType.js"),b=o.formatters,v=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getBlockByHash":"eth_getBlockByNumber"},y=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getTransactionByBlockHashAndIndex":"eth_getTransactionByBlockNumberAndIndex"},g=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getUncleByBlockHashAndIndex":"eth_getUncleByBlockNumberAndIndex"},_=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getBlockTransactionCountByHash":"eth_getBlockTransactionCountByNumber"},w=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getUncleCountByBlockHash":"eth_getUncleCountByBlockNumber"},M=function(){var t=this;i.packageInit(this,arguments);var e=this.setProvider;this.setProvider=function(){e.apply(t,arguments),t.net.setProvider.apply(t,arguments),t.personal.setProvider.apply(t,arguments),t.accounts.setProvider.apply(t,arguments),t.Contract.setProvider(t.currentProvider,t.accounts)};var r=null,o="latest";Object.defineProperty(this,"defaultAccount",{get:function(){return r},set:function(e){return e&&(r=u.toChecksumAddress(b.inputAddressFormatter(e))),t.Contract.defaultAccount=r,t.personal.defaultAccount=r,k.forEach(function(t){t.defaultAccount=r}),e},enumerable:!0}),Object.defineProperty(this,"defaultBlock",{get:function(){return o},set:function(e){return o=e,t.Contract.defaultBlock=o,t.personal.defaultBlock=o,k.forEach(function(t){t.defaultBlock=o}),e},enumerable:!0}),this.clearSubscriptions=t._requestManager.clearSubscriptions,this.net=new c(this.currentProvider),this.net.getNetworkType=m.bind(this),this.accounts=new d(this.currentProvider),this.personal=new f(this.currentProvider),this.personal.defaultAccount=this.defaultAccount;var M=function(){h.apply(this,arguments)};M.setProvider=function(){h.setProvider.apply(this,arguments)},(M.prototype=Object.create(h.prototype)).constructor=M,this.Contract=M,this.Contract.defaultAccount=this.defaultAccount,this.Contract.defaultBlock=this.defaultBlock,this.Contract.setProvider(this.currentProvider,this.accounts),this.Iban=l,this.abi=p;var k=[new a({name:"getProtocolVersion",call:"eth_protocolVersion",params:0}),new a({name:"getCoinbase",call:"eth_coinbase",params:0}),new a({name:"isMining",call:"eth_mining",params:0}),new a({name:"getHashrate",call:"eth_hashrate",params:0,outputFormatter:u.hexToNumber}),new a({name:"isSyncing",call:"eth_syncing",params:0,outputFormatter:b.outputSyncingFormatter}),new a({name:"getGasPrice",call:"eth_gasPrice",params:0,outputFormatter:b.outputBigNumberFormatter}),new a({name:"getAccounts",call:"eth_accounts",params:0,outputFormatter:u.toChecksumAddress}),new a({name:"getBlockNumber",call:"eth_blockNumber",params:0,outputFormatter:u.hexToNumber}),new a({name:"getBalance",call:"eth_getBalance",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter],outputFormatter:b.outputBigNumberFormatter}),new a({name:"getStorageAt",call:"eth_getStorageAt",params:3,inputFormatter:[b.inputAddressFormatter,u.numberToHex,b.inputDefaultBlockNumberFormatter]}),new a({name:"getCode",call:"eth_getCode",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter]}),new a({name:"getBlock",call:v,params:2,inputFormatter:[b.inputBlockNumberFormatter,function(t){return!!t}],outputFormatter:b.outputBlockFormatter}),new a({name:"getUncle",call:g,params:2,inputFormatter:[b.inputBlockNumberFormatter,u.numberToHex],outputFormatter:b.outputBlockFormatter}),new a({name:"getBlockTransactionCount",call:_,params:1,inputFormatter:[b.inputBlockNumberFormatter],outputFormatter:u.hexToNumber}),new a({name:"getBlockUncleCount",call:w,params:1,inputFormatter:[b.inputBlockNumberFormatter],outputFormatter:u.hexToNumber}),new a({name:"getTransaction",call:"eth_getTransactionByHash",params:1,inputFormatter:[null],outputFormatter:b.outputTransactionFormatter}),new a({name:"getTransactionFromBlock",call:y,params:2,inputFormatter:[b.inputBlockNumberFormatter,u.numberToHex],outputFormatter:b.outputTransactionFormatter}),new a({name:"getTransactionReceipt",call:"eth_getTransactionReceipt",params:1,inputFormatter:[null],outputFormatter:b.outputTransactionReceiptFormatter}),new a({name:"getTransactionCount",call:"eth_getTransactionCount",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter],outputFormatter:u.hexToNumber}),new a({name:"sendSignedTransaction",call:"eth_sendRawTransaction",params:1,inputFormatter:[null]}),new a({name:"signTransaction",call:"eth_signTransaction",params:1,inputFormatter:[b.inputTransactionFormatter]}),new a({name:"sendTransaction",call:"eth_sendTransaction",params:1,inputFormatter:[b.inputTransactionFormatter]}),new a({name:"sign",call:"eth_sign",params:2,inputFormatter:[b.inputSignFormatter,b.inputAddressFormatter],transformPayload:function(t){return t.params.reverse(),t}}),new a({name:"call",call:"eth_call",params:2,inputFormatter:[b.inputCallFormatter,b.inputDefaultBlockNumberFormatter]}),new a({name:"estimateGas",call:"eth_estimateGas",params:1,inputFormatter:[b.inputCallFormatter],outputFormatter:u.hexToNumber}),new a({name:"getCompilers",call:"eth_getCompilers",params:0}),new a({name:"compile.solidity",call:"eth_compileSolidity",params:1}),new a({name:"compile.lll",call:"eth_compileLLL",params:1}),new a({name:"compile.serpent",call:"eth_compileSerpent",params:1}),new a({name:"submitWork",call:"eth_submitWork",params:3}),new a({name:"getWork",call:"eth_getWork",params:0}),new a({name:"getPastLogs",call:"eth_getLogs",params:1,inputFormatter:[b.inputLogFormatter],outputFormatter:b.outputLogFormatter}),new s({name:"subscribe",type:"eth",subscriptions:{newBlockHeaders:{subscriptionName:"newHeads",params:0,outputFormatter:b.outputBlockFormatter},pendingTransactions:{subscriptionName:"newPendingTransactions",params:0},logs:{params:1,inputFormatter:[b.inputLogFormatter],outputFormatter:b.outputLogFormatter,subscriptionHandler:function(t){t.removed?this.emit("changed",t):this.emit("data",t),n.isFunction(this.callback)&&this.callback(null,t,this)}},syncing:{params:0,outputFormatter:b.outputSyncingFormatter,subscriptionHandler:function(t){var e=this;!0!==this._isSyncing?(this._isSyncing=!0,this.emit("changed",e._isSyncing),n.isFunction(this.callback)&&this.callback(null,e._isSyncing,this),setTimeout(function(){e.emit("data",t),n.isFunction(e.callback)&&e.callback(null,t,e)},0)):(this.emit("data",t),n.isFunction(e.callback)&&this.callback(null,t,this),clearTimeout(this._isSyncingTimeout),this._isSyncingTimeout=setTimeout(function(){t.currentBlock>t.highestBlock-200&&(e._isSyncing=!1,e.emit("changed",e._isSyncing),n.isFunction(e.callback)&&e.callback(null,e._isSyncing,e))},500))}}}})];k.forEach(function(e){e.attachToObject(t),e.setRequestManager(t._requestManager,t.accounts),e.defaultBlock=t.defaultBlock,e.defaultAccount=t.defaultAccount})};i.addProviders(M),e.exports=M},{"./getNetworkType.js":368,underscore:367,"web3-core":200,"web3-core-helpers":184,"web3-core-method":186,"web3-core-subscriptions":197,"web3-eth-abi":204,"web3-eth-accounts":361,"web3-eth-contract":363,"web3-eth-iban":365,"web3-eth-personal":366,"web3-net":370,"web3-utils":390}],370:[function(t,e,r){var n=t("web3-core"),i=t("web3-core-method"),o=t("web3-utils"),s=function(){var t=this;n.packageInit(this,arguments),[new i({name:"getId",call:"net_version",params:0,outputFormatter:o.hexToNumber}),new i({name:"isListening",call:"net_listening",params:0}),new i({name:"getPeerCount",call:"net_peerCount",params:0,outputFormatter:o.hexToNumber})].forEach(function(e){e.attachToObject(t),e.setRequestManager(t._requestManager)})};n.addProviders(s),e.exports=s},{"web3-core":200,"web3-core-method":186,"web3-utils":390}],371:[function(t,e,r){e.exports=XMLHttpRequest},{}],372:[function(t,e,r){var n=t("web3-core-helpers").errors,i=t("xhr2"),o=function(t,e,r){this.host=t||"http://localhost:8545",this.timeout=e||0,this.connected=!1,this.headers=r};o.prototype._prepareRequest=function(){var t=new i;return t.open("POST",this.host,!0),t.setRequestHeader("Content-Type","application/json"),this.headers&&this.headers.forEach(function(e){t.setRequestHeader(e.name,e.value)}),t},o.prototype.send=function(t,e){var r=this,i=this._prepareRequest();i.onreadystatechange=function(){if(4===i.readyState&&1!==i.timeout){var t=i.responseText,o=null;try{t=JSON.parse(t)}catch(t){o=n.InvalidResponse(i.responseText)}r.connected=!0,e(o,t)}},i.ontimeout=function(){r.connected=!1,e(n.ConnectionTimeout(this.timeout))};try{i.send(JSON.stringify(t))}catch(t){this.connected=!1,e(n.InvalidConnection(this.host))}},e.exports=o},{"web3-core-helpers":184,xhr2:371}],373:[function(t,e,r){!function(t,n,i,o,s,a){function u(t,e){return function(){return t.call(this,e.apply(this,arguments))}}function c(t){return function(e){return e[t]}}function f(t,e){return e.apply(a,t)}function h(t){var e=t.length-1,r=i.prototype.slice;if(0==e)return function(){return t.call(this,r.call(arguments))};if(1==e)return function(){return t.call(this,arguments[0],r.call(arguments,1))};var n=i(t.length);return function(){for(var i=0;i0;)if(K+=i,i=t.charAt(o++),4===V?(L+=String.fromCharCode(parseInt(K,16)),V=0,h=o-1):V++,!i)break t;if('"'===i&&!q){z=H.pop()||b,L+=t.substring(h,o-1);break}if(!("\\"!==i||q||(q=!0,L+=t.substring(h,o-1),i=t.charAt(o++))))break;if(q){if(q=!1,"n"===i?L+="\n":"r"===i?L+="\r":"t"===i?L+="\t":"f"===i?L+="\f":"b"===i?L+="\b":"u"===i?(V=1,K=""):L+=i,i=t.charAt(o++),h=o-1,i)continue;break}d.lastIndex=o;var p=d.exec(t);if(!p){o=t.length+1,L+=t.substring(h,o-1);break}if(o=p.index+1,!(i=t.charAt(p.index))){L+=t.substring(h,o-1);break}}continue;case x:if(!i)continue;if("r"!==i)return e("Invalid true started with t"+i);z=E;continue;case E:if(!i)continue;if("u"!==i)return e("Invalid true started with tr"+i);z=S;continue;case S:if(!i)continue;if("e"!==i)return e("Invalid true started with tru"+i);c(!0),f(),z=H.pop()||b;continue;case A:if(!i)continue;if("a"!==i)return e("Invalid false started with f"+i);z=j;continue;case j:if(!i)continue;if("l"!==i)return e("Invalid false started with fa"+i);z=C;continue;case C:if(!i)continue;if("s"!==i)return e("Invalid false started with fal"+i);z=T;continue;case T:if(!i)continue;if("e"!==i)return e("Invalid false started with fals"+i);c(!1),f(),z=H.pop()||b;continue;case P:if(!i)continue;if("u"!==i)return e("Invalid null started with n"+i);z=B;continue;case B:if(!i)continue;if("l"!==i)return e("Invalid null started with nu"+i);z=R;continue;case R:if(!i)continue;if("l"!==i)return e("Invalid null started with nul"+i);c(null),f(),z=H.pop()||b;continue;case F:if("."!==i)return e("Leading zero not followed by .");D+=i,z=O;continue;case O:if(-1!=="0123456789".indexOf(i))D+=i;else if("."===i){if(-1!==D.indexOf("."))return e("Invalid number has two dots");D+=i}else if("e"===i||"E"===i){if(-1!==D.indexOf("e")||-1!==D.indexOf("E"))return e("Invalid number has two exponential");D+=i}else if("+"===i||"-"===i){if("e"!==s&&"E"!==s)return e("Invalid symbol in number");D+=i}else D&&(c(parseFloat(D)),f(),D=""),o--,z=H.pop()||b;continue;default:return e("Unknown state: "+z)}X>=N&&function(){var t=0;L!==a&&L.length>l&&(e("Max buffer length exceeded: textNode"),t=Math.max(t,L.length)),D.length>l&&(e("Max buffer length exceeded: numberNode"),t=Math.max(t,D.length)),N=l-t+X}()}}),t(at).on(function(){if(z==m)return c({}),f(),void(U=!0);z===b&&0===W||e("Unexpected end"),L!==a&&(c(L),f(),L=a),U=!0})}function C(t,e){return{key:t,node:e}}function T(t){function e(t,e,r){G(H(t))[e]=r}function r(t,r,i){t&&e(t,r,i);var o=y(C(r,i),t);return n(o),o}var n=t(Q).emit,o=t(Y).emit,s=t(it).emit,a=t(nt).emit,u={};return u[ft]=function(t,n){if(!t)return s(n),r(t,$,n);var o=function(t,e){var n=G(H(t));return m(i,n)?r(t,q(n),e):t}(t,n),a=K(o),u=X(H(o));return e(a,u,n),y(C(u,n),a)},u[ht]=function(t){return o(t),K(t)||a(G(H(t)))},u[ct]=r,u}function P(){function t(t){return r[t]=function(t,e,r){function n(t){return function(e){return e.id==t}}var i,o;return{on:function(r,n){var s={listener:r,id:n||r};return e&&e.emit(t,r,s.id),i=y(s,i),o=y(r,o),this},emit:function(){E(o,arguments)},un:function(e){var s;i=k(i,n(e),function(t){s=t}),s&&(o=k(o,function(t){return t==s.listener}),r&&r.emit(t,s.listener,s.id))},listeners:function(){return o},hasListener:function(t){return b(A(t?n(t):p,i))}}}(t,n,i)}function e(e){return r[e]||t(e)}var r={},n=t("newListener"),i=t("removeListener");return["emit","on","un"].forEach(function(t){e[t]=h(function(r,n){f(n,e(r)[t])})}),e}function I(t,e,r){try{var n=s.parse(e)}catch(t){}return{statusCode:t,body:e,jsonBody:n,thrown:r}}function B(t,e){function r(e,r,n){var i=t(e).emit;r.on(function(t){var e=n(t);!1!==e&&function(t,e,r){var n=S(r);t(e,_(K(w(X,n))),_(w(G,n)))}(i,G(e),t)},e),t("removeListener").on(function(n){n==e&&(t(n).listeners()||r.un(e))})}var n={node:t(Y),path:t(Q)};t("newListener").on(function(t){var i=/(node|path):(.*)/.exec(t);if(i){var o=n[i[1]];o.hasListener(t)||r(t,o,e(i[2]))}})}function R(t,e){function r(t,e,r){r=r||e;var i=n(e);return t.on(function(){var e=!1;s.forget=function(){e=!0},f(arguments,i),delete s.forget,e&&t.un(r)},r),s}function n(t){return function(){try{return t.apply(s,arguments)}catch(t){setTimeout(function(){throw t})}}}function i(e,n,i){var o;o="node"==e?function(t){return function(){var e=t.apply(this,arguments);b(e)&&(e==N.drop?c():l(e))}}(i):i,r(function(e,r){return t(e+":"+r)}(e,n),o,i)}function o(t,e,r){return U(e)?i(t,e,r):function(t,e){for(var r in e)i(t,r,e[r])}(t,e),s}var s,a=/^(node|path):./,u=t(nt),c=t(et).emit,l=t(tt).emit,p=h(function(e,n){if(s[e])f(n,s[e]);else{var i=t(e),o=n[0];a.test(e)?r(i,o):i.on(o)}return s});return t(it).on(function(t){s.root=function(t){return function(){return t}}(t)}),t(ot).on(function(t,e){s.header=function(t){return t?e[t]:e}}),s={on:p,addListener:p,removeListener:function(e,r,n){if("done"==e)u.un(r);else if("node"==e||"path"==e)t.un(e+":"+r,n);else{var i=r;t(e).un(i)}return s},emit:t.emit,node:L(o,"node"),path:L(o,"path"),done:L(r,u),start:L(function(e,r){return t(e).on(n(r),r),s},ot),fail:t(rt).on,abort:t(ut).emit,header:d,root:d,source:e}}function F(e,r,n,i,o){var s=P();return r&&function(e,r,n,i,o,s,u){function c(){var t=r.responseText,e=t.substr(l);e&&f(e),l=q(t)}var f=e(st).emit,h=e(rt).emit,l=0,d=!0;e(ut).on(function(){r.onreadystatechange=null,r.abort()}),"onprogress"in r&&(r.onprogress=c),r.onreadystatechange=function(){function t(){try{d&&e(ot).emit(r.status,function(t){var e={};return t&&t.split("\r\n").forEach(function(t){var r=t.indexOf(": ");e[t.substring(0,r)]=t.substring(r+2)}),e}(r.getAllResponseHeaders())),d=!1}catch(t){}}switch(r.readyState){case 2:case 3:return t();case 4:t(),2==String(r.status)[0]?(c(),e(at).emit()):h(I(r.status,r.responseText))}};try{r.open(n,i,!0);for(var p in s)r.setRequestHeader(p,s[p]);(function(t,e){function r(e){return e.port||function(t){return{"http:":80,"https:":443}[t]}(e.protocol||t.protocol)}return!!(e.protocol&&e.protocol!=t.protocol||e.host&&e.host!=t.host||e.host&&r(e)!=r(t))})(t.location,function(t){var e=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/.exec(t)||[];return{protocol:e[1]||"",host:e[2]||"",port:e[3]||""}}(i))||r.setRequestHeader("X-Requested-With","XMLHttpRequest"),r.withCredentials=u,r.send(o)}catch(e){t.setTimeout(L(h,I(a,a,e)),0)}}(s,new XMLHttpRequest,e,r,n,i,o),j(s),function(t,e){function r(t){return function(e){n=t(n,e)}}var n,i={};for(var o in e)t(o).on(r(e[o]),i);t(tt).on(function(t){var e=H(n),r=X(e),i=K(n);i&&(G(H(i))[r]=t)}),t(et).on(function(){var t=H(n),e=X(t),r=K(n);r&&delete G(H(r))[e]}),t(ut).on(function(){for(var r in e)t(r).un(i)})}(s,T(s)),B(s,Z),R(s,r)}function O(t,e,r,n,i,o,a){return i=i?s.parse(s.stringify(i)):{},n?U(n)||(n=s.stringify(n),i["Content-Type"]=i["Content-Type"]||"application/json"):n=null,t(r||"GET",function(t,e){return!1===e&&(-1==t.indexOf("?")?t+="?":t+="&",t+="_="+(new Date).getTime()),t}(e,a),n,i,o||!1)}function N(t){var e=V("resume","pause","pipe"),r=L(v,e);return t?r(t)||U(t)?O(F,t):O(F,t.url,t.method,t.body,t.headers,t.withCredentials,t.cached):F()}var L=h(function(t,e){var r=e.length;return h(function(n){for(var i=0;i2)throw new Error("[ethjs-unit] while converting number "+t+" to wei, too many decimal points");var l=h[0],d=h[1];if(l||(l="0"),d||(d="0"),d.length>a)throw new Error("[ethjs-unit] while converting number "+t+" to wei, too many decimal places");for(;d.length65536){if(!i)throw new Error("Requested too many random bytes.");r(new Error("Requested too many random bytes."))}if(void 0!==n&&n.randomBytes){if(!i)return"0x"+n.randomBytes(e).toString("hex");n.randomBytes(e,function(t,e){t?r(u):r(null,"0x"+e.toString("hex"))})}else{var o;if(void 0!==n?o=n:"undefined"!=typeof msCrypto&&(o=msCrypto),o&&o.getRandomValues){var s=o.getRandomValues(new Uint8Array(e)),a="0x"+Array.from(s).map(function(t){return t.toString(16)}).join("");if(!i)return a;r(null,a)}else{var u=new Error('No "crypto" object available. This Browser doesn\'t support generating secure random bytes.');if(!i)throw u;r(u)}}}},{"./crypto.js":385}],387:[function(t,e,r){var n=t("is-hex-prefixed");e.exports=function(t){return"string"!=typeof t?t:n(t)?t.slice(2):t}},{"is-hex-prefixed":382}],388:[function(t,e,r){arguments[4][170][0].apply(r,arguments)},{dup:170}],389:[function(t,e,r){(function(t){!function(n){function i(t){for(var e,r,n=[],i=0,o=t.length;i=55296&&e<=56319&&i=55296&&t<=57343)throw Error("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function s(t,e){return b(t>>e&63|128)}function a(t){if(0==(4294967168&t))return b(t);var e="";return 0==(4294965248&t)?e=b(t>>6&31|192):0==(4294901760&t)?(o(t),e=b(t>>12&15|224),e+=s(t,6)):0==(4292870144&t)&&(e=b(t>>18&7|240),e+=s(t,12),e+=s(t,6)),e+=b(63&t|128)}function u(){if(m>=p)throw Error("Invalid byte index");var t=255&d[m];if(m++,128==(192&t))return 63&t;throw Error("Invalid continuation byte")}function c(){var t,e,r,n;if(m>p)throw Error("Invalid byte index");if(m==p)return!1;if(t=255&d[m],m++,0==(128&t))return t;if(192==(224&t)){var i;if((n=(31&t)<<6|(i=u()))>=128)return n;throw Error("Invalid continuation byte")}if(224==(240&t)){if(i=u(),e=u(),(n=(15&t)<<12|i<<6|e)>=2048)return o(n),n;throw Error("Invalid continuation byte")}if(240==(248&t)&&(i=u(),e=u(),r=u(),(n=(15&t)<<18|i<<12|e<<6|r)>=65536&&n<=1114111))return n;throw Error("Invalid UTF-8 detected")}var f="object"==(void 0===r?"undefined":_typeof(r))&&r,h="object"==(void 0===e?"undefined":_typeof(e))&&e&&e.exports==f&&e,l="object"==(void 0===t?"undefined":_typeof(t))&&t;l.global!==l&&l.window!==l||(n=l);var d,p,m,b=String.fromCharCode,v={version:"2.0.0",encode:function(t){for(var e=i(t),r=e.length,n=-1,o="";++n65535&&(i+=b((e-=65536)>>>10&1023|55296),e=56320|1023&e),i+=b(e);return i}(r)}};if("function"==typeof define&&"object"==_typeof(define.amd)&&define.amd)define(function(){return v});else if(f&&!f.nodeType)if(h)h.exports=v;else{var y={}.hasOwnProperty;for(var g in v)y.call(v,g)&&(f[g]=v[g])}else n.utf8=v}(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],390:[function(t,e,r){var n=t("underscore"),i=t("ethjs-unit"),o=t("./utils.js"),s=t("./soliditySha3.js"),a=t("randomhex"),u=function(t){if(!o.isHexStrict(t))throw new Error("The parameter must be a valid HEX string.");var e="",r=0,n=t.length;for("0x"===t.substring(0,2)&&(r=2);r7?r+=t[n].toUpperCase():r+=t[n];return r},toHex:o.toHex,toBN:o.toBN,bytesToHex:o.bytesToHex,hexToBytes:o.hexToBytes,hexToNumberString:o.hexToNumberString,hexToNumber:o.hexToNumber,toDecimal:o.hexToNumber,numberToHex:o.numberToHex,fromDecimal:o.numberToHex,hexToUtf8:o.hexToUtf8,hexToString:o.hexToUtf8,toUtf8:o.hexToUtf8,utf8ToHex:o.utf8ToHex,stringToHex:o.utf8ToHex,fromUtf8:o.utf8ToHex,hexToAscii:u,toAscii:u,asciiToHex:c,fromAscii:c,unitMap:i.unitMap,toWei:function(t,e){if(e=f(e),!o.isBN(t)&&!n.isString(t))throw new Error("Please pass numbers as strings or BigNumber objects to avoid precision errors.");return o.isBN(t)?i.toWei(t,e):i.toWei(t,e).toString(10)},fromWei:function(t,e){if(e=f(e),!o.isBN(t)&&!n.isString(t))throw new Error("Please pass numbers as strings or BigNumber objects to avoid precision errors.");return o.isBN(t)?i.fromWei(t,e):i.fromWei(t,e).toString(10)},padLeft:o.leftPad,leftPad:o.leftPad,padRight:o.rightPad,rightPad:o.rightPad,toTwosComplement:o.toTwosComplement}},{"./soliditySha3.js":391,"./utils.js":392,"ethjs-unit":381,randomhex:386,underscore:388}],391:[function(t,e,r){var n=t("underscore"),i=t("bn.js"),o=t("./utils.js"),s=function(t){var e=void 0===t?"undefined":_typeof(t);if("string"===e)return o.isHexStrict(t)?new i(t.replace(/0x/i,""),16):new i(t,10);if("number"===e)return new i(t);if(o.isBigNumber(t))return new i(t.toString(10));if(o.isBN(t))return t;throw new Error(t+" is not a number")},a=function(t,e,r){var n,a;if("bytes"===(t=function(t){return t.startsWith("int[")?"int256"+t.slice(3):"int"===t?"int256":t.startsWith("uint[")?"uint256"+t.slice(4):"uint"===t?"uint256":t.startsWith("fixed[")?"fixed128x128"+t.slice(5):"fixed"===t?"fixed128x128":t.startsWith("ufixed[")?"ufixed128x128"+t.slice(6):"ufixed"===t?"ufixed128x128":t}(t))){if(e.replace(/^0x/i,"").length%2!=0)throw new Error("Invalid bytes characters "+e.length);return e}if("string"===t)return o.utf8ToHex(e);if("bool"===t)return e?"01":"00";if(t.startsWith("address")){if(n=r?64:40,!o.isAddress(e))throw new Error(e+" is not a valid address, or the checksum is invalid.");return o.leftPad(e.toLowerCase(),n)}if(n=function(t){var e=/^\D+(\d+).*$/.exec(t);return e?parseInt(e[1],10):null}(t),t.startsWith("bytes")){if(!n)throw new Error("bytes[] not yet supported in solidity");if(r&&(n=32),n<1||n>32||n256)throw new Error("Invalid uint"+n+" size");if((a=s(e)).bitLength()>n)throw new Error("Supplied uint exceeds width: "+n+" vs "+a.bitLength());if(a.lt(new i(0)))throw new Error("Supplied uint "+a.toString()+" is negative");return n?o.leftPad(a.toString("hex"),n/8*2):a}if(t.startsWith("int")){if(n%8||n<8||n>256)throw new Error("Invalid int"+n+" size");if((a=s(e)).bitLength()>n)throw new Error("Supplied int exceeds width: "+n+" vs "+a.bitLength());return a.lt(new i(0))?a.toTwos(n).toString("hex"):n?o.leftPad(a.toString("hex"),n/8*2):a}throw new Error("Unsupported or invalid type: "+t)},u=function(t){if(n.isArray(t))throw new Error("Autodetection of array types is not supported.");var e,r,s="";if(n.isObject(t)&&(t.hasOwnProperty("v")||t.hasOwnProperty("t")||t.hasOwnProperty("value")||t.hasOwnProperty("type"))?(e=t.t||t.type,s=t.v||t.value):(e=o.toHex(t,!0),s=o.toHex(t),e.startsWith("int")||e.startsWith("uint")||(e="bytes")),!e.startsWith("int")&&!e.startsWith("uint")||"string"!=typeof s||/^(-)?0x/i.test(s)||(s=new i(s)),n.isArray(s)){if((r=function(t){var e=/^\D+\d*\[(\d+)\]$/.exec(t);return e?parseInt(e[1],10):null}(e))&&s.length!==r)throw new Error(e+" is not matching the given array "+JSON.stringify(s));r=s.length}return n.isArray(s)?s.map(function(t){return a(e,t,r).toString("hex").replace("0x","")}).join(""):a(e,s,r).toString("hex").replace("0x","")};e.exports=function(){var t=Array.prototype.slice.call(arguments),e=n.map(t,u);return o.sha3("0x"+e.join(""))}},{"./utils.js":392,"bn.js":379,underscore:388}],392:[function(t,e,r){var n=t("underscore"),i=t("bn.js"),o=t("number-to-bn"),s=t("utf8"),a=t("eth-lib/lib/hash"),u=function(t){return t instanceof i||t&&t.constructor&&"BN"===t.constructor.name},c=function(t){return t&&t.constructor&&"BigNumber"===t.constructor.name},f=function(t){try{return o.apply(null,arguments)}catch(e){throw new Error(e+' Given value: "'+t+'"')}},h=function(t){return!!/^(0x)?[0-9a-f]{40}$/i.test(t)&&(!(!/^(0x|0X)?[0-9a-f]{40}$/.test(t)&&!/^(0x|0X)?[0-9A-F]{40}$/.test(t))||l(t))},l=function(t){t=t.replace(/^0x/i,"");for(var e=v(t.toLowerCase()).replace(/^0x/i,""),r=0;r<40;r++)if(parseInt(e[r],16)>7&&t[r].toUpperCase()!==t[r]||parseInt(e[r],16)<=7&&t[r].toLowerCase()!==t[r])return!1;return!0},d=function(t){var e="";t=(t=(t=(t=(t=s.encode(t)).replace(/^(?:\u0000)*/,"")).split("").reverse().join("")).replace(/^(?:\u0000)*/,"")).split("").reverse().join("");for(var r=0;r>>4).toString(16)),e.push((15&t[r]).toString(16));return"0x"+e.join("")},isHex:function(t){return(n.isString(t)||n.isNumber(t))&&/^(-0x)?(0x)?[0-9a-f]*$/i.test(t)},isHexStrict:b,leftPad:function(t,e,r){var n=/^0x/i.test(t)||"number"==typeof t,i=e-(t=t.toString(16).replace(/^0x/i,"")).length+1>=0?e-t.length+1:0;return(n?"0x":"")+new Array(i).join(r||"0")+t},rightPad:function(t,e,r){var n=/^0x/i.test(t)||"number"==typeof t,i=e-(t=t.toString(16).replace(/^0x/i,"")).length+1>=0?e-t.length+1:0;return(n?"0x":"")+t+new Array(i).join(r||"0")},toTwosComplement:function(t){return"0x"+f(t).toTwos(256).toString(16,64)},sha3:v}},{"bn.js":379,"eth-lib/lib/hash":380,"number-to-bn":383,underscore:388,utf8:389}],393:[function(t,e,r){e.exports={name:"web3",namespace:"ethereum",version:"1.0.0-beta.28",description:"Ethereum JavaScript API",repository:"https://github.com/ethereum/web3.js/tree/master/packages/web3",license:"LGPL-3.0",main:"src/index.js",types:"index.d.ts",bugs:{url:"https://github.com/ethereum/web3.js/issues"},keywords:["Ethereum","JavaScript","API"],author:"ethereum.org",authors:[{name:"Fabian Vogelsteller",email:"fabian@ethereum.org",homepage:"http://frozeman.de"},{name:"Marek Kotewicz",email:"marek@parity.io",url:"https://github.com/debris"},{name:"Marian Oancea",url:"https://github.com/cubedro"},{name:"Gav Wood",email:"g@parity.io",homepage:"http://gavwood.com"},{name:"Jeffery Wilcke",email:"jeffrey.wilcke@ethereum.org",url:"https://github.com/obscuren"}],dependencies:{"web3-bzz":"1.0.0-beta.28","web3-core":"1.0.0-beta.28","web3-eth":"1.0.0-beta.28","web3-eth-personal":"1.0.0-beta.28","web3-net":"1.0.0-beta.28","web3-shh":"1.0.0-beta.28","web3-utils":"1.0.0-beta.28"}}},{}],BN:[function(t,e,r){arguments[4][228][0].apply(r,arguments)},{buffer:17,dup:228}],Web3:[function(t,e,r){var n=t("../package.json").version,i=t("web3-core"),o=t("web3-eth"),s=t("web3-net"),a=t("web3-eth-personal"),u=t("web3-shh"),c=t("web3-bzz"),f=t("web3-utils"),h=function(){var t=this;i.packageInit(this,arguments),this.version=n,this.utils=f,this.eth=new o(this),this.shh=new u(this),this.bzz=new c(this);var e=this.setProvider;this.setProvider=function(r,n){return e.apply(t,arguments),this.eth.setProvider(r,n),this.shh.setProvider(r,n),this.bzz.setProvider(r),!0}};h.version=n,h.utils=f,h.modules={Eth:o,Net:s,Personal:a,Shh:u,Bzz:c},i.addProviders(h),e.exports=h},{"../package.json":393,"web3-bzz":180,"web3-core":200,"web3-eth":369,"web3-eth-personal":366,"web3-net":370,"web3-shh":378,"web3-utils":390}]},{},["Web3"])("Web3")}); \ No newline at end of file +"use strict";var _typeof2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof="function"==typeof Symbol&&"symbol"===_typeof2(Symbol.iterator)?function(t){return void 0===t?"undefined":_typeof2(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":_typeof2(t)};!function(t){if("object"===("undefined"==typeof exports?"undefined":_typeof(exports))&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Web3=t()}}(function(){var define,module,exports;return function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[s]={exports:{}};e[s][0].call(f.exports,function(t){var r=e[s][1][t];return i(r||t)},f,f.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof require&&require,s=0;s>6],i=0==(32&r);if(31==(31&r)){var o=r;for(r=0;128==(128&o);){if(o=t.readUInt8(e),t.isError(o))return o;r<<=7,r|=127&o}}else r&=31;return{cls:n,primitive:i,tag:r,tagStr:h.tag[r]}}function s(t,e,r){var n=t.readUInt8(r);if(t.isError(n))return n;if(!e&&128===n)return null;if(0==(128&n))return n;var i=127&n;if(i>4)return t.error("length octect is too long");n=0;for(var o=0;o=31?n.error("Multi-octet tag encoding unsupported"):(e||(i|=32),i|=f.tagClassByName[r||"universal"]<<6)}(t,e,r,this.reporter);if(n.length<128){return(u=new a(2))[0]=i,u[1]=n.length,this._createEncoderBuffer([u,n])}for(var o=1,s=n.length;s>=256;s>>=8)o++;var u;(u=new a(2+o))[0]=i,u[1]=128|o;s=1+o;for(var c=n.length;c>0;s--,c>>=8)u[s]=255&c;return this._createEncoderBuffer([u,n])},i.prototype._encodeStr=function(t,e){if("bitstr"===e)return this._createEncoderBuffer([0|t.unused,t.data]);if("bmpstr"===e){for(var r=new a(2*t.length),n=0;n=40)return this.reporter.error("Second objid identifier OOB");t.splice(0,2,40*t[0]+t[1])}var i=0;for(n=0;n=128;o>>=7)i++}var s=new a(i),u=s.length-1;for(n=t.length-1;n>=0;n--){o=t[n];for(s[u--]=127&o;(o>>=7)>0;)s[u--]=128|127&o}return this._createEncoderBuffer(s)},i.prototype._encodeTime=function(t,e){var r,n=new Date(t);return"gentime"===e?r=[o(n.getFullYear()),o(n.getUTCMonth()+1),o(n.getUTCDate()),o(n.getUTCHours()),o(n.getUTCMinutes()),o(n.getUTCSeconds()),"Z"].join(""):"utctime"===e?r=[o(n.getFullYear()%100),o(n.getUTCMonth()+1),o(n.getUTCDate()),o(n.getUTCHours()),o(n.getUTCMinutes()),o(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+e+" time is not supported yet"),this._encodeStr(r,"octstr")},i.prototype._encodeNull=function(){return this._createEncoderBuffer("")},i.prototype._encodeInt=function(t,e){if("string"==typeof t){if(!e)return this.reporter.error("String int or enum given, but no values map");if(!e.hasOwnProperty(t))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(t));t=e[t]}if("number"!=typeof t&&!a.isBuffer(t)){var r=t.toArray();!t.sign&&128&r[0]&&r.unshift(0),t=new a(r)}if(a.isBuffer(t)){var n=t.length;0===t.length&&n++;var i=new a(n);return t.copy(i),0===t.length&&(i[0]=0),this._createEncoderBuffer(i)}if(t<128)return this._createEncoderBuffer(t);if(t<256)return this._createEncoderBuffer([0,t]);n=1;for(var o=t;o>=256;o>>=8)n++;for(o=(i=new Array(n)).length-1;o>=0;o--)i[o]=255&t,t>>=8;return 128&i[0]&&i.unshift(0),this._createEncoderBuffer(new a(i))},i.prototype._encodeBool=function(t){return this._createEncoderBuffer(t?255:0)},i.prototype._use=function(t,e){return"function"==typeof t&&(t=t(e)),t._getEncoder("der").tree},i.prototype._skipDefault=function(t,e,r){var n,i=this._baseState;if(null===i.default)return!1;var o=t.join();if(void 0===i.defaultBuffer&&(i.defaultBuffer=this._encodeValue(i.default,e,r).join()),o.length!==i.defaultBuffer.length)return!1;for(n=0;n0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===t[e-2]?2:"="===t[e-1]?1:0}function i(t){return s[t>>18&63]+s[t>>12&63]+s[t>>6&63]+s[63&t]}function o(t,e,r){for(var n,o=[],s=e;s0?c-4:c;var f=0;for(e=0;e>16&255,s[f++]=i>>8&255,s[f++]=255&i;return 2===o?(i=a[t.charCodeAt(e)]<<2|a[t.charCodeAt(e+1)]>>4,s[f++]=255&i):1===o&&(i=a[t.charCodeAt(e)]<<10|a[t.charCodeAt(e+1)]<<4|a[t.charCodeAt(e+2)]>>2,s[f++]=i>>8&255,s[f++]=255&i),s},r.fromByteArray=function(t){for(var e,r=t.length,n=r%3,i="",a=[],u=0,c=r-n;uc?c:u+16383));return 1===n?(e=t[r-1],i+=s[e>>2],i+=s[e<<4&63],i+="=="):2===n&&(e=(t[r-2]<<8)+t[r-1],i+=s[e>>10],i+=s[e>>4&63],i+=s[e<<2&63],i+="="),a.push(i),a.join("")};for(var s=[],a=[],u="undefined"!=typeof Uint8Array?Uint8Array:Array,c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",f=0,h=c.length;f>>24]^f[p>>>16&255]^h[m>>>8&255]^l[255&b]^e[v++],s=c[p>>>24]^f[m>>>16&255]^h[b>>>8&255]^l[255&d]^e[v++],a=c[m>>>24]^f[b>>>16&255]^h[d>>>8&255]^l[255&p]^e[v++],u=c[b>>>24]^f[d>>>16&255]^h[p>>>8&255]^l[255&m]^e[v++],d=o,p=s,m=a,b=u;return o=(n[d>>>24]<<24|n[p>>>16&255]<<16|n[m>>>8&255]<<8|n[255&b])^e[v++],s=(n[p>>>24]<<24|n[m>>>16&255]<<16|n[b>>>8&255]<<8|n[255&d])^e[v++],a=(n[m>>>24]<<24|n[b>>>16&255]<<16|n[d>>>8&255]<<8|n[255&p])^e[v++],u=(n[b>>>24]<<24|n[d>>>16&255]<<16|n[p>>>8&255]<<8|n[255&m])^e[v++],o>>>=0,s>>>=0,a>>>=0,u>>>=0,[o,s,a,u]}function s(t){this._key=n(t),this._reset()}var a=t("safe-buffer").Buffer,u=[0,1,2,4,8,16,32,64,128,27,54],c=function(){for(var t=new Array(256),e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;for(var r=[],n=[],i=[[],[],[],[]],o=[[],[],[],[]],s=0,a=0,u=0;u<256;++u){var c=a^a<<1^a<<2^a<<3^a<<4;c=c>>>8^255&c^99,r[s]=c,n[c]=s;var f=t[s],h=t[f],l=t[h],d=257*t[c]^16843008*c;i[0][s]=d<<24|d>>>8,i[1][s]=d<<16|d>>>16,i[2][s]=d<<8|d>>>24,i[3][s]=d,d=16843009*l^65537*h^257*f^16843008*s,o[0][c]=d<<24|d>>>8,o[1][c]=d<<16|d>>>16,o[2][c]=d<<8|d>>>24,o[3][c]=d,0===s?s=a=1:(s=f^t[t[t[l^f]]],a^=t[t[a]])}return{SBOX:r,INV_SBOX:n,SUB_MIX:i,INV_SUB_MIX:o}}();s.blockSize=16,s.keySize=32,s.prototype.blockSize=s.blockSize,s.prototype.keySize=s.keySize,s.prototype._reset=function(){for(var t=this._key,e=t.length,r=e+6,n=4*(r+1),i=[],o=0;o>>24,s=c.SBOX[s>>>24]<<24|c.SBOX[s>>>16&255]<<16|c.SBOX[s>>>8&255]<<8|c.SBOX[255&s],s^=u[o/e|0]<<24):e>6&&o%e==4&&(s=c.SBOX[s>>>24]<<24|c.SBOX[s>>>16&255]<<16|c.SBOX[s>>>8&255]<<8|c.SBOX[255&s]),i[o]=i[o-e]^s}for(var a=[],f=0;f>>24]]^c.INV_SUB_MIX[1][c.SBOX[l>>>16&255]]^c.INV_SUB_MIX[2][c.SBOX[l>>>8&255]]^c.INV_SUB_MIX[3][c.SBOX[255&l]]}this._nRounds=r,this._keySchedule=i,this._invKeySchedule=a},s.prototype.encryptBlockRaw=function(t){return t=n(t),o(t,this._keySchedule,c.SUB_MIX,c.SBOX,this._nRounds)},s.prototype.encryptBlock=function(t){var e=this.encryptBlockRaw(t),r=a.allocUnsafe(16);return r.writeUInt32BE(e[0],0),r.writeUInt32BE(e[1],4),r.writeUInt32BE(e[2],8),r.writeUInt32BE(e[3],12),r},s.prototype.decryptBlock=function(t){var e=(t=n(t))[1];t[1]=t[3],t[3]=e;var r=o(t,this._invKeySchedule,c.INV_SUB_MIX,c.INV_SBOX,this._nRounds),i=a.allocUnsafe(16);return i.writeUInt32BE(r[0],0),i.writeUInt32BE(r[3],4),i.writeUInt32BE(r[2],8),i.writeUInt32BE(r[1],12),i},s.prototype.scrub=function(){i(this._keySchedule),i(this._invKeySchedule),i(this._key)},e.exports.AES=s},{"safe-buffer":143}],19:[function(t,e,r){function n(t,e,r,n){s.call(this);var a=o.alloc(4,0);this._cipher=new i.AES(e);var c=this._cipher.encryptBlock(a);this._ghash=new u(c),r=function(t,e,r){if(12===e.length)return t._finID=o.concat([e,o.from([0,0,0,1])]),o.concat([e,o.from([0,0,0,2])]);var n=new u(r),i=e.length,s=i%16;n.update(e),s&&(s=16-s,n.update(o.alloc(s,0))),n.update(o.alloc(8,0));var a=8*i,c=o.alloc(8);c.writeUIntBE(a,0,8),n.update(c),t._finID=n.state;var h=o.from(t._finID);return f(h),h}(this,r,c),this._prev=o.from(r),this._cache=o.allocUnsafe(0),this._secCache=o.allocUnsafe(0),this._decrypt=n,this._alen=0,this._len=0,this._mode=t,this._authTag=null,this._called=!1}var i=t("./aes"),o=t("safe-buffer").Buffer,s=t("cipher-base"),a=t("inherits"),u=t("./ghash"),c=t("buffer-xor"),f=t("./incr32");a(n,s),n.prototype._update=function(t){if(!this._called&&this._alen){var e=16-this._alen%16;e<16&&(e=o.alloc(e,0),this._ghash.update(e))}this._called=!0;var r=this._mode.encrypt(this,t);return this._decrypt?this._ghash.update(t):this._ghash.update(r),this._len+=t.length,r},n.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var t=c(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function(t,e){var r=0;t.length!==e.length&&r++;for(var n=Math.min(t.length,e.length),i=0;i16)return e=this.cache.slice(0,16),this.cache=this.cache.slice(16),e}else if(this.cache.length>=16)return e=this.cache.slice(0,16),this.cache=this.cache.slice(16),e;return null},i.prototype.flush=function(){if(this.cache.length)return this.cache},r.createDecipher=function(t,e){var r=u[t.toLowerCase()];if(!r)throw new TypeError("invalid suite type");var n=l(e,!1,r.key,r.iv);return o(t,n.key,n.iv)},r.createDecipheriv=o},{"./aes":18,"./authCipher":19,"./modes":31,"./streamCipher":34,"cipher-base":48,evp_bytestokey:84,inherits:101,"safe-buffer":143}],22:[function(t,e,r){function n(t,e,r){f.call(this),this._cache=new i,this._cipher=new h.AES(e),this._prev=u.from(r),this._mode=t,this._autopadding=!0}function i(){this.cache=u.allocUnsafe(0)}function o(t,e,r){var i=s[t.toLowerCase()];if(!i)throw new TypeError("invalid suite type");if("string"==typeof e&&(e=u.from(e)),e.length!==i.key/8)throw new TypeError("invalid key length "+e.length);if("string"==typeof r&&(r=u.from(r)),"GCM"!==i.mode&&r.length!==i.iv)throw new TypeError("invalid iv length "+r.length);return"stream"===i.type?new c(i.module,e,r):"auth"===i.type?new a(i.module,e,r):new n(i.module,e,r)}var s=t("./modes"),a=t("./authCipher"),u=t("safe-buffer").Buffer,c=t("./streamCipher"),f=t("cipher-base"),h=t("./aes"),l=t("evp_bytestokey");t("inherits")(n,f),n.prototype._update=function(t){this._cache.add(t);for(var e,r,n=[];e=this._cache.get();)r=this._mode.encrypt(this,e),n.push(r);return u.concat(n)};var d=u.alloc(16,16);n.prototype._final=function(){var t=this._cache.flush();if(this._autopadding)return t=this._mode.encrypt(this,t),this._cipher.scrub(),t;if(!t.equals(d))throw this._cipher.scrub(),new Error("data not multiple of block length")},n.prototype.setAutoPadding=function(t){return this._autopadding=!!t,this},i.prototype.add=function(t){this.cache=u.concat([this.cache,t])},i.prototype.get=function(){if(this.cache.length>15){var t=this.cache.slice(0,16);return this.cache=this.cache.slice(16),t}return null},i.prototype.flush=function(){for(var t=16-this.cache.length,e=u.allocUnsafe(t),r=-1;++r>>0,0),e.writeUInt32BE(t[1]>>>0,4),e.writeUInt32BE(t[2]>>>0,8),e.writeUInt32BE(t[3]>>>0,12),e}function i(t){this.h=t,this.state=o.alloc(16,0),this.cache=o.allocUnsafe(0)}var o=t("safe-buffer").Buffer,s=o.alloc(16,0);i.prototype.ghash=function(t){for(var e=-1;++e0;t--)r[t]=r[t]>>>1|(1&r[t-1])<<31;r[0]=r[0]>>>1,e&&(r[0]=r[0]^225<<24)}this.state=n(i)},i.prototype.update=function(t){this.cache=o.concat([this.cache,t]);for(var e;this.cache.length>=16;)e=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(e)},i.prototype.final=function(t,e){return this.cache.length&&this.ghash(o.concat([this.cache,s],16)),this.ghash(n([0,t,0,e])),this.state},e.exports=i},{"safe-buffer":143}],24:[function(t,e,r){e.exports=function(t){for(var e,r=t.length;r--;){if(255!==(e=t.readUInt8(r))){e++,t.writeUInt8(e,r);break}t.writeUInt8(0,r)}}},{}],25:[function(t,e,r){var n=t("buffer-xor");r.encrypt=function(t,e){var r=n(e,t._prev);return t._prev=t._cipher.encryptBlock(r),t._prev},r.decrypt=function(t,e){var r=t._prev;t._prev=e;var i=t._cipher.decryptBlock(e);return n(i,r)}},{"buffer-xor":46}],26:[function(t,e,r){function n(t,e,r){var n=e.length,s=o(e,t._cache);return t._cache=t._cache.slice(n),t._prev=i.concat([t._prev,r?e:s]),s}var i=t("safe-buffer").Buffer,o=t("buffer-xor");r.encrypt=function(t,e,r){for(var o,s=i.allocUnsafe(0);e.length;){if(0===t._cache.length&&(t._cache=t._cipher.encryptBlock(t._prev),t._prev=i.allocUnsafe(0)),!(t._cache.length<=e.length)){s=i.concat([s,n(t,e,r)]);break}o=t._cache.length,s=i.concat([s,n(t,e.slice(0,o),r)]),e=e.slice(o)}return s}},{"buffer-xor":46,"safe-buffer":143}],27:[function(t,e,r){function n(t,e,r){for(var n,o,s,a=-1,u=0;++a<8;)n=t._cipher.encryptBlock(t._prev),o=e&1<<7-a?128:0,u+=(128&(s=n[0]^o))>>a%8,t._prev=function(t,e){var r=t.length,n=-1,o=i.allocUnsafe(t.length);t=i.concat([t,i.from([e])]);for(;++n>7;return o}(t._prev,r?o:s);return u}var i=t("safe-buffer").Buffer;r.encrypt=function(t,e,r){for(var o=e.length,s=i.allocUnsafe(o),a=-1;++a=0||!r.umod(t.prime1)||!r.umod(t.prime2);)r=new o(s(e));return r}var o=t("bn.js"),s=t("randombytes");e.exports=n,n.getr=i}).call(this,t("buffer").Buffer)},{"bn.js":"BN",buffer:47,randombytes:127}],39:[function(t,e,r){e.exports=t("./browser/algorithms.json")},{"./browser/algorithms.json":40}],40:[function(t,e,r){e.exports={sha224WithRSAEncryption:{sign:"rsa",hash:"sha224",id:"302d300d06096086480165030402040500041c"},"RSA-SHA224":{sign:"ecdsa/rsa",hash:"sha224",id:"302d300d06096086480165030402040500041c"},sha256WithRSAEncryption:{sign:"rsa",hash:"sha256",id:"3031300d060960864801650304020105000420"},"RSA-SHA256":{sign:"ecdsa/rsa",hash:"sha256",id:"3031300d060960864801650304020105000420"},sha384WithRSAEncryption:{sign:"rsa",hash:"sha384",id:"3041300d060960864801650304020205000430"},"RSA-SHA384":{sign:"ecdsa/rsa",hash:"sha384",id:"3041300d060960864801650304020205000430"},sha512WithRSAEncryption:{sign:"rsa",hash:"sha512",id:"3051300d060960864801650304020305000440"},"RSA-SHA512":{sign:"ecdsa/rsa",hash:"sha512",id:"3051300d060960864801650304020305000440"},"RSA-SHA1":{sign:"rsa",hash:"sha1",id:"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{sign:"ecdsa",hash:"sha1",id:""},sha256:{sign:"ecdsa",hash:"sha256",id:""},sha224:{sign:"ecdsa",hash:"sha224",id:""},sha384:{sign:"ecdsa",hash:"sha384",id:""},sha512:{sign:"ecdsa",hash:"sha512",id:""},"DSA-SHA":{sign:"dsa",hash:"sha1",id:""},"DSA-SHA1":{sign:"dsa",hash:"sha1",id:""},DSA:{sign:"dsa",hash:"sha1",id:""},"DSA-WITH-SHA224":{sign:"dsa",hash:"sha224",id:""},"DSA-SHA224":{sign:"dsa",hash:"sha224",id:""},"DSA-WITH-SHA256":{sign:"dsa",hash:"sha256",id:""},"DSA-SHA256":{sign:"dsa",hash:"sha256",id:""},"DSA-WITH-SHA384":{sign:"dsa",hash:"sha384",id:""},"DSA-SHA384":{sign:"dsa",hash:"sha384",id:""},"DSA-WITH-SHA512":{sign:"dsa",hash:"sha512",id:""},"DSA-SHA512":{sign:"dsa",hash:"sha512",id:""},"DSA-RIPEMD160":{sign:"dsa",hash:"rmd160",id:""},ripemd160WithRSA:{sign:"rsa",hash:"rmd160",id:"3021300906052b2403020105000414"},"RSA-RIPEMD160":{sign:"rsa",hash:"rmd160",id:"3021300906052b2403020105000414"},md5WithRSAEncryption:{sign:"rsa",hash:"md5",id:"3020300c06082a864886f70d020505000410"},"RSA-MD5":{sign:"rsa",hash:"md5",id:"3020300c06082a864886f70d020505000410"}}},{}],41:[function(t,e,r){e.exports={"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}},{}],42:[function(t,e,r){(function(r){function n(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hashType=e.hash,this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function i(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function o(t){return new n(t)}function s(t){return new i(t)}var a=t("create-hash"),u=t("stream"),c=t("inherits"),f=t("./sign"),h=t("./verify"),l=t("./algorithms.json");Object.keys(l).forEach(function(t){l[t].id=new r(l[t].id,"hex"),l[t.toLowerCase()]=l[t]}),c(n,u.Writable),n.prototype._write=function(t,e,r){this._hash.update(t),r()},n.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},n.prototype.sign=function(t,e){this.end();var r=this._hash.digest(),n=f(r,t,this._hashType,this._signType,this._tag);return e?n.toString(e):n},c(i,u.Writable),i.prototype._write=function(t,e,r){this._hash.update(t),r()},i.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},i.prototype.verify=function(t,e,n){"string"==typeof e&&(e=new r(e,n)),this.end();var i=this._hash.digest();return h(e,i,t,this._signType,this._tag)},e.exports={Sign:o,Verify:s,createSign:o,createVerify:s}}).call(this,t("buffer").Buffer)},{"./algorithms.json":40,"./sign":43,"./verify":44,buffer:47,"create-hash":51,inherits:101,stream:152}],43:[function(t,e,r){(function(r){function n(t,e,n,o){if((t=new r(t.toArray())).length0&&r.ishrn(n),r}function o(t,e,n){var o,a;do{for(o=new r(0);8*o.length=e)throw new Error("invalid sig")}var i=t("bn.js"),o=t("elliptic").ec,s=t("parse-asn1"),a=t("./curves.json");e.exports=function(t,e,u,c,f){var h=s(u);if("ec"===h.type){if("ecdsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var n=a[r.data.algorithm.curve.join(".")];if(!n)throw new Error("unknown curve "+r.data.algorithm.curve.join("."));var i=new o(n),s=r.data.subjectPrivateKey.data;return i.verify(e,t,s)}(t,e,h)}if("dsa"===h.type){if("dsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var o=r.data.p,a=r.data.q,u=r.data.g,c=r.data.pub_key,f=s.signature.decode(t,"der"),h=f.s,l=f.r;n(h,a),n(l,a);var d=i.mont(o),p=h.invm(a);return 0===u.toRed(d).redPow(new i(e).mul(p).mod(a)).fromRed().mul(c.toRed(d).redPow(l.mul(p).mod(a)).fromRed()).mod(o).mod(a).cmp(l)}(t,e,h)}if("rsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");e=r.concat([f,e]);for(var l=h.modulus.byteLength(),d=[1],p=0;e.length+d.length+2F)throw new RangeError("Invalid typed array length");var e=new Uint8Array(t);return e.__proto__=i.prototype,e}function i(t,e,r){if("number"==typeof t){if("string"==typeof e)throw new Error("If encoding is specified then the first argument must be a string");return a(t)}return o(t,e,r)}function o(t,e,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return T(t)?function(t,e,r){if(e<0||t.byteLength=F)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+F.toString(16)+" bytes");return 0|t}function f(t,e){if(i.isBuffer(t))return t.length;if(P(t)||T(t))return t.byteLength;"string"!=typeof t&&(t=""+t);var r=t.length;if(0===r)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return A(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return j(t).length;default:if(n)return A(t).length;e=(""+e).toLowerCase(),n=!0}}function h(t,e,r){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if(r>>>=0,e>>>=0,r<=e)return"";for(t||(t="utf8");;)switch(t){case"hex":return function(t,e,r){var n=t.length;(!e||e<0)&&(e=0);(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,I(r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof e&&(e=i.from(e,n)),i.isBuffer(e))return 0===e.length?-1:p(t,e,r,n,o);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):p(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function p(t,e,r,n,i){function o(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}var s=1,a=t.length,u=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return-1;s=2,a/=2,u/=2,r/=2}var c;if(i){var f=-1;for(c=r;ca&&(r=a-u),c=r;c>=0;c--){for(var h=!0,l=0;li&&(n=i):n=i;var o=e.length;if(o%2!=0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var s=0;s>8,i=r%256,o.push(i),o.push(n);return o}(e,t.length-r),t,r,n)}function w(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i239?4:o>223?3:o>191?2:1;if(i+a<=r){var u,c,f,h;switch(a){case 1:o<128&&(s=o);break;case 2:128==(192&(u=t[i+1]))&&(h=(31&o)<<6|63&u)>127&&(s=h);break;case 3:u=t[i+1],c=t[i+2],128==(192&u)&&128==(192&c)&&(h=(15&o)<<12|(63&u)<<6|63&c)>2047&&(h<55296||h>57343)&&(s=h);break;case 4:u=t[i+1],c=t[i+2],f=t[i+3],128==(192&u)&&128==(192&c)&&128==(192&f)&&(h=(15&o)<<18|(63&u)<<12|(63&c)<<6|63&f)>65535&&h<1114112&&(s=h)}}null===s?(s=65533,a=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|1023&s),n.push(s),i+=a}return function(t){var e=t.length;if(e<=O)return String.fromCharCode.apply(String,t);var r="",n=0;for(;nr)throw new RangeError("Trying to access beyond buffer length")}function k(t,e,r,n,o,s){if(!i.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||et.length)throw new RangeError("Index out of range")}function x(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function E(t,e,r,n,i){return e=+e,r>>>=0,i||x(t,0,r,4),R.write(t,e,r,n,23,4),r+4}function S(t,e,r,n,i){return e=+e,r>>>=0,i||x(t,0,r,8),R.write(t,e,r,n,52,8),r+8}function A(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],s=0;s55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(s+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function j(t){return B.toByteArray(function(t){if((t=t.trim().replace(N,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function C(t,e,r,n){for(var i=0;i=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function T(t){return t instanceof ArrayBuffer||null!=t&&null!=t.constructor&&"ArrayBuffer"===t.constructor.name&&"number"==typeof t.byteLength}function P(t){return"function"==typeof ArrayBuffer.isView&&ArrayBuffer.isView(t)}function I(t){return t!=t}var B=t("base64-js"),R=t("ieee754");r.Buffer=i,r.SlowBuffer=function(t){return+t!=t&&(t=0),i.alloc(+t)},r.INSPECT_MAX_BYTES=50;var F=2147483647;r.kMaxLength=F,(i.TYPED_ARRAY_SUPPORT=function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()}catch(t){return!1}}())||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),"undefined"!=typeof Symbol&&Symbol.species&&i[Symbol.species]===i&&Object.defineProperty(i,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),i.poolSize=8192,i.from=function(t,e,r){return o(t,e,r)},i.prototype.__proto__=Uint8Array.prototype,i.__proto__=Uint8Array,i.alloc=function(t,e,r){return function(t,e,r){return s(t),t<=0?n(t):void 0!==e?"string"==typeof r?n(t).fill(e,r):n(t).fill(e):n(t)}(t,e,r)},i.allocUnsafe=function(t){return a(t)},i.allocUnsafeSlow=function(t){return a(t)},i.isBuffer=function(t){return null!=t&&!0===t._isBuffer},i.compare=function(t,e){if(!i.isBuffer(t)||!i.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var r=t.length,n=e.length,o=0,s=Math.min(r,n);o0&&(t=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(t+=" ... ")),""},i.prototype.compare=function(t,e,r,n,o){if(!i.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),e<0||r>t.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=r)return 0;if(n>=o)return-1;if(e>=r)return 1;if(e>>>=0,r>>>=0,n>>>=0,o>>>=0,this===t)return 0;for(var s=o-n,a=r-e,u=Math.min(s,a),c=this.slice(n,o),f=t.slice(e,r),h=0;h>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var i=this.length-e;if((void 0===r||r>i)&&(r=i),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var o=!1;;)switch(n){case"hex":return m(this,t,e,r);case"utf8":case"utf-8":return b(this,t,e,r);case"ascii":return v(this,t,e,r);case"latin1":case"binary":return y(this,t,e,r);case"base64":return g(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _(this,t,e,r);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},i.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var O=4096;i.prototype.slice=function(t,e){var r=this.length;t=~~t,e=void 0===e?r:~~e,t<0?(t+=r)<0&&(t=0):t>r&&(t=r),e<0?(e+=r)<0&&(e=0):e>r&&(e=r),e>>=0,e>>>=0,r||M(t,e,this.length);for(var n=this[t],i=1,o=0;++o>>=0,e>>>=0,r||M(t,e,this.length);for(var n=this[t+--e],i=1;e>0&&(i*=256);)n+=this[t+--e]*i;return n},i.prototype.readUInt8=function(t,e){return t>>>=0,e||M(t,1,this.length),this[t]},i.prototype.readUInt16LE=function(t,e){return t>>>=0,e||M(t,2,this.length),this[t]|this[t+1]<<8},i.prototype.readUInt16BE=function(t,e){return t>>>=0,e||M(t,2,this.length),this[t]<<8|this[t+1]},i.prototype.readUInt32LE=function(t,e){return t>>>=0,e||M(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},i.prototype.readUInt32BE=function(t,e){return t>>>=0,e||M(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},i.prototype.readIntLE=function(t,e,r){t>>>=0,e>>>=0,r||M(t,e,this.length);for(var n=this[t],i=1,o=0;++o=i&&(n-=Math.pow(2,8*e)),n},i.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||M(t,e,this.length);for(var n=e,i=1,o=this[t+--n];n>0&&(i*=256);)o+=this[t+--n]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*e)),o},i.prototype.readInt8=function(t,e){return t>>>=0,e||M(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},i.prototype.readInt16LE=function(t,e){t>>>=0,e||M(t,2,this.length);var r=this[t]|this[t+1]<<8;return 32768&r?4294901760|r:r},i.prototype.readInt16BE=function(t,e){t>>>=0,e||M(t,2,this.length);var r=this[t+1]|this[t]<<8;return 32768&r?4294901760|r:r},i.prototype.readInt32LE=function(t,e){return t>>>=0,e||M(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},i.prototype.readInt32BE=function(t,e){return t>>>=0,e||M(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},i.prototype.readFloatLE=function(t,e){return t>>>=0,e||M(t,4,this.length),R.read(this,t,!0,23,4)},i.prototype.readFloatBE=function(t,e){return t>>>=0,e||M(t,4,this.length),R.read(this,t,!1,23,4)},i.prototype.readDoubleLE=function(t,e){return t>>>=0,e||M(t,8,this.length),R.read(this,t,!0,52,8)},i.prototype.readDoubleBE=function(t,e){return t>>>=0,e||M(t,8,this.length),R.read(this,t,!1,52,8)},i.prototype.writeUIntLE=function(t,e,r,n){if(t=+t,e>>>=0,r>>>=0,!n){k(this,t,e,r,Math.pow(2,8*r)-1,0)}var i=1,o=0;for(this[e]=255&t;++o>>=0,r>>>=0,!n){k(this,t,e,r,Math.pow(2,8*r)-1,0)}var i=r-1,o=1;for(this[e+i]=255&t;--i>=0&&(o*=256);)this[e+i]=t/o&255;return e+r},i.prototype.writeUInt8=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,1,255,0),this[e]=255&t,e+1},i.prototype.writeUInt16LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeUInt16BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeUInt32LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},i.prototype.writeUInt32BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeIntLE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var i=Math.pow(2,8*r-1);k(this,t,e,r,i-1,-i)}var o=0,s=1,a=0;for(this[e]=255&t;++o>0)-a&255;return e+r},i.prototype.writeIntBE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var i=Math.pow(2,8*r-1);k(this,t,e,r,i-1,-i)}var o=r-1,s=1,a=0;for(this[e+o]=255&t;--o>=0&&(s*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/s>>0)-a&255;return e+r},i.prototype.writeInt8=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},i.prototype.writeInt16LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeInt16BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeInt32LE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},i.prototype.writeInt32BE=function(t,e,r){return t=+t,e>>>=0,r||k(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeFloatLE=function(t,e,r){return E(this,t,e,!0,r)},i.prototype.writeFloatBE=function(t,e,r){return E(this,t,e,!1,r)},i.prototype.writeDoubleLE=function(t,e,r){return S(this,t,e,!0,r)},i.prototype.writeDoubleBE=function(t,e,r){return S(this,t,e,!1,r)},i.prototype.copy=function(t,e,r,n){if(r||(r=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e=0;--i)t[i+e]=this[i+r];else if(o<1e3)for(i=0;i>>=0,r=void 0===r?this.length:r>>>0,t||(t=0);var s;if("number"==typeof t)for(s=e;s>>2),s=0,a=0;s>5]|=128<>>9<<4)]=e;for(var r=1732584193,n=-271733879,i=-1732584194,f=271733878,h=0;h>>32-e}(c(c(e,t),c(n,o)),i),r)}function o(t,e,r,n,o,s,a){return i(e&r|~e&n,t,e,o,s,a)}function s(t,e,r,n,o,s,a){return i(e&n|r&~n,t,e,o,s,a)}function a(t,e,r,n,o,s,a){return i(e^r^n,t,e,o,s,a)}function u(t,e,r,n,o,s,a){return i(r^(e|~n),t,e,o,s,a)}function c(t,e){var r=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(r>>16)<<16|65535&r}var f=t("./make-hash");e.exports=function(t){return f(t,n)}},{"./make-hash":52}],54:[function(t,e,r){function n(t,e){s.call(this,"digest"),"string"==typeof e&&(e=a.from(e));var r="sha512"===t||"sha384"===t?128:64;if(this._alg=t,this._key=e,e.length>r){e=("rmd160"===t?new c:f(t)).update(e).digest()}else e.lengthu?e=t(e):e.length0;n--)e+=this._buffer(t,e),r+=this._flushBuffer(i,r);return e+=this._buffer(t,e),i},n.prototype.final=function(t){var e;t&&(e=this.update(t));var r;return r="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),e?e.concat(r):r},n.prototype._pad=function(t,e){if(0===e)return!1;for(;e>>1];r=a.r28shl(r,s),n=a.r28shl(n,s),a.pc2(r,n,t.keys,o)}},n.prototype._update=function(t,e,r,n){var i=this._desState,o=a.readUInt32BE(t,e),s=a.readUInt32BE(t,e+4);a.ip(o,s,i.tmp,0),o=i.tmp[0],s=i.tmp[1],"encrypt"===this.type?this._encrypt(i,o,s,i.tmp,0):this._decrypt(i,o,s,i.tmp,0),o=i.tmp[0],s=i.tmp[1],a.writeUInt32BE(r,o,n),a.writeUInt32BE(r,s,n+4)},n.prototype._pad=function(t,e){for(var r=t.length-e,n=e;n>>0,o=l}a.rip(s,o,n,i)},n.prototype._decrypt=function(t,e,r,n,i){for(var o=r,s=e,u=t.keys.length-2;u>=0;u-=2){var c=t.keys[u],f=t.keys[u+1];a.expand(o,t.tmp,0),c^=t.tmp[0],f^=t.tmp[1];var h=a.substitute(c,f),l=o;o=(s^a.permute(h))>>>0,s=l}a.rip(o,s,n,i)}},{"../des":57,inherits:101,"minimalistic-assert":107}],61:[function(t,e,r){function n(t){a.call(this,t);var e=new function(t,e){i.equal(e.length,24,"Invalid key length");var r=e.slice(0,8),n=e.slice(8,16),o=e.slice(16,24);this.ciphers="encrypt"===t?[u.create({type:"encrypt",key:r}),u.create({type:"decrypt",key:n}),u.create({type:"encrypt",key:o})]:[u.create({type:"decrypt",key:o}),u.create({type:"encrypt",key:n}),u.create({type:"decrypt",key:r})]}(this.type,this.options.key);this._edeState=e}var i=t("minimalistic-assert"),o=t("inherits"),s=t("../des"),a=s.Cipher,u=s.DES;o(n,a),e.exports=n,n.create=function(t){return new n(t)},n.prototype._update=function(t,e,r,n){var i=this._edeState;i.ciphers[0]._update(t,e,r,n),i.ciphers[1]._update(r,n,r,n),i.ciphers[2]._update(r,n,r,n)},n.prototype._pad=u.prototype._pad,n.prototype._unpad=u.prototype._unpad},{"../des":57,inherits:101,"minimalistic-assert":107}],62:[function(t,e,r){r.readUInt32BE=function(t,e){return(t[0+e]<<24|t[1+e]<<16|t[2+e]<<8|t[3+e])>>>0},r.writeUInt32BE=function(t,e,r){t[0+r]=e>>>24,t[1+r]=e>>>16&255,t[2+r]=e>>>8&255,t[3+r]=255&e},r.ip=function(t,e,r,n){for(var i=0,o=0,s=6;s>=0;s-=2){for(var a=0;a<=24;a+=8)i<<=1,i|=e>>>a+s&1;for(a=0;a<=24;a+=8)i<<=1,i|=t>>>a+s&1}for(s=6;s>=0;s-=2){for(a=1;a<=25;a+=8)o<<=1,o|=e>>>a+s&1;for(a=1;a<=25;a+=8)o<<=1,o|=t>>>a+s&1}r[n+0]=i>>>0,r[n+1]=o>>>0},r.rip=function(t,e,r,n){for(var i=0,o=0,s=0;s<4;s++)for(var a=24;a>=0;a-=8)i<<=1,i|=e>>>a+s&1,i<<=1,i|=t>>>a+s&1;for(s=4;s<8;s++)for(a=24;a>=0;a-=8)o<<=1,o|=e>>>a+s&1,o<<=1,o|=t>>>a+s&1;r[n+0]=i>>>0,r[n+1]=o>>>0},r.pc1=function(t,e,r,n){for(var i=0,o=0,s=7;s>=5;s--){for(var a=0;a<=24;a+=8)i<<=1,i|=e>>a+s&1;for(a=0;a<=24;a+=8)i<<=1,i|=t>>a+s&1}for(a=0;a<=24;a+=8)i<<=1,i|=e>>a+s&1;for(s=1;s<=3;s++){for(a=0;a<=24;a+=8)o<<=1,o|=e>>a+s&1;for(a=0;a<=24;a+=8)o<<=1,o|=t>>a+s&1}for(a=0;a<=24;a+=8)o<<=1,o|=t>>a+s&1;r[n+0]=i>>>0,r[n+1]=o>>>0},r.r28shl=function(t,e){return t<>>28-e};var n=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];r.pc2=function(t,e,r,i){for(var o=0,s=0,a=n.length>>>1,u=0;u>>n[u]&1;for(u=a;u>>n[u]&1;r[i+0]=o>>>0,r[i+1]=s>>>0},r.expand=function(t,e,r){var n=0,i=0;n=(1&t)<<5|t>>>27;for(var o=23;o>=15;o-=4)n<<=6,n|=t>>>o&63;for(o=11;o>=3;o-=4)i|=t>>>o&63,i<<=6;i|=(31&t)<<1|t>>>31,e[r+0]=n>>>0,e[r+1]=i>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];r.substitute=function(t,e){for(var r=0,n=0;n<4;n++){r<<=4,r|=i[64*n+(t>>>18-6*n&63)]}for(n=0;n<4;n++){r<<=4,r|=i[256+64*n+(e>>>18-6*n&63)]}return r>>>0};var o=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];r.permute=function(t){for(var e=0,r=0;r>>o[r]&1;return e>>>0},r.padSplit=function(t,e,r){for(var n=t.toString(2);n.lengtht;)r.ishrn(1);if(r.isEven()&&r.iadd(f),r.testn(1)||r.iadd(h),e.cmp(h)){if(!e.cmp(l))for(;r.mod(d).cmp(p);)r.iadd(b)}else for(;r.mod(u).cmp(m);)r.iadd(b);if(o=r.shrn(1),n(o)&&n(r)&&i(o)&&i(r)&&c.test(o)&&c.test(r))return r}}var s=t("randombytes");e.exports=o,o.simpleSieve=n,o.fermatTest=i;var a=t("bn.js"),u=new a(24),c=new(t("miller-rabin")),f=new a(1),h=new a(2),l=new a(5),d=(new a(16),new a(8),new a(10)),p=new a(3),m=(new a(7),new a(11)),b=new a(4),v=(new a(12),null)},{"bn.js":"BN","miller-rabin":106,randombytes:127}],66:[function(t,e,r){e.exports={modp1:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},modp2:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},modp5:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},modp14:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},modp15:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},modp16:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},modp17:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},modp18:{gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}},{}],67:[function(t,e,r){var n=r;n.version=t("../package.json").version,n.utils=t("./elliptic/utils"),n.rand=t("brorand"),n.curve=t("./elliptic/curve"),n.curves=t("./elliptic/curves"),n.ec=t("./elliptic/ec"),n.eddsa=t("./elliptic/eddsa")},{"../package.json":82,"./elliptic/curve":70,"./elliptic/curves":73,"./elliptic/ec":74,"./elliptic/eddsa":77,"./elliptic/utils":81,brorand:16}],68:[function(t,e,r){function n(t,e){this.type=t,this.p=new o(e.p,16),this.red=e.prime?o.red(e.prime):o.mont(this.p),this.zero=new o(0).toRed(this.red),this.one=new o(1).toRed(this.red),this.two=new o(2).toRed(this.red),this.n=e.n&&new o(e.n,16),this.g=e.g&&this.pointFromJSON(e.g,e.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4);var r=this.n&&this.p.div(this.n);!r||r.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function i(t,e){this.curve=t,this.type=e,this.precomputed=null}var o=t("bn.js"),s=t("../../elliptic").utils,a=s.getNAF,u=s.getJSF,c=s.assert;e.exports=n,n.prototype.point=function(){throw new Error("Not implemented")},n.prototype.validate=function(){throw new Error("Not implemented")},n.prototype._fixedNafMul=function(t,e){c(t.precomputed);var r=t._getDoubles(),n=a(e,1),i=(1<=s;e--)u=(u<<1)+n[e];o.push(u)}for(var f=this.jpoint(null,null,null),h=this.jpoint(null,null,null),l=i;l>0;l--){for(s=0;s=0;u--){for(e=0;u>=0&&0===o[u];u--)e++;if(u>=0&&e++,s=s.dblp(e),u<0)break;var f=o[u];c(0!==f),s="affine"===t.type?f>0?s.mixedAdd(i[f-1>>1]):s.mixedAdd(i[-f-1>>1].neg()):f>0?s.add(i[f-1>>1]):s.add(i[-f-1>>1].neg())}return"affine"===t.type?s.toP():s},n.prototype._wnafMulAdd=function(t,e,r,n,i){for(var o=this._wnafT1,s=this._wnafT2,c=this._wnafT3,f=0,h=0;h=1;h-=2){var d=h-1,p=h;if(1===o[d]&&1===o[p]){var m=[e[d],null,null,e[p]];0===e[d].y.cmp(e[p].y)?(m[1]=e[d].add(e[p]),m[2]=e[d].toJ().mixedAdd(e[p].neg())):0===e[d].y.cmp(e[p].y.redNeg())?(m[1]=e[d].toJ().mixedAdd(e[p]),m[2]=e[d].add(e[p].neg())):(m[1]=e[d].toJ().mixedAdd(e[p]),m[2]=e[d].toJ().mixedAdd(e[p].neg()));var b=[-3,-1,-5,-7,0,7,5,1,3],v=u(r[d],r[p]);f=Math.max(v[0].length,f),c[d]=new Array(f),c[p]=new Array(f);for(var y=0;y=0;h--){for(var k=0;h>=0;){var x=!0;for(y=0;y=0&&k++,w=w.dblp(k),h<0)break;for(y=0;y0?E=s[y][S-1>>1]:S<0&&(E=s[y][-S-1>>1].neg()),w="affine"===E.type?w.mixedAdd(E):w.add(E))}}for(h=0;h=Math.ceil((t.bitLength()+1)/e.step)},i.prototype._getDoubles=function(t,e){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i":""},i.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&0===this.y.cmp(this.z)},i.prototype._extDbl=function(){var t=this.x.redSqr(),e=this.y.redSqr(),r=this.z.redSqr();r=r.redIAdd(r);var n=this.curve._mulA(t),i=this.x.redAdd(this.y).redSqr().redISub(t).redISub(e),o=n.redAdd(e),s=o.redSub(r),a=n.redSub(e),u=i.redMul(s),c=o.redMul(a),f=i.redMul(a),h=s.redMul(o);return this.curve.point(u,c,h,f)},i.prototype._projDbl=function(){var t,e,r,n=this.x.redAdd(this.y).redSqr(),i=this.x.redSqr(),o=this.y.redSqr();if(this.curve.twisted){var s=(c=this.curve._mulA(i)).redAdd(o);if(this.zOne)t=n.redSub(i).redSub(o).redMul(s.redSub(this.curve.two)),e=s.redMul(c.redSub(o)),r=s.redSqr().redSub(s).redSub(s);else{var a=this.z.redSqr(),u=s.redSub(a).redISub(a);t=n.redSub(i).redISub(o).redMul(u),e=s.redMul(c.redSub(o)),r=s.redMul(u)}}else{var c=i.redAdd(o);a=this.curve._mulC(this.c.redMul(this.z)).redSqr(),u=c.redSub(a).redSub(a);t=this.curve._mulC(n.redISub(c)).redMul(u),e=this.curve._mulC(c).redMul(i.redISub(o)),r=c.redMul(u)}return this.curve.point(t,e,r)},i.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},i.prototype._extAdd=function(t){var e=this.y.redSub(this.x).redMul(t.y.redSub(t.x)),r=this.y.redAdd(this.x).redMul(t.y.redAdd(t.x)),n=this.t.redMul(this.curve.dd).redMul(t.t),i=this.z.redMul(t.z.redAdd(t.z)),o=r.redSub(e),s=i.redSub(n),a=i.redAdd(n),u=r.redAdd(e),c=o.redMul(s),f=a.redMul(u),h=o.redMul(u),l=s.redMul(a);return this.curve.point(c,f,l,h)},i.prototype._projAdd=function(t){var e,r,n=this.z.redMul(t.z),i=n.redSqr(),o=this.x.redMul(t.x),s=this.y.redMul(t.y),a=this.curve.d.redMul(o).redMul(s),u=i.redSub(a),c=i.redAdd(a),f=this.x.redAdd(this.y).redMul(t.x.redAdd(t.y)).redISub(o).redISub(s),h=n.redMul(u).redMul(f);return this.curve.twisted?(e=n.redMul(c).redMul(s.redSub(this.curve._mulA(o))),r=u.redMul(c)):(e=n.redMul(c).redMul(s.redSub(o)),r=this.curve._mulC(u).redMul(c)),this.curve.point(h,e,r)},i.prototype.add=function(t){return this.isInfinity()?t:t.isInfinity()?this:this.curve.extended?this._extAdd(t):this._projAdd(t)},i.prototype.mul=function(t){return this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve._wnafMul(this,t)},i.prototype.mulAdd=function(t,e,r){return this.curve._wnafMulAdd(1,[this,e],[t,r],2,!1)},i.prototype.jmulAdd=function(t,e,r){return this.curve._wnafMulAdd(1,[this,e],[t,r],2,!0)},i.prototype.normalize=function(){if(this.zOne)return this;var t=this.z.redInvm();return this.x=this.x.redMul(t),this.y=this.y.redMul(t),this.t&&(this.t=this.t.redMul(t)),this.z=this.curve.one,this.zOne=!0,this},i.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},i.prototype.getX=function(){return this.normalize(),this.x.fromRed()},i.prototype.getY=function(){return this.normalize(),this.y.fromRed()},i.prototype.eq=function(t){return this===t||0===this.getX().cmp(t.getX())&&0===this.getY().cmp(t.getY())},i.prototype.eqXToP=function(t){var e=t.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(e))return!0;for(var r=t.clone(),n=this.curve.redN.redMul(this.z);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(e.redIAdd(n),0===this.x.cmp(e))return!0}return!1},i.prototype.toP=i.prototype.normalize,i.prototype.mixedAdd=i.prototype.add},{"../../elliptic":67,"../curve":70,"bn.js":"BN",inherits:101}],70:[function(t,e,r){var n=r;n.base=t("./base"),n.short=t("./short"),n.mont=t("./mont"),n.edwards=t("./edwards")},{"./base":68,"./edwards":69,"./mont":71,"./short":72}],71:[function(t,e,r){function n(t){u.call(this,"mont",t),this.a=new s(t.a,16).toRed(this.red),this.b=new s(t.b,16).toRed(this.red),this.i4=new s(4).toRed(this.red).redInvm(),this.two=new s(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function i(t,e,r){u.BasePoint.call(this,t,"projective"),null===e&&null===r?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new s(e,16),this.z=new s(r,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}var o=t("../curve"),s=t("bn.js"),a=t("inherits"),u=o.base,c=t("../../elliptic").utils;a(n,u),e.exports=n,n.prototype.validate=function(t){var e=t.normalize().x,r=e.redSqr(),n=r.redMul(e).redAdd(r.redMul(this.a)).redAdd(e);return 0===n.redSqrt().redSqr().cmp(n)},a(i,u.BasePoint),n.prototype.decodePoint=function(t,e){return this.point(c.toArray(t,e),1)},n.prototype.point=function(t,e){return new i(this,t,e)},n.prototype.pointFromJSON=function(t){return i.fromJSON(this,t)},i.prototype.precompute=function(){},i.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},i.fromJSON=function(t,e){return new i(t,e[0],e[1]||t.one)},i.prototype.inspect=function(){return this.isInfinity()?"":""},i.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},i.prototype.dbl=function(){var t=this.x.redAdd(this.z).redSqr(),e=this.x.redSub(this.z).redSqr(),r=t.redSub(e),n=t.redMul(e),i=r.redMul(e.redAdd(this.curve.a24.redMul(r)));return this.curve.point(n,i)},i.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},i.prototype.diffAdd=function(t,e){var r=this.x.redAdd(this.z),n=this.x.redSub(this.z),i=t.x.redAdd(t.z),o=t.x.redSub(t.z).redMul(r),s=i.redMul(n),a=e.z.redMul(o.redAdd(s).redSqr()),u=e.x.redMul(o.redISub(s).redSqr());return this.curve.point(a,u)},i.prototype.mul=function(t){for(var e=t.clone(),r=this,n=this.curve.point(null,null),i=[];0!==e.cmpn(0);e.iushrn(1))i.push(e.andln(1));for(var o=i.length-1;o>=0;o--)0===i[o]?(r=r.diffAdd(n,this),n=n.dbl()):(n=r.diffAdd(n,this),r=r.dbl());return n},i.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},i.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},i.prototype.eq=function(t){return 0===this.getX().cmp(t.getX())},i.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},i.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},{"../../elliptic":67,"../curve":70,"bn.js":"BN",inherits:101}],72:[function(t,e,r){function n(t){f.call(this,"short",t),this.a=new u(t.a,16).toRed(this.red),this.b=new u(t.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(t),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function i(t,e,r,n){f.BasePoint.call(this,t,"affine"),null===e&&null===r?(this.x=null,this.y=null,this.inf=!0):(this.x=new u(e,16),this.y=new u(r,16),n&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function o(t,e,r,n){f.BasePoint.call(this,t,"jacobian"),null===e&&null===r&&null===n?(this.x=this.curve.one,this.y=this.curve.one,this.z=new u(0)):(this.x=new u(e,16),this.y=new u(r,16),this.z=new u(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}var s=t("../curve"),a=t("../../elliptic"),u=t("bn.js"),c=t("inherits"),f=s.base,h=a.utils.assert;c(n,f),e.exports=n,n.prototype._getEndomorphism=function(t){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var e,r;if(t.beta)e=new u(t.beta,16).toRed(this.red);else{var n=this._getEndoRoots(this.p);e=(e=n[0].cmp(n[1])<0?n[0]:n[1]).toRed(this.red)}if(t.lambda)r=new u(t.lambda,16);else{var i=this._getEndoRoots(this.n);0===this.g.mul(i[0]).x.cmp(this.g.x.redMul(e))?r=i[0]:(r=i[1],h(0===this.g.mul(r).x.cmp(this.g.x.redMul(e))))}var o;return o=t.basis?t.basis.map(function(t){return{a:new u(t.a,16),b:new u(t.b,16)}}):this._getEndoBasis(r),{beta:e,lambda:r,basis:o}}},n.prototype._getEndoRoots=function(t){var e=t===this.p?this.red:u.mont(t),r=new u(2).toRed(e).redInvm(),n=r.redNeg(),i=new u(3).toRed(e).redNeg().redSqrt().redMul(r);return[n.redAdd(i).fromRed(),n.redSub(i).fromRed()]},n.prototype._getEndoBasis=function(t){for(var e,r,n,i,o,s,a,c,f,h=this.n.ushrn(Math.floor(this.n.bitLength()/2)),l=t,d=this.n.clone(),p=new u(1),m=new u(0),b=new u(0),v=new u(1),y=0;0!==l.cmpn(0);){var g=d.div(l);c=d.sub(g.mul(l)),f=b.sub(g.mul(p));var _=v.sub(g.mul(m));if(!n&&c.cmp(h)<0)e=a.neg(),r=p,n=c.neg(),i=f;else if(n&&2==++y)break;a=c,d=l,l=c,b=p,p=f,v=m,m=_}o=c.neg(),s=f;var w=n.sqr().add(i.sqr());return o.sqr().add(s.sqr()).cmp(w)>=0&&(o=e,s=r),n.negative&&(n=n.neg(),i=i.neg()),o.negative&&(o=o.neg(),s=s.neg()),[{a:n,b:i},{a:o,b:s}]},n.prototype._endoSplit=function(t){var e=this.endo.basis,r=e[0],n=e[1],i=n.b.mul(t).divRound(this.n),o=r.b.neg().mul(t).divRound(this.n),s=i.mul(r.a),a=o.mul(n.a),u=i.mul(r.b),c=o.mul(n.b);return{k1:t.sub(s).sub(a),k2:u.add(c).neg()}},n.prototype.pointFromX=function(t,e){(t=new u(t,16)).red||(t=t.toRed(this.red));var r=t.redSqr().redMul(t).redIAdd(t.redMul(this.a)).redIAdd(this.b),n=r.redSqrt();if(0!==n.redSqr().redSub(r).cmp(this.zero))throw new Error("invalid point");var i=n.fromRed().isOdd();return(e&&!i||!e&&i)&&(n=n.redNeg()),this.point(t,n)},n.prototype.validate=function(t){if(t.inf)return!0;var e=t.x,r=t.y,n=this.a.redMul(e),i=e.redSqr().redMul(e).redIAdd(n).redIAdd(this.b);return 0===r.redSqr().redISub(i).cmpn(0)},n.prototype._endoWnafMulAdd=function(t,e,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,o=0;o":""},i.prototype.isInfinity=function(){return this.inf},i.prototype.add=function(t){if(this.inf)return t;if(t.inf)return this;if(this.eq(t))return this.dbl();if(this.neg().eq(t))return this.curve.point(null,null);if(0===this.x.cmp(t.x))return this.curve.point(null,null);var e=this.y.redSub(t.y);0!==e.cmpn(0)&&(e=e.redMul(this.x.redSub(t.x).redInvm()));var r=e.redSqr().redISub(this.x).redISub(t.x),n=e.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,n)},i.prototype.dbl=function(){if(this.inf)return this;var t=this.y.redAdd(this.y);if(0===t.cmpn(0))return this.curve.point(null,null);var e=this.curve.a,r=this.x.redSqr(),n=t.redInvm(),i=r.redAdd(r).redIAdd(r).redIAdd(e).redMul(n),o=i.redSqr().redISub(this.x.redAdd(this.x)),s=i.redMul(this.x.redSub(o)).redISub(this.y);return this.curve.point(o,s)},i.prototype.getX=function(){return this.x.fromRed()},i.prototype.getY=function(){return this.y.fromRed()},i.prototype.mul=function(t){return t=new u(t,16),this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve.endo?this.curve._endoWnafMulAdd([this],[t]):this.curve._wnafMul(this,t)},i.prototype.mulAdd=function(t,e,r){var n=[this,e],i=[t,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i):this.curve._wnafMulAdd(1,n,i,2)},i.prototype.jmulAdd=function(t,e,r){var n=[this,e],i=[t,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i,!0):this.curve._wnafMulAdd(1,n,i,2,!0)},i.prototype.eq=function(t){return this===t||this.inf===t.inf&&(this.inf||0===this.x.cmp(t.x)&&0===this.y.cmp(t.y))},i.prototype.neg=function(t){if(this.inf)return this;var e=this.curve.point(this.x,this.y.redNeg());if(t&&this.precomputed){var r=this.precomputed,n=function(t){return t.neg()};e.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(n)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(n)}}}return e},i.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);return this.curve.jpoint(this.x,this.y,this.curve.one)},c(o,f.BasePoint),n.prototype.jpoint=function(t,e,r){return new o(this,t,e,r)},o.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var t=this.z.redInvm(),e=t.redSqr(),r=this.x.redMul(e),n=this.y.redMul(e).redMul(t);return this.curve.point(r,n)},o.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},o.prototype.add=function(t){if(this.isInfinity())return t;if(t.isInfinity())return this;var e=t.z.redSqr(),r=this.z.redSqr(),n=this.x.redMul(e),i=t.x.redMul(r),o=this.y.redMul(e.redMul(t.z)),s=t.y.redMul(r.redMul(this.z)),a=n.redSub(i),u=o.redSub(s);if(0===a.cmpn(0))return 0!==u.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var c=a.redSqr(),f=c.redMul(a),h=n.redMul(c),l=u.redSqr().redIAdd(f).redISub(h).redISub(h),d=u.redMul(h.redISub(l)).redISub(o.redMul(f)),p=this.z.redMul(t.z).redMul(a);return this.curve.jpoint(l,d,p)},o.prototype.mixedAdd=function(t){if(this.isInfinity())return t.toJ();if(t.isInfinity())return this;var e=this.z.redSqr(),r=this.x,n=t.x.redMul(e),i=this.y,o=t.y.redMul(e).redMul(this.z),s=r.redSub(n),a=i.redSub(o);if(0===s.cmpn(0))return 0!==a.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=s.redSqr(),c=u.redMul(s),f=r.redMul(u),h=a.redSqr().redIAdd(c).redISub(f).redISub(f),l=a.redMul(f.redISub(h)).redISub(i.redMul(c)),d=this.z.redMul(s);return this.curve.jpoint(h,l,d)},o.prototype.dblp=function(t){if(0===t)return this;if(this.isInfinity())return this;if(!t)return this.dbl();if(this.curve.zeroA||this.curve.threeA){for(var e=this,r=0;r=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}return!1},o.prototype.inspect=function(){return this.isInfinity()?"":""},o.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},{"../../elliptic":67,"../curve":70,"bn.js":"BN",inherits:101}],73:[function(t,e,r){function n(t){"short"===t.type?this.curve=new a.curve.short(t):"edwards"===t.type?this.curve=new a.curve.edwards(t):this.curve=new a.curve.mont(t),this.g=this.curve.g,this.n=this.curve.n,this.hash=t.hash,u(this.g.validate(),"Invalid curve"),u(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function i(t,e){Object.defineProperty(o,t,{configurable:!0,enumerable:!0,get:function(){var r=new n(e);return Object.defineProperty(o,t,{configurable:!0,enumerable:!0,value:r}),r}})}var o=r,s=t("hash.js"),a=t("../elliptic"),u=a.utils.assert;o.PresetCurve=n,i("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:s.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),i("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:s.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),i("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:s.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),i("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:s.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),i("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:s.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),i("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:s.sha256,gRed:!1,g:["9"]}),i("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:s.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});var c;try{c=t("./precomputed/secp256k1")}catch(t){c=void 0}i("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:s.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",c]})},{"../elliptic":67,"./precomputed/secp256k1":80,"hash.js":86}],74:[function(t,e,r){function n(t){if(!(this instanceof n))return new n(t);"string"==typeof t&&(a(s.curves.hasOwnProperty(t),"Unknown curve "+t),t=s.curves[t]),t instanceof s.curves.PresetCurve&&(t={curve:t}),this.curve=t.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=t.curve.g,this.g.precompute(t.curve.n.bitLength()+1),this.hash=t.hash||t.curve.hash}var i=t("bn.js"),o=t("hmac-drbg"),s=t("../../elliptic"),a=s.utils.assert,u=t("./key"),c=t("./signature");e.exports=n,n.prototype.keyPair=function(t){return new u(this,t)},n.prototype.keyFromPrivate=function(t,e){return u.fromPrivate(this,t,e)},n.prototype.keyFromPublic=function(t,e){return u.fromPublic(this,t,e)},n.prototype.genKeyPair=function(t){t||(t={});for(var e=new o({hash:this.hash,pers:t.pers,persEnc:t.persEnc||"utf8",entropy:t.entropy||s.rand(this.hash.hmacStrength),entropyEnc:t.entropy&&t.entropyEnc||"utf8",nonce:this.n.toArray()}),r=this.n.byteLength(),n=this.n.sub(new i(2));;){var a=new i(e.generate(r));if(!(a.cmp(n)>0))return a.iaddn(1),this.keyFromPrivate(a)}},n.prototype._truncateToN=function(t,e){var r=8*t.byteLength()-this.n.bitLength();return r>0&&(t=t.ushrn(r)),!e&&t.cmp(this.n)>=0?t.sub(this.n):t},n.prototype.sign=function(t,e,r,n){"object"===(void 0===r?"undefined":_typeof(r))&&(n=r,r=null),n||(n={}),e=this.keyFromPrivate(e,r),t=this._truncateToN(new i(t,16));for(var s=this.n.byteLength(),a=e.getPrivate().toArray("be",s),u=t.toArray("be",s),f=new o({hash:this.hash,entropy:a,nonce:u,pers:n.pers,persEnc:n.persEnc||"utf8"}),h=this.n.sub(new i(1)),l=0;;l++){var d=n.k?n.k(l):new i(f.generate(this.n.byteLength()));if(!((d=this._truncateToN(d,!0)).cmpn(1)<=0||d.cmp(h)>=0)){var p=this.g.mul(d);if(!p.isInfinity()){var m=p.getX(),b=m.umod(this.n);if(0!==b.cmpn(0)){var v=d.invm(this.n).mul(b.mul(e.getPrivate()).iadd(t));if(0!==(v=v.umod(this.n)).cmpn(0)){var y=(p.getY().isOdd()?1:0)|(0!==m.cmp(b)?2:0);return n.canonical&&v.cmp(this.nh)>0&&(v=this.n.sub(v),y^=1),new c({r:b,s:v,recoveryParam:y})}}}}}},n.prototype.verify=function(t,e,r,n){t=this._truncateToN(new i(t,16)),r=this.keyFromPublic(r,n);var o=(e=new c(e,"hex")).r,s=e.s;if(o.cmpn(1)<0||o.cmp(this.n)>=0)return!1;if(s.cmpn(1)<0||s.cmp(this.n)>=0)return!1;var a=s.invm(this.n),u=a.mul(t).umod(this.n),f=a.mul(o).umod(this.n);if(!this.curve._maxwellTrick){return!(h=this.g.mulAdd(u,r.getPublic(),f)).isInfinity()&&0===h.getX().umod(this.n).cmp(o)}var h;return!(h=this.g.jmulAdd(u,r.getPublic(),f)).isInfinity()&&h.eqXToP(o)},n.prototype.recoverPubKey=function(t,e,r,n){a((3&r)===r,"The recovery param is more than two bits"),e=new c(e,n);var o=this.n,s=new i(t),u=e.r,f=e.s,h=1&r,l=r>>1;if(u.cmp(this.curve.p.umod(this.curve.n))>=0&&l)throw new Error("Unable to find sencond key candinate");u=l?this.curve.pointFromX(u.add(this.curve.n),h):this.curve.pointFromX(u,h);var d=e.r.invm(o),p=o.sub(s).mul(d).umod(o),m=f.mul(d).umod(o);return this.g.mulAdd(p,u,m)},n.prototype.getKeyRecoveryParam=function(t,e,r,n){if(null!==(e=new c(e,n)).recoveryParam)return e.recoveryParam;for(var i=0;i<4;i++){var o;try{o=this.recoverPubKey(t,e,i)}catch(t){continue}if(o.eq(r))return i}throw new Error("Unable to find valid recovery factor")}},{"../../elliptic":67,"./key":75,"./signature":76,"bn.js":"BN","hmac-drbg":98}],75:[function(t,e,r){function n(t,e){this.ec=t,this.priv=null,this.pub=null,e.priv&&this._importPrivate(e.priv,e.privEnc),e.pub&&this._importPublic(e.pub,e.pubEnc)}var i=t("bn.js"),o=t("../../elliptic").utils.assert;e.exports=n,n.fromPublic=function(t,e,r){return e instanceof n?e:new n(t,{pub:e,pubEnc:r})},n.fromPrivate=function(t,e,r){return e instanceof n?e:new n(t,{priv:e,privEnc:r})},n.prototype.validate=function(){var t=this.getPublic();return t.isInfinity()?{result:!1,reason:"Invalid public key"}:t.validate()?t.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},n.prototype.getPublic=function(t,e){return"string"==typeof t&&(e=t,t=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),e?this.pub.encode(e,t):this.pub},n.prototype.getPrivate=function(t){return"hex"===t?this.priv.toString(16,2):this.priv},n.prototype._importPrivate=function(t,e){this.priv=new i(t,e||16),this.priv=this.priv.umod(this.ec.curve.n)},n.prototype._importPublic=function(t,e){if(t.x||t.y)return"mont"===this.ec.curve.type?o(t.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||o(t.x&&t.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(t.x,t.y));this.pub=this.ec.curve.decodePoint(t,e)},n.prototype.derive=function(t){return t.mul(this.priv).getX()},n.prototype.sign=function(t,e,r){return this.ec.sign(t,this,e,r)},n.prototype.verify=function(t,e){return this.ec.verify(t,e,this)},n.prototype.inspect=function(){return""}},{"../../elliptic":67,"bn.js":"BN"}],76:[function(t,e,r){function n(t,e){if(t instanceof n)return t;this._importDER(t,e)||(c(t.r&&t.s,"Signature without r or s"),this.r=new a(t.r,16),this.s=new a(t.s,16),void 0===t.recoveryParam?this.recoveryParam=null:this.recoveryParam=t.recoveryParam)}function i(t,e){var r=t[e.place++];if(!(128&r))return r;for(var n=15&r,i=0,o=0,s=e.place;o>>3);for(t.push(128|r);--r;)t.push(e>>>(r<<3)&255);t.push(e)}}var a=t("bn.js"),u=t("../../elliptic").utils,c=u.assert;e.exports=n,n.prototype._importDER=function(t,e){t=u.toArray(t,e);var r=new function(){this.place=0};if(48!==t[r.place++])return!1;if(i(t,r)+r.place!==t.length)return!1;if(2!==t[r.place++])return!1;var n=i(t,r),o=t.slice(r.place,n+r.place);if(r.place+=n,2!==t[r.place++])return!1;var s=i(t,r);if(t.length!==s+r.place)return!1;var c=t.slice(r.place,s+r.place);return 0===o[0]&&128&o[1]&&(o=o.slice(1)),0===c[0]&&128&c[1]&&(c=c.slice(1)),this.r=new a(o),this.s=new a(c),this.recoveryParam=null,!0},n.prototype.toDER=function(t){var e=this.r.toArray(),r=this.s.toArray();for(128&e[0]&&(e=[0].concat(e)),128&r[0]&&(r=[0].concat(r)),e=o(e),r=o(r);!(r[0]||128&r[1]);)r=r.slice(1);var n=[2];s(n,e.length),(n=n.concat(e)).push(2),s(n,r.length);var i=n.concat(r),a=[48];return s(a,i.length),a=a.concat(i),u.encode(a,t)}},{"../../elliptic":67,"bn.js":"BN"}],77:[function(t,e,r){function n(t){if(a("ed25519"===t,"only tested with ed25519 so far"),!(this instanceof n))return new n(t);t=o.curves[t].curve;this.curve=t,this.g=t.g,this.g.precompute(t.n.bitLength()+1),this.pointClass=t.point().constructor,this.encodingLength=Math.ceil(t.n.bitLength()/8),this.hash=i.sha512}var i=t("hash.js"),o=t("../../elliptic"),s=o.utils,a=s.assert,u=s.parseBytes,c=t("./key"),f=t("./signature");e.exports=n,n.prototype.sign=function(t,e){t=u(t);var r=this.keyFromSecret(e),n=this.hashInt(r.messagePrefix(),t),i=this.g.mul(n),o=this.encodePoint(i),s=this.hashInt(o,r.pubBytes(),t).mul(r.priv()),a=n.add(s).umod(this.curve.n);return this.makeSignature({R:i,S:a,Rencoded:o})},n.prototype.verify=function(t,e,r){t=u(t),e=this.makeSignature(e);var n=this.keyFromPublic(r),i=this.hashInt(e.Rencoded(),n.pubBytes(),t),o=this.g.mul(e.S());return e.R().add(n.pub().mul(i)).eq(o)},n.prototype.hashInt=function(){for(var t=this.hash(),e=0;e=0;){var o;if(i.isOdd()){var s=i.andln(n-1);o=s>(n>>1)-1?(n>>1)-s:s,i.isubn(o)}else o=0;r.push(o);for(var a=0!==i.cmpn(0)&&0===i.andln(n-1)?e+1:1,u=1;u0||e.cmpn(-i)>0;){var o=t.andln(3)+n&3,s=e.andln(3)+i&3;3===o&&(o=-1),3===s&&(s=-1);var a;a=0==(1&o)?0:3!=(c=t.andln(7)+n&7)&&5!==c||2!==s?o:-o,r[0].push(a);var u;if(0==(1&s))u=0;else{var c;u=3!=(c=e.andln(7)+i&7)&&5!==c||2!==o?s:-s}r[1].push(u),2*n===a+1&&(n=1-n),2*i===u+1&&(i=1-i),t.iushrn(1),e.iushrn(1)}return r},n.cachedProperty=function(t,e,r){var n="_"+e;t.prototype[e]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}},n.parseBytes=function(t){return"string"==typeof t?n.toArray(t,"hex"):t},n.intFromLE=function(t){return new i(t,"hex","le")}},{"bn.js":"BN","minimalistic-assert":107,"minimalistic-crypto-utils":108}],82:[function(t,e,r){e.exports={_args:[[{raw:"elliptic@^6.2.3",scope:null,escapedName:"elliptic",name:"elliptic",rawSpec:"^6.2.3",spec:">=6.2.3 <7.0.0",type:"range"},"/Users/frozeman/Sites/_ethereum/web3/node_modules/secp256k1"]],_from:"elliptic@>=6.2.3 <7.0.0",_id:"elliptic@6.4.0",_inCache:!0,_location:"/elliptic",_nodeVersion:"7.0.0",_npmOperationalInternal:{host:"packages-18-east.internal.npmjs.com",tmp:"tmp/elliptic-6.4.0.tgz_1487798866428_0.30510620190761983"},_npmUser:{name:"indutny",email:"fedor@indutny.com"},_npmVersion:"3.10.8",_phantomChildren:{},_requested:{raw:"elliptic@^6.2.3",scope:null,escapedName:"elliptic",name:"elliptic",rawSpec:"^6.2.3",spec:">=6.2.3 <7.0.0",type:"range"},_requiredBy:["/browserify-sign","/create-ecdh","/secp256k1"],_resolved:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",_shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",_shrinkwrap:null,_spec:"elliptic@^6.2.3",_where:"/Users/frozeman/Sites/_ethereum/web3/node_modules/secp256k1",author:{name:"Fedor Indutny",email:"fedor@indutny.com"},bugs:{url:"https://github.com/indutny/elliptic/issues"},dependencies:{"bn.js":"^4.4.0",brorand:"^1.0.1","hash.js":"^1.0.0","hmac-drbg":"^1.0.0",inherits:"^2.0.1","minimalistic-assert":"^1.0.0","minimalistic-crypto-utils":"^1.0.0"},description:"EC cryptography",devDependencies:{brfs:"^1.4.3",coveralls:"^2.11.3",grunt:"^0.4.5","grunt-browserify":"^5.0.0","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^1.0.1","grunt-mocha-istanbul":"^3.0.1","grunt-saucelabs":"^8.6.2",istanbul:"^0.4.2",jscs:"^2.9.0",jshint:"^2.6.0",mocha:"^2.1.0"},directories:{},dist:{shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",tarball:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz"},files:["lib"],gitHead:"6b0d2b76caae91471649c8e21f0b1d3ba0f96090",homepage:"https://github.com/indutny/elliptic",keywords:["EC","Elliptic","curve","Cryptography"],license:"MIT",main:"lib/elliptic.js",maintainers:[{name:"indutny",email:"fedor@indutny.com"}],name:"elliptic",optionalDependencies:{},readme:"ERROR: No README data found!",repository:{type:"git",url:"git+ssh://git@github.com/indutny/elliptic.git"},scripts:{jscs:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",jshint:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",lint:"npm run jscs && npm run jshint",test:"npm run lint && npm run unit",unit:"istanbul test _mocha --reporter=spec test/index.js",version:"grunt dist && git add dist/"},version:"6.4.0"}},{}],83:[function(t,e,r){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function i(t){return"function"==typeof t}function o(t){return"object"===(void 0===t?"undefined":_typeof(t))&&null!==t}function s(t){return void 0===t}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(t){if(!function(t){return"number"==typeof t}(t)||t<0||isNaN(t))throw TypeError("n must be a positive number");return this._maxListeners=t,this},n.prototype.emit=function(t){var e,r,n,a,u,c;if(this._events||(this._events={}),"error"===t&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if((e=arguments[1])instanceof Error)throw e;var f=new Error('Uncaught, unspecified "error" event. ('+e+")");throw f.context=e,f}if(r=this._events[t],s(r))return!1;if(i(r))switch(arguments.length){case 1:r.call(this);break;case 2:r.call(this,arguments[1]);break;case 3:r.call(this,arguments[1],arguments[2]);break;default:a=Array.prototype.slice.call(arguments,1),r.apply(this,a)}else if(o(r))for(a=Array.prototype.slice.call(arguments,1),n=(c=r.slice()).length,u=0;u0&&this._events[t].length>r&&(this._events[t].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[t].length),"function"==typeof console.trace&&console.trace()),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(t,e){function r(){this.removeListener(t,r),n||(n=!0,e.apply(this,arguments))}if(!i(e))throw TypeError("listener must be a function");var n=!1;return r.listener=e,this.on(t,r),this},n.prototype.removeListener=function(t,e){var r,n,s,a;if(!i(e))throw TypeError("listener must be a function");if(!this._events||!this._events[t])return this;if(r=this._events[t],s=r.length,n=-1,r===e||i(r.listener)&&r.listener===e)delete this._events[t],this._events.removeListener&&this.emit("removeListener",t,e);else if(o(r)){for(a=s;a-- >0;)if(r[a]===e||r[a].listener&&r[a].listener===e){n=a;break}if(n<0)return this;1===r.length?(r.length=0,delete this._events[t]):r.splice(n,1),this._events.removeListener&&this.emit("removeListener",t,e)}return this},n.prototype.removeAllListeners=function(t){var e,r;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[t]&&delete this._events[t],this;if(0===arguments.length){for(e in this._events)"removeListener"!==e&&this.removeAllListeners(e);return this.removeAllListeners("removeListener"),this._events={},this}if(r=this._events[t],i(r))this.removeListener(t,r);else if(r)for(;r.length;)this.removeListener(t,r[r.length-1]);return delete this._events[t],this},n.prototype.listeners=function(t){return this._events&&this._events[t]?i(this._events[t])?[this._events[t]]:this._events[t].slice():[]},n.prototype.listenerCount=function(t){if(this._events){var e=this._events[t];if(i(e))return 1;if(e)return e.length}return 0},n.listenerCount=function(t,e){return t.listenerCount(e)}},{}],84:[function(t,e,r){var n=t("safe-buffer").Buffer,i=t("md5.js");e.exports=function(t,e,r,o){if(n.isBuffer(t)||(t=n.from(t,"binary")),e&&(n.isBuffer(e)||(e=n.from(e,"binary")),8!==e.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var s=r/8,a=n.alloc(s),u=n.alloc(o||0),c=n.alloc(0);s>0||o>0;){var f=new i;f.update(c),f.update(t),e&&f.update(e),c=f.digest();var h=0;if(s>0){var l=a.length-s;h=Math.min(s,c.length),c.copy(a,l,0,h),s-=h}if(h0){var d=u.length-o,p=Math.min(o,c.length-h);c.copy(u,d,h,h+p),o-=p}}return c.fill(0),{key:a,iv:u}}},{"md5.js":104,"safe-buffer":143}],85:[function(t,e,r){(function(r){function n(t){i.call(this),this._block=new r(t),this._blockSize=t,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}var i=t("stream").Transform;t("inherits")(n,i),n.prototype._transform=function(t,e,n){var i=null;try{"buffer"!==e&&(t=new r(t,e)),this.update(t)}catch(t){i=t}n(i)},n.prototype._flush=function(t){var e=null;try{this.push(this._digest())}catch(t){e=t}t(e)},n.prototype.update=function(t,e){if(!r.isBuffer(t)&&"string"!=typeof t)throw new TypeError("Data must be a string or a buffer");if(this._finalized)throw new Error("Digest already called");r.isBuffer(t)||(t=new r(t,e||"binary"));for(var n=this._block,i=0;this._blockOffset+t.length-i>=this._blockSize;){for(var o=this._blockOffset;o0;++s)this._length[s]+=a,(a=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*a);return this},n.prototype._update=function(t){throw new Error("_update is not implemented")},n.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();return void 0!==t&&(e=e.toString(t)),e},n.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,inherits:101,stream:152}],86:[function(t,e,r){var n=r;n.utils=t("./hash/utils"),n.common=t("./hash/common"),n.sha=t("./hash/sha"),n.ripemd=t("./hash/ripemd"),n.hmac=t("./hash/hmac"),n.sha1=n.sha.sha1,n.sha256=n.sha.sha256,n.sha224=n.sha.sha224,n.sha384=n.sha.sha384,n.sha512=n.sha.sha512,n.ripemd160=n.ripemd.ripemd160},{"./hash/common":87,"./hash/hmac":88,"./hash/ripemd":89,"./hash/sha":90,"./hash/utils":97}],87:[function(t,e,r){function n(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}var i=t("./utils"),o=t("minimalistic-assert");r.BlockHash=n,n.prototype.update=function(t,e){if(t=i.toArray(t,e),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){var r=(t=this.pending).length%this._delta8;this.pending=t.slice(t.length-r,t.length),0===this.pending.length&&(this.pending=null),t=i.join32(t,0,t.length-r,this.endian);for(var n=0;n>>24&255,n[i++]=t>>>16&255,n[i++]=t>>>8&255,n[i++]=255&t}else for(n[i++]=255&t,n[i++]=t>>>8&255,n[i++]=t>>>16&255,n[i++]=t>>>24&255,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,o=8;othis.blockSize&&(t=(new this.Hash).update(t).digest()),o(t.length<=this.blockSize);for(var e=t.length;e>>3},r.g1_256=function(t){return s(t,17)^s(t,19)^t>>>10}},{"../utils":97}],97:[function(t,e,r){function n(t){return(t>>>24|t>>>8&65280|t<<8&16711680|(255&t)<<24)>>>0}function i(t){return 1===t.length?"0"+t:t}function o(t){return 7===t.length?"0"+t:6===t.length?"00"+t:5===t.length?"000"+t:4===t.length?"0000"+t:3===t.length?"00000"+t:2===t.length?"000000"+t:1===t.length?"0000000"+t:t}var s=t("minimalistic-assert"),a=t("inherits");r.inherits=a,r.toArray=function(t,e){if(Array.isArray(t))return t.slice();if(!t)return[];var r=[];if("string"==typeof t)if(e){if("hex"===e)for((t=t.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(t="0"+t),n=0;n>8,s=255&i;o?r.push(o,s):r.push(s)}else for(n=0;n>>0}return o},r.split32=function(t,e){for(var r=new Array(4*t.length),n=0,i=0;n>>24,r[i+1]=o>>>16&255,r[i+2]=o>>>8&255,r[i+3]=255&o):(r[i+3]=o>>>24,r[i+2]=o>>>16&255,r[i+1]=o>>>8&255,r[i]=255&o)}return r},r.rotr32=function(t,e){return t>>>e|t<<32-e},r.rotl32=function(t,e){return t<>>32-e},r.sum32=function(t,e){return t+e>>>0},r.sum32_3=function(t,e,r){return t+e+r>>>0},r.sum32_4=function(t,e,r,n){return t+e+r+n>>>0},r.sum32_5=function(t,e,r,n,i){return t+e+r+n+i>>>0},r.sum64=function(t,e,r,n){var i=t[e],o=n+t[e+1]>>>0,s=(o>>0,t[e+1]=o},r.sum64_hi=function(t,e,r,n){return(e+n>>>0>>0},r.sum64_lo=function(t,e,r,n){return e+n>>>0},r.sum64_4_hi=function(t,e,r,n,i,o,s,a){var u=0,c=e;return u+=(c=c+n>>>0)>>0)>>0)>>0},r.sum64_4_lo=function(t,e,r,n,i,o,s,a){return e+n+o+a>>>0},r.sum64_5_hi=function(t,e,r,n,i,o,s,a,u,c){var f=0,h=e;return f+=(h=h+n>>>0)>>0)>>0)>>0)>>0},r.sum64_5_lo=function(t,e,r,n,i,o,s,a,u,c){return e+n+o+a+c>>>0},r.rotr64_hi=function(t,e,r){return(e<<32-r|t>>>r)>>>0},r.rotr64_lo=function(t,e,r){return(t<<32-r|e>>>r)>>>0},r.shr64_hi=function(t,e,r){return t>>>r},r.shr64_lo=function(t,e,r){return(t<<32-r|e>>>r)>>>0}},{inherits:101,"minimalistic-assert":107}],98:[function(t,e,r){function n(t){if(!(this instanceof n))return new n(t);this.hash=t.hash,this.predResist=!!t.predResist,this.outLen=this.hash.outSize,this.minEntropy=t.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var e=o.toArray(t.entropy,t.entropyEnc||"hex"),r=o.toArray(t.nonce,t.nonceEnc||"hex"),i=o.toArray(t.pers,t.persEnc||"hex");s(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(e,r,i)}var i=t("hash.js"),o=t("minimalistic-crypto-utils"),s=t("minimalistic-assert");e.exports=n,n.prototype._init=function(t,e,r){var n=t.concat(e).concat(r);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var i=0;i=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(t.concat(r||[])),this._reseed=1},n.prototype.generate=function(t,e,r,n){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof e&&(n=r,r=e,e=null),r&&(r=o.toArray(r,n||"hex"),this._update(r));for(var i=[];i.length>1,f=-7,h=r?i-1:0,l=r?-1:1,d=t[e+h];for(h+=l,o=d&(1<<-f)-1,d>>=-f,f+=a;f>0;o=256*o+t[e+h],h+=l,f-=8);for(s=o&(1<<-f)-1,o>>=-f,f+=n;f>0;s=256*s+t[e+h],h+=l,f-=8);if(0===o)o=1-c;else{if(o===u)return s?NaN:1/0*(d?-1:1);s+=Math.pow(2,n),o-=c}return(d?-1:1)*s*Math.pow(2,o-n)},r.write=function(t,e,r,n,i,o){var s,a,u,c=8*o-i-1,f=(1<>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:o-1,p=n?1:-1,m=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=f):(s=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-s))<1&&(s--,u*=2),(e+=s+h>=1?l/u:l*Math.pow(2,1-h))*u>=2&&(s++,u/=2),s+h>=f?(a=0,s=f):s+h>=1?(a=(e*u-1)*Math.pow(2,i),s+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;t[r+d]=255&a,d+=p,a/=256,i-=8);for(s=s<0;t[r+d]=255&s,d+=p,s/=256,c-=8);t[r+d-p]|=128*m}},{}],100:[function(t,e,r){var n=[].indexOf;e.exports=function(t,e){if(n)return t.indexOf(e);for(var r=0;r>>32-e}function o(t,e,r,n,o,s,a){return i(t+(e&r|~e&n)+o+s|0,a)+e|0}function s(t,e,r,n,o,s,a){return i(t+(e&n|r&~n)+o+s|0,a)+e|0}function a(t,e,r,n,o,s,a){return i(t+(e^r^n)+o+s|0,a)+e|0}function u(t,e,r,n,o,s,a){return i(t+(r^(e|~n))+o+s|0,a)+e|0}var c=t("inherits"),f=t("hash-base"),h=new Array(16);c(n,f),n.prototype._update=function(){for(var t=h,e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,i=this._c,c=this._d;n=u(n=u(n=u(n=u(n=a(n=a(n=a(n=a(n=s(n=s(n=s(n=s(n=o(n=o(n=o(n=o(n,i=o(i,c=o(c,r=o(r,n,i,c,t[0],3614090360,7),n,i,t[1],3905402710,12),r,n,t[2],606105819,17),c,r,t[3],3250441966,22),i=o(i,c=o(c,r=o(r,n,i,c,t[4],4118548399,7),n,i,t[5],1200080426,12),r,n,t[6],2821735955,17),c,r,t[7],4249261313,22),i=o(i,c=o(c,r=o(r,n,i,c,t[8],1770035416,7),n,i,t[9],2336552879,12),r,n,t[10],4294925233,17),c,r,t[11],2304563134,22),i=o(i,c=o(c,r=o(r,n,i,c,t[12],1804603682,7),n,i,t[13],4254626195,12),r,n,t[14],2792965006,17),c,r,t[15],1236535329,22),i=s(i,c=s(c,r=s(r,n,i,c,t[1],4129170786,5),n,i,t[6],3225465664,9),r,n,t[11],643717713,14),c,r,t[0],3921069994,20),i=s(i,c=s(c,r=s(r,n,i,c,t[5],3593408605,5),n,i,t[10],38016083,9),r,n,t[15],3634488961,14),c,r,t[4],3889429448,20),i=s(i,c=s(c,r=s(r,n,i,c,t[9],568446438,5),n,i,t[14],3275163606,9),r,n,t[3],4107603335,14),c,r,t[8],1163531501,20),i=s(i,c=s(c,r=s(r,n,i,c,t[13],2850285829,5),n,i,t[2],4243563512,9),r,n,t[7],1735328473,14),c,r,t[12],2368359562,20),i=a(i,c=a(c,r=a(r,n,i,c,t[5],4294588738,4),n,i,t[8],2272392833,11),r,n,t[11],1839030562,16),c,r,t[14],4259657740,23),i=a(i,c=a(c,r=a(r,n,i,c,t[1],2763975236,4),n,i,t[4],1272893353,11),r,n,t[7],4139469664,16),c,r,t[10],3200236656,23),i=a(i,c=a(c,r=a(r,n,i,c,t[13],681279174,4),n,i,t[0],3936430074,11),r,n,t[3],3572445317,16),c,r,t[6],76029189,23),i=a(i,c=a(c,r=a(r,n,i,c,t[9],3654602809,4),n,i,t[12],3873151461,11),r,n,t[15],530742520,16),c,r,t[2],3299628645,23),i=u(i,c=u(c,r=u(r,n,i,c,t[0],4096336452,6),n,i,t[7],1126891415,10),r,n,t[14],2878612391,15),c,r,t[5],4237533241,21),i=u(i,c=u(c,r=u(r,n,i,c,t[12],1700485571,6),n,i,t[3],2399980690,10),r,n,t[10],4293915773,15),c,r,t[1],2240044497,21),i=u(i,c=u(c,r=u(r,n,i,c,t[8],1873313359,6),n,i,t[15],4264355552,10),r,n,t[6],2734768916,15),c,r,t[13],1309151649,21),i=u(i,c=u(c,r=u(r,n,i,c,t[4],4149444226,6),n,i,t[11],3174756917,10),r,n,t[2],718787259,15),c,r,t[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+n|0,this._c=this._c+i|0,this._d=this._d+c|0},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(16);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":105,inherits:101}],105:[function(t,e,r){function n(t){o.call(this),this._block=i.allocUnsafe(t),this._blockSize=t,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}var i=t("safe-buffer").Buffer,o=t("stream").Transform;t("inherits")(n,o),n.prototype._transform=function(t,e,r){var n=null;try{this.update(t,e)}catch(t){n=t}r(n)},n.prototype._flush=function(t){var e=null;try{this.push(this.digest())}catch(t){e=t}t(e)},n.prototype.update=function(t,e){if(function(t,e){if(!i.isBuffer(t)&&"string"!=typeof t)throw new TypeError(e+" must be a string or a buffer")}(t,"Data"),this._finalized)throw new Error("Digest already called");i.isBuffer(t)||(t=i.from(t,e));for(var r=this._block,n=0;this._blockOffset+t.length-n>=this._blockSize;){for(var o=this._blockOffset;o0;++s)this._length[s]+=a,(a=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*a);return this},n.prototype._update=function(){throw new Error("_update is not implemented")},n.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();void 0!==t&&(e=e.toString(t)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return e},n.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=n},{inherits:101,"safe-buffer":143,stream:152}],106:[function(t,e,r){function n(t){this.rand=t||new o.Rand}var i=t("bn.js"),o=t("brorand");e.exports=n,n.create=function(t){return new n(t)},n.prototype._randbelow=function(t){var e=t.bitLength(),r=Math.ceil(e/8);do{var n=new i(this.rand.generate(r))}while(n.cmp(t)>=0);return n},n.prototype._randrange=function(t,e){var r=e.sub(t);return t.add(this._randbelow(r))},n.prototype.test=function(t,e,r){var n=t.bitLength(),o=i.mont(t),s=new i(1).toRed(o);e||(e=Math.max(1,n/48|0));for(var a=t.subn(1),u=0;!a.testn(u);u++);for(var c=t.shrn(u),f=a.toRed(o);e>0;e--){var h=this._randrange(new i(2),a);r&&r(h);var l=h.toRed(o).redPow(c);if(0!==l.cmp(s)&&0!==l.cmp(f)){for(var d=1;d0;e--){var f=this._randrange(new i(2),s),h=t.gcd(f);if(0!==h.cmpn(1))return h;var l=f.toRed(n).redPow(u);if(0!==l.cmp(o)&&0!==l.cmp(c)){for(var d=1;d>8,s=255&i;o?r.push(o,s):r.push(s)}return r},o.zero2=n,o.toHex=i,o.encode=function(t,e){return"hex"===e?i(t):t}},{}],109:[function(t,e,r){e.exports={"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}},{}],110:[function(t,e,r){var n=t("asn1.js");r.certificate=t("./certificate");var i=n.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});r.RSAPrivateKey=i;var o=n.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});r.RSAPublicKey=o;var s=n.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(a),this.key("subjectPublicKey").bitstr())});r.PublicKey=s;var a=n.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),u=n.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(a),this.key("subjectPrivateKey").octstr())});r.PrivateKey=u;var c=n.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});r.EncryptedPrivateKey=c;var f=n.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});r.DSAPrivateKey=f,r.DSAparam=n.define("DSAparam",function(){this.int()});var h=n.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(l),this.key("publicKey").optional().explicit(1).bitstr())});r.ECPrivateKey=h;var l=n.define("ECParameters",function(){this.choice({namedCurve:this.objid()})});r.signature=n.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())})},{"./certificate":111,"asn1.js":1}],111:[function(t,e,r){var n=t("asn1.js"),i=n.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),o=n.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),s=n.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional())}),a=n.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(s),this.key("subjectPublicKey").bitstr())}),u=n.define("RelativeDistinguishedName",function(){this.setof(o)}),c=n.define("RDNSequence",function(){this.seqof(u)}),f=n.define("Name",function(){this.choice({rdnSequence:this.use(c)})}),h=n.define("Validity",function(){this.seq().obj(this.key("notBefore").use(i),this.key("notAfter").use(i))}),l=n.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),d=n.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int(),this.key("serialNumber").int(),this.key("signature").use(s),this.key("issuer").use(f),this.key("validity").use(h),this.key("subject").use(f),this.key("subjectPublicKeyInfo").use(a),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(l).optional())}),p=n.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(d),this.key("signatureAlgorithm").use(s),this.key("signatureValue").bitstr())});e.exports=p},{"asn1.js":1}],112:[function(t,e,r){(function(r){var n=/Proc-Type: 4,ENCRYPTED\n\r?DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)\n\r?\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?/m,i=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n/m,o=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?-----END \1-----$/m,s=t("evp_bytestokey"),a=t("browserify-aes");e.exports=function(t,e){var u,c=t.toString(),f=c.match(n);if(f){var h="aes"+f[1],l=new r(f[2],"hex"),d=new r(f[3].replace(/\r?\n/g,""),"base64"),p=s(e,l.slice(0,8),parseInt(f[1],10)).key,m=[],b=a.createDecipheriv(h,p,l);m.push(b.update(d)),m.push(b.final()),u=r.concat(m)}else{var v=c.match(o);u=new r(v[2].replace(/\r?\n/g,""),"base64")}return{tag:c.match(i)[1],data:u}}}).call(this,t("buffer").Buffer)},{"browserify-aes":20,buffer:47,evp_bytestokey:84}],113:[function(t,e,r){(function(r){function n(t){var e;"object"!==(void 0===t?"undefined":_typeof(t))||r.isBuffer(t)||(e=t.passphrase,t=t.key),"string"==typeof t&&(t=new r(t));var n,c,f=s(t,e),h=f.tag,l=f.data;switch(h){case"CERTIFICATE":c=i.certificate.decode(l,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(c||(c=i.PublicKey.decode(l,"der")),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPublicKey.decode(c.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return c.subjectPrivateKey=c.subjectPublicKey,{type:"ec",data:c};case"1.2.840.10040.4.1":return c.algorithm.params.pub_key=i.DSAparam.decode(c.subjectPublicKey.data,"der"),{type:"dsa",data:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"ENCRYPTED PRIVATE KEY":l=function(t,e){var n=t.algorithm.decrypt.kde.kdeparams.salt,i=parseInt(t.algorithm.decrypt.kde.kdeparams.iters.toString(),10),s=o[t.algorithm.decrypt.cipher.algo.join(".")],c=t.algorithm.decrypt.cipher.iv,f=t.subjectPrivateKey,h=parseInt(s.split("-")[1],10)/8,l=u.pbkdf2Sync(e,n,i,h),d=a.createDecipheriv(s,l,c),p=[];return p.push(d.update(f)),p.push(d.final()),r.concat(p)}(l=i.EncryptedPrivateKey.decode(l,"der"),e);case"PRIVATE KEY":switch(c=i.PrivateKey.decode(l,"der"),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPrivateKey.decode(c.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:c.algorithm.curve,privateKey:i.ECPrivateKey.decode(c.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return c.algorithm.params.priv_key=i.DSAparam.decode(c.subjectPrivateKey,"der"),{type:"dsa",params:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"RSA PUBLIC KEY":return i.RSAPublicKey.decode(l,"der");case"RSA PRIVATE KEY":return i.RSAPrivateKey.decode(l,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:i.DSAPrivateKey.decode(l,"der")};case"EC PRIVATE KEY":return l=i.ECPrivateKey.decode(l,"der"),{curve:l.parameters.value,privateKey:l.privateKey};default:throw new Error("unknown key type "+h)}}var i=t("./asn1"),o=t("./aesid.json"),s=t("./fixProc"),a=t("browserify-aes"),u=t("pbkdf2");e.exports=n,n.signature=i.signature}).call(this,t("buffer").Buffer)},{"./aesid.json":109,"./asn1":110,"./fixProc":112,"browserify-aes":20,buffer:47,pbkdf2:114}],114:[function(t,e,r){r.pbkdf2=t("./lib/async"),r.pbkdf2Sync=t("./lib/sync")},{"./lib/async":115,"./lib/sync":118}],115:[function(t,e,r){(function(r,n){function i(t,e,r,n,i){return f.importKey("raw",t,{name:"PBKDF2"},!1,["deriveBits"]).then(function(t){return f.deriveBits({name:"PBKDF2",salt:e,iterations:r,hash:{name:i}},t,n<<3)}).then(function(t){return c.from(t)})}var o,s=t("./precondition"),a=t("./default-encoding"),u=t("./sync"),c=t("safe-buffer").Buffer,f=n.crypto&&n.crypto.subtle,h={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},l=[];e.exports=function(t,e,d,p,m,b){if(c.isBuffer(t)||(t=c.from(t,a)),c.isBuffer(e)||(e=c.from(e,a)),s(d,p),"function"==typeof m&&(b=m,m=void 0),"function"!=typeof b)throw new Error("No callback provided to pbkdf2");var v=h[(m=m||"sha1").toLowerCase()];if(!v||"function"!=typeof n.Promise)return r.nextTick(function(){var r;try{r=u(t,e,d,p,m)}catch(t){return b(t)}b(null,r)});!function(t,e){t.then(function(t){r.nextTick(function(){e(null,t)})},function(t){r.nextTick(function(){e(t)})})}(function(t){if(n.process&&!n.process.browser)return Promise.resolve(!1);if(!f||!f.importKey||!f.deriveBits)return Promise.resolve(!1);if(void 0!==l[t])return l[t];var e=i(o=o||c.alloc(8),o,10,128,t).then(function(){return!0}).catch(function(){return!1});return l[t]=e,e}(v).then(function(r){return r?i(t,e,d,p,v):u(t,e,d,p,m)}),b)}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./default-encoding":116,"./precondition":117,"./sync":118,_process:120,"safe-buffer":143}],116:[function(t,e,r){(function(t){var r;if(t.browser)r="utf-8";else{r=parseInt(t.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary"}e.exports=r}).call(this,t("_process"))},{_process:120}],117:[function(t,e,r){var n=Math.pow(2,30)-1;e.exports=function(t,e){if("number"!=typeof t)throw new TypeError("Iterations not a number");if(t<0)throw new TypeError("Bad iterations");if("number"!=typeof e)throw new TypeError("Key length not a number");if(e<0||e>n||e!=e)throw new TypeError("Bad key length")}},{}],118:[function(t,e,r){function n(t,e,r){var n=function(t){return"rmd160"===t||"ripemd160"===t?o:"md5"===t?i:function(e){return s(t).update(e).digest()}}(t),a="sha512"===t||"sha384"===t?128:64;e.length>a?e=n(e):e.length1)for(var r=1;rh||new a(e).cmp(c.modulus)>=0)throw new Error("decryption error");var l;l=o?f(new a(e),c):u(e,c);var d=new r(h-l.length);if(d.fill(0),l=r.concat([d,l],h),4===s)return n(c,l);if(1===s)return function(t,e,r){for(var n=e.slice(0,2),i=2,o=0;0!==e[i++];)if(i>=e.length){o++;break}var s=e.slice(2,i-1);if(e.slice(i-1,i),("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&o++,s.length<8&&o++,o)throw new Error("decryption error");return e.slice(i)}(0,l,o);if(3===s)return l;throw new Error("unknown padding")}}).call(this,t("buffer").Buffer)},{"./mgf":122,"./withPublic":125,"./xor":126,"bn.js":"BN","browserify-rsa":38,buffer:47,"create-hash":51,"parse-asn1":113}],124:[function(t,e,r){(function(r){function n(t,e,n){var i=e.length,s=t.modulus.byteLength();if(i>s-11)throw new Error("message too long");var a;return n?(a=new r(s-i-3)).fill(255):a=function(t,e){var n,i=new r(t),s=0,a=o(2*t),u=0;for(;sn-l-2)throw new Error("message too long");var d=new r(n-i-l-2);d.fill(0);var p=n-h-1,m=o(h),b=u(r.concat([f,d,new r([1]),e],p),a(m,p)),v=u(m,a(b,h));return new c(r.concat([new r([0]),v,b],n))}(m,e);else if(1===d)p=n(m,e,l);else{if(3!==d)throw new Error("unknown padding");if((p=new c(e)).cmp(m.modulus)>=0)throw new Error("data too long for modulus")}return l?h(p,m):f(p,m)}}).call(this,t("buffer").Buffer)},{"./mgf":122,"./withPublic":125,"./xor":126,"bn.js":"BN","browserify-rsa":38,buffer:47,"create-hash":51,"parse-asn1":113,randombytes:127}],125:[function(t,e,r){(function(r){var n=t("bn.js");e.exports=function(t,e){return new r(t.toRed(n.mont(e.modulus)).redPow(new n(e.publicExponent)).fromRed().toArray())}}).call(this,t("buffer").Buffer)},{"bn.js":"BN",buffer:47}],126:[function(t,e,r){e.exports=function(t,e){for(var r=t.length,n=-1;++n65536)throw new Error("requested too many random bytes");var s=new n.Uint8Array(t);t>0&&o.getRandomValues(s);var a=i.from(s.buffer);return"function"==typeof e?r.nextTick(function(){e(null,a)}):a}:e.exports=function(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,"safe-buffer":143}],128:[function(t,e,r){(function(e,n){function i(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}function o(t,e){if("number"!=typeof t||t!=t)throw new TypeError("offset must be a number");if(t>d||t<0)throw new TypeError("offset must be a uint32");if(t>h||t>e)throw new RangeError("offset out of range")}function s(t,e,r){if("number"!=typeof t||t!=t)throw new TypeError("size must be a number");if(t>d||t<0)throw new TypeError("size must be a uint32");if(t+e>r||t>h)throw new RangeError("buffer too small")}function a(t,r,n,i){if(e.browser){var o=t.buffer,s=new Uint8Array(o,r,n);return l.getRandomValues(s),i?void e.nextTick(function(){i(null,t)}):t}{if(!i){return c(n).copy(t,r),t}c(n,function(e,n){if(e)return i(e);n.copy(t,r),i(null,t)})}}var u=t("safe-buffer"),c=t("randombytes"),f=u.Buffer,h=u.kMaxLength,l=n.crypto||n.msCrypto,d=Math.pow(2,32)-1;l&&l.getRandomValues||!e.browser?(r.randomFill=function(t,e,r,i){if(!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof e)i=e,e=0,r=t.length;else if("function"==typeof r)i=r,r=t.length-e;else if("function"!=typeof i)throw new TypeError('"cb" argument must be a function');return o(e,t.length),s(r,e,t.length),a(t,e,r,i)},r.randomFillSync=function(t,e,r){if(void 0===e&&(e=0),!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return o(e,t.length),void 0===r&&(r=t.length-e),s(r,e,t.length),a(t,e,r)}):(r.randomFill=i,r.randomFillSync=i)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,randombytes:127,"safe-buffer":143}],129:[function(t,e,r){e.exports=t("./lib/_stream_duplex.js")},{"./lib/_stream_duplex.js":130}],130:[function(t,e,r){function n(t){if(!(this instanceof n))return new n(t);c.call(this,t),f.call(this,t),t&&!1===t.readable&&(this.readable=!1),t&&!1===t.writable&&(this.writable=!1),this.allowHalfOpen=!0,t&&!1===t.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",i)}function i(){this.allowHalfOpen||this._writableState.ended||s(o,this)}function o(t){t.end()}var s=t("process-nextick-args"),a=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};e.exports=n;var u=t("core-util-is");u.inherits=t("inherits");var c=t("./_stream_readable"),f=t("./_stream_writable");u.inherits(n,c);for(var h=a(f.prototype),l=0;l0?("string"==typeof e||o.objectMode||Object.getPrototypeOf(e)===E.prototype||(e=function(t){return E.from(t)}(e)),n?o.endEmitted?t.emit("error",new Error("stream.unshift() after end event")):a(t,o,e,!0):o.ended?t.emit("error",new Error("stream.push() after EOF")):(o.reading=!1,o.decoder&&!r?(e=o.decoder.write(e),o.objectMode||0!==e.length?a(t,o,e,!1):h(t,o)):a(t,o,e,!1))):n||(o.reading=!1)}return function(t){return!t.ended&&(t.needReadable||t.lengthe.highWaterMark&&(e.highWaterMark=function(t){return t>=R?t=R:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function c(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(C("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?_(f,t):f(t))}function f(t){C("emit readable"),t.emit("readable"),m(t)}function h(t,e){e.readingMore||(e.readingMore=!0,_(l,t,e))}function l(t,e){for(var r=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=e.length?(r=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):r=function(t,e,r){var n;to.length?o.length:t;if(s===o.length?i+=o:i+=o.slice(0,t),0===(t-=s)){s===o.length?(++n,r.next?e.head=r.next:e.head=e.tail=null):(e.head=r,r.data=o.slice(s));break}++n}return e.length-=n,i}(t,e):function(t,e){var r=E.allocUnsafe(t),n=e.head,i=1;n.data.copy(r),t-=n.data.length;for(;n=n.next;){var o=n.data,s=t>o.length?o.length:t;if(o.copy(r,r.length-t,0,s),0===(t-=s)){s===o.length?(++i,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(s));break}++i}return e.length-=i,r}(t,e);return n}(t,e.buffer,e.decoder),r}function v(t){var e=t._readableState;if(e.length>0)throw new Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,_(y,e,t))}function y(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function g(t,e){for(var r=0,n=t.length;r=e.highWaterMark||e.ended))return C("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?v(this):c(this),null;if(0===(t=u(t,e))&&e.ended)return 0===e.length&&v(this),null;var n=e.needReadable;C("need readable",n),(0===e.length||e.length-t0?b(t,e):null)?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&v(this)),null!==i&&this.emit("data",i),i},o.prototype._read=function(t){this.emit("error",new Error("_read() is not implemented"))},o.prototype.pipe=function(t,e){function n(e,r){C("onunpipe"),e===f&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,C("cleanup"),t.removeListener("close",a),t.removeListener("finish",u),t.removeListener("drain",d),t.removeListener("error",s),t.removeListener("unpipe",n),f.removeListener("end",i),f.removeListener("end",c),f.removeListener("data",o),p=!0,!h.awaitDrain||t._writableState&&!t._writableState.needDrain||d())}function i(){C("onend"),t.end()}function o(e){C("ondata"),b=!1;!1!==t.write(e)||b||((1===h.pipesCount&&h.pipes===t||h.pipesCount>1&&-1!==g(h.pipes,t))&&!p&&(C("false write response, pause",f._readableState.awaitDrain),f._readableState.awaitDrain++,b=!0),f.pause())}function s(e){C("onerror",e),c(),t.removeListener("error",s),0===k(t,"error")&&t.emit("error",e)}function a(){t.removeListener("finish",u),c()}function u(){C("onfinish"),t.removeListener("close",a),c()}function c(){C("unpipe"),f.unpipe(t)}var f=this,h=this._readableState;switch(h.pipesCount){case 0:h.pipes=t;break;case 1:h.pipes=[h.pipes,t];break;default:h.pipes.push(t)}h.pipesCount+=1,C("pipe count=%d opts=%j",h.pipesCount,e);var l=(!e||!1!==e.end)&&t!==r.stdout&&t!==r.stderr?i:c;h.endEmitted?_(l):f.once("end",l),t.on("unpipe",n);var d=function(t){return function(){var e=t._readableState;C("pipeOnDrain",e.awaitDrain),e.awaitDrain&&e.awaitDrain--,0===e.awaitDrain&&k(t,"data")&&(e.flowing=!0,m(t))}}(f);t.on("drain",d);var p=!1,b=!1;return f.on("data",o),function(t,e,r){if("function"==typeof t.prependListener)return t.prependListener(e,r);t._events&&t._events[e]?M(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]:t.on(e,r)}(t,"error",s),t.once("close",a),t.once("finish",u),t.emit("pipe",f),h.flowing||(C("pipe resume"),f.resume()),t},o.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var n=e.pipes,i=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o-1?setImmediate:m;a.WritableState=s;var y=t("core-util-is");y.inherits=t("inherits");var g={deprecate:t("util-deprecate")},_=t("./internal/streams/stream"),w=t("safe-buffer").Buffer,M=n.Uint8Array||function(){},k=t("./internal/streams/destroy");y.inherits(a,_),s.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(s.prototype,"buffer",{get:g.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(t){}}();var x;"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(x=Function.prototype[Symbol.hasInstance],Object.defineProperty(a,Symbol.hasInstance,{value:function(t){return!!x.call(this,t)||t&&t._writableState instanceof s}})):x=function(t){return t instanceof this},a.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},a.prototype.write=function(t,e,r){var n=this._writableState,i=!1,s=function(t){return w.isBuffer(t)||t instanceof M}(t)&&!n.objectMode;return s&&!w.isBuffer(t)&&(t=function(t){return w.from(t)}(t)),"function"==typeof e&&(r=e,e=null),s?e="buffer":e||(e=n.defaultEncoding),"function"!=typeof r&&(r=o),n.ended?function(t,e){var r=new Error("write after end");t.emit("error",r),m(e,r)}(this,r):(s||function(t,e,r,n){var i=!0,o=!1;return null===r?o=new TypeError("May not write null values to stream"):"string"==typeof r||void 0===r||e.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(t.emit("error",o),m(n,o),i=!1),i}(this,n,t,r))&&(n.pendingcb++,i=u(this,n,s,t,e,r)),i},a.prototype.cork=function(){this._writableState.corked++},a.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||h(this,t))},a.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);return this._writableState.defaultEncoding=t,this},a.prototype._write=function(t,e,r){r(new Error("_write() is not implemented"))},a.prototype._writev=null,a.prototype.end=function(t,e,r){var n=this._writableState;"function"==typeof t?(r=t,t=null,e=null):"function"==typeof e&&(r=e,e=null),null!==t&&void 0!==t&&this.write(t,e),n.corked&&(n.corked=1,this.uncork()),n.ending||n.finished||function(t,e,r){e.ending=!0,p(t,e),r&&(e.finished?m(r):t.once("finish",r)),e.ended=!0,t.writable=!1}(this,n,r)},Object.defineProperty(a.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(t){this._writableState&&(this._writableState.destroyed=t)}}),a.prototype.destroy=k.destroy,a.prototype._undestroy=k.undestroy,a.prototype._destroy=function(t,e){this.end(),e(t)}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./_stream_duplex":130,"./internal/streams/destroy":136,"./internal/streams/stream":137,_process:120,"core-util-is":49,inherits:101,"process-nextick-args":119,"safe-buffer":143,"util-deprecate":154}],135:[function(t,e,r){function n(t,e,r){t.copy(e,r)}var i=t("safe-buffer").Buffer;e.exports=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.head=null,this.tail=null,this.length=0}return t.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},t.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},t.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},t.prototype.clear=function(){this.head=this.tail=null,this.length=0},t.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,r=""+e.data;e=e.next;)r+=t+e.data;return r},t.prototype.concat=function(t){if(0===this.length)return i.alloc(0);if(1===this.length)return this.head.data;for(var e=i.allocUnsafe(t>>>0),r=this.head,o=0;r;)n(r.data,e,o),o+=r.data.length,r=r.next;return e},t}()},{"safe-buffer":143}],136:[function(t,e,r){function n(t,e){t.emit("error",e)}var i=t("process-nextick-args");e.exports={destroy:function(t,e){var r=this,o=this._readableState&&this._readableState.destroyed,s=this._writableState&&this._writableState.destroyed;o||s?e?e(t):!t||this._writableState&&this._writableState.errorEmitted||i(n,this,t):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(t){!e&&t?(i(n,r,t),r._writableState&&(r._writableState.errorEmitted=!0)):e&&e(t)}))},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},{"process-nextick-args":119}],137:[function(t,e,r){e.exports=t("events").EventEmitter},{events:83}],138:[function(t,e,r){e.exports=t("./readable").PassThrough},{"./readable":139}],139:[function(t,e,r){(r=e.exports=t("./lib/_stream_readable.js")).Stream=r,r.Readable=r,r.Writable=t("./lib/_stream_writable.js"),r.Duplex=t("./lib/_stream_duplex.js"),r.Transform=t("./lib/_stream_transform.js"),r.PassThrough=t("./lib/_stream_passthrough.js")},{"./lib/_stream_duplex.js":130,"./lib/_stream_passthrough.js":131,"./lib/_stream_readable.js":132,"./lib/_stream_transform.js":133,"./lib/_stream_writable.js":134}],140:[function(t,e,r){e.exports=t("./readable").Transform},{"./readable":139}],141:[function(t,e,r){e.exports=t("./lib/_stream_writable.js")},{"./lib/_stream_writable.js":134}],142:[function(t,e,r){(function(r){function n(){h.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function i(t,e){return t<>>32-e}function o(t,e,r,n,o,s,a,u){return i(t+(e^r^n)+s+a|0,u)+o|0}function s(t,e,r,n,o,s,a,u){return i(t+(e&r|~e&n)+s+a|0,u)+o|0}function a(t,e,r,n,o,s,a,u){return i(t+((e|~r)^n)+s+a|0,u)+o|0}function u(t,e,r,n,o,s,a,u){return i(t+(e&n|r&~n)+s+a|0,u)+o|0}function c(t,e,r,n,o,s,a,u){return i(t+(e^(r|~n))+s+a|0,u)+o|0}var f=t("inherits"),h=t("hash-base");f(n,h),n.prototype._update=function(){for(var t=new Array(16),e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,f=this._c,h=this._d,l=this._e;l=o(l,r=o(r,n,f,h,l,t[0],0,11),n,f=i(f,10),h,t[1],0,14),n=o(n=i(n,10),f=o(f,h=o(h,l,r,n,f,t[2],0,15),l,r=i(r,10),n,t[3],0,12),h,l=i(l,10),r,t[4],0,5),h=o(h=i(h,10),l=o(l,r=o(r,n,f,h,l,t[5],0,8),n,f=i(f,10),h,t[6],0,7),r,n=i(n,10),f,t[7],0,9),r=o(r=i(r,10),n=o(n,f=o(f,h,l,r,n,t[8],0,11),h,l=i(l,10),r,t[9],0,13),f,h=i(h,10),l,t[10],0,14),f=o(f=i(f,10),h=o(h,l=o(l,r,n,f,h,t[11],0,15),r,n=i(n,10),f,t[12],0,6),l,r=i(r,10),n,t[13],0,7),l=s(l=i(l,10),r=o(r,n=o(n,f,h,l,r,t[14],0,9),f,h=i(h,10),l,t[15],0,8),n,f=i(f,10),h,t[7],1518500249,7),n=s(n=i(n,10),f=s(f,h=s(h,l,r,n,f,t[4],1518500249,6),l,r=i(r,10),n,t[13],1518500249,8),h,l=i(l,10),r,t[1],1518500249,13),h=s(h=i(h,10),l=s(l,r=s(r,n,f,h,l,t[10],1518500249,11),n,f=i(f,10),h,t[6],1518500249,9),r,n=i(n,10),f,t[15],1518500249,7),r=s(r=i(r,10),n=s(n,f=s(f,h,l,r,n,t[3],1518500249,15),h,l=i(l,10),r,t[12],1518500249,7),f,h=i(h,10),l,t[0],1518500249,12),f=s(f=i(f,10),h=s(h,l=s(l,r,n,f,h,t[9],1518500249,15),r,n=i(n,10),f,t[5],1518500249,9),l,r=i(r,10),n,t[2],1518500249,11),l=s(l=i(l,10),r=s(r,n=s(n,f,h,l,r,t[14],1518500249,7),f,h=i(h,10),l,t[11],1518500249,13),n,f=i(f,10),h,t[8],1518500249,12),n=a(n=i(n,10),f=a(f,h=a(h,l,r,n,f,t[3],1859775393,11),l,r=i(r,10),n,t[10],1859775393,13),h,l=i(l,10),r,t[14],1859775393,6),h=a(h=i(h,10),l=a(l,r=a(r,n,f,h,l,t[4],1859775393,7),n,f=i(f,10),h,t[9],1859775393,14),r,n=i(n,10),f,t[15],1859775393,9),r=a(r=i(r,10),n=a(n,f=a(f,h,l,r,n,t[8],1859775393,13),h,l=i(l,10),r,t[1],1859775393,15),f,h=i(h,10),l,t[2],1859775393,14),f=a(f=i(f,10),h=a(h,l=a(l,r,n,f,h,t[7],1859775393,8),r,n=i(n,10),f,t[0],1859775393,13),l,r=i(r,10),n,t[6],1859775393,6),l=a(l=i(l,10),r=a(r,n=a(n,f,h,l,r,t[13],1859775393,5),f,h=i(h,10),l,t[11],1859775393,12),n,f=i(f,10),h,t[5],1859775393,7),n=u(n=i(n,10),f=u(f,h=a(h,l,r,n,f,t[12],1859775393,5),l,r=i(r,10),n,t[1],2400959708,11),h,l=i(l,10),r,t[9],2400959708,12),h=u(h=i(h,10),l=u(l,r=u(r,n,f,h,l,t[11],2400959708,14),n,f=i(f,10),h,t[10],2400959708,15),r,n=i(n,10),f,t[0],2400959708,14),r=u(r=i(r,10),n=u(n,f=u(f,h,l,r,n,t[8],2400959708,15),h,l=i(l,10),r,t[12],2400959708,9),f,h=i(h,10),l,t[4],2400959708,8),f=u(f=i(f,10),h=u(h,l=u(l,r,n,f,h,t[13],2400959708,9),r,n=i(n,10),f,t[3],2400959708,14),l,r=i(r,10),n,t[7],2400959708,5),l=u(l=i(l,10),r=u(r,n=u(n,f,h,l,r,t[15],2400959708,6),f,h=i(h,10),l,t[14],2400959708,8),n,f=i(f,10),h,t[5],2400959708,6),n=c(n=i(n,10),f=u(f,h=u(h,l,r,n,f,t[6],2400959708,5),l,r=i(r,10),n,t[2],2400959708,12),h,l=i(l,10),r,t[4],2840853838,9),h=c(h=i(h,10),l=c(l,r=c(r,n,f,h,l,t[0],2840853838,15),n,f=i(f,10),h,t[5],2840853838,5),r,n=i(n,10),f,t[9],2840853838,11),r=c(r=i(r,10),n=c(n,f=c(f,h,l,r,n,t[7],2840853838,6),h,l=i(l,10),r,t[12],2840853838,8),f,h=i(h,10),l,t[2],2840853838,13),f=c(f=i(f,10),h=c(h,l=c(l,r,n,f,h,t[10],2840853838,12),r,n=i(n,10),f,t[14],2840853838,5),l,r=i(r,10),n,t[1],2840853838,12),l=c(l=i(l,10),r=c(r,n=c(n,f,h,l,r,t[3],2840853838,13),f,h=i(h,10),l,t[8],2840853838,14),n,f=i(f,10),h,t[11],2840853838,11),n=c(n=i(n,10),f=c(f,h=c(h,l,r,n,f,t[6],2840853838,8),l,r=i(r,10),n,t[15],2840853838,5),h,l=i(l,10),r,t[13],2840853838,6),h=i(h,10);var d=this._a,p=this._b,m=this._c,b=this._d,v=this._e;v=c(v,d=c(d,p,m,b,v,t[5],1352829926,8),p,m=i(m,10),b,t[14],1352829926,9),p=c(p=i(p,10),m=c(m,b=c(b,v,d,p,m,t[7],1352829926,9),v,d=i(d,10),p,t[0],1352829926,11),b,v=i(v,10),d,t[9],1352829926,13),b=c(b=i(b,10),v=c(v,d=c(d,p,m,b,v,t[2],1352829926,15),p,m=i(m,10),b,t[11],1352829926,15),d,p=i(p,10),m,t[4],1352829926,5),d=c(d=i(d,10),p=c(p,m=c(m,b,v,d,p,t[13],1352829926,7),b,v=i(v,10),d,t[6],1352829926,7),m,b=i(b,10),v,t[15],1352829926,8),m=c(m=i(m,10),b=c(b,v=c(v,d,p,m,b,t[8],1352829926,11),d,p=i(p,10),m,t[1],1352829926,14),v,d=i(d,10),p,t[10],1352829926,14),v=u(v=i(v,10),d=c(d,p=c(p,m,b,v,d,t[3],1352829926,12),m,b=i(b,10),v,t[12],1352829926,6),p,m=i(m,10),b,t[6],1548603684,9),p=u(p=i(p,10),m=u(m,b=u(b,v,d,p,m,t[11],1548603684,13),v,d=i(d,10),p,t[3],1548603684,15),b,v=i(v,10),d,t[7],1548603684,7),b=u(b=i(b,10),v=u(v,d=u(d,p,m,b,v,t[0],1548603684,12),p,m=i(m,10),b,t[13],1548603684,8),d,p=i(p,10),m,t[5],1548603684,9),d=u(d=i(d,10),p=u(p,m=u(m,b,v,d,p,t[10],1548603684,11),b,v=i(v,10),d,t[14],1548603684,7),m,b=i(b,10),v,t[15],1548603684,7),m=u(m=i(m,10),b=u(b,v=u(v,d,p,m,b,t[8],1548603684,12),d,p=i(p,10),m,t[12],1548603684,7),v,d=i(d,10),p,t[4],1548603684,6),v=u(v=i(v,10),d=u(d,p=u(p,m,b,v,d,t[9],1548603684,15),m,b=i(b,10),v,t[1],1548603684,13),p,m=i(m,10),b,t[2],1548603684,11),p=a(p=i(p,10),m=a(m,b=a(b,v,d,p,m,t[15],1836072691,9),v,d=i(d,10),p,t[5],1836072691,7),b,v=i(v,10),d,t[1],1836072691,15),b=a(b=i(b,10),v=a(v,d=a(d,p,m,b,v,t[3],1836072691,11),p,m=i(m,10),b,t[7],1836072691,8),d,p=i(p,10),m,t[14],1836072691,6),d=a(d=i(d,10),p=a(p,m=a(m,b,v,d,p,t[6],1836072691,6),b,v=i(v,10),d,t[9],1836072691,14),m,b=i(b,10),v,t[11],1836072691,12),m=a(m=i(m,10),b=a(b,v=a(v,d,p,m,b,t[8],1836072691,13),d,p=i(p,10),m,t[12],1836072691,5),v,d=i(d,10),p,t[2],1836072691,14),v=a(v=i(v,10),d=a(d,p=a(p,m,b,v,d,t[10],1836072691,13),m,b=i(b,10),v,t[0],1836072691,13),p,m=i(m,10),b,t[4],1836072691,7),p=s(p=i(p,10),m=s(m,b=a(b,v,d,p,m,t[13],1836072691,5),v,d=i(d,10),p,t[8],2053994217,15),b,v=i(v,10),d,t[6],2053994217,5),b=s(b=i(b,10),v=s(v,d=s(d,p,m,b,v,t[4],2053994217,8),p,m=i(m,10),b,t[1],2053994217,11),d,p=i(p,10),m,t[3],2053994217,14),d=s(d=i(d,10),p=s(p,m=s(m,b,v,d,p,t[11],2053994217,14),b,v=i(v,10),d,t[15],2053994217,6),m,b=i(b,10),v,t[0],2053994217,14),m=s(m=i(m,10),b=s(b,v=s(v,d,p,m,b,t[5],2053994217,6),d,p=i(p,10),m,t[12],2053994217,9),v,d=i(d,10),p,t[2],2053994217,12),v=s(v=i(v,10),d=s(d,p=s(p,m,b,v,d,t[13],2053994217,9),m,b=i(b,10),v,t[9],2053994217,12),p,m=i(m,10),b,t[7],2053994217,5),p=o(p=i(p,10),m=s(m,b=s(b,v,d,p,m,t[10],2053994217,15),v,d=i(d,10),p,t[14],2053994217,8),b,v=i(v,10),d,t[12],0,8),b=o(b=i(b,10),v=o(v,d=o(d,p,m,b,v,t[15],0,5),p,m=i(m,10),b,t[10],0,12),d,p=i(p,10),m,t[4],0,9),d=o(d=i(d,10),p=o(p,m=o(m,b,v,d,p,t[1],0,12),b,v=i(v,10),d,t[5],0,5),m,b=i(b,10),v,t[8],0,14),m=o(m=i(m,10),b=o(b,v=o(v,d,p,m,b,t[7],0,6),d,p=i(p,10),m,t[6],0,8),v,d=i(d,10),p,t[2],0,13),v=o(v=i(v,10),d=o(d,p=o(p,m,b,v,d,t[13],0,6),m,b=i(b,10),v,t[14],0,5),p,m=i(m,10),b,t[0],0,15),p=o(p=i(p,10),m=o(m,b=o(b,v,d,p,m,t[3],0,13),v,d=i(d,10),p,t[9],0,11),b,v=i(v,10),d,t[11],0,11),b=i(b,10);var y=this._b+f+b|0;this._b=this._c+h+v|0,this._c=this._d+l+d|0,this._d=this._e+r+p|0,this._e=this._a+n+m|0,this._a=y},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(20);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t.writeInt32LE(this._e,16),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":85,inherits:101}],143:[function(t,e,r){function n(t,e){for(var r in t)e[r]=t[r]}function i(t,e,r){return s(t,e,r)}var o=t("buffer"),s=o.Buffer;s.from&&s.alloc&&s.allocUnsafe&&s.allocUnsafeSlow?e.exports=o:(n(o,r),r.Buffer=i),n(s,i),i.from=function(t,e,r){if("number"==typeof t)throw new TypeError("Argument must not be a number");return s(t,e,r)},i.alloc=function(t,e,r){if("number"!=typeof t)throw new TypeError("Argument must be a number");var n=s(t);return void 0!==e?"string"==typeof r?n.fill(e,r):n.fill(e):n.fill(0),n},i.allocUnsafe=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return s(t)},i.allocUnsafeSlow=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return o.SlowBuffer(t)}},{buffer:47}],144:[function(t,e,r){function n(t,e){this._block=i.alloc(t),this._finalSize=e,this._blockSize=t,this._len=0}var i=t("safe-buffer").Buffer;n.prototype.update=function(t,e){"string"==typeof t&&(e=e||"utf8",t=i.from(t,e));for(var r=this._block,n=this._blockSize,o=t.length,s=this._len,a=0;a=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=8*this._len;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=4294967295&r,i=(r-n)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var o=this._hash();return t?o.toString(t):o},n.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=n},{"safe-buffer":143}],145:[function(t,e,r){(r=e.exports=function(t){t=t.toLowerCase();var e=r[t];if(!e)throw new Error(t+" is not supported (we accept pull requests)");return new e}).sha=t("./sha"),r.sha1=t("./sha1"),r.sha224=t("./sha224"),r.sha256=t("./sha256"),r.sha384=t("./sha384"),r.sha512=t("./sha512")},{"./sha":146,"./sha1":147,"./sha224":148,"./sha256":149,"./sha384":150,"./sha512":151}],146:[function(t,e,r){function n(){this.init(),this._w=h,u.call(this,64,56)}function i(t){return t<<5|t>>>27}function o(t){return t<<30|t>>>2}function s(t,e,r,n){return 0===t?e&r|~e&n:2===t?e&r|e&n|r&n:e^r^n}var a=t("inherits"),u=t("./hash"),c=t("safe-buffer").Buffer,f=[1518500249,1859775393,-1894007588,-899497514],h=new Array(80);a(n,u),n.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._a,n=0|this._b,a=0|this._c,u=0|this._d,c=0|this._e,h=0;h<16;++h)e[h]=t.readInt32BE(4*h);for(;h<80;++h)e[h]=e[h-3]^e[h-8]^e[h-14]^e[h-16];for(var l=0;l<80;++l){var d=~~(l/20),p=i(r)+s(d,n,a,u)+c+e[l]+f[d]|0;c=u,u=a,a=o(n),n=r,r=p}this._a=r+this._a|0,this._b=n+this._b|0,this._c=a+this._c|0,this._d=u+this._d|0,this._e=c+this._e|0},n.prototype._hash=function(){var t=c.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],147:[function(t,e,r){function n(){this.init(),this._w=l,c.call(this,64,56)}function i(t){return t<<1|t>>>31}function o(t){return t<<5|t>>>27}function s(t){return t<<30|t>>>2}function a(t,e,r,n){return 0===t?e&r|~e&n:2===t?e&r|e&n|r&n:e^r^n}var u=t("inherits"),c=t("./hash"),f=t("safe-buffer").Buffer,h=[1518500249,1859775393,-1894007588,-899497514],l=new Array(80);u(n,c),n.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._a,n=0|this._b,u=0|this._c,c=0|this._d,f=0|this._e,l=0;l<16;++l)e[l]=t.readInt32BE(4*l);for(;l<80;++l)e[l]=i(e[l-3]^e[l-8]^e[l-14]^e[l-16]);for(var d=0;d<80;++d){var p=~~(d/20),m=o(r)+a(p,n,u,c)+f+e[d]+h[p]|0;f=c,c=u,u=s(n),n=r,r=m}this._a=r+this._a|0,this._b=n+this._b|0,this._c=u+this._c|0,this._d=c+this._d|0,this._e=f+this._e|0},n.prototype._hash=function(){var t=f.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],148:[function(t,e,r){function n(){this.init(),this._w=u,s.call(this,64,56)}var i=t("inherits"),o=t("./sha256"),s=t("./hash"),a=t("safe-buffer").Buffer,u=new Array(64);i(n,o),n.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},n.prototype._hash=function(){var t=a.allocUnsafe(28);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t},e.exports=n},{"./hash":144,"./sha256":149,inherits:101,"safe-buffer":143}],149:[function(t,e,r){function n(){this.init(),this._w=p,h.call(this,64,56)}function i(t,e,r){return r^t&(e^r)}function o(t,e,r){return t&e|r&(t|e)}function s(t){return(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10)}function a(t){return(t>>>6|t<<26)^(t>>>11|t<<21)^(t>>>25|t<<7)}function u(t){return(t>>>7|t<<25)^(t>>>18|t<<14)^t>>>3}function c(t){return(t>>>17|t<<15)^(t>>>19|t<<13)^t>>>10}var f=t("inherits"),h=t("./hash"),l=t("safe-buffer").Buffer,d=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],p=new Array(64);f(n,h),n.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._a,n=0|this._b,f=0|this._c,h=0|this._d,l=0|this._e,p=0|this._f,m=0|this._g,b=0|this._h,v=0;v<16;++v)e[v]=t.readInt32BE(4*v);for(;v<64;++v)e[v]=c(e[v-2])+e[v-7]+u(e[v-15])+e[v-16]|0;for(var y=0;y<64;++y){var g=b+a(l)+i(l,p,m)+d[y]+e[y]|0,_=s(r)+o(r,n,f)|0;b=m,m=p,p=l,l=h+g|0,h=f,f=n,n=r,r=g+_|0}this._a=r+this._a|0,this._b=n+this._b|0,this._c=f+this._c|0,this._d=h+this._d|0,this._e=l+this._e|0,this._f=p+this._f|0,this._g=m+this._g|0,this._h=b+this._h|0},n.prototype._hash=function(){var t=l.allocUnsafe(32);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t.writeInt32BE(this._h,28),t},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],150:[function(t,e,r){function n(){this.init(),this._w=u,s.call(this,128,112)}var i=t("inherits"),o=t("./sha512"),s=t("./hash"),a=t("safe-buffer").Buffer,u=new Array(160);i(n,o),n.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},n.prototype._hash=function(){function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}var e=a.allocUnsafe(48);return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e},e.exports=n},{"./hash":144,"./sha512":151,inherits:101,"safe-buffer":143}],151:[function(t,e,r){function n(){this.init(),this._w=v,p.call(this,128,112)}function i(t,e,r){return r^t&(e^r)}function o(t,e,r){return t&e|r&(t|e)}function s(t,e){return(t>>>28|e<<4)^(e>>>2|t<<30)^(e>>>7|t<<25)}function a(t,e){return(t>>>14|e<<18)^(t>>>18|e<<14)^(e>>>9|t<<23)}function u(t,e){return(t>>>1|e<<31)^(t>>>8|e<<24)^t>>>7}function c(t,e){return(t>>>1|e<<31)^(t>>>8|e<<24)^(t>>>7|e<<25)}function f(t,e){return(t>>>19|e<<13)^(e>>>29|t<<3)^t>>>6}function h(t,e){return(t>>>19|e<<13)^(e>>>29|t<<3)^(t>>>6|e<<26)}function l(t,e){return t>>>0>>0?1:0}var d=t("inherits"),p=t("./hash"),m=t("safe-buffer").Buffer,b=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],v=new Array(160);d(n,p),n.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},n.prototype._update=function(t){for(var e=this._w,r=0|this._ah,n=0|this._bh,d=0|this._ch,p=0|this._dh,m=0|this._eh,v=0|this._fh,y=0|this._gh,g=0|this._hh,_=0|this._al,w=0|this._bl,M=0|this._cl,k=0|this._dl,x=0|this._el,E=0|this._fl,S=0|this._gl,A=0|this._hl,j=0;j<32;j+=2)e[j]=t.readInt32BE(4*j),e[j+1]=t.readInt32BE(4*j+4);for(;j<160;j+=2){var C=e[j-30],T=e[j-30+1],P=u(C,T),I=c(T,C),B=f(C=e[j-4],T=e[j-4+1]),R=h(T,C),F=e[j-14],O=e[j-14+1],N=e[j-32],L=e[j-32+1],D=I+O|0,q=P+F+l(D,I)|0;q=(q=q+B+l(D=D+R|0,R)|0)+N+l(D=D+L|0,L)|0,e[j]=q,e[j+1]=D}for(var U=0;U<160;U+=2){q=e[U],D=e[U+1];var z=o(r,n,d),H=o(_,w,M),K=s(r,_),V=s(_,r),W=a(m,x),X=a(x,m),G=b[U],$=b[U+1],Z=i(m,v,y),J=i(x,E,S),Q=A+X|0,Y=g+W+l(Q,A)|0;Y=(Y=(Y=Y+Z+l(Q=Q+J|0,J)|0)+G+l(Q=Q+$|0,$)|0)+q+l(Q=Q+D|0,D)|0;var tt=V+H|0,et=K+z+l(tt,V)|0;g=y,A=S,y=v,S=E,v=m,E=x,m=p+Y+l(x=k+Q|0,k)|0,p=d,k=M,d=n,M=w,n=r,w=_,r=Y+et+l(_=Q+tt|0,Q)|0}this._al=this._al+_|0,this._bl=this._bl+w|0,this._cl=this._cl+M|0,this._dl=this._dl+k|0,this._el=this._el+x|0,this._fl=this._fl+E|0,this._gl=this._gl+S|0,this._hl=this._hl+A|0,this._ah=this._ah+r+l(this._al,_)|0,this._bh=this._bh+n+l(this._bl,w)|0,this._ch=this._ch+d+l(this._cl,M)|0,this._dh=this._dh+p+l(this._dl,k)|0,this._eh=this._eh+m+l(this._el,x)|0,this._fh=this._fh+v+l(this._fl,E)|0,this._gh=this._gh+y+l(this._gl,S)|0,this._hh=this._hh+g+l(this._hl,A)|0},n.prototype._hash=function(){function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}var e=m.allocUnsafe(64);return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=n},{"./hash":144,inherits:101,"safe-buffer":143}],152:[function(t,e,r){function n(){i.call(this)}e.exports=n;var i=t("events").EventEmitter;t("inherits")(n,i),n.Readable=t("readable-stream/readable.js"),n.Writable=t("readable-stream/writable.js"),n.Duplex=t("readable-stream/duplex.js"),n.Transform=t("readable-stream/transform.js"),n.PassThrough=t("readable-stream/passthrough.js"),n.Stream=n,n.prototype.pipe=function(t,e){function r(e){t.writable&&!1===t.write(e)&&c.pause&&c.pause()}function n(){c.readable&&c.resume&&c.resume()}function o(){f||(f=!0,t.end())}function s(){f||(f=!0,"function"==typeof t.destroy&&t.destroy())}function a(t){if(u(),0===i.listenerCount(this,"error"))throw t}function u(){c.removeListener("data",r),t.removeListener("drain",n),c.removeListener("end",o),c.removeListener("close",s),c.removeListener("error",a),t.removeListener("error",a),c.removeListener("end",u),c.removeListener("close",u),t.removeListener("close",u)}var c=this;c.on("data",r),t.on("drain",n),t._isStdio||e&&!1===e.end||(c.on("end",o),c.on("close",s));var f=!1;return c.on("error",a),t.on("error",a),c.on("end",u),c.on("close",u),t.on("close",u),t.emit("pipe",c),t}},{events:83,inherits:101,"readable-stream/duplex.js":129,"readable-stream/passthrough.js":138,"readable-stream/readable.js":139,"readable-stream/transform.js":140,"readable-stream/writable.js":141}],153:[function(t,e,r){function n(t){this.encoding=function(t){var e=function(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}(t);if("string"!=typeof e&&(l.isEncoding===d||!d(t)))throw new Error("Unknown encoding: "+t);return e||t}(t);var e;switch(this.encoding){case"utf16le":this.text=s,this.end=a,e=4;break;case"utf8":this.fillLast=o,e=4;break;case"base64":this.text=u,this.end=c,e=3;break;default:return this.write=f,void(this.end=h)}this.lastNeed=0,this.lastTotal=0,this.lastChar=l.allocUnsafe(e)}function i(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:-1}function o(t){var e=this.lastTotal-this.lastNeed,r=function(t,e,r){if(128!=(192&e[0]))return t.lastNeed=0,"�".repeat(r);if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,"�".repeat(r+1);if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,"�".repeat(r+2)}}(this,t,e);return void 0!==r?r:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function s(t,e){if((t.length-e)%2==0){var r=t.toString("utf16le",e);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function a(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function u(t,e){var r=(t.length-e)%3;return 0===r?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function c(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function f(t){return t.toString(this.encoding)}function h(t){return t&&t.length?this.write(t):""}var l=t("safe-buffer").Buffer,d=l.isEncoding||function(t){switch((t=""+t)&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};r.StringDecoder=n,n.prototype.write=function(t){if(0===t.length)return"";var e,r;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r=0?(o>0&&(t.lastNeed=o-1),o):--n=0?(o>0&&(t.lastNeed=o-2),o):--n=0?(o>0&&(2===o?o=0:t.lastNeed=o-3),o):0}(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var n=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,n),t.toString("utf8",e,n)},n.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length}},{"safe-buffer":143}],154:[function(t,e,r){(function(t){function r(e){try{if(!t.localStorage)return!1}catch(t){return!1}var r=t.localStorage[e];return null!=r&&"true"===String(r).toLowerCase()}e.exports=function(t,e){if(r("noDeprecation"))return t;var n=!1;return function(){if(!n){if(r("throwDeprecation"))throw new Error(e);r("traceDeprecation")?console.trace(e):console.warn(e),n=!0}return t.apply(this,arguments)}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],155:[function(require,module,exports){function Context(){}var indexOf=require("indexof"),Object_keys=function(t){if(Object.keys)return Object.keys(t);var e=[];for(var r in t)e.push(r);return e},forEach=function(t,e){if(t.forEach)return t.forEach(e);for(var r=0;r>6|192);else{if(i>55295&&i<56320){if(++n==t.length)return null;var o=t.charCodeAt(n);if(o<56320||o>57343)return null;r+=e((i=65536+((1023&i)<<10)+(1023&o))>>18|240),r+=e(i>>12&63|128)}else r+=e(i>>12|224);r+=e(i>>6&63|128)}r+=e(63&i|128)}}return r},toString:function(t){for(var e="",r=0,o=i(t);r127){if(s>191&&s<224){if(r>=o)return null;s=(31&s)<<6|63&n(t,r)}else if(s>223&&s<240){if(r+1>=o)return null;s=(15&s)<<12|(63&n(t,r))<<6|63&n(t,++r)}else{if(!(s>239&&s<248))return null;if(r+2>=o)return null;s=(7&s)<<18|(63&n(t,r))<<12|(63&n(t,++r))<<6|63&n(t,++r)}++r}if(s<=65535)e+=String.fromCharCode(s);else{if(!(s<=1114111))return null;s-=65536,e+=String.fromCharCode(s>>10|55296),e+=String.fromCharCode(1023&s|56320)}}return e},fromNumber:function(t){var e=t.toString(16);return e.length%2==0?"0x"+e:"0x0"+e},toNumber:function(t){return parseInt(t.slice(2),16)},fromNat:function(t){return"0x0"===t?"0x":t.length%2==0?t:"0x0"+t.slice(2)},toNat:function(t){return"0"===t[2]?"0x"+t.slice(3):t},fromArray:s,toArray:o,fromUint8Array:function(t){return s([].slice.call(t,0))},toUint8Array:function(t){return new Uint8Array(o(t))}}},{"./array.js":156}],158:[function(t,e,r){var n="0123456789abcdef".split(""),i=[1,256,65536,16777216],o=[0,8,16,24],s=[1,0,32898,0,32906,2147483648,2147516416,2147483648,32907,0,2147483649,0,2147516545,2147483648,32777,2147483648,138,0,136,0,2147516425,0,2147483658,0,2147516555,0,139,2147483648,32905,2147483648,32771,2147483648,32770,2147483648,128,2147483648,32778,0,2147483658,2147483648,2147516545,2147483648,32896,2147483648,2147483649,0,2147516424,2147483648],a=function(t){var e,r,n,i,o,a,u,c,f,h,l,d,p,m,b,v,y,g,_,w,M,k,x,E,S,A,j,C,T,P,I,B,R,F,O,N,L,D,q,U,z,H,K,V,W,X,G,$,Z,J,Q,Y,tt,et,rt,nt,it,ot,st,at,ut,ct,ft;for(n=0;n<48;n+=2)i=t[0]^t[10]^t[20]^t[30]^t[40],o=t[1]^t[11]^t[21]^t[31]^t[41],a=t[2]^t[12]^t[22]^t[32]^t[42],u=t[3]^t[13]^t[23]^t[33]^t[43],c=t[4]^t[14]^t[24]^t[34]^t[44],f=t[5]^t[15]^t[25]^t[35]^t[45],h=t[6]^t[16]^t[26]^t[36]^t[46],l=t[7]^t[17]^t[27]^t[37]^t[47],e=(d=t[8]^t[18]^t[28]^t[38]^t[48])^(a<<1|u>>>31),r=(p=t[9]^t[19]^t[29]^t[39]^t[49])^(u<<1|a>>>31),t[0]^=e,t[1]^=r,t[10]^=e,t[11]^=r,t[20]^=e,t[21]^=r,t[30]^=e,t[31]^=r,t[40]^=e,t[41]^=r,e=i^(c<<1|f>>>31),r=o^(f<<1|c>>>31),t[2]^=e,t[3]^=r,t[12]^=e,t[13]^=r,t[22]^=e,t[23]^=r,t[32]^=e,t[33]^=r,t[42]^=e,t[43]^=r,e=a^(h<<1|l>>>31),r=u^(l<<1|h>>>31),t[4]^=e,t[5]^=r,t[14]^=e,t[15]^=r,t[24]^=e,t[25]^=r,t[34]^=e,t[35]^=r,t[44]^=e,t[45]^=r,e=c^(d<<1|p>>>31),r=f^(p<<1|d>>>31),t[6]^=e,t[7]^=r,t[16]^=e,t[17]^=r,t[26]^=e,t[27]^=r,t[36]^=e,t[37]^=r,t[46]^=e,t[47]^=r,e=h^(i<<1|o>>>31),r=l^(o<<1|i>>>31),t[8]^=e,t[9]^=r,t[18]^=e,t[19]^=r,t[28]^=e,t[29]^=r,t[38]^=e,t[39]^=r,t[48]^=e,t[49]^=r,m=t[0],b=t[1],X=t[11]<<4|t[10]>>>28,G=t[10]<<4|t[11]>>>28,C=t[20]<<3|t[21]>>>29,T=t[21]<<3|t[20]>>>29,at=t[31]<<9|t[30]>>>23,ut=t[30]<<9|t[31]>>>23,H=t[40]<<18|t[41]>>>14,K=t[41]<<18|t[40]>>>14,F=t[2]<<1|t[3]>>>31,O=t[3]<<1|t[2]>>>31,v=t[13]<<12|t[12]>>>20,y=t[12]<<12|t[13]>>>20,$=t[22]<<10|t[23]>>>22,Z=t[23]<<10|t[22]>>>22,P=t[33]<<13|t[32]>>>19,I=t[32]<<13|t[33]>>>19,ct=t[42]<<2|t[43]>>>30,ft=t[43]<<2|t[42]>>>30,et=t[5]<<30|t[4]>>>2,rt=t[4]<<30|t[5]>>>2,N=t[14]<<6|t[15]>>>26,L=t[15]<<6|t[14]>>>26,g=t[25]<<11|t[24]>>>21,_=t[24]<<11|t[25]>>>21,J=t[34]<<15|t[35]>>>17,Q=t[35]<<15|t[34]>>>17,B=t[45]<<29|t[44]>>>3,R=t[44]<<29|t[45]>>>3,E=t[6]<<28|t[7]>>>4,S=t[7]<<28|t[6]>>>4,nt=t[17]<<23|t[16]>>>9,it=t[16]<<23|t[17]>>>9,D=t[26]<<25|t[27]>>>7,q=t[27]<<25|t[26]>>>7,w=t[36]<<21|t[37]>>>11,M=t[37]<<21|t[36]>>>11,Y=t[47]<<24|t[46]>>>8,tt=t[46]<<24|t[47]>>>8,V=t[8]<<27|t[9]>>>5,W=t[9]<<27|t[8]>>>5,A=t[18]<<20|t[19]>>>12,j=t[19]<<20|t[18]>>>12,ot=t[29]<<7|t[28]>>>25,st=t[28]<<7|t[29]>>>25,U=t[38]<<8|t[39]>>>24,z=t[39]<<8|t[38]>>>24,k=t[48]<<14|t[49]>>>18,x=t[49]<<14|t[48]>>>18,t[0]=m^~v&g,t[1]=b^~y&_,t[10]=E^~A&C,t[11]=S^~j&T,t[20]=F^~N&D,t[21]=O^~L&q,t[30]=V^~X&$,t[31]=W^~G&Z,t[40]=et^~nt&ot,t[41]=rt^~it&st,t[2]=v^~g&w,t[3]=y^~_&M,t[12]=A^~C&P,t[13]=j^~T&I,t[22]=N^~D&U,t[23]=L^~q&z,t[32]=X^~$&J,t[33]=G^~Z&Q,t[42]=nt^~ot&at,t[43]=it^~st&ut,t[4]=g^~w&k,t[5]=_^~M&x,t[14]=C^~P&B,t[15]=T^~I&R,t[24]=D^~U&H,t[25]=q^~z&K,t[34]=$^~J&Y,t[35]=Z^~Q&tt,t[44]=ot^~at&ct,t[45]=st^~ut&ft,t[6]=w^~k&m,t[7]=M^~x&b,t[16]=P^~B&E,t[17]=I^~R&S,t[26]=U^~H&F,t[27]=z^~K&O,t[36]=J^~Y&V,t[37]=Q^~tt&W,t[46]=at^~ct&et,t[47]=ut^~ft&rt,t[8]=k^~m&v,t[9]=x^~b&y,t[18]=B^~E&A,t[19]=R^~S&j,t[28]=H^~F&N,t[29]=K^~O&L,t[38]=Y^~V&X,t[39]=tt^~W&G,t[48]=ct^~et&nt,t[49]=ft^~rt&it,t[0]^=s[n],t[1]^=s[n+1]},u=function(t){return function(e){var r;if("0x"===e.slice(0,2)){r=[];for(var s=2,u=e.length;s>2]|=e[d]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|63&r)<=57344?(u[b>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|63&r)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|63&r)<=c){for(t.start=b-c,t.block=u[f],b=0;b>2]|=i[3&b],t.lastByteIndex===c)for(u[0]=u[f],b=1;b>4&15]+n[15&p]+n[p>>12&15]+n[p>>8&15]+n[p>>20&15]+n[p>>16&15]+n[p>>28&15]+n[p>>24&15];v%f==0&&(a(l),b=0)}return"0x"+m}(function(t){return{blocks:[],reset:!0,block:0,start:0,blockCount:1600-(t<<1)>>5,outputBlocks:t>>5,s:function(t){return[].concat(t,t,t,t,t)}([0,0,0,0,0,0,0,0,0,0])}}(t),r)}};e.exports={keccak256:u(256),keccak512:u(512),keccak256s:u(256),keccak512s:u(512)}},{}],159:[function(t,e,r){var n=t("is-function");e.exports=function(t,e,r){if(!n(e))throw new TypeError("iterator must be a function");arguments.length<3&&(r=this),"[object Array]"===i.call(t)?function(t,e,r){for(var n=0,i=t.length;n0){var s=i.join(r,o);n.push(g(t)(e[o])(s))}return Promise.all(n).then(function(){return r})})}}},w=function(t){return function(e){return u(t+"/bzzr:/",{body:"string"==typeof e?N(e):e,method:"POST"})}},M=function(t){return function(e){return function(r){return function(n){return function i(o){var s="/"===r[0]?r:"/"+r,a=t+"/bzz:/"+e+s,c={method:"PUT",headers:{"Content-Type":n.type},body:n.data};return u(a,c).then(function(t){if(-1!==t.indexOf("error"))throw t;return t}).catch(function(t){return o>0&&i(o-1)})}(3)}}}},k=function(t){return function(e){return E(t)({"":e})}},x=function(t){return function(r){return e.readFile(r).then(function(e){return k(t)({type:s.lookup(r),data:e})})}},E=function(t){return function(e){return w(t)("{}").then(function(r){return Object.keys(e).reduce(function(r,n){return r.then(function(r){return function(n){return M(t)(n)(r)(e[r])}}(n))},Promise.resolve(r))})}},S=function(t){return function(r){return e.readFile(r).then(w(t))}},A=function(t){return function(n){return function(i){return r.directoryTree(i).then(function(t){return Promise.all(t.map(function(t){return e.readFile(t)})).then(function(e){var r=t.map(function(t){return t.slice(i.length)}),n=t.map(function(t){return s.lookup(t)||"text/plain"});return d(r)(e.map(function(t,e){return{type:n[e],data:t}}))})}).then(function(t){return function(t){return function(e){var r={};for(var n in t)r[n]=t[n];for(var i in e)r[i]=e[i];return r}}(n?{"":t[n]}:{})(t)}).then(E(t))}}},j=function(t){return function(e){if("data"===e.pick)return l.data().then(w(t));if("file"===e.pick)return l.file().then(k(t));if("directory"===e.pick)return l.directory().then(E(t));if(e.path)switch(e.kind){case"data":return S(t)(e.path);case"file":return x(t)(e.path);case"directory":return A(t)(e.defaultFile)(e.path)}else{if(e.length||"string"==typeof e)return w(t)(e);if(e instanceof Object)return E(t)(e)}return Promise.reject(new Error("Bad arguments"))}},C=function(t){return function(e){return function(r){return R(t)(e).then(function(n){return n?r?_(t)(e)(r):y(t)(e):r?g(t)(e)(r):m(t)(e)})}}},T=function(t,e){var i=n.platform().replace("win32","windows")+"-"+("x64"===n.arch()?"amd64":"386"),o=(e||a)[i],s=c+o.archive+".tar.gz",u=o.archiveMD5,f=o.binaryMD5;return r.safeDownloadArchived(s)(u)(f)(t)},P=function(t){return new Promise(function(e,r){var n=o.spawn,i=function(t){return function(e){return-1!==(""+e).indexOf(t)}},s=t.account,a=t.password,u=t.dataDir,c=t.ensApi,f=t.privateKey,h=0,l=n(t.binPath,["--bzzaccount",s||f,"--datadir",u,"--ens-api",c]),d=function(t){0===h&&i("Passphrase")(t)?setTimeout(function(){h=1,l.stdin.write(a+"\n")},500):i("Swarm http proxy started")(t)&&(h=2,clearTimeout(p),e(l))};l.stdout.on("data",d),l.stderr.on("data",d);var p=setTimeout(function(){return r(new Error("Couldn't start swarm process."))},2e4)})},I=function(t){return new Promise(function(e,r){t.stderr.removeAllListeners("data"),t.stdout.removeAllListeners("data"),t.stdin.removeAllListeners("error"),t.removeAllListeners("error"),t.removeAllListeners("exit"),t.kill("SIGINT");var n=setTimeout(function(){return t.kill("SIGKILL")},8e3);t.once("close",function(){clearTimeout(n),e()})})},B=function(t){return w(t)("test").then(function(t){return"c9a99c7d326dcc6316f32fe2625b311f6dc49a175e6877681ded93137d3569e7"===t}).catch(function(){return!1})},R=function(t){return function(e){return m(t)(e).then(function(t){try{return!!JSON.parse(O(t)).entries}catch(t){return!1}})}},F=function(t){return function(e,r,n,i,o){var s;return void 0!==e&&(s=t(e)),void 0!==r&&(s=t(r)),void 0!==n&&(s=t(n)),void 0!==i&&(s=t(i)),void 0!==o&&(s=t(o)),s}},O=function(t){return f.toString(f.fromUint8Array(t))},N=function(t){return f.toUint8Array(f.fromString(t))},L=function(t){return{download:function(e,r){return C(t)(e)(r)},downloadData:F(m(t)),downloadDataToDisk:F(g(t)),downloadDirectory:F(y(t)),downloadDirectoryToDisk:F(_(t)),downloadEntries:F(b(t)),downloadRoutes:F(v(t)),isAvailable:function(){return B(t)},upload:function(e){return j(t)(e)},uploadData:F(w(t)),uploadFile:F(k(t)),uploadFileFromDisk:F(k(t)),uploadDataFromDisk:F(S(t)),uploadDirectory:F(E(t)),uploadDirectoryFromDisk:F(A(t)),uploadToManifest:F(M(t)),pick:l,hash:h,fromString:N,toString:O}};return{at:L,local:function(t){return function(e){return B("http://localhost:8500").then(function(r){return r?e(L("http://localhost:8500")).then(function(){}):T(t.binPath,t.archives).onData(function(e){return(t.onProgress||function(){})(e.length)}).then(function(){return P(t)}).then(function(t){return e(L("http://localhost:8500")).then(function(){return t})}).then(I)})}},download:C,downloadBinary:T,downloadData:m,downloadDataToDisk:g,downloadDirectory:y,downloadDirectoryToDisk:_,downloadEntries:b,downloadRoutes:v,isAvailable:B,startProcess:P,stopProcess:I,upload:j,uploadData:w,uploadDataFromDisk:S,uploadFile:k,uploadFileFromDisk:x,uploadDirectory:E,uploadDirectoryFromDisk:A,uploadToManifest:M,pick:l,hash:h,fromString:N,toString:O}}},{}],169:[function(t,e,r){(r=e.exports=function(t){return t.replace(/^\s*|\s*$/g,"")}).left=function(t){return t.replace(/^\s*/,"")},r.right=function(t){return t.replace(/\s*$/,"")}},{}],170:[function(t,e,r){(function(){function t(t){return function(e,r,n,i){r=w(r,i,4);var o=!j(e)&&_.keys(e),s=(o||e).length,a=t>0?0:s-1;return arguments.length<3&&(n=e[o?o[a]:a],a+=t),function(e,r,n,i,o,s){for(;o>=0&&o0?0:i-1;o>=0&&o0?s=o>=0?o:Math.max(o+a,s):a=o>=0?Math.min(o+1,a):o+a+1;else if(r&&o&&a)return o=r(n,i),n[o]===i?o:-1;if(i!=i)return(o=e(l.call(n,s,a),_.isNaN))>=0?o+s:-1;for(o=t>0?s:a-1;o>=0&&o=0&&e<=S};_.each=_.forEach=function(t,e,r){e=w(e,r);var n,i;if(j(t))for(n=0,i=t.length;n=0},_.invoke=function(t,e){var r=l.call(arguments,2),n=_.isFunction(e);return _.map(t,function(t){var i=n?e:t[e];return null==i?i:i.apply(t,r)})},_.pluck=function(t,e){return _.map(t,_.property(e))},_.where=function(t,e){return _.filter(t,_.matcher(e))},_.findWhere=function(t,e){return _.find(t,_.matcher(e))},_.max=function(t,e,r){var n,i,o=-1/0,s=-1/0;if(null==e&&null!=t)for(var a=0,u=(t=j(t)?t:_.values(t)).length;ao&&(o=n);else e=M(e,r),_.each(t,function(t,r,n){((i=e(t,r,n))>s||i===-1/0&&o===-1/0)&&(o=t,s=i)});return o},_.min=function(t,e,r){var n,i,o=1/0,s=1/0;if(null==e&&null!=t)for(var a=0,u=(t=j(t)?t:_.values(t)).length;an||void 0===r)return 1;if(re?(s&&(clearTimeout(s),s=null),a=c,o=t.apply(n,i),s||(n=i=null)):s||!1===r.trailing||(s=setTimeout(u,f)),o}},_.debounce=function(t,e,r){var n,i,o,s,a,u=function u(){var c=_.now()-s;c=0?n=setTimeout(u,e-c):(n=null,r||(a=t.apply(o,i),n||(o=i=null)))};return function(){o=this,i=arguments,s=_.now();var c=r&&!n;return n||(n=setTimeout(u,e)),c&&(a=t.apply(o,i),o=i=null),a}},_.wrap=function(t,e){return _.partial(e,t)},_.negate=function(t){return function(){return!t.apply(this,arguments)}},_.compose=function(){var t=arguments,e=t.length-1;return function(){for(var r=e,n=t[e].apply(this,arguments);r--;)n=t[r].call(this,n);return n}},_.after=function(t,e){return function(){if(--t<1)return e.apply(this,arguments)}},_.before=function(t,e){var r;return function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=null),r}},_.once=_.partial(_.before,2);var I=!{toString:null}.propertyIsEnumerable("toString"),B=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];_.keys=function(t){if(!_.isObject(t))return[];if(b)return b(t);var e=[];for(var r in t)_.has(t,r)&&e.push(r);return I&&o(t,e),e},_.allKeys=function(t){if(!_.isObject(t))return[];var e=[];for(var r in t)e.push(r);return I&&o(t,e),e},_.values=function(t){for(var e=_.keys(t),r=e.length,n=Array(r),i=0;i":">",'"':""","'":"'","`":"`"},F=_.invert(R),O=function(t){var e=function(e){return t[e]},r="(?:"+_.keys(t).join("|")+")",n=RegExp(r),i=RegExp(r,"g");return function(t){return t=null==t?"":""+t,n.test(t)?t.replace(i,e):t}};_.escape=O(R),_.unescape=O(F),_.result=function(t,e,r){var n=null==t?void 0:t[e];return void 0===n&&(n=r),_.isFunction(n)?n.call(t):n};var N=0;_.uniqueId=function(t){var e=++N+"";return t?t+e:e},_.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var L=/(.)^/,D={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},q=/\\|'|\r|\n|\u2028|\u2029/g,U=function(t){return"\\"+D[t]};_.template=function(t,e,r){!e&&r&&(e=r),e=_.defaults({},e,_.templateSettings);var n=RegExp([(e.escape||L).source,(e.interpolate||L).source,(e.evaluate||L).source].join("|")+"|$","g"),i=0,o="__p+='";t.replace(n,function(e,r,n,s,a){return o+=t.slice(i,a).replace(q,U),i=a+e.length,r?o+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":n?o+="'+\n((__t=("+n+"))==null?'':__t)+\n'":s&&(o+="';\n"+s+"\n__p+='"),e}),o+="';\n",e.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{var s=new Function(e.variable||"obj","_",o)}catch(t){throw t.source=o,t}var a=function(t){return s.call(this,t,_)},u=e.variable||"obj";return a.source="function("+u+"){\n"+o+"}",a},_.chain=function(t){var e=_(t);return e._chain=!0,e};var z=function(t,e){return t._chain?_(e).chain():e};_.mixin=function(t){_.each(_.functions(t),function(e){var r=_[e]=t[e];_.prototype[e]=function(){var t=[this._wrapped];return h.apply(t,arguments),z(this,r.apply(_,t))}})},_.mixin(_),_.each(["pop","push","reverse","shift","sort","splice","unshift"],function(t){var e=u[t];_.prototype[t]=function(){var r=this._wrapped;return e.apply(r,arguments),"shift"!==t&&"splice"!==t||0!==r.length||delete r[0],z(this,r)}}),_.each(["concat","join","slice"],function(t){var e=u[t];_.prototype[t]=function(){return z(this,e.apply(this._wrapped,arguments))}}),_.prototype.value=function(){return this._wrapped},_.prototype.valueOf=_.prototype.toJSON=_.prototype.value,_.prototype.toString=function(){return""+this._wrapped},"function"==typeof define&&define.amd&&define("underscore",[],function(){return _})}).call(this)},{}],171:[function(t,e,r){e.exports=function(t,e){if(e){e=(e=e.trim().replace(/^(\?|#|&)/,""))?"?"+e:e;var r=t.split(/[\?\#]/)[0];e&&/\:\/\/[^\/]*$/.test(r)&&(r+="/");var n=t.match(/(\#.*)$/);t=r+e,n&&(t+=n[0])}return t}},{}],172:[function(t,e,r){var n=t("xhr-request");e.exports=function(t,e){return new Promise(function(r,i){n(t,e,function(t,e){t?i(t):r(e)})})}},{"xhr-request":173}],173:[function(t,e,r){var n=t("query-string"),i=t("url-set-query"),o=t("object-assign"),s=t("./lib/ensure-header.js"),a=t("./lib/request.js"),u="application/json",c=function(){};e.exports=function(t,e,r){if(!t||"string"!=typeof t)throw new TypeError("must specify a URL");if("function"==typeof e&&(r=e,e={}),r&&"function"!=typeof r)throw new TypeError("expected cb to be undefined or a function");r=r||c;var f=(e=e||{}).json?"json":"text",h=(e=o({responseType:f},e)).headers||{},l=(e.method||"GET").toUpperCase(),d=e.query;return d&&("string"!=typeof d&&(d=n.stringify(d)),t=i(t,d)),"json"===e.responseType&&s(h,"Accept",u),e.json&&"GET"!==l&&"HEAD"!==l&&(s(h,"Content-Type",u),e.body=JSON.stringify(e.body)),e.method=l,e.url=t,e.headers=h,delete e.query,delete e.json,a(e,r)}},{"./lib/ensure-header.js":174,"./lib/request.js":176,"object-assign":177,"query-string":163,"url-set-query":171}],174:[function(t,e,r){e.exports=function(t,e,r){var n=e.toLowerCase();t[e]||t[n]||(t[e]=r)}},{}],175:[function(t,e,r){e.exports=function(t,e){return e?{statusCode:e.statusCode,headers:e.headers,method:t.method,url:t.url,rawRequest:e.rawRequest?e.rawRequest:e}:null}},{}],176:[function(t,e,r){var n=t("xhr"),i=t("./normalize-response");e.exports=function(t,e){delete t.uri;var r=!1;return"json"===t.responseType&&(t.responseType="text",r=!0),n(t,function(n,o,s){if(r&&!n)try{var a=o.rawRequest.responseText;s=JSON.parse(a)}catch(t){n=t}o=i(t,o),e(n,n?null:s,o)})}},{"./normalize-response":175,xhr:178}],177:[function(t,e,r){function n(t){var e=Object.getOwnPropertyNames(t);return Object.getOwnPropertySymbols&&(e=e.concat(Object.getOwnPropertySymbols(t))),e.filter(function(e){return i.call(t,e)})}var i=Object.prototype.propertyIsEnumerable;e.exports=Object.assign||function(t,e){for(var r,i,o=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),s=1;s0&&(f=setTimeout(function(){if(!c){c=!0,s.abort("timeout");var t=new Error("XMLHttpRequest timeout");t.code="ETIMEDOUT",e(t)}},t.timeout)),s.setRequestHeader)for(a in p)p.hasOwnProperty(a)&&s.setRequestHeader(a,p[a]);else if(t.headers&&!function(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}(t.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in t&&(s.responseType=t.responseType),"beforeSend"in t&&"function"==typeof t.beforeSend&&t.beforeSend(s),s.send(d||null),s}var s=t("global/window"),a=t("is-function"),u=t("parse-headers"),c=t("xtend");e.exports=i,i.XMLHttpRequest=s.XMLHttpRequest||function(){},i.XDomainRequest="withCredentials"in new i.XMLHttpRequest?i.XMLHttpRequest:s.XDomainRequest,function(t,e){for(var r=0;r1?(t[r[0]]=t[r[0]]||{},t[r[0]][r[1]]=e):t[r[0]]=e},c.prototype.getCall=function(t){return n.isFunction(this.call)?this.call(t):this.call},c.prototype.extractCallback=function(t){if(n.isFunction(t[t.length-1]))return t.pop()},c.prototype.validateArgs=function(t){if(t.length!==this.params)throw i.InvalidNumberOfParams(t.length,this.params,this.name)},c.prototype.formatInput=function(t){var e=this;return this.inputFormatter?this.inputFormatter.map(function(r,n){return r?r.call(e,t[n]):t[n]}):t},c.prototype.formatOutput=function(t){var e=this;return n.isArray(t)?t.map(function(t){return e.outputFormatter&&t?e.outputFormatter(t):t}):this.outputFormatter&&t?this.outputFormatter(t):t},c.prototype.toPayload=function(t){var e=this.getCall(t),r=this.extractCallback(t),n=this.formatInput(t);this.validateArgs(n);var i={method:e,params:n,callback:r};return this.transformPayload&&(i=this.transformPayload(i)),i},c.prototype._confirmTransaction=function(t,e,r){var i=this,f=!1,h=!0,l=0,d=0,p=null,m=n.isObject(r.params[0])&&r.params[0].gas?r.params[0].gas:null,b=n.isObject(r.params[0])&&r.params[0].data&&r.params[0].from&&!r.params[0].to,v=[new c({name:"getTransactionReceipt",call:"eth_getTransactionReceipt",params:1,inputFormatter:[null],outputFormatter:o.outputTransactionReceiptFormatter}),new c({name:"getCode",call:"eth_getCode",params:2,inputFormatter:[o.inputAddressFormatter,o.inputDefaultBlockNumberFormatter]}),new u({name:"subscribe",type:"eth",subscriptions:{newBlockHeaders:{subscriptionName:"newHeads",params:0,outputFormatter:o.outputBlockFormatter}}})],y={};n.each(v,function(t){t.attachToObject(y),t.requestManager=i.requestManager});var g=function(r,n,o,u){return r?(o.unsubscribe(),f=!0,s._fireError({message:"Failed to subscribe to new newBlockHeaders to confirm the transaction receipts.",data:r},t.eventEmitter,t.reject)):(o||(o={unsubscribe:function(){clearInterval(p)}}),(u?a.resolve(u):y.getTransactionReceipt(e)).catch(function(e){o.unsubscribe(),f=!0,s._fireError({message:"Failed to check for transaction receipt:",data:e},t.eventEmitter,t.reject)}).then(function(e){if(!e||!e.blockHash)throw new Error("Receipt missing or blockHash null");return i.extraFormatters&&i.extraFormatters.receiptFormatter&&(e=i.extraFormatters.receiptFormatter(e)),t.eventEmitter.listeners("confirmation").length>0&&(t.eventEmitter.emit("confirmation",d,e),h=!1,25===++d&&(o.unsubscribe(),t.eventEmitter.removeAllListeners())),e}).then(function(e){if(b&&!f){if(!e.contractAddress)return h&&(o.unsubscribe(),f=!0),s._fireError(new Error("The transaction receipt didn't contain a contract address."),t.eventEmitter,t.reject);y.getCode(e.contractAddress,function(r,n){n&&(n.length>2?(t.eventEmitter.emit("receipt",e),i.extraFormatters&&i.extraFormatters.contractDeployFormatter?t.resolve(i.extraFormatters.contractDeployFormatter(e)):t.resolve(e),h&&t.eventEmitter.removeAllListeners()):s._fireError(new Error("The contract code couldn't be stored, please check your gas limit."),t.eventEmitter,t.reject),h&&o.unsubscribe(),f=!0)})}return e}).then(function(e){b||f||(e.outOfGas||m&&m===e.gasUsed?(e&&(e=JSON.stringify(e,null,2)),s._fireError(new Error("Transaction ran out of gas. Please provide more gas:\n"+e),t.eventEmitter,t.reject)):(t.eventEmitter.emit("receipt",e),t.resolve(e),h&&t.eventEmitter.removeAllListeners()),h&&o.unsubscribe(),f=!0)}).catch(function(){if(++l-1>=50)return o.unsubscribe(),f=!0,s._fireError(new Error("Transaction was not mined within 50 blocks, please make sure your transaction was properly send. Be aware that it might still be mined!"),t.eventEmitter,t.reject)}))},_=function(){n.isFunction(this.requestManager.provider.on)?y.subscribe("newBlockHeaders",g):p=setInterval(g,1e3)}.bind(this);y.getTransactionReceipt(e).then(function(e){if(e&&e.blockHash)return t.eventEmitter.listeners("confirmation").length>0&&setTimeout(function(){f||_()},1e3),g(null,0,null,e);f||_()}).catch(function(){f||_()})};var f=function(t,e){return n.isNumber(t)?e.wallet[t]:n.isObject(t)&&t.address&&t.privateKey?t:e.wallet[t.toLowerCase()]};c.prototype.buildCall=function(){var t=this,e="eth_sendTransaction"===t.call||"eth_sendRawTransaction"===t.call,r=function(){var r=a(!e),i=t.toPayload(Array.prototype.slice.call(arguments)),o=function(n,o){try{o=t.formatOutput(o)}catch(t){n=t}if(o instanceof Error&&(n=o),n)return n.error&&(n=n.error),s._fireError(n,r.eventEmitter,r.reject,i.callback);i.callback&&i.callback(null,o),e?(r.eventEmitter.emit("transactionHash",o),t._confirmTransaction(r,o,i)):n||r.resolve(o)},u=function(e){var r=n.extend({},i,{method:"eth_sendRawTransaction",params:[e.rawTransaction]});t.requestManager.send(r,o)},h=function(t,e){if(e&&e.accounts&&e.accounts.wallet&&e.accounts.wallet.length){var i;if("eth_sendTransaction"===t.method){var s=t.params[0];if((i=f(n.isObject(s)?s.from:null,e.accounts))&&i.privateKey){var a=e.accounts.signTransaction(n.omit(s,"from"),i.privateKey);return n.isFunction(a.then)?a.then(u):u(a)}}else if("eth_sign"===t.method){var c=t.params[1];if((i=f(t.params[0],e.accounts))&&i.privateKey){var h=e.accounts.sign(c,i.privateKey);return t.callback&&t.callback(null,h.signature),void r.resolve(h.signature)}}}return e.requestManager.send(t,o)};if(e&&n.isObject(i.params[0])&&!i.params[0].gasPrice){new c({name:"getGasPrice",call:"eth_gasPrice",params:0}).createFunction(t.requestManager)(function(e,r){r&&(i.params[0].gasPrice=r),h(i,t)})}else h(i,t);return r.eventEmitter};return r.method=t,r.request=this.request.bind(this),r},c.prototype.request=function(){var t=this.toPayload(Array.prototype.slice.call(arguments));return t.format=this.formatOutput.bind(this),t},e.exports=c},{underscore:185,"web3-core-helpers":184,"web3-core-promievent":189,"web3-core-subscriptions":197,"web3-utils":390}],187:[function(t,e,r){(function(t,n){!function(t){if("object"==(void 0===r?"undefined":_typeof(r))&&void 0!==e)e.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var i;"undefined"!=typeof window?i=window:void 0!==n?i=n:"undefined"!=typeof self&&(i=self),i.Promise=t()}}(function(){var e,r,i;return function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof _dereq_&&_dereq_;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[s]={exports:{}};e[s][0].call(f.exports,function(t){var r=e[s][1][t];return i(r||t)},f,f.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof _dereq_&&_dereq_,s=0;s0;){var e=t.shift();if("function"==typeof e){var r=t.shift(),n=t.shift();e.call(r,n)}else e._settlePromises()}},i.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},i.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},i.prototype._reset=function(){this._isTickUsed=!1},r.exports=i,r.exports.firstLineError=u},{"./queue":26,"./schedule":29,"./util":36}],3:[function(t,e,r){e.exports=function(t,e,r,n){var i=!1,o=function(t,e){this._reject(e)},s=function(t,e){e.promiseRejectionQueued=!0,e.bindingPromise._then(o,o,null,this,t)},a=function(t,e){0==(50397184&this._bitField)&&this._resolveCallback(e.target)},u=function(t,e){e.promiseRejectionQueued||this._reject(t)};t.prototype.bind=function(o){i||(i=!0,t.prototype._propagateFrom=n.propagateFromFunction(),t.prototype._boundValue=n.boundValueFunction());var c=r(o),f=new t(e);f._propagateFrom(this,1);var h=this._target();if(f._setBoundTo(c),c instanceof t){var l={promiseRejectionQueued:!1,promise:f,target:h,bindingPromise:c};h._then(e,s,void 0,f,l),c._then(a,u,void 0,f,l),f._setOnCancel(c)}else f._resolveCallback(h);return f},t.prototype._setBoundTo=function(t){void 0!==t?(this._bitField=2097152|this._bitField,this._boundTo=t):this._bitField=-2097153&this._bitField},t.prototype._isBound=function(){return 2097152==(2097152&this._bitField)},t.bind=function(e,r){return t.resolve(r).bind(e)}}},{}],4:[function(t,e,r){var n;"undefined"!=typeof Promise&&(n=Promise);var i=t("./promise")();i.noConflict=function(){try{Promise===i&&(Promise=n)}catch(t){}return i},e.exports=i},{"./promise":22}],5:[function(t,e,r){var n=Object.create;if(n){var i=n(null),o=n(null);i[" size"]=o[" size"]=0}e.exports=function(e){function r(t,r){var n;if(null!=t&&(n=t[r]),"function"!=typeof n){var i="Object "+a.classString(t)+" has no method '"+a.toString(r)+"'";throw new e.TypeError(i)}return n}function n(t){return r(t,this.pop()).apply(t,this)}function i(t){return t[this]}function o(t){var e=+this;return e<0&&(e=Math.max(0,e+t.length)),t[e]}var s,a=t("./util"),u=a.canEvaluate;a.isIdentifier;e.prototype.call=function(t){var e=[].slice.call(arguments,1);return e.push(t),this._then(n,void 0,void 0,e,void 0)},e.prototype.get=function(t){var e;if("number"==typeof t)e=o;else if(u){var r=s(t);e=null!==r?r:i}else e=i;return this._then(e,void 0,void 0,t,void 0)}}},{"./util":36}],6:[function(t,e,r){e.exports=function(e,r,n,i){var o=t("./util"),s=o.tryCatch,a=o.errorObj,u=e._async;e.prototype.break=e.prototype.cancel=function(){if(!i.cancellation())return this._warn("cancellation is disabled");for(var t=this,e=t;t.isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}var r=t._cancellationParent;if(null==r||!r.isCancellable()){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}t._isFollowing()&&t._followee().cancel(),e=t,t=r}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(t){return t===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),!!this._enoughBranchesHaveCancelled()&&(this._invokeOnCancel(),!0))},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this.isCancellable()&&(this._setCancelled(),u.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(t,e){if(o.isArray(t))for(var r=0;r=0)return i[t]}var n=!1,i=[];return t.prototype._promiseCreated=function(){},t.prototype._pushContext=function(){},t.prototype._popContext=function(){return null},t._peekContext=t.prototype._peekContext=function(){},e.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,i.push(this._trace))},e.prototype._popContext=function(){if(void 0!==this._trace){var t=i.pop(),e=t._promiseCreated;return t._promiseCreated=null,e}return null},e.CapturedTrace=null,e.create=function(){if(n)return new e},e.deactivateLongStackTraces=function(){},e.activateLongStackTraces=function(){var i=t.prototype._pushContext,o=t.prototype._popContext,s=t._peekContext,a=t.prototype._peekContext,u=t.prototype._promiseCreated;e.deactivateLongStackTraces=function(){t.prototype._pushContext=i,t.prototype._popContext=o,t._peekContext=s,t.prototype._peekContext=a,t.prototype._promiseCreated=u,n=!1},n=!0,t.prototype._pushContext=e.prototype._pushContext,t.prototype._popContext=e.prototype._popContext,t._peekContext=t.prototype._peekContext=r,t.prototype._promiseCreated=function(){var t=this._peekContext();t&&null==t._promiseCreated&&(t._promiseCreated=this)}},e}},{}],9:[function(e,r,n){r.exports=function(r,n){function i(t,e){return{promise:e}}function o(){return!1}function s(t,e,r){var n=this;try{t(e,r,function(t){if("function"!=typeof t)throw new TypeError("onCancel must be a function, got: "+T.toString(t));n._attachCancellationCallback(t)})}catch(t){return t}}function a(t){if(!this.isCancellable())return this;var e=this._onCancel();void 0!==e?T.isArray(e)?e.push(t):this._setOnCancel([e,t]):this._setOnCancel(t)}function u(){return this._onCancelField}function c(t){this._onCancelField=t}function f(){this._cancellationParent=void 0,this._onCancelField=void 0}function h(t,e){if(0!=(1&e)){this._cancellationParent=t;var r=t._branchesRemainingToCancel;void 0===r&&(r=0),t._branchesRemainingToCancel=r+1}0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function l(){var t=this._boundTo;return void 0!==t&&t instanceof r?t.isFulfilled()?t.value():void 0:t}function d(){this._trace=new k(this._peekContext())}function p(t,e){if(P(t)){var r=this._trace;if(void 0!==r&&e&&(r=r._parent),void 0!==r)r.attachExtraTrace(t);else if(!t.__stackCleaned__){var n=v(t);T.notEnumerableProp(t,"stack",n.message+"\n"+n.stack.join("\n")),T.notEnumerableProp(t,"__stackCleaned__",!0)}}}function m(t,e,n){if($.warnings){var i,o=new C(t);if(e)n._attachExtraTrace(o);else if($.longStackTraces&&(i=r._peekContext()))i.attachExtraTrace(o);else{var s=v(o);o.stack=s.message+"\n"+s.stack.join("\n")}K("warning",o)||y(o,"",!0)}}function b(t){for(var e=[],r=0;r0?function(t){for(var e=t.stack.replace(/\s+$/g,"").split("\n"),r=0;r0&&(e=e.slice(r)),e}(t):[" (No stack trace)"],{message:r,stack:b(e)}}function y(t,e,r){if("undefined"!=typeof console){var n;if(T.isObject(t)){var i=t.stack;n=e+R(i,t)}else n=e+String(t);"function"==typeof S?S(n,r):"function"!=typeof console.log&&"object"!==_typeof(console.log)||console.log(n)}}function g(t,e,r,n){var i=!1;try{"function"==typeof e&&(i=!0,"rejectionHandled"===t?e(n):e(r,n))}catch(t){j.throwLater(t)}"unhandledRejection"===t?K(t,r,n)||i||y(r,"Unhandled rejection "):K(t,n)}function _(t){var e;if("function"==typeof t)e="[function "+(t.name||"anonymous")+"]";else{e=t&&"function"==typeof t.toString?t.toString():T.toString(t);if(/\[object [a-zA-Z0-9$_]+\]/.test(e))try{e=JSON.stringify(t)}catch(t){}0===e.length&&(e="(empty array)")}return"(<"+function(t){if(t.length<41)return t;return t.substr(0,38)+"..."}(e)+">, no stack trace)"}function w(){return"function"==typeof G}function M(t){var e=t.match(X);if(e)return{fileName:e[1],line:parseInt(e[2],10)}}function k(t){this._parent=t,this._promisesCreated=0;var e=this._length=1+(void 0===t?0:t._length);G(this,k),e>32&&this.uncycle()}var x,E,S,A=r._getDomain,j=r._async,C=e("./errors").Warning,T=e("./util"),P=T.canAttachTrace,I=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,B=null,R=null,F=!1,O=!(0==T.env("BLUEBIRD_DEBUG")),N=!(0==T.env("BLUEBIRD_WARNINGS")||!O&&!T.env("BLUEBIRD_WARNINGS")),L=!(0==T.env("BLUEBIRD_LONG_STACK_TRACES")||!O&&!T.env("BLUEBIRD_LONG_STACK_TRACES")),D=0!=T.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(N||!!T.env("BLUEBIRD_W_FORGOTTEN_RETURN"));r.prototype.suppressUnhandledRejections=function(){var t=this._target();t._bitField=-1048577&t._bitField|524288},r.prototype._ensurePossibleRejectionHandled=function(){0==(524288&this._bitField)&&(this._setRejectionIsUnhandled(),j.invokeLater(this._notifyUnhandledRejection,this,void 0))},r.prototype._notifyUnhandledRejectionIsHandled=function(){g("rejectionHandled",x,void 0,this)},r.prototype._setReturnedNonUndefined=function(){this._bitField=268435456|this._bitField},r.prototype._returnedNonUndefined=function(){return 0!=(268435456&this._bitField)},r.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var t=this._settledValue();this._setUnhandledRejectionIsNotified(),g("unhandledRejection",E,t,this)}},r.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=262144|this._bitField},r.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=-262145&this._bitField},r.prototype._isUnhandledRejectionNotified=function(){return(262144&this._bitField)>0},r.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},r.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},r.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},r.prototype._warn=function(t,e,r){return m(t,e,r||this)},r.onPossiblyUnhandledRejection=function(t){var e=A();E="function"==typeof t?null===e?t:e.bind(t):void 0},r.onUnhandledRejectionHandled=function(t){var e=A();x="function"==typeof t?null===e?t:e.bind(t):void 0};var q=function(){};r.longStackTraces=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!$.longStackTraces&&w()){var t=r.prototype._captureStackTrace,e=r.prototype._attachExtraTrace;$.longStackTraces=!0,q=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");r.prototype._captureStackTrace=t,r.prototype._attachExtraTrace=e,n.deactivateLongStackTraces(),j.enableTrampoline(),$.longStackTraces=!1},r.prototype._captureStackTrace=d,r.prototype._attachExtraTrace=p,n.activateLongStackTraces(),j.disableTrampolineIfNecessary()}},r.hasLongStackTraces=function(){return $.longStackTraces&&w()};var U=function(){try{var t=document.createEvent("CustomEvent");return t.initCustomEvent("testingtheevent",!1,!0,{}),T.global.dispatchEvent(t),function(t,e){var r=document.createEvent("CustomEvent");return r.initCustomEvent(t.toLowerCase(),!1,!0,e),!T.global.dispatchEvent(r)}}catch(t){}return function(){return!1}}(),z=T.isNode?function(){return t.emit.apply(t,arguments)}:T.global?function(t){var e="on"+t.toLowerCase(),r=T.global[e];return!!r&&(r.apply(T.global,[].slice.call(arguments,1)),!0)}:function(){return!1},H={promiseCreated:i,promiseFulfilled:i,promiseRejected:i,promiseResolved:i,promiseCancelled:i,promiseChained:function(t,e,r){return{promise:e,child:r}},warning:function(t,e){return{warning:e}},unhandledRejection:function(t,e,r){return{reason:e,promise:r}},rejectionHandled:i},K=function(t){var e=!1;try{e=z.apply(null,arguments)}catch(t){j.throwLater(t),e=!0}var r=!1;try{r=U(t,H[t].apply(null,arguments))}catch(t){j.throwLater(t),r=!0}return r||e};r.config=function(t){if("longStackTraces"in(t=Object(t))&&(t.longStackTraces?r.longStackTraces():!t.longStackTraces&&r.hasLongStackTraces()&&q()),"warnings"in t){var e=t.warnings;$.warnings=!!e,D=$.warnings,T.isObject(e)&&"wForgottenReturn"in e&&(D=!!e.wForgottenReturn)}if("cancellation"in t&&t.cancellation&&!$.cancellation){if(j.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");r.prototype._clearCancellationData=f,r.prototype._propagateFrom=h,r.prototype._onCancel=u,r.prototype._setOnCancel=c,r.prototype._attachCancellationCallback=a,r.prototype._execute=s,V=h,$.cancellation=!0}"monitoring"in t&&(t.monitoring&&!$.monitoring?($.monitoring=!0,r.prototype._fireEvent=K):!t.monitoring&&$.monitoring&&($.monitoring=!1,r.prototype._fireEvent=o))},r.prototype._fireEvent=o,r.prototype._execute=function(t,e,r){try{t(e,r)}catch(t){return t}},r.prototype._onCancel=function(){},r.prototype._setOnCancel=function(t){},r.prototype._attachCancellationCallback=function(t){},r.prototype._captureStackTrace=function(){},r.prototype._attachExtraTrace=function(){},r.prototype._clearCancellationData=function(){},r.prototype._propagateFrom=function(t,e){};var V=function(t,e){0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)},W=function(){return!1},X=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;T.inherits(k,Error),n.CapturedTrace=k,k.prototype.uncycle=function(){var t=this._length;if(!(t<2)){for(var e=[],r={},n=0,i=this;void 0!==i;++n)e.push(i),i=i._parent;for(n=(t=this._length=n)-1;n>=0;--n){var o=e[n].stack;void 0===r[o]&&(r[o]=n)}for(n=0;n0&&(e[s-1]._parent=void 0,e[s-1]._length=1),e[n]._parent=void 0,e[n]._length=1;var a=n>0?e[n-1]:this;s=0;--c)e[c]._length=u,u++;return}}}},k.prototype.attachExtraTrace=function(t){if(!t.__stackCleaned__){this.uncycle();for(var e=v(t),r=e.message,n=[e.stack],i=this;void 0!==i;)n.push(b(i.stack.split("\n"))),i=i._parent;!function(t){for(var e=t[0],r=1;r=0;--a)if(n[a]===o){s=a;break}for(a=s;a>=0;--a){var u=n[a];if(e[i]!==u)break;e.pop(),i--}e=n}}(n),function(t){for(var e=0;e=0)return B=/@/,R=e,F=!0,function(t){t.stack=(new Error).stack};var i;try{throw new Error}catch(t){i="stack"in t}return"stack"in n||!i||"number"!=typeof Error.stackTraceLimit?(R=function(t,e){return"string"==typeof t?t:"object"!==(void 0===e?"undefined":_typeof(e))&&"function"!=typeof e||void 0===e.name||void 0===e.message?_(e):e.toString()},null):(B=t,R=e,function(t){Error.stackTraceLimit+=6;try{throw new Error}catch(e){t.stack=e.stack}Error.stackTraceLimit-=6})}();"undefined"!=typeof console&&void 0!==console.warn&&(S=function(t){console.warn(t)},T.isNode&&t.stderr.isTTY?S=function(t,e){var r=e?"":"";console.warn(r+t+"\n")}:T.isNode||"string"!=typeof(new Error).stack||(S=function(t,e){console.warn("%c"+t,e?"color: darkorange":"color: red")}));var $={warnings:N,longStackTraces:!1,cancellation:!1,monitoring:!1};return L&&r.longStackTraces(),{longStackTraces:function(){return $.longStackTraces},warnings:function(){return $.warnings},cancellation:function(){return $.cancellation},monitoring:function(){return $.monitoring},propagateFromFunction:function(){return V},boundValueFunction:function(){return l},checkForgottenReturns:function(t,e,r,n,i){if(void 0===t&&null!==e&&D){if(void 0!==i&&i._returnedNonUndefined())return;r&&(r+=" ");var o="a promise was created in a "+r+"handler but was not returned from it";n._warn(o,!0,e)}},setBounds:function(t,e){if(w()){for(var r,n,i=t.stack.split("\n"),o=e.stack.split("\n"),s=-1,a=-1,u=0;u=a||(W=function(t){if(I.test(t))return!0;var e=M(t);return!!(e&&e.fileName===r&&s<=e.line&&e.line<=a)})}},warn:m,deprecated:function(t,e){var r=t+" is deprecated and will be removed in a future version.";return e&&(r+=" Use "+e+" instead."),m(r)},CapturedTrace:k,fireDomEvent:U,fireGlobalEvent:z}}},{"./errors":12,"./util":36}],10:[function(t,e,r){e.exports=function(t){function e(){return this.value}function r(){throw this.reason}t.prototype.return=t.prototype.thenReturn=function(r){return r instanceof t&&r.suppressUnhandledRejections(),this._then(e,void 0,void 0,{value:r},void 0)},t.prototype.throw=t.prototype.thenThrow=function(t){return this._then(r,void 0,void 0,{reason:t},void 0)},t.prototype.catchThrow=function(t){if(arguments.length<=1)return this._then(void 0,r,void 0,{reason:t},void 0);var e=arguments[1];return this.caught(t,function(){throw e})},t.prototype.catchReturn=function(r){if(arguments.length<=1)return r instanceof t&&r.suppressUnhandledRejections(),this._then(void 0,e,void 0,{value:r},void 0);var n=arguments[1];n instanceof t&&n.suppressUnhandledRejections();return this.caught(r,function(){return n})}}},{}],11:[function(t,e,r){e.exports=function(t,e){function r(){return o(this)}function n(t,r){return i(t,r,e,e)}var i=t.reduce,o=t.all;t.prototype.each=function(t){return this.mapSeries(t)._then(r,void 0,void 0,this,void 0)},t.prototype.mapSeries=function(t){return i(this,t,e,e)},t.each=function(t,e){return n(t,e)._then(r,void 0,void 0,t,void 0)},t.mapSeries=n}},{}],12:[function(t,e,r){function n(t,e){function r(n){if(!(this instanceof r))return new r(n);h(this,"message","string"==typeof n?n:e),h(this,"name",t),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return f(r,Error),r}function i(t){if(!(this instanceof i))return new i(t);h(this,"name","OperationalError"),h(this,"message",t),this.cause=t,this.isOperational=!0,t instanceof Error?(h(this,"message",t.message),h(this,"stack",t.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}var o,s,a=t("./es5"),u=a.freeze,c=t("./util"),f=c.inherits,h=c.notEnumerableProp,l=n("Warning","warning"),d=n("CancellationError","cancellation error"),p=n("TimeoutError","timeout error"),m=n("AggregateError","aggregate error");try{o=TypeError,s=RangeError}catch(t){o=n("TypeError","type error"),s=n("RangeError","range error")}for(var b="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),v=0;v1?t.cancelPromise._reject(e):t.cancelPromise._cancel(),t.cancelPromise=null,!0)}function s(){return u.call(this,this.promise._target()._settledValue())}function a(t){if(!o(this,t))return h.e=t,h}function u(t){var n=this.promise,u=this.handler;if(!this.called){this.called=!0;var c=this.isFinallyHandler()?u.call(n._boundValue()):u.call(n._boundValue(),t);if(void 0!==c){n._setReturnedNonUndefined();var l=r(c,n);if(l instanceof e){if(null!=this.cancelPromise){if(l.isCancelled()){var d=new f("late cancellation observer");return n._attachExtraTrace(d),h.e=d,h}l.isPending()&&l._attachCancellationCallback(new i(this))}return l._then(s,a,void 0,this,void 0)}}}return n.isRejected()?(o(this),h.e=t,h):(o(this),t)}var c=t("./util"),f=e.CancellationError,h=c.errorObj;return n.prototype.isFinallyHandler=function(){return 0===this.type},i.prototype._resultCancelled=function(){o(this.finallyHandler)},e.prototype._passThrough=function(t,e,r,i){return"function"!=typeof t?this.then():this._then(r,i,void 0,new n(this,e,t),void 0)},e.prototype.lastly=e.prototype.finally=function(t){return this._passThrough(t,0,u,u)},e.prototype.tap=function(t){return this._passThrough(t,1,u)},n}},{"./util":36}],16:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,r,i,o){var s=this._promise=new e(n);s._captureStackTrace(),s._setOnCancel(this),this._stack=o,this._generatorFunction=t,this._receiver=r,this._generator=void 0,this._yieldHandlers="function"==typeof i?[i].concat(l):l,this._yieldedPromise=null}var u=t("./errors").TypeError,c=t("./util"),f=c.errorObj,h=c.tryCatch,l=[];c.inherits(a,o),a.prototype._isResolved=function(){return null===this._promise},a.prototype._cleanup=function(){this._promise=this._generator=null},a.prototype._promiseCancelled=function(){if(!this._isResolved()){var t;if(void 0!==this._generator.return)this._promise._pushContext(),t=h(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var r=new e.CancellationError("generator .return() sentinel");e.coroutine.returnSentinel=r,this._promise._attachExtraTrace(r),this._promise._pushContext(),t=h(this._generator.throw).call(this._generator,r),this._promise._popContext(),t===f&&t.e===r&&(t=null)}var n=this._promise;this._cleanup(),t===f?n._rejectCallback(t.e,!1):n.cancel()}},a.prototype._promiseFulfilled=function(t){this._yieldedPromise=null,this._promise._pushContext();var e=h(this._generator.next).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._promiseRejected=function(t){this._yieldedPromise=null,this._promise._attachExtraTrace(t),this._promise._pushContext();var e=h(this._generator.throw).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof e){var t=this._yieldedPromise;this._yieldedPromise=null,t.cancel()}},a.prototype.promise=function(){return this._promise},a.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},a.prototype._continue=function(t){var r=this._promise;if(t===f)return this._cleanup(),r._rejectCallback(t.e,!1);var n=t.value;if(!0===t.done)return this._cleanup(),r._resolveCallback(n);var o=i(n,this._promise);if(o instanceof e||null!==(o=function(t,r,n){for(var o=0;o0&&"function"==typeof arguments[e]){t=arguments[e]}var n=[].slice.call(arguments);t&&n.pop();var i=new r(n).promise();return void 0!==t?i.spread(t):i}}},{"./util":36}],18:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,e,r,n){this.constructor$(t),this._promise._captureStackTrace();var i=c();this._callback=null===i?e:i.bind(e),this._preservedValues=n===o?new Array(this.length()):null,this._limit=r,this._inFlight=0,this._queue=r>=1?[]:d,this._init$(void 0,-2)}function u(t,e,r,i){if("function"!=typeof e)return n("expecting a function but got "+f.classString(e));var o="object"===(void 0===r?"undefined":_typeof(r))&&null!==r?r.concurrency:0;return o="number"==typeof o&&isFinite(o)&&o>=1?o:0,new a(t,e,o,i).promise()}var c=e._getDomain,f=t("./util"),h=f.tryCatch,l=f.errorObj,d=[];f.inherits(a,r),a.prototype._init=function(){},a.prototype._promiseFulfilled=function(t,r){var n=this._values,o=this.length(),a=this._preservedValues,u=this._limit;if(r<0){if(r=-1*r-1,n[r]=t,u>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(u>=1&&this._inFlight>=u)return n[r]=t,this._queue.push(r),!1;null!==a&&(a[r]=t);var c=this._promise,f=this._callback,d=c._boundValue();c._pushContext();var p=h(f).call(d,t,r,o),m=c._popContext();if(s.checkForgottenReturns(p,m,null!==a?"Promise.filter":"Promise.map",c),p===l)return this._reject(p.e),!0;var b=i(p,this._promise);if(b instanceof e){var v=(b=b._target())._bitField;if(0==(50397184&v))return u>=1&&this._inFlight++,n[r]=b,b._proxy(this,-1*(r+1)),!1;if(0==(33554432&v))return 0!=(16777216&v)?(this._reject(b._reason()),!0):(this._cancel(),!0);p=b._value()}n[r]=p}return++this._totalResolved>=o&&(null!==a?this._filter(n,a):this._resolve(n),!0)},a.prototype._drainQueue=function(){for(var t=this._queue,e=this._limit,r=this._values;t.length>0&&this._inFlight1){o.deprecated("calling Promise.try with more than 1 argument");var c=arguments[1],f=arguments[2];u=s.isArray(c)?a(t).apply(f,c):a(t).call(f,c)}else u=a(t)();var h=n._popContext();return o.checkForgottenReturns(u,h,"Promise.try",n),n._resolveFromSyncValue(u),n},e.prototype._resolveFromSyncValue=function(t){t===s.errorObj?this._rejectCallback(t.e,!1):this._resolveCallback(t,!0)}}},{"./util":36}],20:[function(t,e,r){function n(t){var e;if(function(t){return t instanceof Error&&a.getPrototypeOf(t)===Error.prototype}(t)){(e=new s(t)).name=t.name,e.message=t.message,e.stack=t.stack;for(var r=a.keys(t),n=0;n1){var r,n=new Array(e-1),i=0;for(r=0;r0&&"function"!=typeof t&&"function"!=typeof e){var r=".then() only accepts functions but was passed: "+l.classString(t);arguments.length>1&&(r+=", "+l.classString(e)),this._warn(r)}return this._then(t,e,void 0,void 0,void 0)},n.prototype.done=function(t,e){this._then(t,e,void 0,void 0,void 0)._setIsFinal()},n.prototype.spread=function(t){return"function"!=typeof t?f("expecting a function but got "+l.classString(t)):this.all()._then(t,void 0,void 0,_,void 0)},n.prototype.toJSON=function(){var t={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(t.fulfillmentValue=this.value(),t.isFulfilled=!0):this.isRejected()&&(t.rejectionReason=this.reason(),t.isRejected=!0),t},n.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new k(this).promise()},n.prototype.error=function(t){return this.caught(l.originatesFromRejection,t)},n.is=function(t){return t instanceof n},n.fromNode=n.fromCallback=function(t){var e=new n(g);e._captureStackTrace();var r=arguments.length>1&&!!Object(arguments[1]).multiArgs,i=P(t)(C(e,r));return i===T&&e._rejectCallback(i.e,!0),e._isFateSealed()||e._setAsyncGuaranteed(),e},n.all=function(t){return new k(t).promise()},n.cast=function(t){var e=M(t);return e instanceof n||((e=new n(g))._captureStackTrace(),e._setFulfilled(),e._rejectionHandler0=t),e},n.resolve=n.fulfilled=n.cast,n.reject=n.rejected=function(t){var e=new n(g);return e._captureStackTrace(),e._rejectCallback(t,!0),e},n.setScheduler=function(t){if("function"!=typeof t)throw new v("expecting a function but got "+l.classString(t));var e=m._schedule;return m._schedule=t,e},n.prototype._then=function(t,e,r,i,o){var s=void 0!==o,u=s?o:new n(g),c=this._target(),f=c._bitField;s||(u._propagateFrom(this,3),u._captureStackTrace(),void 0===i&&0!=(2097152&this._bitField)&&(i=0!=(50397184&f)?this._boundValue():c===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,u));var h=a();if(0!=(50397184&f)){var l,d,p=c._settlePromiseCtx;0!=(33554432&f)?(d=c._rejectionHandler0,l=t):0!=(16777216&f)?(d=c._fulfillmentHandler0,l=e,c._unsetRejectionIsUnhandled()):(p=c._settlePromiseLateCancellationObserver,d=new y("late cancellation observer"),c._attachExtraTrace(d),l=e),m.invoke(p,c,{handler:null===h?l:"function"==typeof l&&h.bind(l),promise:u,receiver:i,value:d})}else c._addCallbacks(t,e,u,i,h);return u},n.prototype._length=function(){return 65535&this._bitField},n.prototype._isFateSealed=function(){return 0!=(117506048&this._bitField)},n.prototype._isFollowing=function(){return 67108864==(67108864&this._bitField)},n.prototype._setLength=function(t){this._bitField=-65536&this._bitField|65535&t},n.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},n.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},n.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},n.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},n.prototype._isFinal=function(){return(4194304&this._bitField)>0},n.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},n.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},n.prototype._setAsyncGuaranteed=function(){this._bitField=134217728|this._bitField},n.prototype._receiverAt=function(t){var e=0===t?this._receiver0:this[4*t-4+3];if(e!==h)return void 0===e&&this._isBound()?this._boundValue():e},n.prototype._promiseAt=function(t){return this[4*t-4+2]},n.prototype._fulfillmentHandlerAt=function(t){return this[4*t-4+0]},n.prototype._rejectionHandlerAt=function(t){return this[4*t-4+1]},n.prototype._boundValue=function(){},n.prototype._migrateCallback0=function(t){t._bitField;var e=t._fulfillmentHandler0,r=t._rejectionHandler0,n=t._promise0,i=t._receiverAt(0);void 0===i&&(i=h),this._addCallbacks(e,r,n,i,null)},n.prototype._migrateCallbackAt=function(t,e){var r=t._fulfillmentHandlerAt(e),n=t._rejectionHandlerAt(e),i=t._promiseAt(e),o=t._receiverAt(e);void 0===o&&(o=h),this._addCallbacks(r,n,i,o,null)},n.prototype._addCallbacks=function(t,e,r,n,i){var o=this._length();if(o>=65531&&(o=0,this._setLength(0)),0===o)this._promise0=r,this._receiver0=n,"function"==typeof t&&(this._fulfillmentHandler0=null===i?t:i.bind(t)),"function"==typeof e&&(this._rejectionHandler0=null===i?e:i.bind(e));else{var s=4*o-4;this[s+2]=r,this[s+3]=n,"function"==typeof t&&(this[s+0]=null===i?t:i.bind(t)),"function"==typeof e&&(this[s+1]=null===i?e:i.bind(e))}return this._setLength(o+1),o},n.prototype._proxy=function(t,e){this._addCallbacks(void 0,void 0,e,t,null)},n.prototype._resolveCallback=function(t,e){if(0==(117506048&this._bitField)){if(t===this)return this._rejectCallback(u(),!1);var r=M(t,this);if(!(r instanceof n))return this._fulfill(t);e&&this._propagateFrom(r,2);var i=r._target(),o=i._bitField;if(0==(50397184&o)){var s=this._length();s>0&&i._migrateCallback0(this);for(var a=1;a>>16)){if(t===this){var r=u();return this._attachExtraTrace(r),this._reject(r)}this._setFulfilled(),this._rejectionHandler0=t,(65535&e)>0&&(0!=(134217728&e)?this._settlePromises():m.settlePromises(this))}},n.prototype._reject=function(t){var e=this._bitField;if(!((117506048&e)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=t,this._isFinal())return m.fatalError(t,l.isNode);(65535&e)>0?0!=(134217728&e)?this._settlePromises():m.settlePromises(this):this._ensurePossibleRejectionHandled()}},n.prototype._fulfillPromises=function(t,e){for(var r=1;r0){if(0!=(16842752&t)){var r=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,r,t),this._rejectPromises(e,r)}else{var n=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,n,t),this._fulfillPromises(e,n)}this._setLength(0)}this._clearCancellationData()},n.prototype._settledValue=function(){var t=this._bitField;return 0!=(33554432&t)?this._rejectionHandler0:0!=(16777216&t)?this._fulfillmentHandler0:void 0},n.defer=n.pending=function(){S.deprecated("Promise.defer","new Promise");return{promise:new n(g),resolve:i,reject:o}},l.notEnumerableProp(n,"_makeSelfResolutionError",u),e("./method")(n,g,M,f,S),e("./bind")(n,g,M,S),e("./cancel")(n,k,f,S),e("./direct_resolve")(n),e("./synchronous_inspection")(n),e("./join")(n,k,M,g,S),n.Promise=n,e("./map.js")(n,k,f,M,g,S),e("./using.js")(n,f,M,E,g,S),e("./timers.js")(n,g,S),e("./generators.js")(n,f,g,M,r,S),e("./nodeify.js")(n),e("./call_get.js")(n),e("./props.js")(n,k,M,f),e("./race.js")(n,g,M,f),e("./reduce.js")(n,k,f,M,g,S),e("./settle.js")(n,k,S),e("./some.js")(n,k,f),e("./promisify.js")(n,g),e("./any.js")(n),e("./each.js")(n,g),e("./filter.js")(n,g),l.toFastProperties(n),l.toFastProperties(n.prototype),s({a:1}),s({b:2}),s({c:3}),s(1),s(function(){}),s(void 0),s(!1),s(new n(g)),S.setBounds(p.firstLineError,l.lastLineError),n}},{"./any.js":1,"./async":2,"./bind":3,"./call_get.js":5,"./cancel":6,"./catch_filter":7,"./context":8,"./debuggability":9,"./direct_resolve":10,"./each.js":11,"./errors":12,"./es5":13,"./filter.js":14,"./finally":15,"./generators.js":16,"./join":17,"./map.js":18,"./method":19,"./nodeback":20,"./nodeify.js":21,"./promise_array":23,"./promisify.js":24,"./props.js":25,"./race.js":27,"./reduce.js":28,"./settle.js":30,"./some.js":31,"./synchronous_inspection":32,"./thenables":33,"./timers.js":34,"./using.js":35,"./util":36}],23:[function(t,e,r){e.exports=function(e,r,n,i,o){function s(t){var n=this._promise=new e(r);t instanceof e&&n._propagateFrom(t,3),n._setOnCancel(this),this._values=t,this._length=0,this._totalResolved=0,this._init(void 0,-2)}var a=t("./util");a.isArray;return a.inherits(s,o),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function t(r,o){var s=n(this._values,this._promise);if(s instanceof e){var u=(s=s._target())._bitField;if(this._values=s,0==(50397184&u))return this._promise._setAsyncGuaranteed(),s._then(t,this._reject,void 0,this,o);if(0==(33554432&u))return 0!=(16777216&u)?this._reject(s._reason()):this._cancel();s=s._value()}if(null!==(s=a.asArray(s)))0!==s.length?this._iterate(s):-5===o?this._resolveEmptyArray():this._resolve(function(t){switch(t){case-2:return[];case-3:return{}}}(o));else{var c=i("expecting an array or an iterable object but got "+a.classString(s)).reason();this._promise._rejectCallback(c,!1)}},s.prototype._iterate=function(t){var r=this.getActualLength(t.length);this._length=r,this._values=this.shouldCopyValues()?new Array(r):this._values;for(var i=this._promise,o=!1,s=null,a=0;a=this._length&&(this._resolve(this._values),!0)},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(t){return this._totalResolved++,this._reject(t),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var r=0;r=this._length){var r;if(this._isMap)r=function(t){for(var e=new a,r=t.length/2|0,n=0;n>1},e.prototype.props=function(){return s(this)},e.props=function(t){return s(t)}}},{"./es5":13,"./util":36}],26:[function(t,e,r){function n(t){this._capacity=t,this._length=0,this._front=0}n.prototype._willBeOverCapacity=function(t){return this._capacity=this._length&&(this._resolve(this._values),!0)},i.prototype._promiseFulfilled=function(t,e){var r=new o;return r._bitField=33554432,r._settledValueField=t,this._promiseResolved(e,r)},i.prototype._promiseRejected=function(t,e){var r=new o;return r._bitField=16777216,r._settledValueField=t,this._promiseResolved(e,r)},e.settle=function(t){return n.deprecated(".settle()",".reflect()"),new i(t).promise()},e.prototype.settle=function(){return e.settle(this)}}},{"./util":36}],31:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.constructor$(t),this._howMany=0,this._unwrap=!1,this._initialized=!1}function o(t,e){if((0|e)!==e||e<0)return n("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var r=new i(t),o=r.promise();return r.setHowMany(e),r.init(),o}var s=t("./util"),a=t("./errors").RangeError,u=t("./errors").AggregateError,c=s.isArray,f={};s.inherits(i,r),i.prototype._init=function(){if(this._initialized)if(0!==this._howMany){this._init$(void 0,-5);var t=c(this._values);!this._isResolved()&&t&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}else this._resolve([])},i.prototype.init=function(){this._initialized=!0,this._init()},i.prototype.setUnwrap=function(){this._unwrap=!0},i.prototype.howMany=function(){return this._howMany},i.prototype.setHowMany=function(t){this._howMany=t},i.prototype._promiseFulfilled=function(t){return this._addFulfilled(t),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},i.prototype._promiseRejected=function(t){return this._addRejected(t),this._checkOutcome()},i.prototype._promiseCancelled=function(){return this._values instanceof e||null==this._values?this._cancel():(this._addRejected(f),this._checkOutcome())},i.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var t=new u,e=this.length();e0?this._reject(t):this._cancel(),!0}return!1},i.prototype._fulfilled=function(){return this._totalResolved},i.prototype._rejected=function(){return this._values.length-this.length()},i.prototype._addRejected=function(t){this._values.push(t)},i.prototype._addFulfilled=function(t){this._values[this._totalResolved++]=t},i.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},i.prototype._getRangeError=function(t){var e="Input array must contain at least "+this._howMany+" items but contains only "+t+" items";return new a(e)},i.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},e.some=function(t,e){return o(t,e)},e.prototype.some=function(t){return o(this,t)},e._SomePromiseArray=i}},{"./errors":12,"./util":36}],32:[function(t,e,r){e.exports=function(t){function e(t){void 0!==t?(t=t._target(),this._bitField=t._bitField,this._settledValueField=t._isFateSealed()?t._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}e.prototype._settledValue=function(){return this._settledValueField};var r=e.prototype.value=function(){if(!this.isFulfilled())throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},n=e.prototype.error=e.prototype.reason=function(){if(!this.isRejected())throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},i=e.prototype.isFulfilled=function(){return 0!=(33554432&this._bitField)},o=e.prototype.isRejected=function(){return 0!=(16777216&this._bitField)},s=e.prototype.isPending=function(){return 0==(50397184&this._bitField)},a=e.prototype.isResolved=function(){return 0!=(50331648&this._bitField)};e.prototype.isCancelled=t.prototype._isCancelled=function(){return 65536==(65536&this._bitField)},t.prototype.isCancelled=function(){return this._target()._isCancelled()},t.prototype.isPending=function(){return s.call(this._target())},t.prototype.isRejected=function(){return o.call(this._target())},t.prototype.isFulfilled=function(){return i.call(this._target())},t.prototype.isResolved=function(){return a.call(this._target())},t.prototype.value=function(){return r.call(this._target())},t.prototype.reason=function(){var t=this._target();return t._unsetRejectionIsUnhandled(),n.call(t)},t.prototype._value=function(){return this._settledValue()},t.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},t.PromiseInspection=e}},{}],33:[function(t,e,r){e.exports=function(e,r){var n=t("./util"),i=n.errorObj,o=n.isObject,s={}.hasOwnProperty;return function(t,a){if(o(t)){if(t instanceof e)return t;var u=function(t){try{return function(t){return t.then}(t)}catch(t){return i.e=t,i}}(t);if(u===i){a&&a._pushContext();var c=e.reject(u.e);return a&&a._popContext(),c}if("function"==typeof u)return function(t){return s.call(t,"_promise0")}(t)?(c=new e(r),t._then(c._fulfill,c._reject,void 0,c,null),c):function(t,o,s){var a=new e(r),u=a;s&&s._pushContext(),a._captureStackTrace(),s&&s._popContext();var c=!0,f=n.tryCatch(o).call(t,function(t){a&&(a._resolveCallback(t),a=null)},function(t){a&&(a._rejectCallback(t,c,!0),a=null)});return c=!1,a&&f===i&&(a._rejectCallback(f.e,!0,!0),a=null),u}(t,u,a)}return t}}},{"./util":36}],34:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.handle=t}function o(t){return clearTimeout(this.handle),t}function s(t){throw clearTimeout(this.handle),t}var a=t("./util"),u=e.TimeoutError;i.prototype._resultCancelled=function(){clearTimeout(this.handle)};var c=function(t){return f(+this).thenReturn(t)},f=e.delay=function(t,o){var s,a;return void 0!==o?(s=e.resolve(o)._then(c,null,null,t,void 0),n.cancellation()&&o instanceof e&&s._setOnCancel(o)):(s=new e(r),a=setTimeout(function(){s._fulfill()},+t),n.cancellation()&&s._setOnCancel(new i(a))),s._setAsyncGuaranteed(),s};e.prototype.delay=function(t){return f(t,this)};e.prototype.timeout=function(t,e){t=+t;var r,c,f=new i(setTimeout(function(){r.isPending()&&function(t,e,r){var n;n="string"!=typeof e?e instanceof Error?e:new u("operation timed out"):new u(e),a.markAsOriginatingFromRejection(n),t._attachExtraTrace(n),t._reject(n),null!=r&&r.cancel()}(r,e,c)},t));return n.cancellation()?(c=this.then(),(r=c._then(o,s,void 0,f,void 0))._setOnCancel(f)):r=this._then(o,s,void 0,f,void 0),r}}},{"./util":36}],35:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t){setTimeout(function(){throw t},0)}function u(t,r){function i(){if(s>=u)return c._fulfill();var o=function(t){var e=n(t);return e!==t&&"function"==typeof t._isDisposable&&"function"==typeof t._getDisposer&&t._isDisposable()&&e._setDisposable(t._getDisposer()),e}(t[s++]);if(o instanceof e&&o._isDisposable()){try{o=n(o._getDisposer().tryDispose(r),t.promise)}catch(t){return a(t)}if(o instanceof e)return o._then(i,a,null,null,null)}i()}var s=0,u=t.length,c=new e(o);return i(),c}function c(t,e,r){this._data=t,this._promise=e,this._context=r}function f(t,e,r){this.constructor$(t,e,r)}function h(t){return c.isDisposer(t)?(this.resources[this.index]._setDisposable(t),t.promise()):t}function l(t){this.length=t,this.promise=null,this[t-1]=null}var d=t("./util"),p=t("./errors").TypeError,m=t("./util").inherits,b=d.errorObj,v=d.tryCatch;c.prototype.data=function(){return this._data},c.prototype.promise=function(){return this._promise},c.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():null},c.prototype.tryDispose=function(t){var e=this.resource(),r=this._context;void 0!==r&&r._pushContext();var n=null!==e?this.doDispose(e,t):null;return void 0!==r&&r._popContext(),this._promise._unsetDisposable(),this._data=null,n},c.isDisposer=function(t){return null!=t&&"function"==typeof t.resource&&"function"==typeof t.tryDispose},m(f,c),f.prototype.doDispose=function(t,e){return this.data().call(t,t,e)},l.prototype._resultCancelled=function(){for(var t=this.length,r=0;r0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},e.prototype.disposer=function(t){if("function"==typeof t)return new f(t,this,i());throw new p}}},{"./errors":12,"./util":36}],36:[function(e,r,i){function o(){try{var t=C;return C=null,t.apply(this,arguments)}catch(t){return j.e=t,j}}function s(t){return C=t,o}function a(t){return null==t||!0===t||!1===t||"string"==typeof t||"number"==typeof t}function u(t){return"function"==typeof t||"object"===(void 0===t?"undefined":_typeof(t))&&null!==t}function c(t){return a(t)?new Error(y(t)):t}function f(t,e){var r,n=t.length,i=new Array(n+1);for(r=0;r1,n=e.length>0&&!(1===e.length&&"constructor"===e[0]),i=B.test(t+"")&&S.names(t).length>0;if(r||n||i)return!0}return!1}catch(t){return!1}}function m(t){function e(){}e.prototype=t;for(var r=8;r--;)new e;return t}function b(t){return R.test(t)}function v(t,e,r){for(var n=new Array(t),i=0;i10||e[0]>0}(),D.isNode&&D.toFastProperties(t);try{throw new Error}catch(t){D.lastLineError=t}r.exports=D},{"./es5":13}]},{},[4])(4)}),"undefined"!=typeof window&&null!==window?window.P=window.Promise:"undefined"!=typeof self&&null!==self&&(self.P=self.Promise)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120}],188:[function(t,e,r){function n(t,e,r){this.fn=t,this.context=e,this.once=r||!1}function i(){}var o="function"!=typeof Object.create&&"~";i.prototype._events=void 0,i.prototype.listeners=function(t,e){var r=o?o+t:t,n=this._events&&this._events[r];if(e)return!!n;if(!n)return[];if(n.fn)return[n.fn];for(var i=0,s=n.length,a=new Array(s);i1?(t[r[0]]=t[r[0]]||{},t[r[0]][r[1]]=e):t[r[0]]=e},i.prototype.buildCall=function(){var t=this;return function(){t.subscriptions[arguments[0]]||console.warn("Subscription "+JSON.stringify(arguments[0])+" doesn't exist. Subscribing anyway.");var e=new n({subscription:t.subscriptions[arguments[0]],requestManager:t.requestManager,type:t.type});return e.subscribe.apply(e,arguments)}},e.exports={subscriptions:i,subscription:n}},{"./subscription.js":198}],198:[function(t,e,r){function n(t){s.call(this),this.id=null,this.callback=null,this.arguments=null,this._reconnectIntervalId=null,this.options={subscription:t.subscription,type:t.type,requestManager:t.requestManager}}var i=t("underscore"),o=t("web3-core-helpers").errors,s=t("eventemitter3");(n.prototype=Object.create(s.prototype)).constructor=n,n.prototype._extractCallback=function(t){if(i.isFunction(t[t.length-1]))return t.pop()},n.prototype._validateArgs=function(t){var e=this.options.subscription;if(e||(e={}),e.params||(e.params=0),t.length!==e.params)throw o.InvalidNumberOfParams(t.length,e.params+1,t[0])},n.prototype._formatInput=function(t){var e=this.options.subscription;if(!e)return t;if(!e.inputFormatter)return t;return e.inputFormatter.map(function(e,r){return e?e(t[r]):t[r]})},n.prototype._formatOutput=function(t){var e=this.options.subscription;return e&&e.outputFormatter&&t?e.outputFormatter(t):t},n.prototype._toPayload=function(t){var e=[];if(this.callback=this._extractCallback(t),this.subscriptionMethod||(this.subscriptionMethod=t.shift(),this.options.subscription.subscriptionName&&(this.subscriptionMethod=this.options.subscription.subscriptionName)),this.arguments||(this.arguments=this._formatInput(t),this._validateArgs(this.arguments),t=[]),e.push(this.subscriptionMethod),e=e.concat(this.arguments),t.length)throw new Error("Only a callback is allowed as parameter on an already instantiated subscription.");return{method:this.options.type+"_subscribe",params:e}},n.prototype.unsubscribe=function(t){this.options.requestManager.removeSubscription(this.id,t),this.id=null,this.removeAllListeners(),clearInterval(this._reconnectIntervalId)},n.prototype.subscribe=function(){var t=this,e=Array.prototype.slice.call(arguments),r=this._toPayload(e);if(!r)return this;if(!this.options.requestManager.provider){var n=new Error("No provider set.");return this.callback(n,null,this),this.emit("error",n),this}if(!this.options.requestManager.provider.on){var o=new Error("The current provider doesn't support subscriptions: "+this.options.requestManager.provider.constructor.name);return this.callback(o,null,this),this.emit("error",o),this}return this.id&&this.unsubscribe(),this.options.params=r.params[1],"logs"===r.params[0]&&i.isObject(r.params[1])&&r.params[1].hasOwnProperty("fromBlock")&&isFinite(r.params[1].fromBlock)&&this.options.requestManager.send({method:"eth_getLogs",params:[r.params[1]]},function(e,r){e?(t.callback(e,null,t),t.emit("error",e)):r.forEach(function(e){var r=t._formatOutput(e);t.callback(null,r,t),t.emit("data",r)})}),"object"===_typeof(r.params[1])&&delete r.params[1].fromBlock,this.options.requestManager.send(r,function(e,n){!e&&n?(t.id=n,t.options.requestManager.addSubscription(t.id,r.params[0],t.options.type,function(e,r){i.isArray(r)&&(r=r[0]);var n=t._formatOutput(r);if(e)t.options.requestManager.removeSubscription(t.id),t.options.requestManager.provider.once&&(t._reconnectIntervalId=setInterval(function(){t.options.requestManager.provider.reconnect()},500),t.options.requestManager.provider.once("connect",function(){clearInterval(t._reconnectIntervalId),t.subscribe(t.callback)})),t.emit("error",e);else{if(i.isFunction(t.options.subscription.subscriptionHandler))return t.options.subscription.subscriptionHandler.call(t,n);t.emit("data",n)}i.isFunction(t.callback)&&t.callback(e,n,t)})):i.isFunction(t.callback)&&(t.callback(e,null,t),t.emit("error",e))}),this},e.exports=n},{eventemitter3:195,underscore:196,"web3-core-helpers":184}],199:[function(t,e,r){var n=t("web3-core-helpers").formatters,i=t("web3-core-method"),o=t("web3-utils");e.exports=function(t){var e=function(e){var r;return e.property?(t[e.property]||(t[e.property]={}),r=t[e.property]):r=t,e.methods&&e.methods.forEach(function(e){e instanceof i||(e=new i(e)),e.attachToObject(r),e.setRequestManager(t._requestManager)}),t};return e.formatters=n,e.utils=o,e.Method=i,e}},{"web3-core-helpers":184,"web3-core-method":186,"web3-utils":390}],200:[function(t,e,r){var n=t("web3-core-requestmanager"),i=t("./extend.js");e.exports={packageInit:function(t,e){if(e=Array.prototype.slice.call(e),!t)throw new Error('You need to instantiate using the "new" keyword.');Object.defineProperty(t,"currentProvider",{get:function(){return t._provider},set:function(e){return t.setProvider(e)},enumerable:!0,configurable:!0}),e[0]&&e[0]._requestManager?t._requestManager=new n.Manager(e[0].currentProvider):(t._requestManager=new n.Manager,t._requestManager.setProvider(e[0],e[1])),t.givenProvider=n.Manager.givenProvider,t.providers=n.Manager.providers,t._provider=t._requestManager.provider,t.setProvider||(t.setProvider=function(e,r){return t._requestManager.setProvider(e,r),t._provider=t._requestManager.provider,!0}),t.BatchRequest=n.BatchManager.bind(null,t._requestManager),t.extend=i(t)},addProviders:function(t){t.givenProvider=n.Manager.givenProvider,t.providers=n.Manager.providers}}},{"./extend.js":199,"web3-core-requestmanager":193}],201:[function(t,e,r){!function(e,r){function n(t,e){if(!t)throw new Error(e||"Assertion failed")}function i(t,e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}function o(t,e,r){if(o.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(r=e,e=10),this._init(t||0,e||10,r||"be"))}function s(t,e,r){for(var n=0,i=Math.min(t.length,r),o=e;o=49&&s<=54?s-49+10:s>=17&&s<=22?s-17+10:15&s}return n}function a(t,e,r,n){for(var i=0,o=Math.min(t.length,r),s=e;s=49?a-49+10:a>=17?a-17+10:a}return i}function u(t,e,r){r.negative=e.negative^t.negative;var n=t.length+e.length|0;r.length=n,n=n-1|0;var i=0|t.words[0],o=0|e.words[0],s=i*o,a=67108863&s,u=s/67108864|0;r.words[0]=a;for(var c=1;c>>26,h=67108863&u,l=Math.min(c,e.length-1),d=Math.max(0,c-t.length+1);d<=l;d++){var p=c-d|0;f+=(s=(i=0|t.words[p])*(o=0|e.words[d])+h)/67108864|0,h=67108863&s}r.words[c]=0|h,u=0|f}return 0!==u?r.words[c]=0|u:r.length--,r.strip()}function c(t,e,r){return(new f).mulp(t,e,r)}function f(t,e){this.x=t,this.y=e}function h(t,e){this.name=t,this.p=new o(e,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function l(){h.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function d(){h.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function p(){h.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function m(){h.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function b(t){if("string"==typeof t){var e=o._prime(t);this.m=e.p,this.prime=e}else n(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function v(t){b.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}"object"===(void 0===e?"undefined":_typeof(e))?e.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var y;try{y=t("buffer").Buffer}catch(t){}o.isBN=function(t){return t instanceof o||null!==t&&"object"===(void 0===t?"undefined":_typeof(t))&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,r){if("number"==typeof t)return this._initNumber(t,e,r);if("object"===(void 0===t?"undefined":_typeof(t)))return this._initArray(t,e,r);"hex"===e&&(e=16),n(e===(0|e)&&e>=2&&e<=36);var i=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&i++,16===e?this._parseHex(t,i):this._parseBase(t,e,i),"-"===t[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(n(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initArray=function(t,e,r){if(n("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)s=t[i]|t[i-1]<<8|t[i-2]<<16,this.words[o]|=s<>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var r=0;r=e;r-=6)i=s(t,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==e&&(i=s(t,e,r+6),this.words[n]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=e)n++;n--,i=i/e|0;for(var o=t.length-r,s=o%n,u=Math.min(o,o-s)+r,c=0,f=r;f1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var g=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],_=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],w=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(t,e){t=t||10,e=0|e||1;var r;if(16===t||"hex"===t){r="";for(var i=0,o=0,s=0;s>>24-i&16777215)||s!==this.length-1?g[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,s--)}for(0!==o&&(r=o.toString(16)+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(t===(0|t)&&t>=2&&t<=36){var c=_[t],f=w[t];r="";var h=this.clone();for(h.negative=0;!h.isZero();){var l=h.modn(f).toString(t);r=(h=h.idivn(f)).isZero()?l+r:g[c-l.length]+l+r}for(this.isZero()&&(r="0"+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return n(void 0!==y),this.toArrayLike(y,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var s,a,u="le"===e,c=new t(o),f=this.clone();if(u){for(a=0;!f.isZero();a++)s=f.andln(255),f.iushrn(8),c[a]=s;for(;a=4096&&(r+=13,e>>>=13),e>=64&&(r+=7,e>>>=7),e>=8&&(r+=4,e>>>=4),e>=2&&(r+=2,e>>>=2),r+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,r=0;return 0==(8191&e)&&(r+=13,e>>>=13),0==(127&e)&&(r+=7,e>>>=7),0==(15&e)&&(r+=4,e>>>=4),0==(3&e)&&(r+=2,e>>>=2),0==(1&e)&&r++,r},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var r=0;rt.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,r;this.length>t.length?(e=this,r=t):(e=t,r=this);for(var n=0;nt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){n("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),r=t%26;this._expand(e),r>0&&e--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){n("number"==typeof t&&t>=0);var r=t/26|0,i=t%26;return this._expand(r+1),this.words[r]=e?this.words[r]|1<t.length?(r=this,n=t):(r=t,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;var n,i;r>0?(n=this,i=t):(n=t,i=this);for(var o=0,s=0;s>26,this.words[s]=67108863&e;for(;0!==o&&s>26,this.words[s]=67108863&e;if(0===o&&s>>13,d=0|s[1],p=8191&d,m=d>>>13,b=0|s[2],v=8191&b,y=b>>>13,g=0|s[3],_=8191&g,w=g>>>13,M=0|s[4],k=8191&M,x=M>>>13,E=0|s[5],S=8191&E,A=E>>>13,j=0|s[6],C=8191&j,T=j>>>13,P=0|s[7],I=8191&P,B=P>>>13,R=0|s[8],F=8191&R,O=R>>>13,N=0|s[9],L=8191&N,D=N>>>13,q=0|a[0],U=8191&q,z=q>>>13,H=0|a[1],K=8191&H,V=H>>>13,W=0|a[2],X=8191&W,G=W>>>13,$=0|a[3],Z=8191&$,J=$>>>13,Q=0|a[4],Y=8191&Q,tt=Q>>>13,et=0|a[5],rt=8191&et,nt=et>>>13,it=0|a[6],ot=8191&it,st=it>>>13,at=0|a[7],ut=8191&at,ct=at>>>13,ft=0|a[8],ht=8191&ft,lt=ft>>>13,dt=0|a[9],pt=8191&dt,mt=dt>>>13;r.negative=t.negative^e.negative,r.length=19;var bt=(c+(n=Math.imul(h,U))|0)+((8191&(i=(i=Math.imul(h,z))+Math.imul(l,U)|0))<<13)|0;c=((o=Math.imul(l,z))+(i>>>13)|0)+(bt>>>26)|0,bt&=67108863,n=Math.imul(p,U),i=(i=Math.imul(p,z))+Math.imul(m,U)|0,o=Math.imul(m,z);var vt=(c+(n=n+Math.imul(h,K)|0)|0)+((8191&(i=(i=i+Math.imul(h,V)|0)+Math.imul(l,K)|0))<<13)|0;c=((o=o+Math.imul(l,V)|0)+(i>>>13)|0)+(vt>>>26)|0,vt&=67108863,n=Math.imul(v,U),i=(i=Math.imul(v,z))+Math.imul(y,U)|0,o=Math.imul(y,z),n=n+Math.imul(p,K)|0,i=(i=i+Math.imul(p,V)|0)+Math.imul(m,K)|0,o=o+Math.imul(m,V)|0;var yt=(c+(n=n+Math.imul(h,X)|0)|0)+((8191&(i=(i=i+Math.imul(h,G)|0)+Math.imul(l,X)|0))<<13)|0;c=((o=o+Math.imul(l,G)|0)+(i>>>13)|0)+(yt>>>26)|0,yt&=67108863,n=Math.imul(_,U),i=(i=Math.imul(_,z))+Math.imul(w,U)|0,o=Math.imul(w,z),n=n+Math.imul(v,K)|0,i=(i=i+Math.imul(v,V)|0)+Math.imul(y,K)|0,o=o+Math.imul(y,V)|0,n=n+Math.imul(p,X)|0,i=(i=i+Math.imul(p,G)|0)+Math.imul(m,X)|0,o=o+Math.imul(m,G)|0;var gt=(c+(n=n+Math.imul(h,Z)|0)|0)+((8191&(i=(i=i+Math.imul(h,J)|0)+Math.imul(l,Z)|0))<<13)|0;c=((o=o+Math.imul(l,J)|0)+(i>>>13)|0)+(gt>>>26)|0,gt&=67108863,n=Math.imul(k,U),i=(i=Math.imul(k,z))+Math.imul(x,U)|0,o=Math.imul(x,z),n=n+Math.imul(_,K)|0,i=(i=i+Math.imul(_,V)|0)+Math.imul(w,K)|0,o=o+Math.imul(w,V)|0,n=n+Math.imul(v,X)|0,i=(i=i+Math.imul(v,G)|0)+Math.imul(y,X)|0,o=o+Math.imul(y,G)|0,n=n+Math.imul(p,Z)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,Z)|0,o=o+Math.imul(m,J)|0;var _t=(c+(n=n+Math.imul(h,Y)|0)|0)+((8191&(i=(i=i+Math.imul(h,tt)|0)+Math.imul(l,Y)|0))<<13)|0;c=((o=o+Math.imul(l,tt)|0)+(i>>>13)|0)+(_t>>>26)|0,_t&=67108863,n=Math.imul(S,U),i=(i=Math.imul(S,z))+Math.imul(A,U)|0,o=Math.imul(A,z),n=n+Math.imul(k,K)|0,i=(i=i+Math.imul(k,V)|0)+Math.imul(x,K)|0,o=o+Math.imul(x,V)|0,n=n+Math.imul(_,X)|0,i=(i=i+Math.imul(_,G)|0)+Math.imul(w,X)|0,o=o+Math.imul(w,G)|0,n=n+Math.imul(v,Z)|0,i=(i=i+Math.imul(v,J)|0)+Math.imul(y,Z)|0,o=o+Math.imul(y,J)|0,n=n+Math.imul(p,Y)|0,i=(i=i+Math.imul(p,tt)|0)+Math.imul(m,Y)|0,o=o+Math.imul(m,tt)|0;var wt=(c+(n=n+Math.imul(h,rt)|0)|0)+((8191&(i=(i=i+Math.imul(h,nt)|0)+Math.imul(l,rt)|0))<<13)|0;c=((o=o+Math.imul(l,nt)|0)+(i>>>13)|0)+(wt>>>26)|0,wt&=67108863,n=Math.imul(C,U),i=(i=Math.imul(C,z))+Math.imul(T,U)|0,o=Math.imul(T,z),n=n+Math.imul(S,K)|0,i=(i=i+Math.imul(S,V)|0)+Math.imul(A,K)|0,o=o+Math.imul(A,V)|0,n=n+Math.imul(k,X)|0,i=(i=i+Math.imul(k,G)|0)+Math.imul(x,X)|0,o=o+Math.imul(x,G)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(w,Z)|0,o=o+Math.imul(w,J)|0,n=n+Math.imul(v,Y)|0,i=(i=i+Math.imul(v,tt)|0)+Math.imul(y,Y)|0,o=o+Math.imul(y,tt)|0,n=n+Math.imul(p,rt)|0,i=(i=i+Math.imul(p,nt)|0)+Math.imul(m,rt)|0,o=o+Math.imul(m,nt)|0;var Mt=(c+(n=n+Math.imul(h,ot)|0)|0)+((8191&(i=(i=i+Math.imul(h,st)|0)+Math.imul(l,ot)|0))<<13)|0;c=((o=o+Math.imul(l,st)|0)+(i>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,n=Math.imul(I,U),i=(i=Math.imul(I,z))+Math.imul(B,U)|0,o=Math.imul(B,z),n=n+Math.imul(C,K)|0,i=(i=i+Math.imul(C,V)|0)+Math.imul(T,K)|0,o=o+Math.imul(T,V)|0,n=n+Math.imul(S,X)|0,i=(i=i+Math.imul(S,G)|0)+Math.imul(A,X)|0,o=o+Math.imul(A,G)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(x,Z)|0,o=o+Math.imul(x,J)|0,n=n+Math.imul(_,Y)|0,i=(i=i+Math.imul(_,tt)|0)+Math.imul(w,Y)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(v,rt)|0,i=(i=i+Math.imul(v,nt)|0)+Math.imul(y,rt)|0,o=o+Math.imul(y,nt)|0,n=n+Math.imul(p,ot)|0,i=(i=i+Math.imul(p,st)|0)+Math.imul(m,ot)|0,o=o+Math.imul(m,st)|0;var kt=(c+(n=n+Math.imul(h,ut)|0)|0)+((8191&(i=(i=i+Math.imul(h,ct)|0)+Math.imul(l,ut)|0))<<13)|0;c=((o=o+Math.imul(l,ct)|0)+(i>>>13)|0)+(kt>>>26)|0,kt&=67108863,n=Math.imul(F,U),i=(i=Math.imul(F,z))+Math.imul(O,U)|0,o=Math.imul(O,z),n=n+Math.imul(I,K)|0,i=(i=i+Math.imul(I,V)|0)+Math.imul(B,K)|0,o=o+Math.imul(B,V)|0,n=n+Math.imul(C,X)|0,i=(i=i+Math.imul(C,G)|0)+Math.imul(T,X)|0,o=o+Math.imul(T,G)|0,n=n+Math.imul(S,Z)|0,i=(i=i+Math.imul(S,J)|0)+Math.imul(A,Z)|0,o=o+Math.imul(A,J)|0,n=n+Math.imul(k,Y)|0,i=(i=i+Math.imul(k,tt)|0)+Math.imul(x,Y)|0,o=o+Math.imul(x,tt)|0,n=n+Math.imul(_,rt)|0,i=(i=i+Math.imul(_,nt)|0)+Math.imul(w,rt)|0,o=o+Math.imul(w,nt)|0,n=n+Math.imul(v,ot)|0,i=(i=i+Math.imul(v,st)|0)+Math.imul(y,ot)|0,o=o+Math.imul(y,st)|0,n=n+Math.imul(p,ut)|0,i=(i=i+Math.imul(p,ct)|0)+Math.imul(m,ut)|0,o=o+Math.imul(m,ct)|0;var xt=(c+(n=n+Math.imul(h,ht)|0)|0)+((8191&(i=(i=i+Math.imul(h,lt)|0)+Math.imul(l,ht)|0))<<13)|0;c=((o=o+Math.imul(l,lt)|0)+(i>>>13)|0)+(xt>>>26)|0,xt&=67108863,n=Math.imul(L,U),i=(i=Math.imul(L,z))+Math.imul(D,U)|0,o=Math.imul(D,z),n=n+Math.imul(F,K)|0,i=(i=i+Math.imul(F,V)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,V)|0,n=n+Math.imul(I,X)|0,i=(i=i+Math.imul(I,G)|0)+Math.imul(B,X)|0,o=o+Math.imul(B,G)|0,n=n+Math.imul(C,Z)|0,i=(i=i+Math.imul(C,J)|0)+Math.imul(T,Z)|0,o=o+Math.imul(T,J)|0,n=n+Math.imul(S,Y)|0,i=(i=i+Math.imul(S,tt)|0)+Math.imul(A,Y)|0,o=o+Math.imul(A,tt)|0,n=n+Math.imul(k,rt)|0,i=(i=i+Math.imul(k,nt)|0)+Math.imul(x,rt)|0,o=o+Math.imul(x,nt)|0,n=n+Math.imul(_,ot)|0,i=(i=i+Math.imul(_,st)|0)+Math.imul(w,ot)|0,o=o+Math.imul(w,st)|0,n=n+Math.imul(v,ut)|0,i=(i=i+Math.imul(v,ct)|0)+Math.imul(y,ut)|0,o=o+Math.imul(y,ct)|0,n=n+Math.imul(p,ht)|0,i=(i=i+Math.imul(p,lt)|0)+Math.imul(m,ht)|0,o=o+Math.imul(m,lt)|0;var Et=(c+(n=n+Math.imul(h,pt)|0)|0)+((8191&(i=(i=i+Math.imul(h,mt)|0)+Math.imul(l,pt)|0))<<13)|0;c=((o=o+Math.imul(l,mt)|0)+(i>>>13)|0)+(Et>>>26)|0,Et&=67108863,n=Math.imul(L,K),i=(i=Math.imul(L,V))+Math.imul(D,K)|0,o=Math.imul(D,V),n=n+Math.imul(F,X)|0,i=(i=i+Math.imul(F,G)|0)+Math.imul(O,X)|0,o=o+Math.imul(O,G)|0,n=n+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(B,Z)|0,o=o+Math.imul(B,J)|0,n=n+Math.imul(C,Y)|0,i=(i=i+Math.imul(C,tt)|0)+Math.imul(T,Y)|0,o=o+Math.imul(T,tt)|0,n=n+Math.imul(S,rt)|0,i=(i=i+Math.imul(S,nt)|0)+Math.imul(A,rt)|0,o=o+Math.imul(A,nt)|0,n=n+Math.imul(k,ot)|0,i=(i=i+Math.imul(k,st)|0)+Math.imul(x,ot)|0,o=o+Math.imul(x,st)|0,n=n+Math.imul(_,ut)|0,i=(i=i+Math.imul(_,ct)|0)+Math.imul(w,ut)|0,o=o+Math.imul(w,ct)|0,n=n+Math.imul(v,ht)|0,i=(i=i+Math.imul(v,lt)|0)+Math.imul(y,ht)|0,o=o+Math.imul(y,lt)|0;var St=(c+(n=n+Math.imul(p,pt)|0)|0)+((8191&(i=(i=i+Math.imul(p,mt)|0)+Math.imul(m,pt)|0))<<13)|0;c=((o=o+Math.imul(m,mt)|0)+(i>>>13)|0)+(St>>>26)|0,St&=67108863,n=Math.imul(L,X),i=(i=Math.imul(L,G))+Math.imul(D,X)|0,o=Math.imul(D,G),n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(O,Z)|0,o=o+Math.imul(O,J)|0,n=n+Math.imul(I,Y)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(B,Y)|0,o=o+Math.imul(B,tt)|0,n=n+Math.imul(C,rt)|0,i=(i=i+Math.imul(C,nt)|0)+Math.imul(T,rt)|0,o=o+Math.imul(T,nt)|0,n=n+Math.imul(S,ot)|0,i=(i=i+Math.imul(S,st)|0)+Math.imul(A,ot)|0,o=o+Math.imul(A,st)|0,n=n+Math.imul(k,ut)|0,i=(i=i+Math.imul(k,ct)|0)+Math.imul(x,ut)|0,o=o+Math.imul(x,ct)|0,n=n+Math.imul(_,ht)|0,i=(i=i+Math.imul(_,lt)|0)+Math.imul(w,ht)|0,o=o+Math.imul(w,lt)|0;var At=(c+(n=n+Math.imul(v,pt)|0)|0)+((8191&(i=(i=i+Math.imul(v,mt)|0)+Math.imul(y,pt)|0))<<13)|0;c=((o=o+Math.imul(y,mt)|0)+(i>>>13)|0)+(At>>>26)|0,At&=67108863,n=Math.imul(L,Z),i=(i=Math.imul(L,J))+Math.imul(D,Z)|0,o=Math.imul(D,J),n=n+Math.imul(F,Y)|0,i=(i=i+Math.imul(F,tt)|0)+Math.imul(O,Y)|0,o=o+Math.imul(O,tt)|0,n=n+Math.imul(I,rt)|0,i=(i=i+Math.imul(I,nt)|0)+Math.imul(B,rt)|0,o=o+Math.imul(B,nt)|0,n=n+Math.imul(C,ot)|0,i=(i=i+Math.imul(C,st)|0)+Math.imul(T,ot)|0,o=o+Math.imul(T,st)|0,n=n+Math.imul(S,ut)|0,i=(i=i+Math.imul(S,ct)|0)+Math.imul(A,ut)|0,o=o+Math.imul(A,ct)|0,n=n+Math.imul(k,ht)|0,i=(i=i+Math.imul(k,lt)|0)+Math.imul(x,ht)|0,o=o+Math.imul(x,lt)|0;var jt=(c+(n=n+Math.imul(_,pt)|0)|0)+((8191&(i=(i=i+Math.imul(_,mt)|0)+Math.imul(w,pt)|0))<<13)|0;c=((o=o+Math.imul(w,mt)|0)+(i>>>13)|0)+(jt>>>26)|0,jt&=67108863,n=Math.imul(L,Y),i=(i=Math.imul(L,tt))+Math.imul(D,Y)|0,o=Math.imul(D,tt),n=n+Math.imul(F,rt)|0,i=(i=i+Math.imul(F,nt)|0)+Math.imul(O,rt)|0,o=o+Math.imul(O,nt)|0,n=n+Math.imul(I,ot)|0,i=(i=i+Math.imul(I,st)|0)+Math.imul(B,ot)|0,o=o+Math.imul(B,st)|0,n=n+Math.imul(C,ut)|0,i=(i=i+Math.imul(C,ct)|0)+Math.imul(T,ut)|0,o=o+Math.imul(T,ct)|0,n=n+Math.imul(S,ht)|0,i=(i=i+Math.imul(S,lt)|0)+Math.imul(A,ht)|0,o=o+Math.imul(A,lt)|0;var Ct=(c+(n=n+Math.imul(k,pt)|0)|0)+((8191&(i=(i=i+Math.imul(k,mt)|0)+Math.imul(x,pt)|0))<<13)|0;c=((o=o+Math.imul(x,mt)|0)+(i>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,n=Math.imul(L,rt),i=(i=Math.imul(L,nt))+Math.imul(D,rt)|0,o=Math.imul(D,nt),n=n+Math.imul(F,ot)|0,i=(i=i+Math.imul(F,st)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,st)|0,n=n+Math.imul(I,ut)|0,i=(i=i+Math.imul(I,ct)|0)+Math.imul(B,ut)|0,o=o+Math.imul(B,ct)|0,n=n+Math.imul(C,ht)|0,i=(i=i+Math.imul(C,lt)|0)+Math.imul(T,ht)|0,o=o+Math.imul(T,lt)|0;var Tt=(c+(n=n+Math.imul(S,pt)|0)|0)+((8191&(i=(i=i+Math.imul(S,mt)|0)+Math.imul(A,pt)|0))<<13)|0;c=((o=o+Math.imul(A,mt)|0)+(i>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,n=Math.imul(L,ot),i=(i=Math.imul(L,st))+Math.imul(D,ot)|0,o=Math.imul(D,st),n=n+Math.imul(F,ut)|0,i=(i=i+Math.imul(F,ct)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,ct)|0,n=n+Math.imul(I,ht)|0,i=(i=i+Math.imul(I,lt)|0)+Math.imul(B,ht)|0,o=o+Math.imul(B,lt)|0;var Pt=(c+(n=n+Math.imul(C,pt)|0)|0)+((8191&(i=(i=i+Math.imul(C,mt)|0)+Math.imul(T,pt)|0))<<13)|0;c=((o=o+Math.imul(T,mt)|0)+(i>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,n=Math.imul(L,ut),i=(i=Math.imul(L,ct))+Math.imul(D,ut)|0,o=Math.imul(D,ct),n=n+Math.imul(F,ht)|0,i=(i=i+Math.imul(F,lt)|0)+Math.imul(O,ht)|0,o=o+Math.imul(O,lt)|0;var It=(c+(n=n+Math.imul(I,pt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(B,pt)|0))<<13)|0;c=((o=o+Math.imul(B,mt)|0)+(i>>>13)|0)+(It>>>26)|0,It&=67108863,n=Math.imul(L,ht),i=(i=Math.imul(L,lt))+Math.imul(D,ht)|0,o=Math.imul(D,lt);var Bt=(c+(n=n+Math.imul(F,pt)|0)|0)+((8191&(i=(i=i+Math.imul(F,mt)|0)+Math.imul(O,pt)|0))<<13)|0;c=((o=o+Math.imul(O,mt)|0)+(i>>>13)|0)+(Bt>>>26)|0,Bt&=67108863;var Rt=(c+(n=Math.imul(L,pt))|0)+((8191&(i=(i=Math.imul(L,mt))+Math.imul(D,pt)|0))<<13)|0;return c=((o=Math.imul(D,mt))+(i>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,u[0]=bt,u[1]=vt,u[2]=yt,u[3]=gt,u[4]=_t,u[5]=wt,u[6]=Mt,u[7]=kt,u[8]=xt,u[9]=Et,u[10]=St,u[11]=At,u[12]=jt,u[13]=Ct,u[14]=Tt,u[15]=Pt,u[16]=It,u[17]=Bt,u[18]=Rt,0!==c&&(u[19]=c,r.length++),r};Math.imul||(M=u),o.prototype.mulTo=function(t,e){var r=this.length+t.length;return 10===this.length&&10===t.length?M(this,t,e):r<63?u(this,t,e):r<1024?function(t,e,r){r.negative=e.negative^t.negative,r.length=t.length+e.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,s&=67108863}r.words[o]=a,n=s,s=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}(this,t,e):c(this,t,e)},f.prototype.makeRBT=function(t){for(var e=new Array(t),r=o.prototype._countBits(t)-1,n=0;n>=1;return n},f.prototype.permute=function(t,e,r,n,i,o){for(var s=0;s>>=1)i++;return 1<>>=13,r[2*s+1]=8191&o,o>>>=13;for(s=2*e;s>=26,e+=i/67108864|0,e+=o>>>26,this.words[r]=67108863&o}return 0!==e&&(this.words[r]=e,this.length++),this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),r=0;r>>i}return e}(t);if(0===e.length)return new o(1);for(var r=this,n=0;n=0);var e,r=t%26,i=(t-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(e=0;e>>26-r}s&&(this.words[e]=s,this.length++)}if(0!==i){for(e=this.length-1;e>=0;e--)this.words[e+i]=this.words[e];for(e=0;e=0);var i;i=e?(e-e%26)/26:0;var o=t%26,s=Math.min((t-o)/26,this.length),a=67108863^67108863>>>o<s)for(this.length-=s,c=0;c=0&&(0!==f||c>=i);c--){var h=0|this.words[c];this.words[c]=f<<26-o|h>>>o,f=h&a}return u&&0!==f&&(u.words[u.length++]=f),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(t,e,r){return n(0===this.negative),this.iushrn(t,e,r)},o.prototype.shln=function(t){return this.clone().ishln(t)},o.prototype.ushln=function(t){return this.clone().iushln(t)},o.prototype.shrn=function(t){return this.clone().ishrn(t)},o.prototype.ushrn=function(t){return this.clone().iushrn(t)},o.prototype.testn=function(t){n("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26,i=1<=0);var e=t%26,r=(t-e)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==e&&r++,this.length=Math.min(r,this.length),0!==e){var i=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},o.prototype.isubn=function(t){if(n("number"==typeof t),n(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(u/67108864|0),this.words[i+r]=67108863&s}for(;i>26,this.words[i+r]=67108863&s;if(0===a)return this.strip();for(n(-1===a),a=0,i=0;i>26,this.words[i]=67108863&s;return this.negative=1,this.strip()},o.prototype._wordDiv=function(t,e){var r=this.length-t.length,n=this.clone(),i=t,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var a,u=n.length-i.length;if("mod"!==e){(a=new o(null)).length=u+1,a.words=new Array(a.length);for(var c=0;c=0;h--){var l=67108864*(0|n.words[i.length+h])+(0|n.words[i.length+h-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,h);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,h),n.isZero()||(n.negative^=1);a&&(a.words[h]=l)}return a&&a.strip(),n.strip(),"div"!==e&&0!==r&&n.iushrn(r),{div:a||null,mod:n}},o.prototype.divmod=function(t,e,r){if(n(!t.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var i,s,a;return 0!==this.negative&&0===t.negative?(a=this.neg().divmod(t,e),"mod"!==e&&(i=a.div.neg()),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.iadd(t)),{div:i,mod:s}):0===this.negative&&0!==t.negative?(a=this.divmod(t.neg(),e),"mod"!==e&&(i=a.div.neg()),{div:i,mod:a.mod}):0!=(this.negative&t.negative)?(a=this.neg().divmod(t.neg(),e),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.isub(t)),{div:a.div,mod:s}):t.length>this.length||this.cmp(t)<0?{div:new o(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new o(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new o(this.modn(t.words[0]))}:this._wordDiv(t,e)},o.prototype.div=function(t){return this.divmod(t,"div",!1).div},o.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},o.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},o.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var r=0!==e.div.negative?e.mod.isub(t):e.mod,n=t.ushrn(1),i=t.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},o.prototype.modn=function(t){n(t<=67108863);for(var e=(1<<26)%t,r=0,i=this.length-1;i>=0;i--)r=(e*r+(0|this.words[i]))%t;return r},o.prototype.idivn=function(t){n(t<=67108863);for(var e=0,r=this.length-1;r>=0;r--){var i=(0|this.words[r])+67108864*e;this.words[r]=i/t|0,e=i%t}return this.strip()},o.prototype.divn=function(t){return this.clone().idivn(t)},o.prototype.egcd=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=new o(0),u=new o(1),c=0;e.isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++c;for(var f=r.clone(),h=e.clone();!e.isZero();){for(var l=0,d=1;0==(e.words[0]&d)&&l<26;++l,d<<=1);if(l>0)for(e.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(f),s.isub(h)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(a.isOdd()||u.isOdd())&&(a.iadd(f),u.isub(h)),a.iushrn(1),u.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(a),s.isub(u)):(r.isub(e),a.isub(i),u.isub(s))}return{a:a,b:u,gcd:r.iushln(c)}},o.prototype._invmp=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=r.clone();e.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;0==(e.words[0]&c)&&u<26;++u,c<<=1);if(u>0)for(e.iushrn(u);u-- >0;)i.isOdd()&&i.iadd(a),i.iushrn(1);for(var f=0,h=1;0==(r.words[0]&h)&&f<26;++f,h<<=1);if(f>0)for(r.iushrn(f);f-- >0;)s.isOdd()&&s.iadd(a),s.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(s)):(r.isub(e),s.isub(i))}var l;return(l=0===e.cmpn(1)?i:s).cmpn(0)<0&&l.iadd(t),l},o.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),r=t.clone();e.negative=0,r.negative=0;for(var n=0;e.isEven()&&r.isEven();n++)e.iushrn(1),r.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=e.cmp(r);if(i<0){var o=e;e=r,r=o}else if(0===i||0===r.cmpn(1))break;e.isub(r)}return r.iushln(n)},o.prototype.invm=function(t){return this.egcd(t).a.umod(t)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(t){return this.words[0]&t},o.prototype.bincn=function(t){n("number"==typeof t);var e=t%26,r=(t-e)/26,i=1<>>26,a&=67108863,this.words[s]=a}return 0!==o&&(this.words[s]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(t){var e=t<0;if(0!==this.negative&&!e)return-1;if(0===this.negative&&e)return 1;this.strip();var r;if(this.length>1)r=1;else{e&&(t=-t),n(t<=67108863,"Number is too big");var i=0|this.words[0];r=i===t?0:it.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|t.words[r];if(n!==i){ni&&(e=1);break}}return e},o.prototype.gtn=function(t){return 1===this.cmpn(t)},o.prototype.gt=function(t){return 1===this.cmp(t)},o.prototype.gten=function(t){return this.cmpn(t)>=0},o.prototype.gte=function(t){return this.cmp(t)>=0},o.prototype.ltn=function(t){return-1===this.cmpn(t)},o.prototype.lt=function(t){return-1===this.cmp(t)},o.prototype.lten=function(t){return this.cmpn(t)<=0},o.prototype.lte=function(t){return this.cmp(t)<=0},o.prototype.eqn=function(t){return 0===this.cmpn(t)},o.prototype.eq=function(t){return 0===this.cmp(t)},o.red=function(t){return new b(t)},o.prototype.toRed=function(t){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(t){return this.red=t,this},o.prototype.forceRed=function(t){return n(!this.red,"Already a number in reduction context"),this._forceRed(t)},o.prototype.redAdd=function(t){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},o.prototype.redIAdd=function(t){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},o.prototype.redSub=function(t){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},o.prototype.redISub=function(t){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},o.prototype.redShl=function(t){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},o.prototype.redMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},o.prototype.redIMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(t){return n(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var k={k256:null,p224:null,p192:null,p25519:null};h.prototype._tmp=function(){var t=new o(null);return t.words=new Array(Math.ceil(this.n/13)),t},h.prototype.ireduce=function(t){var e,r=t;do{this.split(r,this.tmp),e=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(e>this.n);var n=e0?r.isub(this.p):r.strip(),r},h.prototype.split=function(t,e){t.iushrn(this.n,0,e)},h.prototype.imulK=function(t){return t.imul(this.k)},i(l,h),l.prototype.split=function(t,e){for(var r=Math.min(t.length,9),n=0;n>>22,i=o}i>>>=22,t.words[n-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},l.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,r=0;r>>=26,t.words[r]=i,e=n}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(k[t])return k[t];var e;if("k256"===t)e=new l;else if("p224"===t)e=new d;else if("p192"===t)e=new p;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new m}return k[t]=e,e},b.prototype._verify1=function(t){n(0===t.negative,"red works only with positives"),n(t.red,"red works only with red numbers")},b.prototype._verify2=function(t,e){n(0==(t.negative|e.negative),"red works only with positives"),n(t.red&&t.red===e.red,"red works only with red numbers")},b.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},b.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},b.prototype.add=function(t,e){this._verify2(t,e);var r=t.add(e);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},b.prototype.iadd=function(t,e){this._verify2(t,e);var r=t.iadd(e);return r.cmp(this.m)>=0&&r.isub(this.m),r},b.prototype.sub=function(t,e){this._verify2(t,e);var r=t.sub(e);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},b.prototype.isub=function(t,e){this._verify2(t,e);var r=t.isub(e);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},b.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},b.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},b.prototype.isqr=function(t){return this.imul(t,t.clone())},b.prototype.sqr=function(t){return this.mul(t,t)},b.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(n(e%2==1),3===e){var r=this.m.add(new o(1)).iushrn(2);return this.pow(t,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var a=new o(1).toRed(this),u=a.redNeg(),c=this.m.subn(1).iushrn(1),f=this.m.bitLength();for(f=new o(2*f*f).toRed(this);0!==this.pow(f,c).cmp(u);)f.redIAdd(u);for(var h=this.pow(f,i),l=this.pow(t,i.addn(1).iushrn(1)),d=this.pow(t,i),p=s;0!==d.cmp(a);){for(var m=d,b=0;0!==m.cmp(a);b++)m=m.redSqr();n(b=0;n--){for(var c=e.words[n],f=u-1;f>=0;f--){var h=c>>f&1;i!==r[0]&&(i=this.sqr(i)),0!==h||0!==s?(s<<=1,s|=h,(4===++a||0===n&&0===f)&&(i=this.mul(i,r[s]),a=0,s=0)):a=0}u=26}return i},b.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},b.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new v(t)},i(v,b),v.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},v.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},v.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},v.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var r=t.mul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},v.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===e||e,this)},{}],202:[function(t,e,r){arguments[4][170][0].apply(r,arguments)},{dup:170}],203:[function(t,e,r){var n=t("underscore"),i=t("web3-utils"),o=t("bn.js"),s=t("./param"),a=function(t){return n.isNumber(t)&&(t=Math.trunc(t)),new s(i.toTwosComplement(t).replace("0x",""))};e.exports={formatInputInt:a,formatInputBytes:function(t){if(!i.isHexStrict(t))throw new Error('Given parameter is not bytes: "'+t+'"');var e=t.replace(/^0x/i,"");if(e.length%2!=0)throw new Error('Given parameter bytes has an invalid length: "'+t+'"');if(e.length>64)throw new Error('Given parameter bytes is too long: "'+t+'"');var r=Math.floor((e.length+63)/64);return e=i.padRight(e,64*r),new s(e)},formatInputDynamicBytes:function(t){if(!i.isHexStrict(t))throw new Error('Given parameter is not bytes: "'+t+'"');var e=t.replace(/^0x/i,"");if(e.length%2!=0)throw new Error('Given parameter bytes has an invalid length: "'+t+'"');var r=e.length/2,n=Math.floor((e.length+63)/64);return e=i.padRight(e,64*n),new s(a(r).value+e)},formatInputString:function(t){if(!n.isString(t))throw new Error("Given parameter is not a valid string: "+t);var e=i.utf8ToHex(t).replace(/^0x/i,""),r=e.length/2,o=Math.floor((e.length+63)/64);return e=i.padRight(e,64*o),new s(a(r).value+e)},formatInputBool:function(t){return new s("000000000000000000000000000000000000000000000000000000000000000"+(t?"1":"0"))},formatOutputInt:function(t){var e=t.staticPart();if(!e&&!t.rawValue)throw new Error("Couldn't decode "+name+" from ABI: 0x"+t.rawValue);return function(t){return"1"===new o(t.substr(0,1),16).toString(2).substr(0,1)}(e)?new o(e,16).fromTwos(256).toString(10):new o(e,16).toString(10)},formatOutputUInt:function(t,e){var r=t.staticPart();if(!r&&!t.rawValue)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);return new o(r,16).toString(10)},formatOutputBool:function(t,e){var r=t.staticPart();if(!r&&!t.rawValue)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);return"0000000000000000000000000000000000000000000000000000000000000001"===r},formatOutputBytes:function(t,e){var r=e.match(/^bytes([0-9]*)/),n=parseInt(r[1]);if(t.staticPart().slice(0,2*n).length!==2*n)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue+" The size doesn't match.");return"0x"+t.staticPart().slice(0,2*n)},formatOutputDynamicBytes:function(t,e){var r=t.dynamicPart().slice(0,64);if(!r)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);var n=2*new o(r,16).toNumber();return"0x"+t.dynamicPart().substr(64,n)},formatOutputString:function(t){var e=t.dynamicPart().slice(0,64);if(!e)throw new Error("ERROR: The returned value is not a convertible string:"+e);var r=2*new o(e,16).toNumber();return r?i.hexToUtf8("0x"+t.dynamicPart().substr(64,r).replace(/^0x/i,"")):""},formatOutputAddress:function(t,e){var r=t.staticPart();if(!r)throw new Error("Couldn't decode "+e+" from ABI: 0x"+t.rawValue);return i.toChecksumAddress("0x"+r.slice(r.length-40,r.length))},toTwosComplement:i.toTwosComplement}},{"./param":205,"bn.js":201,underscore:202,"web3-utils":390}],204:[function(t,e,r){function n(){}var i=t("underscore"),o=t("web3-utils"),s=t("./formatters"),a=t("./types/address"),u=t("./types/bool"),c=t("./types/int"),f=t("./types/uint"),h=t("./types/dynamicbytes"),l=t("./types/string"),d=t("./types/bytes"),p=function(t,e){return t.isDynamicType(e)||t.isDynamicArray(e)},m=function(t){this._types=t};m.prototype._requireType=function(t){var e=this._types.filter(function(e){return e.isType(t)})[0];if(!e)throw Error("Invalid solidity type: "+t);return e},m.prototype._getOffsets=function(t,e){for(var r=e.map(function(e,r){return e.staticPartLength(t[r])}),n=1;n=49&&s<=54?s-49+10:s>=17&&s<=22?s-17+10:15&s}return n}function a(t,e,r,n){for(var i=0,o=Math.min(t.length,r),s=e;s=49?a-49+10:a>=17?a-17+10:a}return i}function u(t,e,r){r.negative=e.negative^t.negative;var n=t.length+e.length|0;r.length=n,n=n-1|0;var i=0|t.words[0],o=0|e.words[0],s=i*o,a=67108863&s,u=s/67108864|0;r.words[0]=a;for(var c=1;c>>26,h=67108863&u,l=Math.min(c,e.length-1),d=Math.max(0,c-t.length+1);d<=l;d++){var p=c-d|0;f+=(s=(i=0|t.words[p])*(o=0|e.words[d])+h)/67108864|0,h=67108863&s}r.words[c]=0|h,u=0|f}return 0!==u?r.words[c]=0|u:r.length--,r.strip()}function c(t,e,r){return(new f).mulp(t,e,r)}function f(t,e){this.x=t,this.y=e}function h(t,e){this.name=t,this.p=new o(e,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function l(){h.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function d(){h.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function p(){h.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function m(){h.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function b(t){if("string"==typeof t){var e=o._prime(t);this.m=e.p,this.prime=e}else n(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function v(t){b.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}"object"===(void 0===e?"undefined":_typeof(e))?e.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var y;try{y=t("buffer").Buffer}catch(t){}o.isBN=function(t){return t instanceof o||null!==t&&"object"===(void 0===t?"undefined":_typeof(t))&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,r){if("number"==typeof t)return this._initNumber(t,e,r);if("object"===(void 0===t?"undefined":_typeof(t)))return this._initArray(t,e,r);"hex"===e&&(e=16),n(e===(0|e)&&e>=2&&e<=36);var i=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&i++,16===e?this._parseHex(t,i):this._parseBase(t,e,i),"-"===t[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(n(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initArray=function(t,e,r){if(n("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)s=t[i]|t[i-1]<<8|t[i-2]<<16,this.words[o]|=s<>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var r=0;r=e;r-=6)i=s(t,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==e&&(i=s(t,e,r+6),this.words[n]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=e)n++;n--,i=i/e|0;for(var o=t.length-r,s=o%n,u=Math.min(o,o-s)+r,c=0,f=r;f1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var g=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],_=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],w=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(t,e){t=t||10,e=0|e||1;var r;if(16===t||"hex"===t){r="";for(var i=0,o=0,s=0;s>>24-i&16777215)||s!==this.length-1?g[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,s--)}for(0!==o&&(r=o.toString(16)+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(t===(0|t)&&t>=2&&t<=36){var c=_[t],f=w[t];r="";var h=this.clone();for(h.negative=0;!h.isZero();){var l=h.modn(f).toString(t);r=(h=h.idivn(f)).isZero()?l+r:g[c-l.length]+l+r}for(this.isZero()&&(r="0"+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return n(void 0!==y),this.toArrayLike(y,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var s,a,u="le"===e,c=new t(o),f=this.clone();if(u){for(a=0;!f.isZero();a++)s=f.andln(255),f.iushrn(8),c[a]=s;for(;a=4096&&(r+=13,e>>>=13),e>=64&&(r+=7,e>>>=7),e>=8&&(r+=4,e>>>=4),e>=2&&(r+=2,e>>>=2),r+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,r=0;return 0==(8191&e)&&(r+=13,e>>>=13),0==(127&e)&&(r+=7,e>>>=7),0==(15&e)&&(r+=4,e>>>=4),0==(3&e)&&(r+=2,e>>>=2),0==(1&e)&&r++,r},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var r=0;rt.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,r;this.length>t.length?(e=this,r=t):(e=t,r=this);for(var n=0;nt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){n("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),r=t%26;this._expand(e),r>0&&e--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){n("number"==typeof t&&t>=0);var r=t/26|0,i=t%26;return this._expand(r+1),this.words[r]=e?this.words[r]|1<t.length?(r=this,n=t):(r=t,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;var n,i;r>0?(n=this,i=t):(n=t,i=this);for(var o=0,s=0;s>26,this.words[s]=67108863&e;for(;0!==o&&s>26,this.words[s]=67108863&e;if(0===o&&s>>13,d=0|s[1],p=8191&d,m=d>>>13,b=0|s[2],v=8191&b,y=b>>>13,g=0|s[3],_=8191&g,w=g>>>13,M=0|s[4],k=8191&M,x=M>>>13,E=0|s[5],S=8191&E,A=E>>>13,j=0|s[6],C=8191&j,T=j>>>13,P=0|s[7],I=8191&P,B=P>>>13,R=0|s[8],F=8191&R,O=R>>>13,N=0|s[9],L=8191&N,D=N>>>13,q=0|a[0],U=8191&q,z=q>>>13,H=0|a[1],K=8191&H,V=H>>>13,W=0|a[2],X=8191&W,G=W>>>13,$=0|a[3],Z=8191&$,J=$>>>13,Q=0|a[4],Y=8191&Q,tt=Q>>>13,et=0|a[5],rt=8191&et,nt=et>>>13,it=0|a[6],ot=8191&it,st=it>>>13,at=0|a[7],ut=8191&at,ct=at>>>13,ft=0|a[8],ht=8191&ft,lt=ft>>>13,dt=0|a[9],pt=8191&dt,mt=dt>>>13;r.negative=t.negative^e.negative,r.length=19;var bt=(c+(n=Math.imul(h,U))|0)+((8191&(i=(i=Math.imul(h,z))+Math.imul(l,U)|0))<<13)|0;c=((o=Math.imul(l,z))+(i>>>13)|0)+(bt>>>26)|0,bt&=67108863,n=Math.imul(p,U),i=(i=Math.imul(p,z))+Math.imul(m,U)|0,o=Math.imul(m,z);var vt=(c+(n=n+Math.imul(h,K)|0)|0)+((8191&(i=(i=i+Math.imul(h,V)|0)+Math.imul(l,K)|0))<<13)|0;c=((o=o+Math.imul(l,V)|0)+(i>>>13)|0)+(vt>>>26)|0,vt&=67108863,n=Math.imul(v,U),i=(i=Math.imul(v,z))+Math.imul(y,U)|0,o=Math.imul(y,z),n=n+Math.imul(p,K)|0,i=(i=i+Math.imul(p,V)|0)+Math.imul(m,K)|0,o=o+Math.imul(m,V)|0;var yt=(c+(n=n+Math.imul(h,X)|0)|0)+((8191&(i=(i=i+Math.imul(h,G)|0)+Math.imul(l,X)|0))<<13)|0;c=((o=o+Math.imul(l,G)|0)+(i>>>13)|0)+(yt>>>26)|0,yt&=67108863,n=Math.imul(_,U),i=(i=Math.imul(_,z))+Math.imul(w,U)|0,o=Math.imul(w,z),n=n+Math.imul(v,K)|0,i=(i=i+Math.imul(v,V)|0)+Math.imul(y,K)|0,o=o+Math.imul(y,V)|0,n=n+Math.imul(p,X)|0,i=(i=i+Math.imul(p,G)|0)+Math.imul(m,X)|0,o=o+Math.imul(m,G)|0;var gt=(c+(n=n+Math.imul(h,Z)|0)|0)+((8191&(i=(i=i+Math.imul(h,J)|0)+Math.imul(l,Z)|0))<<13)|0;c=((o=o+Math.imul(l,J)|0)+(i>>>13)|0)+(gt>>>26)|0,gt&=67108863,n=Math.imul(k,U),i=(i=Math.imul(k,z))+Math.imul(x,U)|0,o=Math.imul(x,z),n=n+Math.imul(_,K)|0,i=(i=i+Math.imul(_,V)|0)+Math.imul(w,K)|0,o=o+Math.imul(w,V)|0,n=n+Math.imul(v,X)|0,i=(i=i+Math.imul(v,G)|0)+Math.imul(y,X)|0,o=o+Math.imul(y,G)|0,n=n+Math.imul(p,Z)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,Z)|0,o=o+Math.imul(m,J)|0;var _t=(c+(n=n+Math.imul(h,Y)|0)|0)+((8191&(i=(i=i+Math.imul(h,tt)|0)+Math.imul(l,Y)|0))<<13)|0;c=((o=o+Math.imul(l,tt)|0)+(i>>>13)|0)+(_t>>>26)|0,_t&=67108863,n=Math.imul(S,U),i=(i=Math.imul(S,z))+Math.imul(A,U)|0,o=Math.imul(A,z),n=n+Math.imul(k,K)|0,i=(i=i+Math.imul(k,V)|0)+Math.imul(x,K)|0,o=o+Math.imul(x,V)|0,n=n+Math.imul(_,X)|0,i=(i=i+Math.imul(_,G)|0)+Math.imul(w,X)|0,o=o+Math.imul(w,G)|0,n=n+Math.imul(v,Z)|0,i=(i=i+Math.imul(v,J)|0)+Math.imul(y,Z)|0,o=o+Math.imul(y,J)|0,n=n+Math.imul(p,Y)|0,i=(i=i+Math.imul(p,tt)|0)+Math.imul(m,Y)|0,o=o+Math.imul(m,tt)|0;var wt=(c+(n=n+Math.imul(h,rt)|0)|0)+((8191&(i=(i=i+Math.imul(h,nt)|0)+Math.imul(l,rt)|0))<<13)|0;c=((o=o+Math.imul(l,nt)|0)+(i>>>13)|0)+(wt>>>26)|0,wt&=67108863,n=Math.imul(C,U),i=(i=Math.imul(C,z))+Math.imul(T,U)|0,o=Math.imul(T,z),n=n+Math.imul(S,K)|0,i=(i=i+Math.imul(S,V)|0)+Math.imul(A,K)|0,o=o+Math.imul(A,V)|0,n=n+Math.imul(k,X)|0,i=(i=i+Math.imul(k,G)|0)+Math.imul(x,X)|0,o=o+Math.imul(x,G)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(w,Z)|0,o=o+Math.imul(w,J)|0,n=n+Math.imul(v,Y)|0,i=(i=i+Math.imul(v,tt)|0)+Math.imul(y,Y)|0,o=o+Math.imul(y,tt)|0,n=n+Math.imul(p,rt)|0,i=(i=i+Math.imul(p,nt)|0)+Math.imul(m,rt)|0,o=o+Math.imul(m,nt)|0;var Mt=(c+(n=n+Math.imul(h,ot)|0)|0)+((8191&(i=(i=i+Math.imul(h,st)|0)+Math.imul(l,ot)|0))<<13)|0;c=((o=o+Math.imul(l,st)|0)+(i>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,n=Math.imul(I,U),i=(i=Math.imul(I,z))+Math.imul(B,U)|0,o=Math.imul(B,z),n=n+Math.imul(C,K)|0,i=(i=i+Math.imul(C,V)|0)+Math.imul(T,K)|0,o=o+Math.imul(T,V)|0,n=n+Math.imul(S,X)|0,i=(i=i+Math.imul(S,G)|0)+Math.imul(A,X)|0,o=o+Math.imul(A,G)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(x,Z)|0,o=o+Math.imul(x,J)|0,n=n+Math.imul(_,Y)|0,i=(i=i+Math.imul(_,tt)|0)+Math.imul(w,Y)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(v,rt)|0,i=(i=i+Math.imul(v,nt)|0)+Math.imul(y,rt)|0,o=o+Math.imul(y,nt)|0,n=n+Math.imul(p,ot)|0,i=(i=i+Math.imul(p,st)|0)+Math.imul(m,ot)|0,o=o+Math.imul(m,st)|0;var kt=(c+(n=n+Math.imul(h,ut)|0)|0)+((8191&(i=(i=i+Math.imul(h,ct)|0)+Math.imul(l,ut)|0))<<13)|0;c=((o=o+Math.imul(l,ct)|0)+(i>>>13)|0)+(kt>>>26)|0,kt&=67108863,n=Math.imul(F,U),i=(i=Math.imul(F,z))+Math.imul(O,U)|0,o=Math.imul(O,z),n=n+Math.imul(I,K)|0,i=(i=i+Math.imul(I,V)|0)+Math.imul(B,K)|0,o=o+Math.imul(B,V)|0,n=n+Math.imul(C,X)|0,i=(i=i+Math.imul(C,G)|0)+Math.imul(T,X)|0,o=o+Math.imul(T,G)|0,n=n+Math.imul(S,Z)|0,i=(i=i+Math.imul(S,J)|0)+Math.imul(A,Z)|0,o=o+Math.imul(A,J)|0,n=n+Math.imul(k,Y)|0,i=(i=i+Math.imul(k,tt)|0)+Math.imul(x,Y)|0,o=o+Math.imul(x,tt)|0,n=n+Math.imul(_,rt)|0,i=(i=i+Math.imul(_,nt)|0)+Math.imul(w,rt)|0,o=o+Math.imul(w,nt)|0,n=n+Math.imul(v,ot)|0,i=(i=i+Math.imul(v,st)|0)+Math.imul(y,ot)|0,o=o+Math.imul(y,st)|0,n=n+Math.imul(p,ut)|0,i=(i=i+Math.imul(p,ct)|0)+Math.imul(m,ut)|0,o=o+Math.imul(m,ct)|0;var xt=(c+(n=n+Math.imul(h,ht)|0)|0)+((8191&(i=(i=i+Math.imul(h,lt)|0)+Math.imul(l,ht)|0))<<13)|0;c=((o=o+Math.imul(l,lt)|0)+(i>>>13)|0)+(xt>>>26)|0,xt&=67108863,n=Math.imul(L,U),i=(i=Math.imul(L,z))+Math.imul(D,U)|0,o=Math.imul(D,z),n=n+Math.imul(F,K)|0,i=(i=i+Math.imul(F,V)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,V)|0,n=n+Math.imul(I,X)|0,i=(i=i+Math.imul(I,G)|0)+Math.imul(B,X)|0,o=o+Math.imul(B,G)|0,n=n+Math.imul(C,Z)|0,i=(i=i+Math.imul(C,J)|0)+Math.imul(T,Z)|0,o=o+Math.imul(T,J)|0,n=n+Math.imul(S,Y)|0,i=(i=i+Math.imul(S,tt)|0)+Math.imul(A,Y)|0,o=o+Math.imul(A,tt)|0,n=n+Math.imul(k,rt)|0,i=(i=i+Math.imul(k,nt)|0)+Math.imul(x,rt)|0,o=o+Math.imul(x,nt)|0,n=n+Math.imul(_,ot)|0,i=(i=i+Math.imul(_,st)|0)+Math.imul(w,ot)|0,o=o+Math.imul(w,st)|0,n=n+Math.imul(v,ut)|0,i=(i=i+Math.imul(v,ct)|0)+Math.imul(y,ut)|0,o=o+Math.imul(y,ct)|0,n=n+Math.imul(p,ht)|0,i=(i=i+Math.imul(p,lt)|0)+Math.imul(m,ht)|0,o=o+Math.imul(m,lt)|0;var Et=(c+(n=n+Math.imul(h,pt)|0)|0)+((8191&(i=(i=i+Math.imul(h,mt)|0)+Math.imul(l,pt)|0))<<13)|0;c=((o=o+Math.imul(l,mt)|0)+(i>>>13)|0)+(Et>>>26)|0,Et&=67108863,n=Math.imul(L,K),i=(i=Math.imul(L,V))+Math.imul(D,K)|0,o=Math.imul(D,V),n=n+Math.imul(F,X)|0,i=(i=i+Math.imul(F,G)|0)+Math.imul(O,X)|0,o=o+Math.imul(O,G)|0,n=n+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(B,Z)|0,o=o+Math.imul(B,J)|0,n=n+Math.imul(C,Y)|0,i=(i=i+Math.imul(C,tt)|0)+Math.imul(T,Y)|0,o=o+Math.imul(T,tt)|0,n=n+Math.imul(S,rt)|0,i=(i=i+Math.imul(S,nt)|0)+Math.imul(A,rt)|0,o=o+Math.imul(A,nt)|0,n=n+Math.imul(k,ot)|0,i=(i=i+Math.imul(k,st)|0)+Math.imul(x,ot)|0,o=o+Math.imul(x,st)|0,n=n+Math.imul(_,ut)|0,i=(i=i+Math.imul(_,ct)|0)+Math.imul(w,ut)|0,o=o+Math.imul(w,ct)|0,n=n+Math.imul(v,ht)|0,i=(i=i+Math.imul(v,lt)|0)+Math.imul(y,ht)|0,o=o+Math.imul(y,lt)|0;var St=(c+(n=n+Math.imul(p,pt)|0)|0)+((8191&(i=(i=i+Math.imul(p,mt)|0)+Math.imul(m,pt)|0))<<13)|0;c=((o=o+Math.imul(m,mt)|0)+(i>>>13)|0)+(St>>>26)|0,St&=67108863,n=Math.imul(L,X),i=(i=Math.imul(L,G))+Math.imul(D,X)|0,o=Math.imul(D,G),n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(O,Z)|0,o=o+Math.imul(O,J)|0,n=n+Math.imul(I,Y)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(B,Y)|0,o=o+Math.imul(B,tt)|0,n=n+Math.imul(C,rt)|0,i=(i=i+Math.imul(C,nt)|0)+Math.imul(T,rt)|0,o=o+Math.imul(T,nt)|0,n=n+Math.imul(S,ot)|0,i=(i=i+Math.imul(S,st)|0)+Math.imul(A,ot)|0,o=o+Math.imul(A,st)|0,n=n+Math.imul(k,ut)|0,i=(i=i+Math.imul(k,ct)|0)+Math.imul(x,ut)|0,o=o+Math.imul(x,ct)|0,n=n+Math.imul(_,ht)|0,i=(i=i+Math.imul(_,lt)|0)+Math.imul(w,ht)|0,o=o+Math.imul(w,lt)|0;var At=(c+(n=n+Math.imul(v,pt)|0)|0)+((8191&(i=(i=i+Math.imul(v,mt)|0)+Math.imul(y,pt)|0))<<13)|0;c=((o=o+Math.imul(y,mt)|0)+(i>>>13)|0)+(At>>>26)|0,At&=67108863,n=Math.imul(L,Z),i=(i=Math.imul(L,J))+Math.imul(D,Z)|0,o=Math.imul(D,J),n=n+Math.imul(F,Y)|0,i=(i=i+Math.imul(F,tt)|0)+Math.imul(O,Y)|0,o=o+Math.imul(O,tt)|0,n=n+Math.imul(I,rt)|0,i=(i=i+Math.imul(I,nt)|0)+Math.imul(B,rt)|0,o=o+Math.imul(B,nt)|0,n=n+Math.imul(C,ot)|0,i=(i=i+Math.imul(C,st)|0)+Math.imul(T,ot)|0,o=o+Math.imul(T,st)|0,n=n+Math.imul(S,ut)|0,i=(i=i+Math.imul(S,ct)|0)+Math.imul(A,ut)|0,o=o+Math.imul(A,ct)|0,n=n+Math.imul(k,ht)|0,i=(i=i+Math.imul(k,lt)|0)+Math.imul(x,ht)|0,o=o+Math.imul(x,lt)|0;var jt=(c+(n=n+Math.imul(_,pt)|0)|0)+((8191&(i=(i=i+Math.imul(_,mt)|0)+Math.imul(w,pt)|0))<<13)|0;c=((o=o+Math.imul(w,mt)|0)+(i>>>13)|0)+(jt>>>26)|0,jt&=67108863,n=Math.imul(L,Y),i=(i=Math.imul(L,tt))+Math.imul(D,Y)|0,o=Math.imul(D,tt),n=n+Math.imul(F,rt)|0,i=(i=i+Math.imul(F,nt)|0)+Math.imul(O,rt)|0,o=o+Math.imul(O,nt)|0,n=n+Math.imul(I,ot)|0,i=(i=i+Math.imul(I,st)|0)+Math.imul(B,ot)|0,o=o+Math.imul(B,st)|0,n=n+Math.imul(C,ut)|0,i=(i=i+Math.imul(C,ct)|0)+Math.imul(T,ut)|0,o=o+Math.imul(T,ct)|0,n=n+Math.imul(S,ht)|0,i=(i=i+Math.imul(S,lt)|0)+Math.imul(A,ht)|0,o=o+Math.imul(A,lt)|0;var Ct=(c+(n=n+Math.imul(k,pt)|0)|0)+((8191&(i=(i=i+Math.imul(k,mt)|0)+Math.imul(x,pt)|0))<<13)|0;c=((o=o+Math.imul(x,mt)|0)+(i>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,n=Math.imul(L,rt),i=(i=Math.imul(L,nt))+Math.imul(D,rt)|0,o=Math.imul(D,nt),n=n+Math.imul(F,ot)|0,i=(i=i+Math.imul(F,st)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,st)|0,n=n+Math.imul(I,ut)|0,i=(i=i+Math.imul(I,ct)|0)+Math.imul(B,ut)|0,o=o+Math.imul(B,ct)|0,n=n+Math.imul(C,ht)|0,i=(i=i+Math.imul(C,lt)|0)+Math.imul(T,ht)|0,o=o+Math.imul(T,lt)|0;var Tt=(c+(n=n+Math.imul(S,pt)|0)|0)+((8191&(i=(i=i+Math.imul(S,mt)|0)+Math.imul(A,pt)|0))<<13)|0;c=((o=o+Math.imul(A,mt)|0)+(i>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,n=Math.imul(L,ot),i=(i=Math.imul(L,st))+Math.imul(D,ot)|0,o=Math.imul(D,st),n=n+Math.imul(F,ut)|0,i=(i=i+Math.imul(F,ct)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,ct)|0,n=n+Math.imul(I,ht)|0,i=(i=i+Math.imul(I,lt)|0)+Math.imul(B,ht)|0,o=o+Math.imul(B,lt)|0;var Pt=(c+(n=n+Math.imul(C,pt)|0)|0)+((8191&(i=(i=i+Math.imul(C,mt)|0)+Math.imul(T,pt)|0))<<13)|0;c=((o=o+Math.imul(T,mt)|0)+(i>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,n=Math.imul(L,ut),i=(i=Math.imul(L,ct))+Math.imul(D,ut)|0,o=Math.imul(D,ct),n=n+Math.imul(F,ht)|0,i=(i=i+Math.imul(F,lt)|0)+Math.imul(O,ht)|0,o=o+Math.imul(O,lt)|0;var It=(c+(n=n+Math.imul(I,pt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(B,pt)|0))<<13)|0;c=((o=o+Math.imul(B,mt)|0)+(i>>>13)|0)+(It>>>26)|0,It&=67108863,n=Math.imul(L,ht),i=(i=Math.imul(L,lt))+Math.imul(D,ht)|0,o=Math.imul(D,lt);var Bt=(c+(n=n+Math.imul(F,pt)|0)|0)+((8191&(i=(i=i+Math.imul(F,mt)|0)+Math.imul(O,pt)|0))<<13)|0;c=((o=o+Math.imul(O,mt)|0)+(i>>>13)|0)+(Bt>>>26)|0,Bt&=67108863;var Rt=(c+(n=Math.imul(L,pt))|0)+((8191&(i=(i=Math.imul(L,mt))+Math.imul(D,pt)|0))<<13)|0;return c=((o=Math.imul(D,mt))+(i>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,u[0]=bt,u[1]=vt,u[2]=yt,u[3]=gt,u[4]=_t,u[5]=wt,u[6]=Mt,u[7]=kt,u[8]=xt,u[9]=Et,u[10]=St,u[11]=At,u[12]=jt,u[13]=Ct,u[14]=Tt,u[15]=Pt,u[16]=It,u[17]=Bt,u[18]=Rt,0!==c&&(u[19]=c,r.length++),r};Math.imul||(M=u),o.prototype.mulTo=function(t,e){var r=this.length+t.length;return 10===this.length&&10===t.length?M(this,t,e):r<63?u(this,t,e):r<1024?function(t,e,r){r.negative=e.negative^t.negative,r.length=t.length+e.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,s&=67108863}r.words[o]=a,n=s,s=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}(this,t,e):c(this,t,e)},f.prototype.makeRBT=function(t){for(var e=new Array(t),r=o.prototype._countBits(t)-1,n=0;n>=1;return n},f.prototype.permute=function(t,e,r,n,i,o){for(var s=0;s>>=1)i++;return 1<>>=13,r[2*s+1]=8191&o,o>>>=13;for(s=2*e;s>=26,e+=i/67108864|0,e+=o>>>26,this.words[r]=67108863&o}return 0!==e&&(this.words[r]=e,this.length++),this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),r=0;r>>i}return e}(t);if(0===e.length)return new o(1);for(var r=this,n=0;n=0);var e,r=t%26,i=(t-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(e=0;e>>26-r}s&&(this.words[e]=s,this.length++)}if(0!==i){for(e=this.length-1;e>=0;e--)this.words[e+i]=this.words[e];for(e=0;e=0);var i;i=e?(e-e%26)/26:0;var o=t%26,s=Math.min((t-o)/26,this.length),a=67108863^67108863>>>o<s)for(this.length-=s,c=0;c=0&&(0!==f||c>=i);c--){var h=0|this.words[c];this.words[c]=f<<26-o|h>>>o,f=h&a}return u&&0!==f&&(u.words[u.length++]=f),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(t,e,r){return n(0===this.negative),this.iushrn(t,e,r)},o.prototype.shln=function(t){return this.clone().ishln(t)},o.prototype.ushln=function(t){return this.clone().iushln(t)},o.prototype.shrn=function(t){return this.clone().ishrn(t)},o.prototype.ushrn=function(t){return this.clone().iushrn(t)},o.prototype.testn=function(t){n("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26,i=1<=0);var e=t%26,r=(t-e)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==e&&r++,this.length=Math.min(r,this.length),0!==e){var i=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},o.prototype.isubn=function(t){if(n("number"==typeof t),n(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(u/67108864|0),this.words[i+r]=67108863&s}for(;i>26,this.words[i+r]=67108863&s;if(0===a)return this.strip();for(n(-1===a),a=0,i=0;i>26,this.words[i]=67108863&s;return this.negative=1,this.strip()},o.prototype._wordDiv=function(t,e){var r=this.length-t.length,n=this.clone(),i=t,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var a,u=n.length-i.length;if("mod"!==e){(a=new o(null)).length=u+1,a.words=new Array(a.length);for(var c=0;c=0;h--){var l=67108864*(0|n.words[i.length+h])+(0|n.words[i.length+h-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,h);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,h),n.isZero()||(n.negative^=1);a&&(a.words[h]=l)}return a&&a.strip(),n.strip(),"div"!==e&&0!==r&&n.iushrn(r),{div:a||null,mod:n}},o.prototype.divmod=function(t,e,r){if(n(!t.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var i,s,a;return 0!==this.negative&&0===t.negative?(a=this.neg().divmod(t,e),"mod"!==e&&(i=a.div.neg()),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.iadd(t)),{div:i,mod:s}):0===this.negative&&0!==t.negative?(a=this.divmod(t.neg(),e),"mod"!==e&&(i=a.div.neg()),{div:i,mod:a.mod}):0!=(this.negative&t.negative)?(a=this.neg().divmod(t.neg(),e),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.isub(t)),{div:a.div,mod:s}):t.length>this.length||this.cmp(t)<0?{div:new o(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new o(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new o(this.modn(t.words[0]))}:this._wordDiv(t,e)},o.prototype.div=function(t){return this.divmod(t,"div",!1).div},o.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},o.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},o.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var r=0!==e.div.negative?e.mod.isub(t):e.mod,n=t.ushrn(1),i=t.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},o.prototype.modn=function(t){n(t<=67108863);for(var e=(1<<26)%t,r=0,i=this.length-1;i>=0;i--)r=(e*r+(0|this.words[i]))%t;return r},o.prototype.idivn=function(t){n(t<=67108863);for(var e=0,r=this.length-1;r>=0;r--){var i=(0|this.words[r])+67108864*e;this.words[r]=i/t|0,e=i%t}return this.strip()},o.prototype.divn=function(t){return this.clone().idivn(t)},o.prototype.egcd=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=new o(0),u=new o(1),c=0;e.isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++c;for(var f=r.clone(),h=e.clone();!e.isZero();){for(var l=0,d=1;0==(e.words[0]&d)&&l<26;++l,d<<=1);if(l>0)for(e.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(f),s.isub(h)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(a.isOdd()||u.isOdd())&&(a.iadd(f),u.isub(h)),a.iushrn(1),u.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(a),s.isub(u)):(r.isub(e),a.isub(i),u.isub(s))}return{a:a,b:u,gcd:r.iushln(c)}},o.prototype._invmp=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=r.clone();e.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;0==(e.words[0]&c)&&u<26;++u,c<<=1);if(u>0)for(e.iushrn(u);u-- >0;)i.isOdd()&&i.iadd(a),i.iushrn(1);for(var f=0,h=1;0==(r.words[0]&h)&&f<26;++f,h<<=1);if(f>0)for(r.iushrn(f);f-- >0;)s.isOdd()&&s.iadd(a),s.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(s)):(r.isub(e),s.isub(i))}var l;return(l=0===e.cmpn(1)?i:s).cmpn(0)<0&&l.iadd(t),l},o.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),r=t.clone();e.negative=0,r.negative=0;for(var n=0;e.isEven()&&r.isEven();n++)e.iushrn(1),r.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=e.cmp(r);if(i<0){var o=e;e=r,r=o}else if(0===i||0===r.cmpn(1))break;e.isub(r)}return r.iushln(n)},o.prototype.invm=function(t){return this.egcd(t).a.umod(t)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(t){return this.words[0]&t},o.prototype.bincn=function(t){n("number"==typeof t);var e=t%26,r=(t-e)/26,i=1<>>26,a&=67108863,this.words[s]=a}return 0!==o&&(this.words[s]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(t){var e=t<0;if(0!==this.negative&&!e)return-1;if(0===this.negative&&e)return 1;this.strip();var r;if(this.length>1)r=1;else{e&&(t=-t),n(t<=67108863,"Number is too big");var i=0|this.words[0];r=i===t?0:it.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|t.words[r];if(n!==i){ni&&(e=1);break}}return e},o.prototype.gtn=function(t){return 1===this.cmpn(t)},o.prototype.gt=function(t){return 1===this.cmp(t)},o.prototype.gten=function(t){return this.cmpn(t)>=0},o.prototype.gte=function(t){return this.cmp(t)>=0},o.prototype.ltn=function(t){return-1===this.cmpn(t)},o.prototype.lt=function(t){return-1===this.cmp(t)},o.prototype.lten=function(t){return this.cmpn(t)<=0},o.prototype.lte=function(t){return this.cmp(t)<=0},o.prototype.eqn=function(t){return 0===this.cmpn(t)},o.prototype.eq=function(t){return 0===this.cmp(t)},o.red=function(t){return new b(t)},o.prototype.toRed=function(t){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(t){return this.red=t,this},o.prototype.forceRed=function(t){return n(!this.red,"Already a number in reduction context"),this._forceRed(t)},o.prototype.redAdd=function(t){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},o.prototype.redIAdd=function(t){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},o.prototype.redSub=function(t){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},o.prototype.redISub=function(t){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},o.prototype.redShl=function(t){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},o.prototype.redMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},o.prototype.redIMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(t){return n(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var k={k256:null,p224:null,p192:null,p25519:null};h.prototype._tmp=function(){var t=new o(null);return t.words=new Array(Math.ceil(this.n/13)),t},h.prototype.ireduce=function(t){var e,r=t;do{this.split(r,this.tmp),e=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(e>this.n);var n=e0?r.isub(this.p):r.strip(),r},h.prototype.split=function(t,e){t.iushrn(this.n,0,e)},h.prototype.imulK=function(t){return t.imul(this.k)},i(l,h),l.prototype.split=function(t,e){for(var r=Math.min(t.length,9),n=0;n>>22,i=o}i>>>=22,t.words[n-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},l.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,r=0;r>>=26,t.words[r]=i,e=n}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(k[t])return k[t];var e;if("k256"===t)e=new l;else if("p224"===t)e=new d;else if("p192"===t)e=new p;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new m}return k[t]=e,e},b.prototype._verify1=function(t){n(0===t.negative,"red works only with positives"),n(t.red,"red works only with red numbers")},b.prototype._verify2=function(t,e){n(0==(t.negative|e.negative),"red works only with positives"),n(t.red&&t.red===e.red,"red works only with red numbers")},b.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},b.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},b.prototype.add=function(t,e){this._verify2(t,e);var r=t.add(e);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},b.prototype.iadd=function(t,e){this._verify2(t,e);var r=t.iadd(e);return r.cmp(this.m)>=0&&r.isub(this.m),r},b.prototype.sub=function(t,e){this._verify2(t,e);var r=t.sub(e);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},b.prototype.isub=function(t,e){this._verify2(t,e);var r=t.isub(e);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},b.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},b.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},b.prototype.isqr=function(t){return this.imul(t,t.clone())},b.prototype.sqr=function(t){return this.mul(t,t)},b.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(n(e%2==1),3===e){var r=this.m.add(new o(1)).iushrn(2);return this.pow(t,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var a=new o(1).toRed(this),u=a.redNeg(),c=this.m.subn(1).iushrn(1),f=this.m.bitLength();for(f=new o(2*f*f).toRed(this);0!==this.pow(f,c).cmp(u);)f.redIAdd(u);for(var h=this.pow(f,i),l=this.pow(t,i.addn(1).iushrn(1)),d=this.pow(t,i),p=s;0!==d.cmp(a);){for(var m=d,b=0;0!==m.cmp(a);b++)m=m.redSqr();n(b=0;n--){for(var c=e.words[n],f=u-1;f>=0;f--){var h=c>>f&1;i!==r[0]&&(i=this.sqr(i)),0!==h||0!==s?(s<<=1,s|=h,(4===++a||0===n&&0===f)&&(i=this.mul(i,r[s]),a=0,s=0)):a=0}u=26}return i},b.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},b.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new v(t)},i(v,b),v.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},v.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},v.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},v.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var r=t.mul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},v.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===e||e,this)},{buffer:17}],229:[function(t,e,r){(function(t,n){!function(t){if("object"==(void 0===r?"undefined":_typeof(r))&&void 0!==e)e.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var i;"undefined"!=typeof window?i=window:void 0!==n?i=n:"undefined"!=typeof self&&(i=self),i.Promise=t()}}(function(){var e,r,i;return function t(e,r,n){function i(s,a){if(!r[s]){if(!e[s]){var u="function"==typeof _dereq_&&_dereq_;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[s]={exports:{}};e[s][0].call(f.exports,function(t){var r=e[s][1][t];return i(r||t)},f,f.exports,t,e,r,n)}return r[s].exports}for(var o="function"==typeof _dereq_&&_dereq_,s=0;s0;){var e=t.shift();if("function"==typeof e){var r=t.shift(),n=t.shift();e.call(r,n)}else e._settlePromises()}},i.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},i.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},i.prototype._reset=function(){this._isTickUsed=!1},r.exports=i,r.exports.firstLineError=u},{"./queue":26,"./schedule":29,"./util":36}],3:[function(t,e,r){e.exports=function(t,e,r,n){var i=!1,o=function(t,e){this._reject(e)},s=function(t,e){e.promiseRejectionQueued=!0,e.bindingPromise._then(o,o,null,this,t)},a=function(t,e){0==(50397184&this._bitField)&&this._resolveCallback(e.target)},u=function(t,e){e.promiseRejectionQueued||this._reject(t)};t.prototype.bind=function(o){i||(i=!0,t.prototype._propagateFrom=n.propagateFromFunction(),t.prototype._boundValue=n.boundValueFunction());var c=r(o),f=new t(e);f._propagateFrom(this,1);var h=this._target();if(f._setBoundTo(c),c instanceof t){var l={promiseRejectionQueued:!1,promise:f,target:h,bindingPromise:c};h._then(e,s,void 0,f,l),c._then(a,u,void 0,f,l),f._setOnCancel(c)}else f._resolveCallback(h);return f},t.prototype._setBoundTo=function(t){void 0!==t?(this._bitField=2097152|this._bitField,this._boundTo=t):this._bitField=-2097153&this._bitField},t.prototype._isBound=function(){return 2097152==(2097152&this._bitField)},t.bind=function(e,r){return t.resolve(r).bind(e)}}},{}],4:[function(t,e,r){var n;"undefined"!=typeof Promise&&(n=Promise);var i=t("./promise")();i.noConflict=function(){try{Promise===i&&(Promise=n)}catch(t){}return i},e.exports=i},{"./promise":22}],5:[function(t,e,r){var n=Object.create;if(n){var i=n(null),o=n(null);i[" size"]=o[" size"]=0}e.exports=function(e){function r(t,r){var n;if(null!=t&&(n=t[r]),"function"!=typeof n){var i="Object "+a.classString(t)+" has no method '"+a.toString(r)+"'";throw new e.TypeError(i)}return n}function n(t){return r(t,this.pop()).apply(t,this)}function i(t){return t[this]}function o(t){var e=+this;return e<0&&(e=Math.max(0,e+t.length)),t[e]}var s,a=t("./util"),u=a.canEvaluate;a.isIdentifier;e.prototype.call=function(t){var e=[].slice.call(arguments,1);return e.push(t),this._then(n,void 0,void 0,e,void 0)},e.prototype.get=function(t){var e;if("number"==typeof t)e=o;else if(u){var r=s(t);e=null!==r?r:i}else e=i;return this._then(e,void 0,void 0,t,void 0)}}},{"./util":36}],6:[function(t,e,r){e.exports=function(e,r,n,i){var o=t("./util"),s=o.tryCatch,a=o.errorObj,u=e._async;e.prototype.break=e.prototype.cancel=function(){if(!i.cancellation())return this._warn("cancellation is disabled");for(var t=this,e=t;t.isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}var r=t._cancellationParent;if(null==r||!r.isCancellable()){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}t._isFollowing()&&t._followee().cancel(),e=t,t=r}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(t){return t===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),!!this._enoughBranchesHaveCancelled()&&(this._invokeOnCancel(),!0))},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this.isCancellable()&&(this._setCancelled(),u.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(t,e){if(o.isArray(t))for(var r=0;r=0)return i[t]}var n=!1,i=[];return t.prototype._promiseCreated=function(){},t.prototype._pushContext=function(){},t.prototype._popContext=function(){return null},t._peekContext=t.prototype._peekContext=function(){},e.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,i.push(this._trace))},e.prototype._popContext=function(){if(void 0!==this._trace){var t=i.pop(),e=t._promiseCreated;return t._promiseCreated=null,e}return null},e.CapturedTrace=null,e.create=function(){if(n)return new e},e.deactivateLongStackTraces=function(){},e.activateLongStackTraces=function(){var i=t.prototype._pushContext,o=t.prototype._popContext,s=t._peekContext,a=t.prototype._peekContext,u=t.prototype._promiseCreated;e.deactivateLongStackTraces=function(){t.prototype._pushContext=i,t.prototype._popContext=o,t._peekContext=s,t.prototype._peekContext=a,t.prototype._promiseCreated=u,n=!1},n=!0,t.prototype._pushContext=e.prototype._pushContext,t.prototype._popContext=e.prototype._popContext,t._peekContext=t.prototype._peekContext=r,t.prototype._promiseCreated=function(){var t=this._peekContext();t&&null==t._promiseCreated&&(t._promiseCreated=this)}},e}},{}],9:[function(e,r,n){r.exports=function(r,n){function i(t,e){return{promise:e}}function o(){return!1}function s(t,e,r){var n=this;try{t(e,r,function(t){if("function"!=typeof t)throw new TypeError("onCancel must be a function, got: "+T.toString(t));n._attachCancellationCallback(t)})}catch(t){return t}}function a(t){if(!this.isCancellable())return this;var e=this._onCancel();void 0!==e?T.isArray(e)?e.push(t):this._setOnCancel([e,t]):this._setOnCancel(t)}function u(){return this._onCancelField}function c(t){this._onCancelField=t}function f(){this._cancellationParent=void 0,this._onCancelField=void 0}function h(t,e){if(0!=(1&e)){this._cancellationParent=t;var r=t._branchesRemainingToCancel;void 0===r&&(r=0),t._branchesRemainingToCancel=r+1}0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function l(){var t=this._boundTo;return void 0!==t&&t instanceof r?t.isFulfilled()?t.value():void 0:t}function d(){this._trace=new k(this._peekContext())}function p(t,e){if(P(t)){var r=this._trace;if(void 0!==r&&e&&(r=r._parent),void 0!==r)r.attachExtraTrace(t);else if(!t.__stackCleaned__){var n=v(t);T.notEnumerableProp(t,"stack",n.message+"\n"+n.stack.join("\n")),T.notEnumerableProp(t,"__stackCleaned__",!0)}}}function m(t,e,n){if($.warnings){var i,o=new C(t);if(e)n._attachExtraTrace(o);else if($.longStackTraces&&(i=r._peekContext()))i.attachExtraTrace(o);else{var s=v(o);o.stack=s.message+"\n"+s.stack.join("\n")}K("warning",o)||y(o,"",!0)}}function b(t){for(var e=[],r=0;r0?function(t){for(var e=t.stack.replace(/\s+$/g,"").split("\n"),r=0;r0&&(e=e.slice(r)),e}(t):[" (No stack trace)"],{message:r,stack:b(e)}}function y(t,e,r){if("undefined"!=typeof console){var n;if(T.isObject(t)){var i=t.stack;n=e+R(i,t)}else n=e+String(t);"function"==typeof S?S(n,r):"function"!=typeof console.log&&"object"!==_typeof(console.log)||console.log(n)}}function g(t,e,r,n){var i=!1;try{"function"==typeof e&&(i=!0,"rejectionHandled"===t?e(n):e(r,n))}catch(t){j.throwLater(t)}"unhandledRejection"===t?K(t,r,n)||i||y(r,"Unhandled rejection "):K(t,n)}function _(t){var e;if("function"==typeof t)e="[function "+(t.name||"anonymous")+"]";else{e=t&&"function"==typeof t.toString?t.toString():T.toString(t);if(/\[object [a-zA-Z0-9$_]+\]/.test(e))try{e=JSON.stringify(t)}catch(t){}0===e.length&&(e="(empty array)")}return"(<"+function(t){if(t.length<41)return t;return t.substr(0,38)+"..."}(e)+">, no stack trace)"}function w(){return"function"==typeof G}function M(t){var e=t.match(X);if(e)return{fileName:e[1],line:parseInt(e[2],10)}}function k(t){this._parent=t,this._promisesCreated=0;var e=this._length=1+(void 0===t?0:t._length);G(this,k),e>32&&this.uncycle()}var x,E,S,A=r._getDomain,j=r._async,C=e("./errors").Warning,T=e("./util"),P=T.canAttachTrace,I=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,B=null,R=null,F=!1,O=!(0==T.env("BLUEBIRD_DEBUG")),N=!(0==T.env("BLUEBIRD_WARNINGS")||!O&&!T.env("BLUEBIRD_WARNINGS")),L=!(0==T.env("BLUEBIRD_LONG_STACK_TRACES")||!O&&!T.env("BLUEBIRD_LONG_STACK_TRACES")),D=0!=T.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(N||!!T.env("BLUEBIRD_W_FORGOTTEN_RETURN"));r.prototype.suppressUnhandledRejections=function(){var t=this._target();t._bitField=-1048577&t._bitField|524288},r.prototype._ensurePossibleRejectionHandled=function(){0==(524288&this._bitField)&&(this._setRejectionIsUnhandled(),j.invokeLater(this._notifyUnhandledRejection,this,void 0))},r.prototype._notifyUnhandledRejectionIsHandled=function(){g("rejectionHandled",x,void 0,this)},r.prototype._setReturnedNonUndefined=function(){this._bitField=268435456|this._bitField},r.prototype._returnedNonUndefined=function(){return 0!=(268435456&this._bitField)},r.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var t=this._settledValue();this._setUnhandledRejectionIsNotified(),g("unhandledRejection",E,t,this)}},r.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=262144|this._bitField},r.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=-262145&this._bitField},r.prototype._isUnhandledRejectionNotified=function(){return(262144&this._bitField)>0},r.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},r.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},r.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},r.prototype._warn=function(t,e,r){return m(t,e,r||this)},r.onPossiblyUnhandledRejection=function(t){var e=A();E="function"==typeof t?null===e?t:e.bind(t):void 0},r.onUnhandledRejectionHandled=function(t){var e=A();x="function"==typeof t?null===e?t:e.bind(t):void 0};var q=function(){};r.longStackTraces=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!$.longStackTraces&&w()){var t=r.prototype._captureStackTrace,e=r.prototype._attachExtraTrace;$.longStackTraces=!0,q=function(){if(j.haveItemsQueued()&&!$.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");r.prototype._captureStackTrace=t,r.prototype._attachExtraTrace=e,n.deactivateLongStackTraces(),j.enableTrampoline(),$.longStackTraces=!1},r.prototype._captureStackTrace=d,r.prototype._attachExtraTrace=p,n.activateLongStackTraces(),j.disableTrampolineIfNecessary()}},r.hasLongStackTraces=function(){return $.longStackTraces&&w()};var U=function(){try{var t=document.createEvent("CustomEvent");return t.initCustomEvent("testingtheevent",!1,!0,{}),T.global.dispatchEvent(t),function(t,e){var r=document.createEvent("CustomEvent");return r.initCustomEvent(t.toLowerCase(),!1,!0,e),!T.global.dispatchEvent(r)}}catch(t){}return function(){return!1}}(),z=T.isNode?function(){return t.emit.apply(t,arguments)}:T.global?function(t){var e="on"+t.toLowerCase(),r=T.global[e];return!!r&&(r.apply(T.global,[].slice.call(arguments,1)),!0)}:function(){return!1},H={promiseCreated:i,promiseFulfilled:i,promiseRejected:i,promiseResolved:i,promiseCancelled:i,promiseChained:function(t,e,r){return{promise:e,child:r}},warning:function(t,e){return{warning:e}},unhandledRejection:function(t,e,r){return{reason:e,promise:r}},rejectionHandled:i},K=function(t){var e=!1;try{e=z.apply(null,arguments)}catch(t){j.throwLater(t),e=!0}var r=!1;try{r=U(t,H[t].apply(null,arguments))}catch(t){j.throwLater(t),r=!0}return r||e};r.config=function(t){if("longStackTraces"in(t=Object(t))&&(t.longStackTraces?r.longStackTraces():!t.longStackTraces&&r.hasLongStackTraces()&&q()),"warnings"in t){var e=t.warnings;$.warnings=!!e,D=$.warnings,T.isObject(e)&&"wForgottenReturn"in e&&(D=!!e.wForgottenReturn)}if("cancellation"in t&&t.cancellation&&!$.cancellation){if(j.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");r.prototype._clearCancellationData=f,r.prototype._propagateFrom=h,r.prototype._onCancel=u,r.prototype._setOnCancel=c,r.prototype._attachCancellationCallback=a,r.prototype._execute=s,V=h,$.cancellation=!0}"monitoring"in t&&(t.monitoring&&!$.monitoring?($.monitoring=!0,r.prototype._fireEvent=K):!t.monitoring&&$.monitoring&&($.monitoring=!1,r.prototype._fireEvent=o))},r.prototype._fireEvent=o,r.prototype._execute=function(t,e,r){try{t(e,r)}catch(t){return t}},r.prototype._onCancel=function(){},r.prototype._setOnCancel=function(t){},r.prototype._attachCancellationCallback=function(t){},r.prototype._captureStackTrace=function(){},r.prototype._attachExtraTrace=function(){},r.prototype._clearCancellationData=function(){},r.prototype._propagateFrom=function(t,e){};var V=function(t,e){0!=(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)},W=function(){return!1},X=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;T.inherits(k,Error),n.CapturedTrace=k,k.prototype.uncycle=function(){var t=this._length;if(!(t<2)){for(var e=[],r={},n=0,i=this;void 0!==i;++n)e.push(i),i=i._parent;for(n=(t=this._length=n)-1;n>=0;--n){var o=e[n].stack;void 0===r[o]&&(r[o]=n)}for(n=0;n0&&(e[s-1]._parent=void 0,e[s-1]._length=1),e[n]._parent=void 0,e[n]._length=1;var a=n>0?e[n-1]:this;s=0;--c)e[c]._length=u,u++;return}}}},k.prototype.attachExtraTrace=function(t){if(!t.__stackCleaned__){this.uncycle();for(var e=v(t),r=e.message,n=[e.stack],i=this;void 0!==i;)n.push(b(i.stack.split("\n"))),i=i._parent;!function(t){for(var e=t[0],r=1;r=0;--a)if(n[a]===o){s=a;break}for(a=s;a>=0;--a){var u=n[a];if(e[i]!==u)break;e.pop(),i--}e=n}}(n),function(t){for(var e=0;e=0)return B=/@/,R=e,F=!0,function(t){t.stack=(new Error).stack};var i;try{throw new Error}catch(t){i="stack"in t}return"stack"in n||!i||"number"!=typeof Error.stackTraceLimit?(R=function(t,e){return"string"==typeof t?t:"object"!==(void 0===e?"undefined":_typeof(e))&&"function"!=typeof e||void 0===e.name||void 0===e.message?_(e):e.toString()},null):(B=t,R=e,function(t){Error.stackTraceLimit+=6;try{throw new Error}catch(e){t.stack=e.stack}Error.stackTraceLimit-=6})}();"undefined"!=typeof console&&void 0!==console.warn&&(S=function(t){console.warn(t)},T.isNode&&t.stderr.isTTY?S=function(t,e){var r=e?"":"";console.warn(r+t+"\n")}:T.isNode||"string"!=typeof(new Error).stack||(S=function(t,e){console.warn("%c"+t,e?"color: darkorange":"color: red")}));var $={warnings:N,longStackTraces:!1,cancellation:!1,monitoring:!1};return L&&r.longStackTraces(),{longStackTraces:function(){return $.longStackTraces},warnings:function(){return $.warnings},cancellation:function(){return $.cancellation},monitoring:function(){return $.monitoring},propagateFromFunction:function(){return V},boundValueFunction:function(){return l},checkForgottenReturns:function(t,e,r,n,i){if(void 0===t&&null!==e&&D){if(void 0!==i&&i._returnedNonUndefined())return;r&&(r+=" ");var o="a promise was created in a "+r+"handler but was not returned from it";n._warn(o,!0,e)}},setBounds:function(t,e){if(w()){for(var r,n,i=t.stack.split("\n"),o=e.stack.split("\n"),s=-1,a=-1,u=0;u=a||(W=function(t){if(I.test(t))return!0;var e=M(t);return!!(e&&e.fileName===r&&s<=e.line&&e.line<=a)})}},warn:m,deprecated:function(t,e){var r=t+" is deprecated and will be removed in a future version.";return e&&(r+=" Use "+e+" instead."),m(r)},CapturedTrace:k,fireDomEvent:U,fireGlobalEvent:z}}},{"./errors":12,"./util":36}],10:[function(t,e,r){e.exports=function(t){function e(){return this.value}function r(){throw this.reason}t.prototype.return=t.prototype.thenReturn=function(r){return r instanceof t&&r.suppressUnhandledRejections(),this._then(e,void 0,void 0,{value:r},void 0)},t.prototype.throw=t.prototype.thenThrow=function(t){return this._then(r,void 0,void 0,{reason:t},void 0)},t.prototype.catchThrow=function(t){if(arguments.length<=1)return this._then(void 0,r,void 0,{reason:t},void 0);var e=arguments[1];return this.caught(t,function(){throw e})},t.prototype.catchReturn=function(r){if(arguments.length<=1)return r instanceof t&&r.suppressUnhandledRejections(),this._then(void 0,e,void 0,{value:r},void 0);var n=arguments[1];n instanceof t&&n.suppressUnhandledRejections();return this.caught(r,function(){return n})}}},{}],11:[function(t,e,r){e.exports=function(t,e){function r(){return o(this)}function n(t,r){return i(t,r,e,e)}var i=t.reduce,o=t.all;t.prototype.each=function(t){return this.mapSeries(t)._then(r,void 0,void 0,this,void 0)},t.prototype.mapSeries=function(t){return i(this,t,e,e)},t.each=function(t,e){return n(t,e)._then(r,void 0,void 0,t,void 0)},t.mapSeries=n}},{}],12:[function(t,e,r){function n(t,e){function r(n){if(!(this instanceof r))return new r(n);h(this,"message","string"==typeof n?n:e),h(this,"name",t),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return f(r,Error),r}function i(t){if(!(this instanceof i))return new i(t);h(this,"name","OperationalError"),h(this,"message",t),this.cause=t,this.isOperational=!0,t instanceof Error?(h(this,"message",t.message),h(this,"stack",t.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}var o,s,a=t("./es5"),u=a.freeze,c=t("./util"),f=c.inherits,h=c.notEnumerableProp,l=n("Warning","warning"),d=n("CancellationError","cancellation error"),p=n("TimeoutError","timeout error"),m=n("AggregateError","aggregate error");try{o=TypeError,s=RangeError}catch(t){o=n("TypeError","type error"),s=n("RangeError","range error")}for(var b="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),v=0;v1?t.cancelPromise._reject(e):t.cancelPromise._cancel(),t.cancelPromise=null,!0)}function s(){return u.call(this,this.promise._target()._settledValue())}function a(t){if(!o(this,t))return h.e=t,h}function u(t){var n=this.promise,u=this.handler;if(!this.called){this.called=!0;var c=this.isFinallyHandler()?u.call(n._boundValue()):u.call(n._boundValue(),t);if(void 0!==c){n._setReturnedNonUndefined();var l=r(c,n);if(l instanceof e){if(null!=this.cancelPromise){if(l.isCancelled()){var d=new f("late cancellation observer");return n._attachExtraTrace(d),h.e=d,h}l.isPending()&&l._attachCancellationCallback(new i(this))}return l._then(s,a,void 0,this,void 0)}}}return n.isRejected()?(o(this),h.e=t,h):(o(this),t)}var c=t("./util"),f=e.CancellationError,h=c.errorObj;return n.prototype.isFinallyHandler=function(){return 0===this.type},i.prototype._resultCancelled=function(){o(this.finallyHandler)},e.prototype._passThrough=function(t,e,r,i){return"function"!=typeof t?this.then():this._then(r,i,void 0,new n(this,e,t),void 0)},e.prototype.lastly=e.prototype.finally=function(t){return this._passThrough(t,0,u,u)},e.prototype.tap=function(t){return this._passThrough(t,1,u)},n}},{"./util":36}],16:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,r,i,o){var s=this._promise=new e(n);s._captureStackTrace(),s._setOnCancel(this),this._stack=o,this._generatorFunction=t,this._receiver=r,this._generator=void 0,this._yieldHandlers="function"==typeof i?[i].concat(l):l,this._yieldedPromise=null}var u=t("./errors").TypeError,c=t("./util"),f=c.errorObj,h=c.tryCatch,l=[];c.inherits(a,o),a.prototype._isResolved=function(){return null===this._promise},a.prototype._cleanup=function(){this._promise=this._generator=null},a.prototype._promiseCancelled=function(){if(!this._isResolved()){var t;if(void 0!==this._generator.return)this._promise._pushContext(),t=h(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var r=new e.CancellationError("generator .return() sentinel");e.coroutine.returnSentinel=r,this._promise._attachExtraTrace(r),this._promise._pushContext(),t=h(this._generator.throw).call(this._generator,r),this._promise._popContext(),t===f&&t.e===r&&(t=null)}var n=this._promise;this._cleanup(),t===f?n._rejectCallback(t.e,!1):n.cancel()}},a.prototype._promiseFulfilled=function(t){this._yieldedPromise=null,this._promise._pushContext();var e=h(this._generator.next).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._promiseRejected=function(t){this._yieldedPromise=null,this._promise._attachExtraTrace(t),this._promise._pushContext();var e=h(this._generator.throw).call(this._generator,t);this._promise._popContext(),this._continue(e)},a.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof e){var t=this._yieldedPromise;this._yieldedPromise=null,t.cancel()}},a.prototype.promise=function(){return this._promise},a.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},a.prototype._continue=function(t){var r=this._promise;if(t===f)return this._cleanup(),r._rejectCallback(t.e,!1);var n=t.value;if(!0===t.done)return this._cleanup(),r._resolveCallback(n);var o=i(n,this._promise);if(o instanceof e||null!==(o=function(t,r,n){for(var o=0;o0&&"function"==typeof arguments[e]){t=arguments[e]}var n=[].slice.call(arguments);t&&n.pop();var i=new r(n).promise();return void 0!==t?i.spread(t):i}}},{"./util":36}],18:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t,e,r,n){this.constructor$(t),this._promise._captureStackTrace();var i=c();this._callback=null===i?e:i.bind(e),this._preservedValues=n===o?new Array(this.length()):null,this._limit=r,this._inFlight=0,this._queue=r>=1?[]:d,this._init$(void 0,-2)}function u(t,e,r,i){if("function"!=typeof e)return n("expecting a function but got "+f.classString(e));var o="object"===(void 0===r?"undefined":_typeof(r))&&null!==r?r.concurrency:0;return o="number"==typeof o&&isFinite(o)&&o>=1?o:0,new a(t,e,o,i).promise()}var c=e._getDomain,f=t("./util"),h=f.tryCatch,l=f.errorObj,d=[];f.inherits(a,r),a.prototype._init=function(){},a.prototype._promiseFulfilled=function(t,r){var n=this._values,o=this.length(),a=this._preservedValues,u=this._limit;if(r<0){if(r=-1*r-1,n[r]=t,u>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(u>=1&&this._inFlight>=u)return n[r]=t,this._queue.push(r),!1;null!==a&&(a[r]=t);var c=this._promise,f=this._callback,d=c._boundValue();c._pushContext();var p=h(f).call(d,t,r,o),m=c._popContext();if(s.checkForgottenReturns(p,m,null!==a?"Promise.filter":"Promise.map",c),p===l)return this._reject(p.e),!0;var b=i(p,this._promise);if(b instanceof e){var v=(b=b._target())._bitField;if(0==(50397184&v))return u>=1&&this._inFlight++,n[r]=b,b._proxy(this,-1*(r+1)),!1;if(0==(33554432&v))return 0!=(16777216&v)?(this._reject(b._reason()),!0):(this._cancel(),!0);p=b._value()}n[r]=p}return++this._totalResolved>=o&&(null!==a?this._filter(n,a):this._resolve(n),!0)},a.prototype._drainQueue=function(){for(var t=this._queue,e=this._limit,r=this._values;t.length>0&&this._inFlight1){o.deprecated("calling Promise.try with more than 1 argument");var c=arguments[1],f=arguments[2];u=s.isArray(c)?a(t).apply(f,c):a(t).call(f,c)}else u=a(t)();var h=n._popContext();return o.checkForgottenReturns(u,h,"Promise.try",n),n._resolveFromSyncValue(u),n},e.prototype._resolveFromSyncValue=function(t){t===s.errorObj?this._rejectCallback(t.e,!1):this._resolveCallback(t,!0)}}},{"./util":36}],20:[function(t,e,r){function n(t){var e;if(function(t){return t instanceof Error&&a.getPrototypeOf(t)===Error.prototype}(t)){(e=new s(t)).name=t.name,e.message=t.message,e.stack=t.stack;for(var r=a.keys(t),n=0;n1){var r,n=new Array(e-1),i=0;for(r=0;r0&&"function"!=typeof t&&"function"!=typeof e){var r=".then() only accepts functions but was passed: "+l.classString(t);arguments.length>1&&(r+=", "+l.classString(e)),this._warn(r)}return this._then(t,e,void 0,void 0,void 0)},n.prototype.done=function(t,e){this._then(t,e,void 0,void 0,void 0)._setIsFinal()},n.prototype.spread=function(t){return"function"!=typeof t?f("expecting a function but got "+l.classString(t)):this.all()._then(t,void 0,void 0,_,void 0)},n.prototype.toJSON=function(){var t={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(t.fulfillmentValue=this.value(),t.isFulfilled=!0):this.isRejected()&&(t.rejectionReason=this.reason(),t.isRejected=!0),t},n.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new k(this).promise()},n.prototype.error=function(t){return this.caught(l.originatesFromRejection,t)},n.is=function(t){return t instanceof n},n.fromNode=n.fromCallback=function(t){var e=new n(g);e._captureStackTrace();var r=arguments.length>1&&!!Object(arguments[1]).multiArgs,i=P(t)(C(e,r));return i===T&&e._rejectCallback(i.e,!0),e._isFateSealed()||e._setAsyncGuaranteed(),e},n.all=function(t){return new k(t).promise()},n.cast=function(t){var e=M(t);return e instanceof n||((e=new n(g))._captureStackTrace(),e._setFulfilled(),e._rejectionHandler0=t),e},n.resolve=n.fulfilled=n.cast,n.reject=n.rejected=function(t){var e=new n(g);return e._captureStackTrace(),e._rejectCallback(t,!0),e},n.setScheduler=function(t){if("function"!=typeof t)throw new v("expecting a function but got "+l.classString(t));var e=m._schedule;return m._schedule=t,e},n.prototype._then=function(t,e,r,i,o){var s=void 0!==o,u=s?o:new n(g),c=this._target(),f=c._bitField;s||(u._propagateFrom(this,3),u._captureStackTrace(),void 0===i&&0!=(2097152&this._bitField)&&(i=0!=(50397184&f)?this._boundValue():c===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,u));var h=a();if(0!=(50397184&f)){var l,d,p=c._settlePromiseCtx;0!=(33554432&f)?(d=c._rejectionHandler0,l=t):0!=(16777216&f)?(d=c._fulfillmentHandler0,l=e,c._unsetRejectionIsUnhandled()):(p=c._settlePromiseLateCancellationObserver,d=new y("late cancellation observer"),c._attachExtraTrace(d),l=e),m.invoke(p,c,{handler:null===h?l:"function"==typeof l&&h.bind(l),promise:u,receiver:i,value:d})}else c._addCallbacks(t,e,u,i,h);return u},n.prototype._length=function(){return 65535&this._bitField},n.prototype._isFateSealed=function(){return 0!=(117506048&this._bitField)},n.prototype._isFollowing=function(){return 67108864==(67108864&this._bitField)},n.prototype._setLength=function(t){this._bitField=-65536&this._bitField|65535&t},n.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},n.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},n.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},n.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},n.prototype._isFinal=function(){return(4194304&this._bitField)>0},n.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},n.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},n.prototype._setAsyncGuaranteed=function(){this._bitField=134217728|this._bitField},n.prototype._receiverAt=function(t){var e=0===t?this._receiver0:this[4*t-4+3];if(e!==h)return void 0===e&&this._isBound()?this._boundValue():e},n.prototype._promiseAt=function(t){return this[4*t-4+2]},n.prototype._fulfillmentHandlerAt=function(t){return this[4*t-4+0]},n.prototype._rejectionHandlerAt=function(t){return this[4*t-4+1]},n.prototype._boundValue=function(){},n.prototype._migrateCallback0=function(t){t._bitField;var e=t._fulfillmentHandler0,r=t._rejectionHandler0,n=t._promise0,i=t._receiverAt(0);void 0===i&&(i=h),this._addCallbacks(e,r,n,i,null)},n.prototype._migrateCallbackAt=function(t,e){var r=t._fulfillmentHandlerAt(e),n=t._rejectionHandlerAt(e),i=t._promiseAt(e),o=t._receiverAt(e);void 0===o&&(o=h),this._addCallbacks(r,n,i,o,null)},n.prototype._addCallbacks=function(t,e,r,n,i){var o=this._length();if(o>=65531&&(o=0,this._setLength(0)),0===o)this._promise0=r,this._receiver0=n,"function"==typeof t&&(this._fulfillmentHandler0=null===i?t:i.bind(t)),"function"==typeof e&&(this._rejectionHandler0=null===i?e:i.bind(e));else{var s=4*o-4;this[s+2]=r,this[s+3]=n,"function"==typeof t&&(this[s+0]=null===i?t:i.bind(t)),"function"==typeof e&&(this[s+1]=null===i?e:i.bind(e))}return this._setLength(o+1),o},n.prototype._proxy=function(t,e){this._addCallbacks(void 0,void 0,e,t,null)},n.prototype._resolveCallback=function(t,e){if(0==(117506048&this._bitField)){if(t===this)return this._rejectCallback(u(),!1);var r=M(t,this);if(!(r instanceof n))return this._fulfill(t);e&&this._propagateFrom(r,2);var i=r._target(),o=i._bitField;if(0==(50397184&o)){var s=this._length();s>0&&i._migrateCallback0(this);for(var a=1;a>>16)){if(t===this){var r=u();return this._attachExtraTrace(r),this._reject(r)}this._setFulfilled(),this._rejectionHandler0=t,(65535&e)>0&&(0!=(134217728&e)?this._settlePromises():m.settlePromises(this))}},n.prototype._reject=function(t){var e=this._bitField;if(!((117506048&e)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=t,this._isFinal())return m.fatalError(t,l.isNode);(65535&e)>0?0!=(134217728&e)?this._settlePromises():m.settlePromises(this):this._ensurePossibleRejectionHandled()}},n.prototype._fulfillPromises=function(t,e){for(var r=1;r0){if(0!=(16842752&t)){var r=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,r,t),this._rejectPromises(e,r)}else{var n=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,n,t),this._fulfillPromises(e,n)}this._setLength(0)}this._clearCancellationData()},n.prototype._settledValue=function(){var t=this._bitField;return 0!=(33554432&t)?this._rejectionHandler0:0!=(16777216&t)?this._fulfillmentHandler0:void 0},n.defer=n.pending=function(){S.deprecated("Promise.defer","new Promise");return{promise:new n(g),resolve:i,reject:o}},l.notEnumerableProp(n,"_makeSelfResolutionError",u),e("./method")(n,g,M,f,S),e("./bind")(n,g,M,S),e("./cancel")(n,k,f,S),e("./direct_resolve")(n),e("./synchronous_inspection")(n),e("./join")(n,k,M,g,S),n.Promise=n,e("./map.js")(n,k,f,M,g,S),e("./using.js")(n,f,M,E,g,S),e("./timers.js")(n,g,S),e("./generators.js")(n,f,g,M,r,S),e("./nodeify.js")(n),e("./call_get.js")(n),e("./props.js")(n,k,M,f),e("./race.js")(n,g,M,f),e("./reduce.js")(n,k,f,M,g,S),e("./settle.js")(n,k,S),e("./some.js")(n,k,f),e("./promisify.js")(n,g),e("./any.js")(n),e("./each.js")(n,g),e("./filter.js")(n,g),l.toFastProperties(n),l.toFastProperties(n.prototype),s({a:1}),s({b:2}),s({c:3}),s(1),s(function(){}),s(void 0),s(!1),s(new n(g)),S.setBounds(p.firstLineError,l.lastLineError),n}},{"./any.js":1,"./async":2,"./bind":3,"./call_get.js":5,"./cancel":6,"./catch_filter":7,"./context":8,"./debuggability":9,"./direct_resolve":10,"./each.js":11,"./errors":12,"./es5":13,"./filter.js":14,"./finally":15,"./generators.js":16,"./join":17,"./map.js":18,"./method":19,"./nodeback":20,"./nodeify.js":21,"./promise_array":23,"./promisify.js":24,"./props.js":25,"./race.js":27,"./reduce.js":28,"./settle.js":30,"./some.js":31,"./synchronous_inspection":32,"./thenables":33,"./timers.js":34,"./using.js":35,"./util":36}],23:[function(t,e,r){e.exports=function(e,r,n,i,o){function s(t){var n=this._promise=new e(r);t instanceof e&&n._propagateFrom(t,3),n._setOnCancel(this),this._values=t,this._length=0,this._totalResolved=0,this._init(void 0,-2)}var a=t("./util");a.isArray;return a.inherits(s,o),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function t(r,o){var s=n(this._values,this._promise);if(s instanceof e){var u=(s=s._target())._bitField;if(this._values=s,0==(50397184&u))return this._promise._setAsyncGuaranteed(),s._then(t,this._reject,void 0,this,o);if(0==(33554432&u))return 0!=(16777216&u)?this._reject(s._reason()):this._cancel();s=s._value()}if(null!==(s=a.asArray(s)))0!==s.length?this._iterate(s):-5===o?this._resolveEmptyArray():this._resolve(function(t){switch(t){case-2:return[];case-3:return{}}}(o));else{var c=i("expecting an array or an iterable object but got "+a.classString(s)).reason();this._promise._rejectCallback(c,!1)}},s.prototype._iterate=function(t){var r=this.getActualLength(t.length);this._length=r,this._values=this.shouldCopyValues()?new Array(r):this._values;for(var i=this._promise,o=!1,s=null,a=0;a=this._length&&(this._resolve(this._values),!0)},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(t){return this._totalResolved++,this._reject(t),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var r=0;r=this._length){var r;if(this._isMap)r=function(t){for(var e=new a,r=t.length/2|0,n=0;n>1},e.prototype.props=function(){return s(this)},e.props=function(t){return s(t)}}},{"./es5":13,"./util":36}],26:[function(t,e,r){function n(t){this._capacity=t,this._length=0,this._front=0}n.prototype._willBeOverCapacity=function(t){return this._capacity=this._length&&(this._resolve(this._values),!0)},i.prototype._promiseFulfilled=function(t,e){var r=new o;return r._bitField=33554432,r._settledValueField=t,this._promiseResolved(e,r)},i.prototype._promiseRejected=function(t,e){var r=new o;return r._bitField=16777216,r._settledValueField=t,this._promiseResolved(e,r)},e.settle=function(t){return n.deprecated(".settle()",".reflect()"),new i(t).promise()},e.prototype.settle=function(){return e.settle(this)}}},{"./util":36}],31:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.constructor$(t),this._howMany=0,this._unwrap=!1,this._initialized=!1}function o(t,e){if((0|e)!==e||e<0)return n("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var r=new i(t),o=r.promise();return r.setHowMany(e),r.init(),o}var s=t("./util"),a=t("./errors").RangeError,u=t("./errors").AggregateError,c=s.isArray,f={};s.inherits(i,r),i.prototype._init=function(){if(this._initialized)if(0!==this._howMany){this._init$(void 0,-5);var t=c(this._values);!this._isResolved()&&t&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}else this._resolve([])},i.prototype.init=function(){this._initialized=!0,this._init()},i.prototype.setUnwrap=function(){this._unwrap=!0},i.prototype.howMany=function(){return this._howMany},i.prototype.setHowMany=function(t){this._howMany=t},i.prototype._promiseFulfilled=function(t){return this._addFulfilled(t),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},i.prototype._promiseRejected=function(t){return this._addRejected(t),this._checkOutcome()},i.prototype._promiseCancelled=function(){return this._values instanceof e||null==this._values?this._cancel():(this._addRejected(f),this._checkOutcome())},i.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var t=new u,e=this.length();e0?this._reject(t):this._cancel(),!0}return!1},i.prototype._fulfilled=function(){return this._totalResolved},i.prototype._rejected=function(){return this._values.length-this.length()},i.prototype._addRejected=function(t){this._values.push(t)},i.prototype._addFulfilled=function(t){this._values[this._totalResolved++]=t},i.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},i.prototype._getRangeError=function(t){var e="Input array must contain at least "+this._howMany+" items but contains only "+t+" items";return new a(e)},i.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},e.some=function(t,e){return o(t,e)},e.prototype.some=function(t){return o(this,t)},e._SomePromiseArray=i}},{"./errors":12,"./util":36}],32:[function(t,e,r){e.exports=function(t){function e(t){void 0!==t?(t=t._target(),this._bitField=t._bitField,this._settledValueField=t._isFateSealed()?t._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}e.prototype._settledValue=function(){return this._settledValueField};var r=e.prototype.value=function(){if(!this.isFulfilled())throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},n=e.prototype.error=e.prototype.reason=function(){if(!this.isRejected())throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},i=e.prototype.isFulfilled=function(){return 0!=(33554432&this._bitField)},o=e.prototype.isRejected=function(){return 0!=(16777216&this._bitField)},s=e.prototype.isPending=function(){return 0==(50397184&this._bitField)},a=e.prototype.isResolved=function(){return 0!=(50331648&this._bitField)};e.prototype.isCancelled=t.prototype._isCancelled=function(){return 65536==(65536&this._bitField)},t.prototype.isCancelled=function(){return this._target()._isCancelled()},t.prototype.isPending=function(){return s.call(this._target())},t.prototype.isRejected=function(){return o.call(this._target())},t.prototype.isFulfilled=function(){return i.call(this._target())},t.prototype.isResolved=function(){return a.call(this._target())},t.prototype.value=function(){return r.call(this._target())},t.prototype.reason=function(){var t=this._target();return t._unsetRejectionIsUnhandled(),n.call(t)},t.prototype._value=function(){return this._settledValue()},t.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},t.PromiseInspection=e}},{}],33:[function(t,e,r){e.exports=function(e,r){var n=t("./util"),i=n.errorObj,o=n.isObject,s={}.hasOwnProperty;return function(t,a){if(o(t)){if(t instanceof e)return t;var u=function(t){try{return function(t){return t.then}(t)}catch(t){return i.e=t,i}}(t);if(u===i){a&&a._pushContext();var c=e.reject(u.e);return a&&a._popContext(),c}if("function"==typeof u)return function(t){return s.call(t,"_promise0")}(t)?(c=new e(r),t._then(c._fulfill,c._reject,void 0,c,null),c):function(t,o,s){var a=new e(r),u=a;s&&s._pushContext(),a._captureStackTrace(),s&&s._popContext();var c=!0,f=n.tryCatch(o).call(t,function(t){a&&(a._resolveCallback(t),a=null)},function(t){a&&(a._rejectCallback(t,c,!0),a=null)});return c=!1,a&&f===i&&(a._rejectCallback(f.e,!0,!0),a=null),u}(t,u,a)}return t}}},{"./util":36}],34:[function(t,e,r){e.exports=function(e,r,n){function i(t){this.handle=t}function o(t){return clearTimeout(this.handle),t}function s(t){throw clearTimeout(this.handle),t}var a=t("./util"),u=e.TimeoutError;i.prototype._resultCancelled=function(){clearTimeout(this.handle)};var c=function(t){return f(+this).thenReturn(t)},f=e.delay=function(t,o){var s,a;return void 0!==o?(s=e.resolve(o)._then(c,null,null,t,void 0),n.cancellation()&&o instanceof e&&s._setOnCancel(o)):(s=new e(r),a=setTimeout(function(){s._fulfill()},+t),n.cancellation()&&s._setOnCancel(new i(a))),s._setAsyncGuaranteed(),s};e.prototype.delay=function(t){return f(t,this)};e.prototype.timeout=function(t,e){t=+t;var r,c,f=new i(setTimeout(function(){r.isPending()&&function(t,e,r){var n;n="string"!=typeof e?e instanceof Error?e:new u("operation timed out"):new u(e),a.markAsOriginatingFromRejection(n),t._attachExtraTrace(n),t._reject(n),null!=r&&r.cancel()}(r,e,c)},t));return n.cancellation()?(c=this.then(),(r=c._then(o,s,void 0,f,void 0))._setOnCancel(f)):r=this._then(o,s,void 0,f,void 0),r}}},{"./util":36}],35:[function(t,e,r){e.exports=function(e,r,n,i,o,s){function a(t){setTimeout(function(){throw t},0)}function u(t,r){function i(){if(s>=u)return c._fulfill();var o=function(t){var e=n(t);return e!==t&&"function"==typeof t._isDisposable&&"function"==typeof t._getDisposer&&t._isDisposable()&&e._setDisposable(t._getDisposer()),e}(t[s++]);if(o instanceof e&&o._isDisposable()){try{o=n(o._getDisposer().tryDispose(r),t.promise)}catch(t){return a(t)}if(o instanceof e)return o._then(i,a,null,null,null)}i()}var s=0,u=t.length,c=new e(o);return i(),c}function c(t,e,r){this._data=t,this._promise=e,this._context=r}function f(t,e,r){this.constructor$(t,e,r)}function h(t){return c.isDisposer(t)?(this.resources[this.index]._setDisposable(t),t.promise()):t}function l(t){this.length=t,this.promise=null,this[t-1]=null}var d=t("./util"),p=t("./errors").TypeError,m=t("./util").inherits,b=d.errorObj,v=d.tryCatch;c.prototype.data=function(){return this._data},c.prototype.promise=function(){return this._promise},c.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():null},c.prototype.tryDispose=function(t){var e=this.resource(),r=this._context;void 0!==r&&r._pushContext();var n=null!==e?this.doDispose(e,t):null;return void 0!==r&&r._popContext(),this._promise._unsetDisposable(),this._data=null,n},c.isDisposer=function(t){return null!=t&&"function"==typeof t.resource&&"function"==typeof t.tryDispose},m(f,c),f.prototype.doDispose=function(t,e){return this.data().call(t,t,e)},l.prototype._resultCancelled=function(){for(var t=this.length,r=0;r0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},e.prototype.disposer=function(t){if("function"==typeof t)return new f(t,this,i());throw new p}}},{"./errors":12,"./util":36}],36:[function(e,r,i){function o(){try{var t=C;return C=null,t.apply(this,arguments)}catch(t){return j.e=t,j}}function s(t){return C=t,o}function a(t){return null==t||!0===t||!1===t||"string"==typeof t||"number"==typeof t}function u(t){return"function"==typeof t||"object"===(void 0===t?"undefined":_typeof(t))&&null!==t}function c(t){return a(t)?new Error(y(t)):t}function f(t,e){var r,n=t.length,i=new Array(n+1);for(r=0;r1,n=e.length>0&&!(1===e.length&&"constructor"===e[0]),i=B.test(t+"")&&S.names(t).length>0;if(r||n||i)return!0}return!1}catch(t){return!1}}function m(t){function e(){}e.prototype=t;for(var r=8;r--;)new e;return t}function b(t){return R.test(t)}function v(t,e,r){for(var n=new Array(t),i=0;i10||e[0]>0}(),D.isNode&&D.toFastProperties(t);try{throw new Error}catch(t){D.lastLineError=t}r.exports=D},{"./es5":13}]},{},[4])(4)}),"undefined"!=typeof window&&null!==window?window.P=window.Promise:"undefined"!=typeof self&&null!==self&&(self.P=self.Promise)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120}],230:[function(t,e,r){arguments[4][16][0].apply(r,arguments)},{crypto:17,dup:16}],231:[function(t,e,r){arguments[4][18][0].apply(r,arguments)},{dup:18,"safe-buffer":347}],232:[function(t,e,r){arguments[4][19][0].apply(r,arguments)},{"./aes":231,"./ghash":236,"./incr32":237,"buffer-xor":260,"cipher-base":261,dup:19,inherits:320,"safe-buffer":347}],233:[function(t,e,r){arguments[4][20][0].apply(r,arguments)},{"./decrypter":234,"./encrypter":235,"./modes/list.json":245,dup:20}],234:[function(t,e,r){arguments[4][21][0].apply(r,arguments)},{"./aes":231,"./authCipher":232,"./modes":244,"./streamCipher":247,"cipher-base":261,dup:21,evp_bytestokey:305,inherits:320,"safe-buffer":347}],235:[function(t,e,r){arguments[4][22][0].apply(r,arguments)},{"./aes":231,"./authCipher":232,"./modes":244,"./streamCipher":247,"cipher-base":261,dup:22,evp_bytestokey:305,inherits:320,"safe-buffer":347}],236:[function(t,e,r){arguments[4][23][0].apply(r,arguments)},{dup:23,"safe-buffer":347}],237:[function(t,e,r){arguments[4][24][0].apply(r,arguments)},{dup:24}],238:[function(t,e,r){arguments[4][25][0].apply(r,arguments)},{"buffer-xor":260,dup:25}],239:[function(t,e,r){arguments[4][26][0].apply(r,arguments)},{"buffer-xor":260,dup:26,"safe-buffer":347}],240:[function(t,e,r){arguments[4][27][0].apply(r,arguments)},{dup:27,"safe-buffer":347}],241:[function(t,e,r){arguments[4][28][0].apply(r,arguments)},{dup:28,"safe-buffer":347}],242:[function(t,e,r){arguments[4][29][0].apply(r,arguments)},{"../incr32":237,"buffer-xor":260,dup:29,"safe-buffer":347}],243:[function(t,e,r){arguments[4][30][0].apply(r,arguments)},{dup:30}],244:[function(t,e,r){arguments[4][31][0].apply(r,arguments)},{"./cbc":238,"./cfb":239,"./cfb1":240,"./cfb8":241,"./ctr":242,"./ecb":243,"./list.json":245,"./ofb":246,dup:31}],245:[function(t,e,r){arguments[4][32][0].apply(r,arguments)},{dup:32}],246:[function(t,e,r){(function(e){function n(t){return t._prev=t._cipher.encryptBlock(t._prev),t._prev}var i=t("buffer-xor");r.encrypt=function(t,r){for(;t._cache.length=0||!r.umod(t.prime1)||!r.umod(t.prime2);)r=new o(s(e));return r}var o=t("bn.js"),s=t("randombytes");e.exports=n,n.getr=i}).call(this,t("buffer").Buffer)},{"bn.js":252,buffer:47,randombytes:344}],252:[function(t,e,r){arguments[4][228][0].apply(r,arguments)},{buffer:17,dup:228}],253:[function(t,e,r){arguments[4][39][0].apply(r,arguments)},{"./browser/algorithms.json":254,dup:39}],254:[function(t,e,r){arguments[4][40][0].apply(r,arguments)},{dup:40}],255:[function(t,e,r){arguments[4][41][0].apply(r,arguments)},{dup:41}],256:[function(t,e,r){(function(r){function n(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hashType=e.hash,this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function i(t){u.Writable.call(this);var e=l[t];if(!e)throw new Error("Unknown message digest");this._hash=a(e.hash),this._tag=e.id,this._signType=e.sign}function o(t){return new n(t)}function s(t){return new i(t)}var a=t("create-hash"),u=t("stream"),c=t("inherits"),f=t("./sign"),h=t("./verify"),l=t("./algorithms.json");Object.keys(l).forEach(function(t){l[t].id=new r(l[t].id,"hex"),l[t.toLowerCase()]=l[t]}),c(n,u.Writable),n.prototype._write=function(t,e,r){this._hash.update(t),r()},n.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},n.prototype.sign=function(t,e){this.end();var r=this._hash.digest(),n=f(r,t,this._hashType,this._signType,this._tag);return e?n.toString(e):n},c(i,u.Writable),i.prototype._write=function(t,e,r){this._hash.update(t),r()},i.prototype.update=function(t,e){return"string"==typeof t&&(t=new r(t,e)),this._hash.update(t),this},i.prototype.verify=function(t,e,n){"string"==typeof e&&(e=new r(e,n)),this.end();var i=this._hash.digest();return h(e,i,t,this._signType,this._tag)},e.exports={Sign:o,Verify:s,createSign:o,createVerify:s}}).call(this,t("buffer").Buffer)},{"./algorithms.json":254,"./sign":257,"./verify":258,buffer:47,"create-hash":264,inherits:320,stream:152}],257:[function(t,e,r){(function(r){function n(t,e,n,o){if((t=new r(t.toArray())).length0&&r.ishrn(n),r}function o(t,e,n){var o,a;do{for(o=new r(0);8*o.length=e)throw new Error("invalid sig")}var i=t("bn.js"),o=t("elliptic").ec,s=t("parse-asn1"),a=t("./curves.json");e.exports=function(t,e,u,c,f){var h=s(u);if("ec"===h.type){if("ecdsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var n=a[r.data.algorithm.curve.join(".")];if(!n)throw new Error("unknown curve "+r.data.algorithm.curve.join("."));var i=new o(n),s=r.data.subjectPrivateKey.data;return i.verify(e,t,s)}(t,e,h)}if("dsa"===h.type){if("dsa"!==c)throw new Error("wrong public key type");return function(t,e,r){var o=r.data.p,a=r.data.q,u=r.data.g,c=r.data.pub_key,f=s.signature.decode(t,"der"),h=f.s,l=f.r;n(h,a),n(l,a);var d=i.mont(o),p=h.invm(a);return 0===u.toRed(d).redPow(new i(e).mul(p).mod(a)).fromRed().mul(c.toRed(d).redPow(l.mul(p).mod(a)).fromRed()).mod(o).mod(a).cmp(l)}(t,e,h)}if("rsa"!==c&&"ecdsa/rsa"!==c)throw new Error("wrong public key type");e=r.concat([f,e]);for(var l=h.modulus.byteLength(),d=[1],p=0;e.length+d.length+2>>2),s=0,a=0;s=6.4.0 <7.0.0",type:"range"},"/Users/frozeman/Sites/_ethereum/web3/packages/web3-eth-accounts/node_modules/eth-lib"]],_from:"elliptic@>=6.4.0 <7.0.0",_id:"elliptic@6.4.0",_inCache:!0,_location:"/elliptic",_nodeVersion:"7.0.0",_npmOperationalInternal:{host:"packages-18-east.internal.npmjs.com",tmp:"tmp/elliptic-6.4.0.tgz_1487798866428_0.30510620190761983"},_npmUser:{name:"indutny",email:"fedor@indutny.com"},_npmVersion:"3.10.8",_phantomChildren:{},_requested:{raw:"elliptic@^6.4.0",scope:null,escapedName:"elliptic",name:"elliptic",rawSpec:"^6.4.0",spec:">=6.4.0 <7.0.0",type:"range"},_requiredBy:["/eth-lib"],_resolved:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",_shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",_shrinkwrap:null,_spec:"elliptic@^6.4.0",_where:"/Users/frozeman/Sites/_ethereum/web3/packages/web3-eth-accounts/node_modules/eth-lib",author:{name:"Fedor Indutny",email:"fedor@indutny.com"},bugs:{url:"https://github.com/indutny/elliptic/issues"},dependencies:{"bn.js":"^4.4.0",brorand:"^1.0.1","hash.js":"^1.0.0","hmac-drbg":"^1.0.0",inherits:"^2.0.1","minimalistic-assert":"^1.0.0","minimalistic-crypto-utils":"^1.0.0"},description:"EC cryptography",devDependencies:{brfs:"^1.4.3",coveralls:"^2.11.3",grunt:"^0.4.5","grunt-browserify":"^5.0.0","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^1.0.1","grunt-mocha-istanbul":"^3.0.1","grunt-saucelabs":"^8.6.2",istanbul:"^0.4.2",jscs:"^2.9.0",jshint:"^2.6.0",mocha:"^2.1.0"},directories:{},dist:{shasum:"cac9af8762c85836187003c8dfe193e5e2eae5df",tarball:"https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz"},files:["lib"],gitHead:"6b0d2b76caae91471649c8e21f0b1d3ba0f96090",homepage:"https://github.com/indutny/elliptic",keywords:["EC","Elliptic","curve","Cryptography"],license:"MIT",main:"lib/elliptic.js",maintainers:[{name:"indutny",email:"fedor@indutny.com"}],name:"elliptic",optionalDependencies:{},readme:"ERROR: No README data found!",repository:{type:"git",url:"git+ssh://git@github.com/indutny/elliptic.git"},scripts:{jscs:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",jshint:"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",lint:"npm run jscs && npm run jshint",test:"npm run lint && npm run unit",unit:"istanbul test _mocha --reporter=spec test/index.js",version:"grunt dist && git add dist/"},version:"6.4.0"}},{}],298:[function(t,e,r){(function(r){var n=function(){return function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var r=[],n=!0,i=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!e||r.length!==e);n=!0);}catch(t){i=!0,o=t}finally{try{!n&&a.return&&a.return()}finally{if(i)throw o}}return r}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=t("./bytes"),o=t("./nat"),s=t("elliptic"),a=(t("./rlp"),new s.ec("secp256k1")),u=t("./hash"),c=u.keccak256,f=u.keccak256s,h=function(t){for(var e=f(t.slice(2)),r="0x",n=0;n<40;n++)r+=parseInt(e[n+2],16)>7?t[n+2].toUpperCase():t[n+2];return r},l=function(t){var e=new r(t.slice(2),"hex"),n="0x"+a.keyFromPrivate(e).getPublic(!1,"hex").slice(2),i=c(n);return{address:h("0x"+i.slice(-40)),privateKey:t}},d=function(t){var e=n(t,3),r=e[0],o=i.pad(32,e[1]),s=i.pad(32,e[2]);return i.flatten([o,s,r])},p=function(t){return[i.slice(64,i.length(t),t),i.slice(0,32,t),i.slice(32,64,t)]},m=function(t){return function(e,n){var s=a.keyFromPrivate(new r(n.slice(2),"hex")).sign(new r(e.slice(2),"hex"),{canonical:!0});return d([o.fromString(i.fromNumber(t+s.recoveryParam)),i.pad(32,i.fromNat("0x"+s.r.toString(16))),i.pad(32,i.fromNat("0x"+s.s.toString(16)))])}},b=m(27);e.exports={create:function(t){var e=c(i.concat(i.random(32),t||i.random(32))),r=i.concat(i.concat(i.random(32),e),i.random(32)),n=c(r);return l(n)},toChecksum:h,fromPrivate:l,sign:b,makeSigner:m,recover:function(t,e){var n=p(e),o={v:i.toNumber(n[0]),r:n[1].slice(2),s:n[2].slice(2)},s="0x"+a.recoverPubKey(new r(t.slice(2),"hex"),o,o.v<2?o.v:1-o.v%2).encode("hex",!1).slice(2),u=c(s);return h("0x"+u.slice(-40))},encodeSignature:d,decodeSignature:p}}).call(this,t("buffer").Buffer)},{"./bytes":300,"./hash":301,"./nat":302,"./rlp":303,buffer:47,elliptic:281}],299:[function(t,e,r){arguments[4][156][0].apply(r,arguments)},{dup:156}],300:[function(t,e,r){arguments[4][157][0].apply(r,arguments)},{"./array.js":299,dup:157}],301:[function(t,e,r){arguments[4][158][0].apply(r,arguments)},{dup:158}],302:[function(t,e,r){var n=t("bn.js"),i=t("./bytes"),o=function(t){return new n(t.slice(2),16)},s=function(t){var e="0x"+("0x"===t.slice(0,2)?new n(t.slice(2),16):new n(t,10)).toString("hex");return"0x0"===e?"0x":e},a=function(t){return"string"==typeof t?/^0x/.test(t)?t:"0x"+t:"0x"+new n(t).toString("hex")},u=function(t){return o(t).toNumber()},c=function(t){return function(e,r){return function(t){return"0x"+t.toString("hex")}(o(e)[t](o(r)))}},f=c("add"),h=c("mul"),l=c("div"),d=c("sub");e.exports={toString:function(t){return o(t).toString(10)},fromString:s,toNumber:u,fromNumber:a,toEther:function(t){return u(l(t,s("10000000000")))/1e8},fromEther:function(t){return h(a(Math.floor(1e8*t)),s("10000000000"))},toUint256:function(t){return i.pad(32,t)},add:f,mul:h,div:l,sub:d}},{"./bytes":300,"bn.js":304}],303:[function(t,e,r){e.exports={encode:function(t){var e=function(t){return function(t){return t.length%2==0?t:"0"+t}(t.toString(16))},r=function(t,r){return t<56?e(r+t):e(r+e(t).length/2+55)+e(t)};return"0x"+function t(e){if("string"==typeof e){var n=e.slice(2);return(2!=n.length||n>="80"?r(n.length/2,128):"")+n}var i=e.map(t).join("");return r(i.length/2,192)+i}(t)},decode:function(t){var e=2,r=function(){if(e>=t.length)throw"";var r=t.slice(e,e+2);return r<"80"?(e+=2,"0x"+r):r<"c0"?i():o()},n=function(){var r=parseInt(t.slice(e,e+=2),16)%64;return r<56?r:parseInt(t.slice(e,e+=2*(r-55)),16)},i=function(){var r=n();return"0x"+t.slice(e,e+=2*r)},o=function(){for(var t=2*n()+e,i=[];e=this._blockSize;){for(var o=this._blockOffset;o0;++s)this._length[s]+=a,(a=this._length[s]/4294967296|0)>0&&(this._length[s]-=4294967296*a);return this},n.prototype._update=function(t){throw new Error("_update is not implemented")},n.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();return void 0!==t&&(e=e.toString(t)),e},n.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,inherits:320,stream:152}],307:[function(t,e,r){arguments[4][86][0].apply(r,arguments)},{"./hash/common":308,"./hash/hmac":309,"./hash/ripemd":310,"./hash/sha":311,"./hash/utils":318,dup:86}],308:[function(t,e,r){arguments[4][87][0].apply(r,arguments)},{"./utils":318,dup:87,"minimalistic-assert":325}],309:[function(t,e,r){arguments[4][88][0].apply(r,arguments)},{"./utils":318,dup:88,"minimalistic-assert":325}],310:[function(t,e,r){arguments[4][89][0].apply(r,arguments)},{"./common":308,"./utils":318,dup:89}],311:[function(t,e,r){arguments[4][90][0].apply(r,arguments)},{"./sha/1":312,"./sha/224":313,"./sha/256":314,"./sha/384":315,"./sha/512":316,dup:90}],312:[function(t,e,r){arguments[4][91][0].apply(r,arguments)},{"../common":308,"../utils":318,"./common":317,dup:91}],313:[function(t,e,r){arguments[4][92][0].apply(r,arguments)},{"../utils":318,"./256":314,dup:92}],314:[function(t,e,r){arguments[4][93][0].apply(r,arguments)},{"../common":308,"../utils":318,"./common":317,dup:93,"minimalistic-assert":325}],315:[function(t,e,r){arguments[4][94][0].apply(r,arguments)},{"../utils":318,"./512":316,dup:94}],316:[function(t,e,r){arguments[4][95][0].apply(r,arguments)},{"../common":308,"../utils":318,dup:95,"minimalistic-assert":325}],317:[function(t,e,r){arguments[4][96][0].apply(r,arguments)},{"../utils":318,dup:96}],318:[function(t,e,r){arguments[4][97][0].apply(r,arguments)},{dup:97,inherits:320,"minimalistic-assert":325}],319:[function(t,e,r){arguments[4][98][0].apply(r,arguments)},{dup:98,"hash.js":307,"minimalistic-assert":325,"minimalistic-crypto-utils":326}],320:[function(t,e,r){arguments[4][101][0].apply(r,arguments)},{dup:101}],321:[function(t,e,r){(function(r){function n(){f.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function i(t,e){return t<>>32-e}function o(t,e,r,n,o,s,a){return i(t+(e&r|~e&n)+o+s|0,a)+e|0}function s(t,e,r,n,o,s,a){return i(t+(e&n|r&~n)+o+s|0,a)+e|0}function a(t,e,r,n,o,s,a){return i(t+(e^r^n)+o+s|0,a)+e|0}function u(t,e,r,n,o,s,a){return i(t+(r^(e|~n))+o+s|0,a)+e|0}var c=t("inherits"),f=t("hash-base"),h=new Array(16);c(n,f),n.prototype._update=function(){for(var t=h,e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,i=this._c,c=this._d;n=u(n=u(n=u(n=u(n=a(n=a(n=a(n=a(n=s(n=s(n=s(n=s(n=o(n=o(n=o(n=o(n,i=o(i,c=o(c,r=o(r,n,i,c,t[0],3614090360,7),n,i,t[1],3905402710,12),r,n,t[2],606105819,17),c,r,t[3],3250441966,22),i=o(i,c=o(c,r=o(r,n,i,c,t[4],4118548399,7),n,i,t[5],1200080426,12),r,n,t[6],2821735955,17),c,r,t[7],4249261313,22),i=o(i,c=o(c,r=o(r,n,i,c,t[8],1770035416,7),n,i,t[9],2336552879,12),r,n,t[10],4294925233,17),c,r,t[11],2304563134,22),i=o(i,c=o(c,r=o(r,n,i,c,t[12],1804603682,7),n,i,t[13],4254626195,12),r,n,t[14],2792965006,17),c,r,t[15],1236535329,22),i=s(i,c=s(c,r=s(r,n,i,c,t[1],4129170786,5),n,i,t[6],3225465664,9),r,n,t[11],643717713,14),c,r,t[0],3921069994,20),i=s(i,c=s(c,r=s(r,n,i,c,t[5],3593408605,5),n,i,t[10],38016083,9),r,n,t[15],3634488961,14),c,r,t[4],3889429448,20),i=s(i,c=s(c,r=s(r,n,i,c,t[9],568446438,5),n,i,t[14],3275163606,9),r,n,t[3],4107603335,14),c,r,t[8],1163531501,20),i=s(i,c=s(c,r=s(r,n,i,c,t[13],2850285829,5),n,i,t[2],4243563512,9),r,n,t[7],1735328473,14),c,r,t[12],2368359562,20),i=a(i,c=a(c,r=a(r,n,i,c,t[5],4294588738,4),n,i,t[8],2272392833,11),r,n,t[11],1839030562,16),c,r,t[14],4259657740,23),i=a(i,c=a(c,r=a(r,n,i,c,t[1],2763975236,4),n,i,t[4],1272893353,11),r,n,t[7],4139469664,16),c,r,t[10],3200236656,23),i=a(i,c=a(c,r=a(r,n,i,c,t[13],681279174,4),n,i,t[0],3936430074,11),r,n,t[3],3572445317,16),c,r,t[6],76029189,23),i=a(i,c=a(c,r=a(r,n,i,c,t[9],3654602809,4),n,i,t[12],3873151461,11),r,n,t[15],530742520,16),c,r,t[2],3299628645,23),i=u(i,c=u(c,r=u(r,n,i,c,t[0],4096336452,6),n,i,t[7],1126891415,10),r,n,t[14],2878612391,15),c,r,t[5],4237533241,21),i=u(i,c=u(c,r=u(r,n,i,c,t[12],1700485571,6),n,i,t[3],2399980690,10),r,n,t[10],4293915773,15),c,r,t[1],2240044497,21),i=u(i,c=u(c,r=u(r,n,i,c,t[8],1873313359,6),n,i,t[15],4264355552,10),r,n,t[6],2734768916,15),c,r,t[13],1309151649,21),i=u(i,c=u(c,r=u(r,n,i,c,t[4],4149444226,6),n,i,t[11],3174756917,10),r,n,t[2],718787259,15),c,r,t[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+n|0,this._c=this._c+i|0,this._d=this._d+c|0},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(16);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":322,inherits:320}],322:[function(t,e,r){arguments[4][105][0].apply(r,arguments)},{dup:105,inherits:320,"safe-buffer":347,stream:152}],323:[function(t,e,r){arguments[4][106][0].apply(r,arguments)},{"bn.js":324,brorand:230,dup:106}],324:[function(t,e,r){arguments[4][228][0].apply(r,arguments)},{buffer:17,dup:228}],325:[function(t,e,r){arguments[4][107][0].apply(r,arguments)},{dup:107}],326:[function(t,e,r){arguments[4][108][0].apply(r,arguments)},{dup:108}],327:[function(t,e,r){arguments[4][109][0].apply(r,arguments)},{dup:109}],328:[function(t,e,r){arguments[4][110][0].apply(r,arguments)},{"./certificate":329,"asn1.js":214,dup:110}],329:[function(t,e,r){arguments[4][111][0].apply(r,arguments)},{"asn1.js":214,dup:111}],330:[function(t,e,r){(function(r){var n=/Proc-Type: 4,ENCRYPTED\n\r?DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)\n\r?\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?/m,i=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n/m,o=/^-----BEGIN ((?:.* KEY)|CERTIFICATE)-----\n\r?([0-9A-z\n\r\+\/\=]+)\n\r?-----END \1-----$/m,s=t("evp_bytestokey"),a=t("browserify-aes");e.exports=function(t,e){var u,c=t.toString(),f=c.match(n);if(f){var h="aes"+f[1],l=new r(f[2],"hex"),d=new r(f[3].replace(/\r?\n/g,""),"base64"),p=s(e,l.slice(0,8),parseInt(f[1],10)).key,m=[],b=a.createDecipheriv(h,p,l);m.push(b.update(d)),m.push(b.final()),u=r.concat(m)}else{var v=c.match(o);u=new r(v[2].replace(/\r?\n/g,""),"base64")}return{tag:c.match(i)[1],data:u}}}).call(this,t("buffer").Buffer)},{"browserify-aes":233,buffer:47,evp_bytestokey:305}],331:[function(t,e,r){(function(r){function n(t){var e;"object"!==(void 0===t?"undefined":_typeof(t))||r.isBuffer(t)||(e=t.passphrase,t=t.key),"string"==typeof t&&(t=new r(t));var n,c,f=s(t,e),h=f.tag,l=f.data;switch(h){case"CERTIFICATE":c=i.certificate.decode(l,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(c||(c=i.PublicKey.decode(l,"der")),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPublicKey.decode(c.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return c.subjectPrivateKey=c.subjectPublicKey,{type:"ec",data:c};case"1.2.840.10040.4.1":return c.algorithm.params.pub_key=i.DSAparam.decode(c.subjectPublicKey.data,"der"),{type:"dsa",data:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"ENCRYPTED PRIVATE KEY":l=function(t,e){var n=t.algorithm.decrypt.kde.kdeparams.salt,i=parseInt(t.algorithm.decrypt.kde.kdeparams.iters.toString(),10),s=o[t.algorithm.decrypt.cipher.algo.join(".")],c=t.algorithm.decrypt.cipher.iv,f=t.subjectPrivateKey,h=parseInt(s.split("-")[1],10)/8,l=u.pbkdf2Sync(e,n,i,h),d=a.createDecipheriv(s,l,c),p=[];return p.push(d.update(f)),p.push(d.final()),r.concat(p)}(l=i.EncryptedPrivateKey.decode(l,"der"),e);case"PRIVATE KEY":switch(c=i.PrivateKey.decode(l,"der"),n=c.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPrivateKey.decode(c.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:c.algorithm.curve,privateKey:i.ECPrivateKey.decode(c.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return c.algorithm.params.priv_key=i.DSAparam.decode(c.subjectPrivateKey,"der"),{type:"dsa",params:c.algorithm.params};default:throw new Error("unknown key id "+n)}throw new Error("unknown key type "+h);case"RSA PUBLIC KEY":return i.RSAPublicKey.decode(l,"der");case"RSA PRIVATE KEY":return i.RSAPrivateKey.decode(l,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:i.DSAPrivateKey.decode(l,"der")};case"EC PRIVATE KEY":return l=i.ECPrivateKey.decode(l,"der"),{curve:l.parameters.value,privateKey:l.privateKey};default:throw new Error("unknown key type "+h)}}var i=t("./asn1"),o=t("./aesid.json"),s=t("./fixProc"),a=t("browserify-aes"),u=t("pbkdf2");e.exports=n,n.signature=i.signature}).call(this,t("buffer").Buffer)},{"./aesid.json":327,"./asn1":328,"./fixProc":330,"browserify-aes":233,buffer:47,pbkdf2:332}],332:[function(t,e,r){arguments[4][114][0].apply(r,arguments)},{"./lib/async":333,"./lib/sync":336,dup:114}],333:[function(t,e,r){(function(r,n){function i(t,e,r,n,i){return f.importKey("raw",t,{name:"PBKDF2"},!1,["deriveBits"]).then(function(t){return f.deriveBits({name:"PBKDF2",salt:e,iterations:r,hash:{name:i}},t,n<<3)}).then(function(t){return c.from(t)})}var o,s=t("./precondition"),a=t("./default-encoding"),u=t("./sync"),c=t("safe-buffer").Buffer,f=n.crypto&&n.crypto.subtle,h={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},l=[];e.exports=function(t,e,d,p,m,b){if(c.isBuffer(t)||(t=c.from(t,a)),c.isBuffer(e)||(e=c.from(e,a)),s(d,p),"function"==typeof m&&(b=m,m=void 0),"function"!=typeof b)throw new Error("No callback provided to pbkdf2");var v=h[(m=m||"sha1").toLowerCase()];if(!v||"function"!=typeof n.Promise)return r.nextTick(function(){var r;try{r=u(t,e,d,p,m)}catch(t){return b(t)}b(null,r)});!function(t,e){t.then(function(t){r.nextTick(function(){e(null,t)})},function(t){r.nextTick(function(){e(t)})})}(function(t){if(n.process&&!n.process.browser)return Promise.resolve(!1);if(!f||!f.importKey||!f.deriveBits)return Promise.resolve(!1);if(void 0!==l[t])return l[t];var e=i(o=o||c.alloc(8),o,10,128,t).then(function(){return!0}).catch(function(){return!1});return l[t]=e,e}(v).then(function(r){return r?i(t,e,d,p,v):u(t,e,d,p,m)}),b)}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./default-encoding":334,"./precondition":335,"./sync":336,_process:120,"safe-buffer":347}],334:[function(t,e,r){(function(t){var r;if(t.browser)r="utf-8";else{r=parseInt(t.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary"}e.exports=r}).call(this,t("_process"))},{_process:120}],335:[function(t,e,r){arguments[4][117][0].apply(r,arguments)},{dup:117}],336:[function(t,e,r){arguments[4][118][0].apply(r,arguments)},{"./default-encoding":334,"./precondition":335,"create-hash/md5":266,dup:118,ripemd160:346,"safe-buffer":347,"sha.js":351}],337:[function(t,e,r){arguments[4][121][0].apply(r,arguments)},{"./privateDecrypt":340,"./publicEncrypt":341,dup:121}],338:[function(t,e,r){(function(r){var n=t("create-hash");e.exports=function(t,e){for(var i,o=new r(""),s=0;o.lengthh||new a(e).cmp(c.modulus)>=0)throw new Error("decryption error");var l;l=o?f(new a(e),c):u(e,c);var d=new r(h-l.length);if(d.fill(0),l=r.concat([d,l],h),4===s)return n(c,l);if(1===s)return function(t,e,r){for(var n=e.slice(0,2),i=2,o=0;0!==e[i++];)if(i>=e.length){o++;break}var s=e.slice(2,i-1);if(e.slice(i-1,i),("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&o++,s.length<8&&o++,o)throw new Error("decryption error");return e.slice(i)}(0,l,o);if(3===s)return l;throw new Error("unknown padding")}}).call(this,t("buffer").Buffer)},{"./mgf":338,"./withPublic":342,"./xor":343,"bn.js":339,"browserify-rsa":251,buffer:47,"create-hash":264,"parse-asn1":331}],341:[function(t,e,r){(function(r){function n(t,e,n){var i=e.length,s=t.modulus.byteLength();if(i>s-11)throw new Error("message too long");var a;return n?(a=new r(s-i-3)).fill(255):a=function(t,e){var n,i=new r(t),s=0,a=o(2*t),u=0;for(;sn-l-2)throw new Error("message too long");var d=new r(n-i-l-2);d.fill(0);var p=n-h-1,m=o(h),b=u(r.concat([f,d,new r([1]),e],p),a(m,p)),v=u(m,a(b,h));return new c(r.concat([new r([0]),v,b],n))}(m,e);else if(1===d)p=n(m,e,l);else{if(3!==d)throw new Error("unknown padding");if((p=new c(e)).cmp(m.modulus)>=0)throw new Error("data too long for modulus")}return l?h(p,m):f(p,m)}}).call(this,t("buffer").Buffer)},{"./mgf":338,"./withPublic":342,"./xor":343,"bn.js":339,"browserify-rsa":251,buffer:47,"create-hash":264,"parse-asn1":331,randombytes:344}],342:[function(t,e,r){(function(r){var n=t("bn.js");e.exports=function(t,e){return new r(t.toRed(n.mont(e.modulus)).redPow(new n(e.publicExponent)).fromRed().toArray())}}).call(this,t("buffer").Buffer)},{"bn.js":339,buffer:47}],343:[function(t,e,r){arguments[4][126][0].apply(r,arguments)},{dup:126}],344:[function(t,e,r){(function(r,n){var i=t("safe-buffer").Buffer,o=n.crypto||n.msCrypto;o&&o.getRandomValues?e.exports=function(t,e){if(t>65536)throw new Error("requested too many random bytes");var s=new n.Uint8Array(t);t>0&&o.getRandomValues(s);var a=i.from(s.buffer);return"function"==typeof e?r.nextTick(function(){e(null,a)}):a}:e.exports=function(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,"safe-buffer":347}],345:[function(t,e,r){(function(e,n){function i(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}function o(t,e){if("number"!=typeof t||t!=t)throw new TypeError("offset must be a number");if(t>d||t<0)throw new TypeError("offset must be a uint32");if(t>h||t>e)throw new RangeError("offset out of range")}function s(t,e,r){if("number"!=typeof t||t!=t)throw new TypeError("size must be a number");if(t>d||t<0)throw new TypeError("size must be a uint32");if(t+e>r||t>h)throw new RangeError("buffer too small")}function a(t,r,n,i){if(e.browser){var o=t.buffer,s=new Uint8Array(o,r,n);return l.getRandomValues(s),i?void e.nextTick(function(){i(null,t)}):t}{if(!i){return c(n).copy(t,r),t}c(n,function(e,n){if(e)return i(e);n.copy(t,r),i(null,t)})}}var u=t("safe-buffer"),c=t("randombytes"),f=u.Buffer,h=u.kMaxLength,l=n.crypto||n.msCrypto,d=Math.pow(2,32)-1;l&&l.getRandomValues||!e.browser?(r.randomFill=function(t,e,r,i){if(!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof e)i=e,e=0,r=t.length;else if("function"==typeof r)i=r,r=t.length-e;else if("function"!=typeof i)throw new TypeError('"cb" argument must be a function');return o(e,t.length),s(r,e,t.length),a(t,e,r,i)},r.randomFillSync=function(t,e,r){if(void 0===e&&(e=0),!(f.isBuffer(t)||t instanceof n.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return o(e,t.length),void 0===r&&(r=t.length-e),s(r,e,t.length),a(t,e,r)}):(r.randomFill=i,r.randomFillSync=i)}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:120,randombytes:344,"safe-buffer":347}],346:[function(t,e,r){(function(r){function n(){h.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function i(t,e){return t<>>32-e}function o(t,e,r,n,o,s,a,u){return i(t+(e^r^n)+s+a|0,u)+o|0}function s(t,e,r,n,o,s,a,u){return i(t+(e&r|~e&n)+s+a|0,u)+o|0}function a(t,e,r,n,o,s,a,u){return i(t+((e|~r)^n)+s+a|0,u)+o|0}function u(t,e,r,n,o,s,a,u){return i(t+(e&n|r&~n)+s+a|0,u)+o|0}function c(t,e,r,n,o,s,a,u){return i(t+(e^(r|~n))+s+a|0,u)+o|0}var f=t("inherits"),h=t("hash-base");f(n,h),n.prototype._update=function(){for(var t=new Array(16),e=0;e<16;++e)t[e]=this._block.readInt32LE(4*e);var r=this._a,n=this._b,f=this._c,h=this._d,l=this._e;l=o(l,r=o(r,n,f,h,l,t[0],0,11),n,f=i(f,10),h,t[1],0,14),n=o(n=i(n,10),f=o(f,h=o(h,l,r,n,f,t[2],0,15),l,r=i(r,10),n,t[3],0,12),h,l=i(l,10),r,t[4],0,5),h=o(h=i(h,10),l=o(l,r=o(r,n,f,h,l,t[5],0,8),n,f=i(f,10),h,t[6],0,7),r,n=i(n,10),f,t[7],0,9),r=o(r=i(r,10),n=o(n,f=o(f,h,l,r,n,t[8],0,11),h,l=i(l,10),r,t[9],0,13),f,h=i(h,10),l,t[10],0,14),f=o(f=i(f,10),h=o(h,l=o(l,r,n,f,h,t[11],0,15),r,n=i(n,10),f,t[12],0,6),l,r=i(r,10),n,t[13],0,7),l=s(l=i(l,10),r=o(r,n=o(n,f,h,l,r,t[14],0,9),f,h=i(h,10),l,t[15],0,8),n,f=i(f,10),h,t[7],1518500249,7),n=s(n=i(n,10),f=s(f,h=s(h,l,r,n,f,t[4],1518500249,6),l,r=i(r,10),n,t[13],1518500249,8),h,l=i(l,10),r,t[1],1518500249,13),h=s(h=i(h,10),l=s(l,r=s(r,n,f,h,l,t[10],1518500249,11),n,f=i(f,10),h,t[6],1518500249,9),r,n=i(n,10),f,t[15],1518500249,7),r=s(r=i(r,10),n=s(n,f=s(f,h,l,r,n,t[3],1518500249,15),h,l=i(l,10),r,t[12],1518500249,7),f,h=i(h,10),l,t[0],1518500249,12),f=s(f=i(f,10),h=s(h,l=s(l,r,n,f,h,t[9],1518500249,15),r,n=i(n,10),f,t[5],1518500249,9),l,r=i(r,10),n,t[2],1518500249,11),l=s(l=i(l,10),r=s(r,n=s(n,f,h,l,r,t[14],1518500249,7),f,h=i(h,10),l,t[11],1518500249,13),n,f=i(f,10),h,t[8],1518500249,12),n=a(n=i(n,10),f=a(f,h=a(h,l,r,n,f,t[3],1859775393,11),l,r=i(r,10),n,t[10],1859775393,13),h,l=i(l,10),r,t[14],1859775393,6),h=a(h=i(h,10),l=a(l,r=a(r,n,f,h,l,t[4],1859775393,7),n,f=i(f,10),h,t[9],1859775393,14),r,n=i(n,10),f,t[15],1859775393,9),r=a(r=i(r,10),n=a(n,f=a(f,h,l,r,n,t[8],1859775393,13),h,l=i(l,10),r,t[1],1859775393,15),f,h=i(h,10),l,t[2],1859775393,14),f=a(f=i(f,10),h=a(h,l=a(l,r,n,f,h,t[7],1859775393,8),r,n=i(n,10),f,t[0],1859775393,13),l,r=i(r,10),n,t[6],1859775393,6),l=a(l=i(l,10),r=a(r,n=a(n,f,h,l,r,t[13],1859775393,5),f,h=i(h,10),l,t[11],1859775393,12),n,f=i(f,10),h,t[5],1859775393,7),n=u(n=i(n,10),f=u(f,h=a(h,l,r,n,f,t[12],1859775393,5),l,r=i(r,10),n,t[1],2400959708,11),h,l=i(l,10),r,t[9],2400959708,12),h=u(h=i(h,10),l=u(l,r=u(r,n,f,h,l,t[11],2400959708,14),n,f=i(f,10),h,t[10],2400959708,15),r,n=i(n,10),f,t[0],2400959708,14),r=u(r=i(r,10),n=u(n,f=u(f,h,l,r,n,t[8],2400959708,15),h,l=i(l,10),r,t[12],2400959708,9),f,h=i(h,10),l,t[4],2400959708,8),f=u(f=i(f,10),h=u(h,l=u(l,r,n,f,h,t[13],2400959708,9),r,n=i(n,10),f,t[3],2400959708,14),l,r=i(r,10),n,t[7],2400959708,5),l=u(l=i(l,10),r=u(r,n=u(n,f,h,l,r,t[15],2400959708,6),f,h=i(h,10),l,t[14],2400959708,8),n,f=i(f,10),h,t[5],2400959708,6),n=c(n=i(n,10),f=u(f,h=u(h,l,r,n,f,t[6],2400959708,5),l,r=i(r,10),n,t[2],2400959708,12),h,l=i(l,10),r,t[4],2840853838,9),h=c(h=i(h,10),l=c(l,r=c(r,n,f,h,l,t[0],2840853838,15),n,f=i(f,10),h,t[5],2840853838,5),r,n=i(n,10),f,t[9],2840853838,11),r=c(r=i(r,10),n=c(n,f=c(f,h,l,r,n,t[7],2840853838,6),h,l=i(l,10),r,t[12],2840853838,8),f,h=i(h,10),l,t[2],2840853838,13),f=c(f=i(f,10),h=c(h,l=c(l,r,n,f,h,t[10],2840853838,12),r,n=i(n,10),f,t[14],2840853838,5),l,r=i(r,10),n,t[1],2840853838,12),l=c(l=i(l,10),r=c(r,n=c(n,f,h,l,r,t[3],2840853838,13),f,h=i(h,10),l,t[8],2840853838,14),n,f=i(f,10),h,t[11],2840853838,11),n=c(n=i(n,10),f=c(f,h=c(h,l,r,n,f,t[6],2840853838,8),l,r=i(r,10),n,t[15],2840853838,5),h,l=i(l,10),r,t[13],2840853838,6),h=i(h,10);var d=this._a,p=this._b,m=this._c,b=this._d,v=this._e;v=c(v,d=c(d,p,m,b,v,t[5],1352829926,8),p,m=i(m,10),b,t[14],1352829926,9),p=c(p=i(p,10),m=c(m,b=c(b,v,d,p,m,t[7],1352829926,9),v,d=i(d,10),p,t[0],1352829926,11),b,v=i(v,10),d,t[9],1352829926,13),b=c(b=i(b,10),v=c(v,d=c(d,p,m,b,v,t[2],1352829926,15),p,m=i(m,10),b,t[11],1352829926,15),d,p=i(p,10),m,t[4],1352829926,5),d=c(d=i(d,10),p=c(p,m=c(m,b,v,d,p,t[13],1352829926,7),b,v=i(v,10),d,t[6],1352829926,7),m,b=i(b,10),v,t[15],1352829926,8),m=c(m=i(m,10),b=c(b,v=c(v,d,p,m,b,t[8],1352829926,11),d,p=i(p,10),m,t[1],1352829926,14),v,d=i(d,10),p,t[10],1352829926,14),v=u(v=i(v,10),d=c(d,p=c(p,m,b,v,d,t[3],1352829926,12),m,b=i(b,10),v,t[12],1352829926,6),p,m=i(m,10),b,t[6],1548603684,9),p=u(p=i(p,10),m=u(m,b=u(b,v,d,p,m,t[11],1548603684,13),v,d=i(d,10),p,t[3],1548603684,15),b,v=i(v,10),d,t[7],1548603684,7),b=u(b=i(b,10),v=u(v,d=u(d,p,m,b,v,t[0],1548603684,12),p,m=i(m,10),b,t[13],1548603684,8),d,p=i(p,10),m,t[5],1548603684,9),d=u(d=i(d,10),p=u(p,m=u(m,b,v,d,p,t[10],1548603684,11),b,v=i(v,10),d,t[14],1548603684,7),m,b=i(b,10),v,t[15],1548603684,7),m=u(m=i(m,10),b=u(b,v=u(v,d,p,m,b,t[8],1548603684,12),d,p=i(p,10),m,t[12],1548603684,7),v,d=i(d,10),p,t[4],1548603684,6),v=u(v=i(v,10),d=u(d,p=u(p,m,b,v,d,t[9],1548603684,15),m,b=i(b,10),v,t[1],1548603684,13),p,m=i(m,10),b,t[2],1548603684,11),p=a(p=i(p,10),m=a(m,b=a(b,v,d,p,m,t[15],1836072691,9),v,d=i(d,10),p,t[5],1836072691,7),b,v=i(v,10),d,t[1],1836072691,15),b=a(b=i(b,10),v=a(v,d=a(d,p,m,b,v,t[3],1836072691,11),p,m=i(m,10),b,t[7],1836072691,8),d,p=i(p,10),m,t[14],1836072691,6),d=a(d=i(d,10),p=a(p,m=a(m,b,v,d,p,t[6],1836072691,6),b,v=i(v,10),d,t[9],1836072691,14),m,b=i(b,10),v,t[11],1836072691,12),m=a(m=i(m,10),b=a(b,v=a(v,d,p,m,b,t[8],1836072691,13),d,p=i(p,10),m,t[12],1836072691,5),v,d=i(d,10),p,t[2],1836072691,14),v=a(v=i(v,10),d=a(d,p=a(p,m,b,v,d,t[10],1836072691,13),m,b=i(b,10),v,t[0],1836072691,13),p,m=i(m,10),b,t[4],1836072691,7),p=s(p=i(p,10),m=s(m,b=a(b,v,d,p,m,t[13],1836072691,5),v,d=i(d,10),p,t[8],2053994217,15),b,v=i(v,10),d,t[6],2053994217,5),b=s(b=i(b,10),v=s(v,d=s(d,p,m,b,v,t[4],2053994217,8),p,m=i(m,10),b,t[1],2053994217,11),d,p=i(p,10),m,t[3],2053994217,14),d=s(d=i(d,10),p=s(p,m=s(m,b,v,d,p,t[11],2053994217,14),b,v=i(v,10),d,t[15],2053994217,6),m,b=i(b,10),v,t[0],2053994217,14),m=s(m=i(m,10),b=s(b,v=s(v,d,p,m,b,t[5],2053994217,6),d,p=i(p,10),m,t[12],2053994217,9),v,d=i(d,10),p,t[2],2053994217,12),v=s(v=i(v,10),d=s(d,p=s(p,m,b,v,d,t[13],2053994217,9),m,b=i(b,10),v,t[9],2053994217,12),p,m=i(m,10),b,t[7],2053994217,5),p=o(p=i(p,10),m=s(m,b=s(b,v,d,p,m,t[10],2053994217,15),v,d=i(d,10),p,t[14],2053994217,8),b,v=i(v,10),d,t[12],0,8),b=o(b=i(b,10),v=o(v,d=o(d,p,m,b,v,t[15],0,5),p,m=i(m,10),b,t[10],0,12),d,p=i(p,10),m,t[4],0,9),d=o(d=i(d,10),p=o(p,m=o(m,b,v,d,p,t[1],0,12),b,v=i(v,10),d,t[5],0,5),m,b=i(b,10),v,t[8],0,14),m=o(m=i(m,10),b=o(b,v=o(v,d,p,m,b,t[7],0,6),d,p=i(p,10),m,t[6],0,8),v,d=i(d,10),p,t[2],0,13),v=o(v=i(v,10),d=o(d,p=o(p,m,b,v,d,t[13],0,6),m,b=i(b,10),v,t[14],0,5),p,m=i(m,10),b,t[0],0,15),p=o(p=i(p,10),m=o(m,b=o(b,v,d,p,m,t[3],0,13),v,d=i(d,10),p,t[9],0,11),b,v=i(v,10),d,t[11],0,11),b=i(b,10);var y=this._b+f+b|0;this._b=this._c+h+v|0,this._c=this._d+l+d|0,this._d=this._e+r+p|0,this._e=this._a+n+m|0,this._a=y},n.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=new r(20);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t.writeInt32LE(this._e,16),t},e.exports=n}).call(this,t("buffer").Buffer)},{buffer:47,"hash-base":306,inherits:320}],347:[function(t,e,r){arguments[4][143][0].apply(r,arguments)},{buffer:47,dup:143}],348:[function(t,e,r){e.exports=t("scryptsy")},{scryptsy:349}],349:[function(t,e,r){(function(r){function n(t,e,n,i,o){if(r.isBuffer(t)&&r.isBuffer(n))t.copy(n,i,e,e+o);else for(;o--;)n[i++]=t[e++]}var i=t("pbkdf2").pbkdf2Sync,o=2147483647;e.exports=function(t,e,s,a,u,c,f){function h(t,e,r,i){var o;for(n(t,e+64*(2*i-1),g,0,64),o=0;o<2*i;o++)d(t,64*o,g,0,64),function(t){var e;for(e=0;e<16;e++)v[e]=(255&t[4*e+0])<<0,v[e]|=(255&t[4*e+1])<<8,v[e]|=(255&t[4*e+2])<<16,v[e]|=(255&t[4*e+3])<<24;for(n(v,0,y,0,16),e=8;e>0;e-=2)y[4]^=l(y[0]+y[12],7),y[8]^=l(y[4]+y[0],9),y[12]^=l(y[8]+y[4],13),y[0]^=l(y[12]+y[8],18),y[9]^=l(y[5]+y[1],7),y[13]^=l(y[9]+y[5],9),y[1]^=l(y[13]+y[9],13),y[5]^=l(y[1]+y[13],18),y[14]^=l(y[10]+y[6],7),y[2]^=l(y[14]+y[10],9),y[6]^=l(y[2]+y[14],13),y[10]^=l(y[6]+y[2],18),y[3]^=l(y[15]+y[11],7),y[7]^=l(y[3]+y[15],9),y[11]^=l(y[7]+y[3],13),y[15]^=l(y[11]+y[7],18),y[1]^=l(y[0]+y[3],7),y[2]^=l(y[1]+y[0],9),y[3]^=l(y[2]+y[1],13),y[0]^=l(y[3]+y[2],18),y[6]^=l(y[5]+y[4],7),y[7]^=l(y[6]+y[5],9),y[4]^=l(y[7]+y[6],13),y[5]^=l(y[4]+y[7],18),y[11]^=l(y[10]+y[9],7),y[8]^=l(y[11]+y[10],9),y[9]^=l(y[8]+y[11],13),y[10]^=l(y[9]+y[8],18),y[12]^=l(y[15]+y[14],7),y[13]^=l(y[12]+y[15],9),y[14]^=l(y[13]+y[12],13),y[15]^=l(y[14]+y[13],18);for(e=0;e<16;++e)v[e]=y[e]+v[e];for(e=0;e<16;e++){var r=4*e;t[r+0]=v[e]>>0&255,t[r+1]=v[e]>>8&255,t[r+2]=v[e]>>16&255,t[r+3]=v[e]>>24&255}}(g),n(g,0,t,r+64*o,64);for(o=0;o>>32-e}function d(t,e,r,n,i){for(var o=0;o 0 and a power of 2");if(s>o/128/a)throw Error("Parameter N is too large");if(a>o/128/u)throw Error("Parameter r is too large");var p,m=new r(256*a),b=new r(128*a*s),v=new Int32Array(16),y=new Int32Array(16),g=new r(64),_=i(t,e,1,128*u*a,"sha256");if(f){var w=u*s*2,M=0;p=function(){++M%1e3==0&&f({current:M,total:w,percent:M/w*100})}}for(var k=0;k>>((3&e)<<3)&255;return i}}e.exports=r}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],360:[function(t,e,r){function n(t,e){var r=e||0,n=s;return n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+"-"+n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]+n[t[r++]]}function i(t,e,r){var i=e&&r||0;"string"==typeof t&&(e="binary"==t?new Array(16):null,t=null);var s=(t=t||{}).random||(t.rng||o)();if(s[6]=15&s[6]|64,s[8]=63&s[8]|128,e)for(var a=0;a<16;a++)e[i+a]=s[a];return e||n(s)}for(var o=t("./rng"),s=[],a={},u=0;u<256;u++)s[u]=(u+256).toString(16).substr(1),a[s[u]]=u;var c=o(),f=[1|c[0],c[1],c[2],c[3],c[4],c[5]],h=16383&(c[6]<<8|c[7]),l=0,d=0,p=i;p.v1=function(t,e,r){var i=e&&r||0,o=e||[],s=void 0!==(t=t||{}).clockseq?t.clockseq:h,a=void 0!==t.msecs?t.msecs:(new Date).getTime(),u=void 0!==t.nsecs?t.nsecs:d+1,c=a-l+(u-d)/1e4;if(c<0&&void 0===t.clockseq&&(s=s+1&16383),(c<0||a>l)&&void 0===t.nsecs&&(u=0),u>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");l=a,d=u,h=s;var p=(1e4*(268435455&(a+=122192928e5))+u)%4294967296;o[i++]=p>>>24&255,o[i++]=p>>>16&255,o[i++]=p>>>8&255,o[i++]=255&p;var m=a/4294967296*1e4&268435455;o[i++]=m>>>8&255,o[i++]=255&m,o[i++]=m>>>24&15|16,o[i++]=m>>>16&255,o[i++]=s>>>8|128,o[i++]=255&s;for(var b=t.node||f,v=0;v<6;v++)o[i+v]=b[v];return e||n(o)},p.v4=i,p.parse=function(t,e,r){var n=e&&r||0,i=0;for(e=e||[],t.toLowerCase().replace(/[0-9a-f]{2}/g,function(t){i<16&&(e[n+i++]=a[t])});i<16;)e[n+i++]=0;return e},p.unparse=n,e.exports=p},{"./rng":359}],361:[function(t,e,r){(function(r,n){function i(t){this._accounts=t,this.length=0,this.defaultKeyName="web3js_wallet"}var o=t("underscore"),s=t("web3-core"),a=t("web3-core-method"),u=t("bluebird"),c=t("eth-lib/lib/account"),f=t("eth-lib/lib/hash"),h=t("eth-lib/lib/rlp"),l=t("eth-lib/lib/nat"),d=t("eth-lib/lib/bytes"),p=t(void 0===r?"crypto-browserify":"crypto"),m=t("scrypt.js"),b=t("uuid"),v=t("web3-utils"),y=t("web3-core-helpers"),g=function(t){return o.isUndefined(t)||o.isNull(t)},_=function(t){for(;t&&t.startsWith("0x0");)t="0x"+t.slice(3);return t},w=function(t){return t.length%2==1&&(t=t.replace("0x","0x0")),t},M=function(){var t=this;s.packageInit(this,arguments),delete this.BatchRequest,delete this.extend;var e=[new a({name:"getId",call:"net_version",params:0,outputFormatter:v.hexToNumber}),new a({name:"getGasPrice",call:"eth_gasPrice",params:0}),new a({name:"getTransactionCount",call:"eth_getTransactionCount",params:2,inputFormatter:[function(t){if(v.isAddress(t))return t;throw new Error("Address "+t+' is not a valid address to get the "transactionCount".')},function(){return"latest"}]})];this._ethereumCall={},o.each(e,function(e){e.attachToObject(t._ethereumCall),e.setRequestManager(t._requestManager)}),this.wallet=new i(this)};M.prototype._addAccountFunctions=function(t){var e=this;return t.signTransaction=function(r,n){return e.signTransaction(r,t.privateKey,n)},t.sign=function(r){return e.sign(r,t.privateKey)},t.encrypt=function(r,n){return e.encrypt(t.privateKey,r,n)},t},M.prototype.create=function(t){return this._addAccountFunctions(c.create(t||v.randomHex(32)))},M.prototype.privateKeyToAccount=function(t){return this._addAccountFunctions(c.fromPrivate(t))},M.prototype.signTransaction=function(t,e,r){function n(t){if(!t.gas&&!t.gasLimit)throw new Error('"gas" is missing');var n={nonce:v.numberToHex(t.nonce),to:t.to?y.formatters.inputAddressFormatter(t.to):"0x",data:t.data||"0x",value:t.value?v.numberToHex(t.value):"0x",gas:v.numberToHex(t.gasLimit||t.gas),gasPrice:v.numberToHex(t.gasPrice),chainId:v.numberToHex(t.chainId)},i=h.encode([d.fromNat(n.nonce),d.fromNat(n.gasPrice),d.fromNat(n.gas),n.to.toLowerCase(),d.fromNat(n.value),n.data,d.fromNat(n.chainId||"0x1"),"0x","0x"]),s=f.keccak256(i),a=c.makeSigner(2*l.toNumber(n.chainId||"0x1")+35)(f.keccak256(i),e),u=h.decode(i).slice(0,6).concat(c.decodeSignature(a));u[7]=w(_(u[7])),u[8]=w(_(u[8]));var p=h.encode(u),m=h.decode(p),b={messageHash:s,v:_(m[6]),r:_(m[7]),s:_(m[8]),rawTransaction:p};return o.isFunction(r)&&r(null,b),b}return void 0!==t.nonce&&void 0!==t.chainId&&void 0!==t.gasPrice?u.resolve(n(t)):u.all([g(t.chainId)?this._ethereumCall.getId():t.chainId,g(t.gasPrice)?this._ethereumCall.getGasPrice():t.gasPrice,g(t.nonce)?this._ethereumCall.getTransactionCount(this.privateKeyToAccount(e).address):t.nonce]).then(function(e){if(g(e[0])||g(e[1])||g(e[2]))throw new Error('One of the values "chainId", "gasPrice", or "nonce" couldn\'t be fetched: '+JSON.stringify(e));return n(o.extend(t,{chainId:e[0],gasPrice:e[1],nonce:e[2]}))})},M.prototype.recoverTransaction=function(t){var e=h.decode(t),r=c.encodeSignature(e.slice(6,9)),n=d.toNumber(e[6]),i=n<35?[]:[d.fromNumber(n-35>>1),"0x","0x"],o=e.slice(0,6).concat(i),s=h.encode(o);return c.recover(f.keccak256(s),r)},M.prototype.hashMessage=function(t){var e=v.isHexStrict(t)?v.hexToUtf8(t):t,r="Ethereum Signed Message:\n"+e.length+e;return f.keccak256s(r)},M.prototype.sign=function(t,e){var r=this.hashMessage(t),n=c.sign(r,e),i=c.decodeSignature(n);return{message:t,messageHash:r,v:i[0],r:i[1],s:i[2],signature:n}},M.prototype.recover=function(t,e){return o.isObject(t)?this.recover(t.messageHash,c.encodeSignature([t.v,t.r,t.s])):(v.isHexStrict(t)||(t=this.hashMessage(t)),4===arguments.length?this.recover(t,c.encodeSignature([].slice.call(arguments,1,4))):c.recover(t,e))},M.prototype.decrypt=function(t,e,r){if(!o.isString(e))throw new Error("No password given.");var i=o.isObject(t)?t:JSON.parse(r?t.toLowerCase():t);if(3!==i.version)throw new Error("Not a valid V3 wallet");var s,a;if("scrypt"===i.crypto.kdf)a=i.crypto.kdfparams,s=m(new n(e),new n(a.salt,"hex"),a.n,a.r,a.p,a.dklen);else{if("pbkdf2"!==i.crypto.kdf)throw new Error("Unsupported key derivation scheme");if("hmac-sha256"!==(a=i.crypto.kdfparams).prf)throw new Error("Unsupported parameters to PBKDF2");s=p.pbkdf2Sync(new n(e),new n(a.salt,"hex"),a.c,a.dklen,"sha256")}var u=new n(i.crypto.ciphertext,"hex");if(v.sha3(n.concat([s.slice(16,32),u])).replace("0x","")!==i.crypto.mac)throw new Error("Key derivation failed - possibly wrong password");var c=p.createDecipheriv(i.crypto.cipher,s.slice(0,16),new n(i.crypto.cipherparams.iv,"hex")),f="0x"+n.concat([c.update(u),c.final()]).toString("hex");return this.privateKeyToAccount(f)},M.prototype.encrypt=function(t,e,r){var i,o=this.privateKeyToAccount(t),s=(r=r||{}).salt||p.randomBytes(32),a=r.iv||p.randomBytes(16),u=r.kdf||"scrypt",c={dklen:r.dklen||32,salt:s.toString("hex")};if("pbkdf2"===u)c.c=r.c||262144,c.prf="hmac-sha256",i=p.pbkdf2Sync(new n(e),s,c.c,c.dklen,"sha256");else{if("scrypt"!==u)throw new Error("Unsupported kdf");c.n=r.n||8192,c.r=r.r||8,c.p=r.p||1,i=m(new n(e),s,c.n,c.r,c.p,c.dklen)}var f=p.createCipheriv(r.cipher||"aes-128-ctr",i.slice(0,16),a);if(!f)throw new Error("Unsupported cipher");var h=n.concat([f.update(new n(o.privateKey.replace("0x",""),"hex")),f.final()]),l=v.sha3(n.concat([i.slice(16,32),new n(h,"hex")])).replace("0x","");return{version:3,id:b.v4({random:r.uuid||p.randomBytes(16)}),address:o.address.toLowerCase().replace("0x",""),crypto:{ciphertext:h.toString("hex"),cipherparams:{iv:a.toString("hex")},cipher:r.cipher||"aes-128-ctr",kdf:u,kdfparams:c,mac:l.toString("hex")}}},i.prototype._findSafeIndex=function(t){return t=t||0,o.has(this,t)?this._findSafeIndex(t+1):t},i.prototype._currentIndexes=function(){return Object.keys(this).map(function(t){return parseInt(t)}).filter(function(t){return t<9e20})},i.prototype.create=function(t,e){for(var r=0;r=2?e.slice(2):e;var r=h.decodeParameters(t,e);return 1===r.__length__?r[0]:(delete r.__length__,r)},l.prototype.deploy=function(t,e){if(t=t||{},t.arguments=t.arguments||[],!(t=this._getOrSetDefaultOptions(t)).data)return s._fireError(new Error('No "data" specified in neither the given options, nor the default options.'),null,null,e);var r=n.find(this.options.jsonInterface,function(t){return"constructor"===t.type})||{};return r.signature="constructor",this._createTxObject.apply({method:r,parent:this,deployData:t.data,_ethAccounts:this.constructor._ethAccounts},t.arguments)},l.prototype._generateEventOptions=function(){var t=Array.prototype.slice.call(arguments),e=this._getCallback(t),r=n.isObject(t[t.length-1])?t.pop():{},i=n.isString(t[0])?t[0]:"allevents";if(!(i="allevents"===i.toLowerCase()?{name:"ALLEVENTS",jsonInterface:this.options.jsonInterface}:this.options.jsonInterface.find(function(t){return"event"===t.type&&(t.name===i||t.signature==="0x"+i.replace("0x",""))})))throw new Error('Event "'+i.name+"\" doesn't exist in this contract.");if(!s.isAddress(this.options.address))throw new Error("This contract object doesn't have address set yet, please set an address first.");return{params:this._encodeEventABI(i,r),event:i,callback:e}},l.prototype.clone=function(){return new l(this.options.jsonInterface,this.options.address,this.options)},l.prototype.once=function(t,e,r){var i=Array.prototype.slice.call(arguments);if(!(r=this._getCallback(i)))throw new Error("Once requires a callback as the second parameter.");e&&delete e.fromBlock,this._on(t,e,function(t,e,i){i.unsubscribe(),n.isFunction(r)&&r(t,e,i)})},l.prototype._on=function(){var t=this._generateEventOptions.apply(this,arguments);this._checkListener("newListener",t.event.name,t.callback),this._checkListener("removeListener",t.event.name,t.callback);var e=new a({subscription:{params:1,inputFormatter:[u.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(t.event),subscriptionHandler:function(t){t.removed?this.emit("changed",t):this.emit("data",t),n.isFunction(this.callback)&&this.callback(null,t,this)}},type:"eth",requestManager:this._requestManager});return e.subscribe("logs",t.params,t.callback||function(){}),e},l.prototype.getPastEvents=function(){var t=this._generateEventOptions.apply(this,arguments),e=new o({name:"getPastLogs",call:"eth_getLogs",params:1,inputFormatter:[u.inputLogFormatter],outputFormatter:this._decodeEventABI.bind(t.event)});e.setRequestManager(this._requestManager);var r=e.buildCall();return e=null,r(t.params,t.callback)},l.prototype._createTxObject=function(){var t=Array.prototype.slice.call(arguments),e={};if("function"===this.method.type&&(e.call=this.parent._executeMethod.bind(e,"call"),e.call.request=this.parent._executeMethod.bind(e,"call",!0)),e.send=this.parent._executeMethod.bind(e,"send"),e.send.request=this.parent._executeMethod.bind(e,"send",!0),e.encodeABI=this.parent._encodeMethodABI.bind(e),e.estimateGas=this.parent._executeMethod.bind(e,"estimate"),t&&this.method.inputs&&t.length!==this.method.inputs.length){if(this.nextMethod)return this.nextMethod.apply(null,t);throw c.InvalidNumberOfParams(t.length,this.method.inputs.length,this.method.name)}return e.arguments=t||[],e._method=this.method,e._parent=this.parent,e._ethAccounts=this.parent.constructor._ethAccounts||this._ethAccounts,this.deployData&&(e._deployData=this.deployData),e},l.prototype._processExecuteArguments=function(t,e){var r={};if(r.type=t.shift(),r.callback=this._parent._getCallback(t),"call"===r.type&&!0!==t[t.length-1]&&(n.isString(t[t.length-1])||isFinite(t[t.length-1]))&&(r.defaultBlock=t.pop()),r.options=n.isObject(t[t.length-1])?t.pop():{},r.generateRequest=!0===t[t.length-1]&&t.pop(),r.options=this._parent._getOrSetDefaultOptions(r.options),r.options.data=this.encodeABI(),!this._deployData&&!s.isAddress(this._parent.options.address))throw new Error("This contract object doesn't have address set yet, please set an address first.");return this._deployData||(r.options.to=this._parent.options.address),r.options.data?r:s._fireError(new Error("Couldn't find a matching contract method, or the number of parameters is wrong."),e.eventEmitter,e.reject,r.callback)},l.prototype._executeMethod=function(){var t=this,e=this._parent._processExecuteArguments.call(this,Array.prototype.slice.call(arguments),r),r=f("send"!==e.type),i=t.constructor._ethAccounts||t._ethAccounts;if(e.generateRequest){var a={params:[u.inputCallFormatter.call(this._parent,e.options),u.inputDefaultBlockNumberFormatter.call(this._parent,e.defaultBlock)],callback:e.callback};return"call"===e.type?(a.method="eth_call",a.format=this._parent._decodeMethodReturn.bind(null,this._method.outputs)):a.method="eth_sendTransaction",a}switch(e.type){case"estimate":return new o({name:"estimateGas",call:"eth_estimateGas",params:1,inputFormatter:[u.inputCallFormatter],outputFormatter:s.hexToNumber,requestManager:t._parent._requestManager,accounts:i,defaultAccount:t._parent.defaultAccount,defaultBlock:t._parent.defaultBlock}).createFunction()(e.options,e.callback);case"call":return new o({name:"call",call:"eth_call",params:2,inputFormatter:[u.inputCallFormatter,u.inputDefaultBlockNumberFormatter],outputFormatter:function(e){return t._parent._decodeMethodReturn(t._method.outputs,e)},requestManager:t._parent._requestManager,accounts:i,defaultAccount:t._parent.defaultAccount,defaultBlock:t._parent.defaultBlock}).createFunction()(e.options,e.defaultBlock,e.callback);case"send":if(!s.isAddress(e.options.from))return s._fireError(new Error('No "from" address specified in neither the given options, nor the default options.'),r.eventEmitter,r.reject,e.callback);if(n.isBoolean(this._method.payable)&&!this._method.payable&&e.options.value&&e.options.value>0)return s._fireError(new Error("Can not send value to non-payable contract method or constructor"),r.eventEmitter,r.reject,e.callback);var c={receiptFormatter:function(e){if(n.isArray(e.logs)){var r=n.map(e.logs,function(e){return t._parent._decodeEventABI.call({name:"ALLEVENTS",jsonInterface:t._parent.options.jsonInterface},e)});e.events={};var i=0;r.forEach(function(t){t.event?e.events[t.event]?Array.isArray(e.events[t.event])?e.events[t.event].push(t):e.events[t.event]=[e.events[t.event],t]:e.events[t.event]=t:(e.events[i]=t,i++)}),delete e.logs}return e},contractDeployFormatter:function(e){var r=t._parent.clone();return r.options.address=e.contractAddress,r}};return new o({name:"sendTransaction",call:"eth_sendTransaction",params:1,inputFormatter:[u.inputTransactionFormatter],requestManager:t._parent._requestManager,accounts:t.constructor._ethAccounts||t._ethAccounts,defaultAccount:t._parent.defaultAccount,defaultBlock:t._parent.defaultBlock,extraFormatters:c}).createFunction()(e.options,e.callback)}},e.exports=l},{underscore:362,"web3-core":200,"web3-core-helpers":184,"web3-core-method":186,"web3-core-promievent":189,"web3-core-subscriptions":197,"web3-eth-abi":204,"web3-utils":390}],364:[function(t,e,r){!function(e,r){function n(t,e){if(!t)throw new Error(e||"Assertion failed")}function i(t,e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}function o(t,e,r){if(o.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(r=e,e=10),this._init(t||0,e||10,r||"be"))}function s(t,e,r){for(var n=0,i=Math.min(t.length,r),o=e;o=49&&s<=54?s-49+10:s>=17&&s<=22?s-17+10:15&s}return n}function a(t,e,r,n){for(var i=0,o=Math.min(t.length,r),s=e;s=49?a-49+10:a>=17?a-17+10:a}return i}function u(t,e,r){r.negative=e.negative^t.negative;var n=t.length+e.length|0;r.length=n,n=n-1|0;var i=0|t.words[0],o=0|e.words[0],s=i*o,a=67108863&s,u=s/67108864|0;r.words[0]=a;for(var c=1;c>>26,h=67108863&u,l=Math.min(c,e.length-1),d=Math.max(0,c-t.length+1);d<=l;d++){var p=c-d|0;f+=(s=(i=0|t.words[p])*(o=0|e.words[d])+h)/67108864|0,h=67108863&s}r.words[c]=0|h,u=0|f}return 0!==u?r.words[c]=0|u:r.length--,r.strip()}function c(t,e,r){return(new f).mulp(t,e,r)}function f(t,e){this.x=t,this.y=e}function h(t,e){this.name=t,this.p=new o(e,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function l(){h.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function d(){h.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function p(){h.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function m(){h.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function b(t){if("string"==typeof t){var e=o._prime(t);this.m=e.p,this.prime=e}else n(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function v(t){b.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}"object"===(void 0===e?"undefined":_typeof(e))?e.exports=o:r.BN=o,o.BN=o,o.wordSize=26;var y;try{y=t("buffer").Buffer}catch(t){}o.isBN=function(t){return t instanceof o||null!==t&&"object"===(void 0===t?"undefined":_typeof(t))&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,r){if("number"==typeof t)return this._initNumber(t,e,r);if("object"===(void 0===t?"undefined":_typeof(t)))return this._initArray(t,e,r);"hex"===e&&(e=16),n(e===(0|e)&&e>=2&&e<=36);var i=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&i++,16===e?this._parseHex(t,i):this._parseBase(t,e,i),"-"===t[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(n(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},o.prototype._initArray=function(t,e,r){if(n("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)s=t[i]|t[i-1]<<8|t[i-2]<<16,this.words[o]|=s<>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-a&67108863,(a+=24)>=26&&(a-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var r=0;r=e;r-=6)i=s(t,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==e&&(i=s(t,e,r+6),this.words[n]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=e)n++;n--,i=i/e|0;for(var o=t.length-r,s=o%n,u=Math.min(o,o-s)+r,c=0,f=r;f1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var g=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],_=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],w=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(t,e){t=t||10,e=0|e||1;var r;if(16===t||"hex"===t){r="";for(var i=0,o=0,s=0;s>>24-i&16777215)||s!==this.length-1?g[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,s--)}for(0!==o&&(r=o.toString(16)+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(t===(0|t)&&t>=2&&t<=36){var c=_[t],f=w[t];r="";var h=this.clone();for(h.negative=0;!h.isZero();){var l=h.modn(f).toString(t);r=(h=h.idivn(f)).isZero()?l+r:g[c-l.length]+l+r}for(this.isZero()&&(r="0"+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return n(void 0!==y),this.toArrayLike(y,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var s,a,u="le"===e,c=new t(o),f=this.clone();if(u){for(a=0;!f.isZero();a++)s=f.andln(255),f.iushrn(8),c[a]=s;for(;a=4096&&(r+=13,e>>>=13),e>=64&&(r+=7,e>>>=7),e>=8&&(r+=4,e>>>=4),e>=2&&(r+=2,e>>>=2),r+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,r=0;return 0==(8191&e)&&(r+=13,e>>>=13),0==(127&e)&&(r+=7,e>>>=7),0==(15&e)&&(r+=4,e>>>=4),0==(3&e)&&(r+=2,e>>>=2),0==(1&e)&&r++,r},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var r=0;rt.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,r;this.length>t.length?(e=this,r=t):(e=t,r=this);for(var n=0;nt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){n("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),r=t%26;this._expand(e),r>0&&e--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){n("number"==typeof t&&t>=0);var r=t/26|0,i=t%26;return this._expand(r+1),this.words[r]=e?this.words[r]|1<t.length?(r=this,n=t):(r=t,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;var n,i;r>0?(n=this,i=t):(n=t,i=this);for(var o=0,s=0;s>26,this.words[s]=67108863&e;for(;0!==o&&s>26,this.words[s]=67108863&e;if(0===o&&s>>13,d=0|s[1],p=8191&d,m=d>>>13,b=0|s[2],v=8191&b,y=b>>>13,g=0|s[3],_=8191&g,w=g>>>13,M=0|s[4],k=8191&M,x=M>>>13,E=0|s[5],S=8191&E,A=E>>>13,j=0|s[6],C=8191&j,T=j>>>13,P=0|s[7],I=8191&P,B=P>>>13,R=0|s[8],F=8191&R,O=R>>>13,N=0|s[9],L=8191&N,D=N>>>13,q=0|a[0],U=8191&q,z=q>>>13,H=0|a[1],K=8191&H,V=H>>>13,W=0|a[2],X=8191&W,G=W>>>13,$=0|a[3],Z=8191&$,J=$>>>13,Q=0|a[4],Y=8191&Q,tt=Q>>>13,et=0|a[5],rt=8191&et,nt=et>>>13,it=0|a[6],ot=8191&it,st=it>>>13,at=0|a[7],ut=8191&at,ct=at>>>13,ft=0|a[8],ht=8191&ft,lt=ft>>>13,dt=0|a[9],pt=8191&dt,mt=dt>>>13;r.negative=t.negative^e.negative,r.length=19;var bt=(c+(n=Math.imul(h,U))|0)+((8191&(i=(i=Math.imul(h,z))+Math.imul(l,U)|0))<<13)|0;c=((o=Math.imul(l,z))+(i>>>13)|0)+(bt>>>26)|0,bt&=67108863,n=Math.imul(p,U),i=(i=Math.imul(p,z))+Math.imul(m,U)|0,o=Math.imul(m,z);var vt=(c+(n=n+Math.imul(h,K)|0)|0)+((8191&(i=(i=i+Math.imul(h,V)|0)+Math.imul(l,K)|0))<<13)|0;c=((o=o+Math.imul(l,V)|0)+(i>>>13)|0)+(vt>>>26)|0,vt&=67108863,n=Math.imul(v,U),i=(i=Math.imul(v,z))+Math.imul(y,U)|0,o=Math.imul(y,z),n=n+Math.imul(p,K)|0,i=(i=i+Math.imul(p,V)|0)+Math.imul(m,K)|0,o=o+Math.imul(m,V)|0;var yt=(c+(n=n+Math.imul(h,X)|0)|0)+((8191&(i=(i=i+Math.imul(h,G)|0)+Math.imul(l,X)|0))<<13)|0;c=((o=o+Math.imul(l,G)|0)+(i>>>13)|0)+(yt>>>26)|0,yt&=67108863,n=Math.imul(_,U),i=(i=Math.imul(_,z))+Math.imul(w,U)|0,o=Math.imul(w,z),n=n+Math.imul(v,K)|0,i=(i=i+Math.imul(v,V)|0)+Math.imul(y,K)|0,o=o+Math.imul(y,V)|0,n=n+Math.imul(p,X)|0,i=(i=i+Math.imul(p,G)|0)+Math.imul(m,X)|0,o=o+Math.imul(m,G)|0;var gt=(c+(n=n+Math.imul(h,Z)|0)|0)+((8191&(i=(i=i+Math.imul(h,J)|0)+Math.imul(l,Z)|0))<<13)|0;c=((o=o+Math.imul(l,J)|0)+(i>>>13)|0)+(gt>>>26)|0,gt&=67108863,n=Math.imul(k,U),i=(i=Math.imul(k,z))+Math.imul(x,U)|0,o=Math.imul(x,z),n=n+Math.imul(_,K)|0,i=(i=i+Math.imul(_,V)|0)+Math.imul(w,K)|0,o=o+Math.imul(w,V)|0,n=n+Math.imul(v,X)|0,i=(i=i+Math.imul(v,G)|0)+Math.imul(y,X)|0,o=o+Math.imul(y,G)|0,n=n+Math.imul(p,Z)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,Z)|0,o=o+Math.imul(m,J)|0;var _t=(c+(n=n+Math.imul(h,Y)|0)|0)+((8191&(i=(i=i+Math.imul(h,tt)|0)+Math.imul(l,Y)|0))<<13)|0;c=((o=o+Math.imul(l,tt)|0)+(i>>>13)|0)+(_t>>>26)|0,_t&=67108863,n=Math.imul(S,U),i=(i=Math.imul(S,z))+Math.imul(A,U)|0,o=Math.imul(A,z),n=n+Math.imul(k,K)|0,i=(i=i+Math.imul(k,V)|0)+Math.imul(x,K)|0,o=o+Math.imul(x,V)|0,n=n+Math.imul(_,X)|0,i=(i=i+Math.imul(_,G)|0)+Math.imul(w,X)|0,o=o+Math.imul(w,G)|0,n=n+Math.imul(v,Z)|0,i=(i=i+Math.imul(v,J)|0)+Math.imul(y,Z)|0,o=o+Math.imul(y,J)|0,n=n+Math.imul(p,Y)|0,i=(i=i+Math.imul(p,tt)|0)+Math.imul(m,Y)|0,o=o+Math.imul(m,tt)|0;var wt=(c+(n=n+Math.imul(h,rt)|0)|0)+((8191&(i=(i=i+Math.imul(h,nt)|0)+Math.imul(l,rt)|0))<<13)|0;c=((o=o+Math.imul(l,nt)|0)+(i>>>13)|0)+(wt>>>26)|0,wt&=67108863,n=Math.imul(C,U),i=(i=Math.imul(C,z))+Math.imul(T,U)|0,o=Math.imul(T,z),n=n+Math.imul(S,K)|0,i=(i=i+Math.imul(S,V)|0)+Math.imul(A,K)|0,o=o+Math.imul(A,V)|0,n=n+Math.imul(k,X)|0,i=(i=i+Math.imul(k,G)|0)+Math.imul(x,X)|0,o=o+Math.imul(x,G)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(w,Z)|0,o=o+Math.imul(w,J)|0,n=n+Math.imul(v,Y)|0,i=(i=i+Math.imul(v,tt)|0)+Math.imul(y,Y)|0,o=o+Math.imul(y,tt)|0,n=n+Math.imul(p,rt)|0,i=(i=i+Math.imul(p,nt)|0)+Math.imul(m,rt)|0,o=o+Math.imul(m,nt)|0;var Mt=(c+(n=n+Math.imul(h,ot)|0)|0)+((8191&(i=(i=i+Math.imul(h,st)|0)+Math.imul(l,ot)|0))<<13)|0;c=((o=o+Math.imul(l,st)|0)+(i>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,n=Math.imul(I,U),i=(i=Math.imul(I,z))+Math.imul(B,U)|0,o=Math.imul(B,z),n=n+Math.imul(C,K)|0,i=(i=i+Math.imul(C,V)|0)+Math.imul(T,K)|0,o=o+Math.imul(T,V)|0,n=n+Math.imul(S,X)|0,i=(i=i+Math.imul(S,G)|0)+Math.imul(A,X)|0,o=o+Math.imul(A,G)|0,n=n+Math.imul(k,Z)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(x,Z)|0,o=o+Math.imul(x,J)|0,n=n+Math.imul(_,Y)|0,i=(i=i+Math.imul(_,tt)|0)+Math.imul(w,Y)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(v,rt)|0,i=(i=i+Math.imul(v,nt)|0)+Math.imul(y,rt)|0,o=o+Math.imul(y,nt)|0,n=n+Math.imul(p,ot)|0,i=(i=i+Math.imul(p,st)|0)+Math.imul(m,ot)|0,o=o+Math.imul(m,st)|0;var kt=(c+(n=n+Math.imul(h,ut)|0)|0)+((8191&(i=(i=i+Math.imul(h,ct)|0)+Math.imul(l,ut)|0))<<13)|0;c=((o=o+Math.imul(l,ct)|0)+(i>>>13)|0)+(kt>>>26)|0,kt&=67108863,n=Math.imul(F,U),i=(i=Math.imul(F,z))+Math.imul(O,U)|0,o=Math.imul(O,z),n=n+Math.imul(I,K)|0,i=(i=i+Math.imul(I,V)|0)+Math.imul(B,K)|0,o=o+Math.imul(B,V)|0,n=n+Math.imul(C,X)|0,i=(i=i+Math.imul(C,G)|0)+Math.imul(T,X)|0,o=o+Math.imul(T,G)|0,n=n+Math.imul(S,Z)|0,i=(i=i+Math.imul(S,J)|0)+Math.imul(A,Z)|0,o=o+Math.imul(A,J)|0,n=n+Math.imul(k,Y)|0,i=(i=i+Math.imul(k,tt)|0)+Math.imul(x,Y)|0,o=o+Math.imul(x,tt)|0,n=n+Math.imul(_,rt)|0,i=(i=i+Math.imul(_,nt)|0)+Math.imul(w,rt)|0,o=o+Math.imul(w,nt)|0,n=n+Math.imul(v,ot)|0,i=(i=i+Math.imul(v,st)|0)+Math.imul(y,ot)|0,o=o+Math.imul(y,st)|0,n=n+Math.imul(p,ut)|0,i=(i=i+Math.imul(p,ct)|0)+Math.imul(m,ut)|0,o=o+Math.imul(m,ct)|0;var xt=(c+(n=n+Math.imul(h,ht)|0)|0)+((8191&(i=(i=i+Math.imul(h,lt)|0)+Math.imul(l,ht)|0))<<13)|0;c=((o=o+Math.imul(l,lt)|0)+(i>>>13)|0)+(xt>>>26)|0,xt&=67108863,n=Math.imul(L,U),i=(i=Math.imul(L,z))+Math.imul(D,U)|0,o=Math.imul(D,z),n=n+Math.imul(F,K)|0,i=(i=i+Math.imul(F,V)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,V)|0,n=n+Math.imul(I,X)|0,i=(i=i+Math.imul(I,G)|0)+Math.imul(B,X)|0,o=o+Math.imul(B,G)|0,n=n+Math.imul(C,Z)|0,i=(i=i+Math.imul(C,J)|0)+Math.imul(T,Z)|0,o=o+Math.imul(T,J)|0,n=n+Math.imul(S,Y)|0,i=(i=i+Math.imul(S,tt)|0)+Math.imul(A,Y)|0,o=o+Math.imul(A,tt)|0,n=n+Math.imul(k,rt)|0,i=(i=i+Math.imul(k,nt)|0)+Math.imul(x,rt)|0,o=o+Math.imul(x,nt)|0,n=n+Math.imul(_,ot)|0,i=(i=i+Math.imul(_,st)|0)+Math.imul(w,ot)|0,o=o+Math.imul(w,st)|0,n=n+Math.imul(v,ut)|0,i=(i=i+Math.imul(v,ct)|0)+Math.imul(y,ut)|0,o=o+Math.imul(y,ct)|0,n=n+Math.imul(p,ht)|0,i=(i=i+Math.imul(p,lt)|0)+Math.imul(m,ht)|0,o=o+Math.imul(m,lt)|0;var Et=(c+(n=n+Math.imul(h,pt)|0)|0)+((8191&(i=(i=i+Math.imul(h,mt)|0)+Math.imul(l,pt)|0))<<13)|0;c=((o=o+Math.imul(l,mt)|0)+(i>>>13)|0)+(Et>>>26)|0,Et&=67108863,n=Math.imul(L,K),i=(i=Math.imul(L,V))+Math.imul(D,K)|0,o=Math.imul(D,V),n=n+Math.imul(F,X)|0,i=(i=i+Math.imul(F,G)|0)+Math.imul(O,X)|0,o=o+Math.imul(O,G)|0,n=n+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(B,Z)|0,o=o+Math.imul(B,J)|0,n=n+Math.imul(C,Y)|0,i=(i=i+Math.imul(C,tt)|0)+Math.imul(T,Y)|0,o=o+Math.imul(T,tt)|0,n=n+Math.imul(S,rt)|0,i=(i=i+Math.imul(S,nt)|0)+Math.imul(A,rt)|0,o=o+Math.imul(A,nt)|0,n=n+Math.imul(k,ot)|0,i=(i=i+Math.imul(k,st)|0)+Math.imul(x,ot)|0,o=o+Math.imul(x,st)|0,n=n+Math.imul(_,ut)|0,i=(i=i+Math.imul(_,ct)|0)+Math.imul(w,ut)|0,o=o+Math.imul(w,ct)|0,n=n+Math.imul(v,ht)|0,i=(i=i+Math.imul(v,lt)|0)+Math.imul(y,ht)|0,o=o+Math.imul(y,lt)|0;var St=(c+(n=n+Math.imul(p,pt)|0)|0)+((8191&(i=(i=i+Math.imul(p,mt)|0)+Math.imul(m,pt)|0))<<13)|0;c=((o=o+Math.imul(m,mt)|0)+(i>>>13)|0)+(St>>>26)|0,St&=67108863,n=Math.imul(L,X),i=(i=Math.imul(L,G))+Math.imul(D,X)|0,o=Math.imul(D,G),n=n+Math.imul(F,Z)|0,i=(i=i+Math.imul(F,J)|0)+Math.imul(O,Z)|0,o=o+Math.imul(O,J)|0,n=n+Math.imul(I,Y)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(B,Y)|0,o=o+Math.imul(B,tt)|0,n=n+Math.imul(C,rt)|0,i=(i=i+Math.imul(C,nt)|0)+Math.imul(T,rt)|0,o=o+Math.imul(T,nt)|0,n=n+Math.imul(S,ot)|0,i=(i=i+Math.imul(S,st)|0)+Math.imul(A,ot)|0,o=o+Math.imul(A,st)|0,n=n+Math.imul(k,ut)|0,i=(i=i+Math.imul(k,ct)|0)+Math.imul(x,ut)|0,o=o+Math.imul(x,ct)|0,n=n+Math.imul(_,ht)|0,i=(i=i+Math.imul(_,lt)|0)+Math.imul(w,ht)|0,o=o+Math.imul(w,lt)|0;var At=(c+(n=n+Math.imul(v,pt)|0)|0)+((8191&(i=(i=i+Math.imul(v,mt)|0)+Math.imul(y,pt)|0))<<13)|0;c=((o=o+Math.imul(y,mt)|0)+(i>>>13)|0)+(At>>>26)|0,At&=67108863,n=Math.imul(L,Z),i=(i=Math.imul(L,J))+Math.imul(D,Z)|0,o=Math.imul(D,J),n=n+Math.imul(F,Y)|0,i=(i=i+Math.imul(F,tt)|0)+Math.imul(O,Y)|0,o=o+Math.imul(O,tt)|0,n=n+Math.imul(I,rt)|0,i=(i=i+Math.imul(I,nt)|0)+Math.imul(B,rt)|0,o=o+Math.imul(B,nt)|0,n=n+Math.imul(C,ot)|0,i=(i=i+Math.imul(C,st)|0)+Math.imul(T,ot)|0,o=o+Math.imul(T,st)|0,n=n+Math.imul(S,ut)|0,i=(i=i+Math.imul(S,ct)|0)+Math.imul(A,ut)|0,o=o+Math.imul(A,ct)|0,n=n+Math.imul(k,ht)|0,i=(i=i+Math.imul(k,lt)|0)+Math.imul(x,ht)|0,o=o+Math.imul(x,lt)|0;var jt=(c+(n=n+Math.imul(_,pt)|0)|0)+((8191&(i=(i=i+Math.imul(_,mt)|0)+Math.imul(w,pt)|0))<<13)|0;c=((o=o+Math.imul(w,mt)|0)+(i>>>13)|0)+(jt>>>26)|0,jt&=67108863,n=Math.imul(L,Y),i=(i=Math.imul(L,tt))+Math.imul(D,Y)|0,o=Math.imul(D,tt),n=n+Math.imul(F,rt)|0,i=(i=i+Math.imul(F,nt)|0)+Math.imul(O,rt)|0,o=o+Math.imul(O,nt)|0,n=n+Math.imul(I,ot)|0,i=(i=i+Math.imul(I,st)|0)+Math.imul(B,ot)|0,o=o+Math.imul(B,st)|0,n=n+Math.imul(C,ut)|0,i=(i=i+Math.imul(C,ct)|0)+Math.imul(T,ut)|0,o=o+Math.imul(T,ct)|0,n=n+Math.imul(S,ht)|0,i=(i=i+Math.imul(S,lt)|0)+Math.imul(A,ht)|0,o=o+Math.imul(A,lt)|0;var Ct=(c+(n=n+Math.imul(k,pt)|0)|0)+((8191&(i=(i=i+Math.imul(k,mt)|0)+Math.imul(x,pt)|0))<<13)|0;c=((o=o+Math.imul(x,mt)|0)+(i>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,n=Math.imul(L,rt),i=(i=Math.imul(L,nt))+Math.imul(D,rt)|0,o=Math.imul(D,nt),n=n+Math.imul(F,ot)|0,i=(i=i+Math.imul(F,st)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,st)|0,n=n+Math.imul(I,ut)|0,i=(i=i+Math.imul(I,ct)|0)+Math.imul(B,ut)|0,o=o+Math.imul(B,ct)|0,n=n+Math.imul(C,ht)|0,i=(i=i+Math.imul(C,lt)|0)+Math.imul(T,ht)|0,o=o+Math.imul(T,lt)|0;var Tt=(c+(n=n+Math.imul(S,pt)|0)|0)+((8191&(i=(i=i+Math.imul(S,mt)|0)+Math.imul(A,pt)|0))<<13)|0;c=((o=o+Math.imul(A,mt)|0)+(i>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,n=Math.imul(L,ot),i=(i=Math.imul(L,st))+Math.imul(D,ot)|0,o=Math.imul(D,st),n=n+Math.imul(F,ut)|0,i=(i=i+Math.imul(F,ct)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,ct)|0,n=n+Math.imul(I,ht)|0,i=(i=i+Math.imul(I,lt)|0)+Math.imul(B,ht)|0,o=o+Math.imul(B,lt)|0;var Pt=(c+(n=n+Math.imul(C,pt)|0)|0)+((8191&(i=(i=i+Math.imul(C,mt)|0)+Math.imul(T,pt)|0))<<13)|0;c=((o=o+Math.imul(T,mt)|0)+(i>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,n=Math.imul(L,ut),i=(i=Math.imul(L,ct))+Math.imul(D,ut)|0,o=Math.imul(D,ct),n=n+Math.imul(F,ht)|0,i=(i=i+Math.imul(F,lt)|0)+Math.imul(O,ht)|0,o=o+Math.imul(O,lt)|0;var It=(c+(n=n+Math.imul(I,pt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(B,pt)|0))<<13)|0;c=((o=o+Math.imul(B,mt)|0)+(i>>>13)|0)+(It>>>26)|0,It&=67108863,n=Math.imul(L,ht),i=(i=Math.imul(L,lt))+Math.imul(D,ht)|0,o=Math.imul(D,lt);var Bt=(c+(n=n+Math.imul(F,pt)|0)|0)+((8191&(i=(i=i+Math.imul(F,mt)|0)+Math.imul(O,pt)|0))<<13)|0;c=((o=o+Math.imul(O,mt)|0)+(i>>>13)|0)+(Bt>>>26)|0,Bt&=67108863;var Rt=(c+(n=Math.imul(L,pt))|0)+((8191&(i=(i=Math.imul(L,mt))+Math.imul(D,pt)|0))<<13)|0;return c=((o=Math.imul(D,mt))+(i>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,u[0]=bt,u[1]=vt,u[2]=yt,u[3]=gt,u[4]=_t,u[5]=wt,u[6]=Mt,u[7]=kt,u[8]=xt,u[9]=Et,u[10]=St,u[11]=At,u[12]=jt,u[13]=Ct,u[14]=Tt,u[15]=Pt,u[16]=It,u[17]=Bt,u[18]=Rt,0!==c&&(u[19]=c,r.length++),r};Math.imul||(M=u),o.prototype.mulTo=function(t,e){var r=this.length+t.length;return 10===this.length&&10===t.length?M(this,t,e):r<63?u(this,t,e):r<1024?function(t,e,r){r.negative=e.negative^t.negative,r.length=t.length+e.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,s&=67108863}r.words[o]=a,n=s,s=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}(this,t,e):c(this,t,e)},f.prototype.makeRBT=function(t){for(var e=new Array(t),r=o.prototype._countBits(t)-1,n=0;n>=1;return n},f.prototype.permute=function(t,e,r,n,i,o){for(var s=0;s>>=1)i++;return 1<>>=13,r[2*s+1]=8191&o,o>>>=13;for(s=2*e;s>=26,e+=i/67108864|0,e+=o>>>26,this.words[r]=67108863&o}return 0!==e&&(this.words[r]=e,this.length++),this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),r=0;r>>i}return e}(t);if(0===e.length)return new o(1);for(var r=this,n=0;n=0);var e,r=t%26,i=(t-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var s=0;for(e=0;e>>26-r}s&&(this.words[e]=s,this.length++)}if(0!==i){for(e=this.length-1;e>=0;e--)this.words[e+i]=this.words[e];for(e=0;e=0);var i;i=e?(e-e%26)/26:0;var o=t%26,s=Math.min((t-o)/26,this.length),a=67108863^67108863>>>o<s)for(this.length-=s,c=0;c=0&&(0!==f||c>=i);c--){var h=0|this.words[c];this.words[c]=f<<26-o|h>>>o,f=h&a}return u&&0!==f&&(u.words[u.length++]=f),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(t,e,r){return n(0===this.negative),this.iushrn(t,e,r)},o.prototype.shln=function(t){return this.clone().ishln(t)},o.prototype.ushln=function(t){return this.clone().iushln(t)},o.prototype.shrn=function(t){return this.clone().ishrn(t)},o.prototype.ushrn=function(t){return this.clone().iushrn(t)},o.prototype.testn=function(t){n("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26,i=1<=0);var e=t%26,r=(t-e)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==e&&r++,this.length=Math.min(r,this.length),0!==e){var i=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},o.prototype.isubn=function(t){if(n("number"==typeof t),n(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(u/67108864|0),this.words[i+r]=67108863&s}for(;i>26,this.words[i+r]=67108863&s;if(0===a)return this.strip();for(n(-1===a),a=0,i=0;i>26,this.words[i]=67108863&s;return this.negative=1,this.strip()},o.prototype._wordDiv=function(t,e){var r=this.length-t.length,n=this.clone(),i=t,s=0|i.words[i.length-1];0!==(r=26-this._countBits(s))&&(i=i.ushln(r),n.iushln(r),s=0|i.words[i.length-1]);var a,u=n.length-i.length;if("mod"!==e){(a=new o(null)).length=u+1,a.words=new Array(a.length);for(var c=0;c=0;h--){var l=67108864*(0|n.words[i.length+h])+(0|n.words[i.length+h-1]);for(l=Math.min(l/s|0,67108863),n._ishlnsubmul(i,l,h);0!==n.negative;)l--,n.negative=0,n._ishlnsubmul(i,1,h),n.isZero()||(n.negative^=1);a&&(a.words[h]=l)}return a&&a.strip(),n.strip(),"div"!==e&&0!==r&&n.iushrn(r),{div:a||null,mod:n}},o.prototype.divmod=function(t,e,r){if(n(!t.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var i,s,a;return 0!==this.negative&&0===t.negative?(a=this.neg().divmod(t,e),"mod"!==e&&(i=a.div.neg()),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.iadd(t)),{div:i,mod:s}):0===this.negative&&0!==t.negative?(a=this.divmod(t.neg(),e),"mod"!==e&&(i=a.div.neg()),{div:i,mod:a.mod}):0!=(this.negative&t.negative)?(a=this.neg().divmod(t.neg(),e),"div"!==e&&(s=a.mod.neg(),r&&0!==s.negative&&s.isub(t)),{div:a.div,mod:s}):t.length>this.length||this.cmp(t)<0?{div:new o(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new o(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new o(this.modn(t.words[0]))}:this._wordDiv(t,e)},o.prototype.div=function(t){return this.divmod(t,"div",!1).div},o.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},o.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},o.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var r=0!==e.div.negative?e.mod.isub(t):e.mod,n=t.ushrn(1),i=t.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},o.prototype.modn=function(t){n(t<=67108863);for(var e=(1<<26)%t,r=0,i=this.length-1;i>=0;i--)r=(e*r+(0|this.words[i]))%t;return r},o.prototype.idivn=function(t){n(t<=67108863);for(var e=0,r=this.length-1;r>=0;r--){var i=(0|this.words[r])+67108864*e;this.words[r]=i/t|0,e=i%t}return this.strip()},o.prototype.divn=function(t){return this.clone().idivn(t)},o.prototype.egcd=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=new o(0),u=new o(1),c=0;e.isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++c;for(var f=r.clone(),h=e.clone();!e.isZero();){for(var l=0,d=1;0==(e.words[0]&d)&&l<26;++l,d<<=1);if(l>0)for(e.iushrn(l);l-- >0;)(i.isOdd()||s.isOdd())&&(i.iadd(f),s.isub(h)),i.iushrn(1),s.iushrn(1);for(var p=0,m=1;0==(r.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(a.isOdd()||u.isOdd())&&(a.iadd(f),u.isub(h)),a.iushrn(1),u.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(a),s.isub(u)):(r.isub(e),a.isub(i),u.isub(s))}return{a:a,b:u,gcd:r.iushln(c)}},o.prototype._invmp=function(t){n(0===t.negative),n(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),s=new o(0),a=r.clone();e.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;0==(e.words[0]&c)&&u<26;++u,c<<=1);if(u>0)for(e.iushrn(u);u-- >0;)i.isOdd()&&i.iadd(a),i.iushrn(1);for(var f=0,h=1;0==(r.words[0]&h)&&f<26;++f,h<<=1);if(f>0)for(r.iushrn(f);f-- >0;)s.isOdd()&&s.iadd(a),s.iushrn(1);e.cmp(r)>=0?(e.isub(r),i.isub(s)):(r.isub(e),s.isub(i))}var l;return(l=0===e.cmpn(1)?i:s).cmpn(0)<0&&l.iadd(t),l},o.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),r=t.clone();e.negative=0,r.negative=0;for(var n=0;e.isEven()&&r.isEven();n++)e.iushrn(1),r.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=e.cmp(r);if(i<0){var o=e;e=r,r=o}else if(0===i||0===r.cmpn(1))break;e.isub(r)}return r.iushln(n)},o.prototype.invm=function(t){return this.egcd(t).a.umod(t)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(t){return this.words[0]&t},o.prototype.bincn=function(t){n("number"==typeof t);var e=t%26,r=(t-e)/26,i=1<>>26,a&=67108863,this.words[s]=a}return 0!==o&&(this.words[s]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(t){var e=t<0;if(0!==this.negative&&!e)return-1;if(0===this.negative&&e)return 1;this.strip();var r;if(this.length>1)r=1;else{e&&(t=-t),n(t<=67108863,"Number is too big");var i=0|this.words[0];r=i===t?0:it.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|t.words[r];if(n!==i){ni&&(e=1);break}}return e},o.prototype.gtn=function(t){return 1===this.cmpn(t)},o.prototype.gt=function(t){return 1===this.cmp(t)},o.prototype.gten=function(t){return this.cmpn(t)>=0},o.prototype.gte=function(t){return this.cmp(t)>=0},o.prototype.ltn=function(t){return-1===this.cmpn(t)},o.prototype.lt=function(t){return-1===this.cmp(t)},o.prototype.lten=function(t){return this.cmpn(t)<=0},o.prototype.lte=function(t){return this.cmp(t)<=0},o.prototype.eqn=function(t){return 0===this.cmpn(t)},o.prototype.eq=function(t){return 0===this.cmp(t)},o.red=function(t){return new b(t)},o.prototype.toRed=function(t){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(t){return this.red=t,this},o.prototype.forceRed=function(t){return n(!this.red,"Already a number in reduction context"),this._forceRed(t)},o.prototype.redAdd=function(t){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},o.prototype.redIAdd=function(t){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},o.prototype.redSub=function(t){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},o.prototype.redISub=function(t){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},o.prototype.redShl=function(t){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},o.prototype.redMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},o.prototype.redIMul=function(t){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(t){return n(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var k={k256:null,p224:null,p192:null,p25519:null};h.prototype._tmp=function(){var t=new o(null);return t.words=new Array(Math.ceil(this.n/13)),t},h.prototype.ireduce=function(t){var e,r=t;do{this.split(r,this.tmp),e=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(e>this.n);var n=e0?r.isub(this.p):r.strip(),r},h.prototype.split=function(t,e){t.iushrn(this.n,0,e)},h.prototype.imulK=function(t){return t.imul(this.k)},i(l,h),l.prototype.split=function(t,e){for(var r=Math.min(t.length,9),n=0;n>>22,i=o}i>>>=22,t.words[n-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},l.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,r=0;r>>=26,t.words[r]=i,e=n}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(k[t])return k[t];var e;if("k256"===t)e=new l;else if("p224"===t)e=new d;else if("p192"===t)e=new p;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new m}return k[t]=e,e},b.prototype._verify1=function(t){n(0===t.negative,"red works only with positives"),n(t.red,"red works only with red numbers")},b.prototype._verify2=function(t,e){n(0==(t.negative|e.negative),"red works only with positives"),n(t.red&&t.red===e.red,"red works only with red numbers")},b.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},b.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},b.prototype.add=function(t,e){this._verify2(t,e);var r=t.add(e);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},b.prototype.iadd=function(t,e){this._verify2(t,e);var r=t.iadd(e);return r.cmp(this.m)>=0&&r.isub(this.m),r},b.prototype.sub=function(t,e){this._verify2(t,e);var r=t.sub(e);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},b.prototype.isub=function(t,e){this._verify2(t,e);var r=t.isub(e);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},b.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},b.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},b.prototype.isqr=function(t){return this.imul(t,t.clone())},b.prototype.sqr=function(t){return this.mul(t,t)},b.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(n(e%2==1),3===e){var r=this.m.add(new o(1)).iushrn(2);return this.pow(t,r)}for(var i=this.m.subn(1),s=0;!i.isZero()&&0===i.andln(1);)s++,i.iushrn(1);n(!i.isZero());var a=new o(1).toRed(this),u=a.redNeg(),c=this.m.subn(1).iushrn(1),f=this.m.bitLength();for(f=new o(2*f*f).toRed(this);0!==this.pow(f,c).cmp(u);)f.redIAdd(u);for(var h=this.pow(f,i),l=this.pow(t,i.addn(1).iushrn(1)),d=this.pow(t,i),p=s;0!==d.cmp(a);){for(var m=d,b=0;0!==m.cmp(a);b++)m=m.redSqr();n(b=0;n--){for(var c=e.words[n],f=u-1;f>=0;f--){var h=c>>f&1;i!==r[0]&&(i=this.sqr(i)),0!==h||0!==s?(s<<=1,s|=h,(4===++a||0===n&&0===f)&&(i=this.mul(i,r[s]),a=0,s=0)):a=0}u=26}return i},b.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},b.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new v(t)},i(v,b),v.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},v.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},v.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},v.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var r=t.mul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),s=i;return i.cmp(this.m)>=0?s=i.isub(this.m):i.cmpn(0)<0&&(s=i.iadd(this.m)),s._forceRed(this)},v.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(void 0===e||e,this)},{}],365:[function(t,e,r){var n=t("web3-utils"),i=t("bn.js"),o=function(t){var e="A".charCodeAt(0),r="Z".charCodeAt(0);return t=t.toUpperCase(),(t=t.substr(4)+t.substr(0,4)).split("").map(function(t){var n=t.charCodeAt(0);return n>=e&&n<=r?n-e+10:t}).join("")},s=function(t){for(var e,r=t;r.length>2;)e=r.slice(0,9),r=parseInt(e,10)%97+r.slice(e.length);return parseInt(r,10)%97},a=function(t){this._iban=t};a.toAddress=function(t){if(!(t=new a(t)).isDirect())throw new Error("IBAN is indirect and can't be converted");return t.toAddress()},a.toIban=function(t){return a.fromAddress(t).toString()},a.fromAddress=function(t){if(!n.isAddress(t))throw new Error("Provided address is not a valid address: "+t);t=t.replace("0x","").replace("0X","");var e=function(t,e){for(var r=t;r.length<2*e;)r="0"+r;return r}(new i(t,16).toString(36),15);return a.fromBban(e.toUpperCase())},a.fromBban=function(t){var e=("0"+(98-s(o("XE00"+t)))).slice(-2);return new a("XE"+e+t)},a.createIndirect=function(t){return a.fromBban("ETH"+t.institution+t.identifier)},a.isValid=function(t){return new a(t).isValid()},a.prototype.isValid=function(){return/^XE[0-9]{2}(ETH[0-9A-Z]{13}|[0-9A-Z]{30,31})$/.test(this._iban)&&1===s(o(this._iban))},a.prototype.isDirect=function(){return 34===this._iban.length||35===this._iban.length},a.prototype.isIndirect=function(){return 20===this._iban.length},a.prototype.checksum=function(){return this._iban.substr(2,2)},a.prototype.institution=function(){return this.isIndirect()?this._iban.substr(7,4):""},a.prototype.client=function(){return this.isIndirect()?this._iban.substr(11):""},a.prototype.toAddress=function(){if(this.isDirect()){var t=this._iban.substr(4),e=new i(t,36);return n.toChecksumAddress(e.toString(16,20))}return""},a.prototype.toString=function(){return this._iban},e.exports=a},{"bn.js":364,"web3-utils":390}],366:[function(t,e,r){var n=t("web3-core"),i=t("web3-core-method"),o=t("web3-utils"),s=t("web3-net"),a=t("web3-core-helpers").formatters,u=function(){var t=this;n.packageInit(this,arguments),this.net=new s(this.currentProvider);var e=null,r="latest";Object.defineProperty(this,"defaultAccount",{get:function(){return e},set:function(t){return t&&(e=o.toChecksumAddress(a.inputAddressFormatter(t))),u.forEach(function(t){t.defaultAccount=e}),t},enumerable:!0}),Object.defineProperty(this,"defaultBlock",{get:function(){return r},set:function(t){return r=t,u.forEach(function(t){t.defaultBlock=r}),t},enumerable:!0});var u=[new i({name:"getAccounts",call:"personal_listAccounts",params:0,outputFormatter:o.toChecksumAddress}),new i({name:"newAccount",call:"personal_newAccount",params:1,inputFormatter:[null],outputFormatter:o.toChecksumAddress}),new i({name:"unlockAccount",call:"personal_unlockAccount",params:3,inputFormatter:[a.inputAddressFormatter,null,null]}),new i({name:"lockAccount",call:"personal_lockAccount",params:1,inputFormatter:[a.inputAddressFormatter]}),new i({name:"importRawKey",call:"personal_importRawKey",params:2}),new i({name:"sendTransaction",call:"personal_sendTransaction",params:2,inputFormatter:[a.inputTransactionFormatter,null]}),new i({name:"sign",call:"personal_sign",params:3,inputFormatter:[a.inputSignFormatter,a.inputAddressFormatter,null]}),new i({name:"ecRecover",call:"personal_ecRecover",params:2,inputFormatter:[a.inputSignFormatter,null]})];u.forEach(function(e){e.attachToObject(t),e.setRequestManager(t._requestManager),e.defaultBlock=t.defaultBlock,e.defaultAccount=t.defaultAccount})};n.addProviders(u),e.exports=u},{"web3-core":200,"web3-core-helpers":184,"web3-core-method":186,"web3-net":370,"web3-utils":390}],367:[function(t,e,r){arguments[4][170][0].apply(r,arguments)},{dup:170}],368:[function(t,e,r){var n=t("underscore");e.exports=function(t){var e,r=this;return this.net.getId().then(function(t){return e=t,r.getBlock(0)}).then(function(r){var i="private";return"0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3"===r.hash&&1===e&&(i="main"),"0cd786a2425d16f152c658316c423e6ce1181e15c3295826d7c9904cba9ce303"===r.hash&&2===e&&(i="morden"),"0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d"===r.hash&&3===e&&(i="ropsten"),"0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177"===r.hash&&4===e&&(i="rinkeby"),"0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9"===r.hash&&42===e&&(i="kovan"),n.isFunction(t)&&t(null,i),i}).catch(function(e){if(!n.isFunction(t))throw e;t(e)})}},{underscore:367}],369:[function(t,e,r){var n=t("underscore"),i=t("web3-core"),o=t("web3-core-helpers"),s=t("web3-core-subscriptions").subscriptions,a=t("web3-core-method"),u=t("web3-utils"),c=t("web3-net"),f=t("web3-eth-personal"),h=t("web3-eth-contract"),l=t("web3-eth-iban"),d=t("web3-eth-accounts"),p=t("web3-eth-abi"),m=t("./getNetworkType.js"),b=o.formatters,v=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getBlockByHash":"eth_getBlockByNumber"},y=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getTransactionByBlockHashAndIndex":"eth_getTransactionByBlockNumberAndIndex"},g=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getUncleByBlockHashAndIndex":"eth_getUncleByBlockNumberAndIndex"},_=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getBlockTransactionCountByHash":"eth_getBlockTransactionCountByNumber"},w=function(t){return n.isString(t[0])&&0===t[0].indexOf("0x")?"eth_getUncleCountByBlockHash":"eth_getUncleCountByBlockNumber"},M=function(){var t=this;i.packageInit(this,arguments);var e=this.setProvider;this.setProvider=function(){e.apply(t,arguments),t.net.setProvider.apply(t,arguments),t.personal.setProvider.apply(t,arguments),t.accounts.setProvider.apply(t,arguments),t.Contract.setProvider(t.currentProvider,t.accounts)};var r=null,o="latest";Object.defineProperty(this,"defaultAccount",{get:function(){return r},set:function(e){return e&&(r=u.toChecksumAddress(b.inputAddressFormatter(e))),t.Contract.defaultAccount=r,t.personal.defaultAccount=r,k.forEach(function(t){t.defaultAccount=r}),e},enumerable:!0}),Object.defineProperty(this,"defaultBlock",{get:function(){return o},set:function(e){return o=e,t.Contract.defaultBlock=o,t.personal.defaultBlock=o,k.forEach(function(t){t.defaultBlock=o}),e},enumerable:!0}),this.clearSubscriptions=t._requestManager.clearSubscriptions,this.net=new c(this.currentProvider),this.net.getNetworkType=m.bind(this),this.accounts=new d(this.currentProvider),this.personal=new f(this.currentProvider),this.personal.defaultAccount=this.defaultAccount;var M=function(){h.apply(this,arguments)};M.setProvider=function(){h.setProvider.apply(this,arguments)},(M.prototype=Object.create(h.prototype)).constructor=M,this.Contract=M,this.Contract.defaultAccount=this.defaultAccount,this.Contract.defaultBlock=this.defaultBlock,this.Contract.setProvider(this.currentProvider,this.accounts),this.Iban=l,this.abi=p;var k=[new a({name:"getProtocolVersion",call:"eth_protocolVersion",params:0}),new a({name:"getCoinbase",call:"eth_coinbase",params:0}),new a({name:"isMining",call:"eth_mining",params:0}),new a({name:"getHashrate",call:"eth_hashrate",params:0,outputFormatter:u.hexToNumber}),new a({name:"isSyncing",call:"eth_syncing",params:0,outputFormatter:b.outputSyncingFormatter}),new a({name:"getGasPrice",call:"eth_gasPrice",params:0,outputFormatter:b.outputBigNumberFormatter}),new a({name:"getAccounts",call:"eth_accounts",params:0,outputFormatter:u.toChecksumAddress}),new a({name:"getBlockNumber",call:"eth_blockNumber",params:0,outputFormatter:u.hexToNumber}),new a({name:"getBalance",call:"eth_getBalance",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter],outputFormatter:b.outputBigNumberFormatter}),new a({name:"getStorageAt",call:"eth_getStorageAt",params:3,inputFormatter:[b.inputAddressFormatter,u.numberToHex,b.inputDefaultBlockNumberFormatter]}),new a({name:"getCode",call:"eth_getCode",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter]}),new a({name:"getBlock",call:v,params:2,inputFormatter:[b.inputBlockNumberFormatter,function(t){return!!t}],outputFormatter:b.outputBlockFormatter}),new a({name:"getUncle",call:g,params:2,inputFormatter:[b.inputBlockNumberFormatter,u.numberToHex],outputFormatter:b.outputBlockFormatter}),new a({name:"getBlockTransactionCount",call:_,params:1,inputFormatter:[b.inputBlockNumberFormatter],outputFormatter:u.hexToNumber}),new a({name:"getBlockUncleCount",call:w,params:1,inputFormatter:[b.inputBlockNumberFormatter],outputFormatter:u.hexToNumber}),new a({name:"getTransaction",call:"eth_getTransactionByHash",params:1,inputFormatter:[null],outputFormatter:b.outputTransactionFormatter}),new a({name:"getTransactionFromBlock",call:y,params:2,inputFormatter:[b.inputBlockNumberFormatter,u.numberToHex],outputFormatter:b.outputTransactionFormatter}),new a({name:"getTransactionReceipt",call:"eth_getTransactionReceipt",params:1,inputFormatter:[null],outputFormatter:b.outputTransactionReceiptFormatter}),new a({name:"getTransactionCount",call:"eth_getTransactionCount",params:2,inputFormatter:[b.inputAddressFormatter,b.inputDefaultBlockNumberFormatter],outputFormatter:u.hexToNumber}),new a({name:"sendSignedTransaction",call:"eth_sendRawTransaction",params:1,inputFormatter:[null]}),new a({name:"signTransaction",call:"eth_signTransaction",params:1,inputFormatter:[b.inputTransactionFormatter]}),new a({name:"sendTransaction",call:"eth_sendTransaction",params:1,inputFormatter:[b.inputTransactionFormatter]}),new a({name:"sign",call:"eth_sign",params:2,inputFormatter:[b.inputSignFormatter,b.inputAddressFormatter],transformPayload:function(t){return t.params.reverse(),t}}),new a({name:"call",call:"eth_call",params:2,inputFormatter:[b.inputCallFormatter,b.inputDefaultBlockNumberFormatter]}),new a({name:"estimateGas",call:"eth_estimateGas",params:1,inputFormatter:[b.inputCallFormatter],outputFormatter:u.hexToNumber}),new a({name:"getCompilers",call:"eth_getCompilers",params:0}),new a({name:"compile.solidity",call:"eth_compileSolidity",params:1}),new a({name:"compile.lll",call:"eth_compileLLL",params:1}),new a({name:"compile.serpent",call:"eth_compileSerpent",params:1}),new a({name:"submitWork",call:"eth_submitWork",params:3}),new a({name:"getWork",call:"eth_getWork",params:0}),new a({name:"getPastLogs",call:"eth_getLogs",params:1,inputFormatter:[b.inputLogFormatter],outputFormatter:b.outputLogFormatter}),new s({name:"subscribe",type:"eth",subscriptions:{newBlockHeaders:{subscriptionName:"newHeads",params:0,outputFormatter:b.outputBlockFormatter},pendingTransactions:{subscriptionName:"newPendingTransactions",params:0},logs:{params:1,inputFormatter:[b.inputLogFormatter],outputFormatter:b.outputLogFormatter,subscriptionHandler:function(t){t.removed?this.emit("changed",t):this.emit("data",t),n.isFunction(this.callback)&&this.callback(null,t,this)}},syncing:{params:0,outputFormatter:b.outputSyncingFormatter,subscriptionHandler:function(t){var e=this;!0!==this._isSyncing?(this._isSyncing=!0,this.emit("changed",e._isSyncing),n.isFunction(this.callback)&&this.callback(null,e._isSyncing,this),setTimeout(function(){e.emit("data",t),n.isFunction(e.callback)&&e.callback(null,t,e)},0)):(this.emit("data",t),n.isFunction(e.callback)&&this.callback(null,t,this),clearTimeout(this._isSyncingTimeout),this._isSyncingTimeout=setTimeout(function(){t.currentBlock>t.highestBlock-200&&(e._isSyncing=!1,e.emit("changed",e._isSyncing),n.isFunction(e.callback)&&e.callback(null,e._isSyncing,e))},500))}}}})];k.forEach(function(e){e.attachToObject(t),e.setRequestManager(t._requestManager,t.accounts),e.defaultBlock=t.defaultBlock,e.defaultAccount=t.defaultAccount})};i.addProviders(M),e.exports=M},{"./getNetworkType.js":368,underscore:367,"web3-core":200,"web3-core-helpers":184,"web3-core-method":186,"web3-core-subscriptions":197,"web3-eth-abi":204,"web3-eth-accounts":361,"web3-eth-contract":363,"web3-eth-iban":365,"web3-eth-personal":366,"web3-net":370,"web3-utils":390}],370:[function(t,e,r){var n=t("web3-core"),i=t("web3-core-method"),o=t("web3-utils"),s=function(){var t=this;n.packageInit(this,arguments),[new i({name:"getId",call:"net_version",params:0,outputFormatter:o.hexToNumber}),new i({name:"isListening",call:"net_listening",params:0}),new i({name:"getPeerCount",call:"net_peerCount",params:0,outputFormatter:o.hexToNumber})].forEach(function(e){e.attachToObject(t),e.setRequestManager(t._requestManager)})};n.addProviders(s),e.exports=s},{"web3-core":200,"web3-core-method":186,"web3-utils":390}],371:[function(t,e,r){e.exports=XMLHttpRequest},{}],372:[function(t,e,r){var n=t("web3-core-helpers").errors,i=t("xhr2"),o=function(t,e,r){this.host=t||"http://localhost:8545",this.timeout=e||0,this.connected=!1,this.headers=r};o.prototype._prepareRequest=function(){var t=new i;return t.open("POST",this.host,!0),t.setRequestHeader("Content-Type","application/json"),this.headers&&this.headers.forEach(function(e){t.setRequestHeader(e.name,e.value)}),t},o.prototype.send=function(t,e){var r=this,i=this._prepareRequest();i.onreadystatechange=function(){if(4===i.readyState&&1!==i.timeout){var t=i.responseText,o=null;try{t=JSON.parse(t)}catch(t){o=n.InvalidResponse(i.responseText)}r.connected=!0,e(o,t)}},i.ontimeout=function(){r.connected=!1,e(n.ConnectionTimeout(this.timeout))};try{i.send(JSON.stringify(t))}catch(t){this.connected=!1,e(n.InvalidConnection(this.host))}},e.exports=o},{"web3-core-helpers":184,xhr2:371}],373:[function(t,e,r){!function(t,n,i,o,s,a){function u(t,e){return function(){return t.call(this,e.apply(this,arguments))}}function c(t){return function(e){return e[t]}}function f(t,e){return e.apply(a,t)}function h(t){var e=t.length-1,r=i.prototype.slice;if(0==e)return function(){return t.call(this,r.call(arguments))};if(1==e)return function(){return t.call(this,arguments[0],r.call(arguments,1))};var n=i(t.length);return function(){for(var i=0;i0;)if(K+=i,i=t.charAt(o++),4===V?(L+=String.fromCharCode(parseInt(K,16)),V=0,h=o-1):V++,!i)break t;if('"'===i&&!q){z=H.pop()||b,L+=t.substring(h,o-1);break}if(!("\\"!==i||q||(q=!0,L+=t.substring(h,o-1),i=t.charAt(o++))))break;if(q){if(q=!1,"n"===i?L+="\n":"r"===i?L+="\r":"t"===i?L+="\t":"f"===i?L+="\f":"b"===i?L+="\b":"u"===i?(V=1,K=""):L+=i,i=t.charAt(o++),h=o-1,i)continue;break}d.lastIndex=o;var p=d.exec(t);if(!p){o=t.length+1,L+=t.substring(h,o-1);break}if(o=p.index+1,!(i=t.charAt(p.index))){L+=t.substring(h,o-1);break}}continue;case x:if(!i)continue;if("r"!==i)return e("Invalid true started with t"+i);z=E;continue;case E:if(!i)continue;if("u"!==i)return e("Invalid true started with tr"+i);z=S;continue;case S:if(!i)continue;if("e"!==i)return e("Invalid true started with tru"+i);c(!0),f(),z=H.pop()||b;continue;case A:if(!i)continue;if("a"!==i)return e("Invalid false started with f"+i);z=j;continue;case j:if(!i)continue;if("l"!==i)return e("Invalid false started with fa"+i);z=C;continue;case C:if(!i)continue;if("s"!==i)return e("Invalid false started with fal"+i);z=T;continue;case T:if(!i)continue;if("e"!==i)return e("Invalid false started with fals"+i);c(!1),f(),z=H.pop()||b;continue;case P:if(!i)continue;if("u"!==i)return e("Invalid null started with n"+i);z=B;continue;case B:if(!i)continue;if("l"!==i)return e("Invalid null started with nu"+i);z=R;continue;case R:if(!i)continue;if("l"!==i)return e("Invalid null started with nul"+i);c(null),f(),z=H.pop()||b;continue;case F:if("."!==i)return e("Leading zero not followed by .");D+=i,z=O;continue;case O:if(-1!=="0123456789".indexOf(i))D+=i;else if("."===i){if(-1!==D.indexOf("."))return e("Invalid number has two dots");D+=i}else if("e"===i||"E"===i){if(-1!==D.indexOf("e")||-1!==D.indexOf("E"))return e("Invalid number has two exponential");D+=i}else if("+"===i||"-"===i){if("e"!==s&&"E"!==s)return e("Invalid symbol in number");D+=i}else D&&(c(parseFloat(D)),f(),D=""),o--,z=H.pop()||b;continue;default:return e("Unknown state: "+z)}X>=N&&function(){var t=0;L!==a&&L.length>l&&(e("Max buffer length exceeded: textNode"),t=Math.max(t,L.length)),D.length>l&&(e("Max buffer length exceeded: numberNode"),t=Math.max(t,D.length)),N=l-t+X}()}}),t(at).on(function(){if(z==m)return c({}),f(),void(U=!0);z===b&&0===W||e("Unexpected end"),L!==a&&(c(L),f(),L=a),U=!0})}function C(t,e){return{key:t,node:e}}function T(t){function e(t,e,r){G(H(t))[e]=r}function r(t,r,i){t&&e(t,r,i);var o=y(C(r,i),t);return n(o),o}var n=t(Q).emit,o=t(Y).emit,s=t(it).emit,a=t(nt).emit,u={};return u[ft]=function(t,n){if(!t)return s(n),r(t,$,n);var o=function(t,e){var n=G(H(t));return m(i,n)?r(t,q(n),e):t}(t,n),a=K(o),u=X(H(o));return e(a,u,n),y(C(u,n),a)},u[ht]=function(t){return o(t),K(t)||a(G(H(t)))},u[ct]=r,u}function P(){function t(t){return r[t]=function(t,e,r){function n(t){return function(e){return e.id==t}}var i,o;return{on:function(r,n){var s={listener:r,id:n||r};return e&&e.emit(t,r,s.id),i=y(s,i),o=y(r,o),this},emit:function(){E(o,arguments)},un:function(e){var s;i=k(i,n(e),function(t){s=t}),s&&(o=k(o,function(t){return t==s.listener}),r&&r.emit(t,s.listener,s.id))},listeners:function(){return o},hasListener:function(t){return b(A(t?n(t):p,i))}}}(t,n,i)}function e(e){return r[e]||t(e)}var r={},n=t("newListener"),i=t("removeListener");return["emit","on","un"].forEach(function(t){e[t]=h(function(r,n){f(n,e(r)[t])})}),e}function I(t,e,r){try{var n=s.parse(e)}catch(t){}return{statusCode:t,body:e,jsonBody:n,thrown:r}}function B(t,e){function r(e,r,n){var i=t(e).emit;r.on(function(t){var e=n(t);!1!==e&&function(t,e,r){var n=S(r);t(e,_(K(w(X,n))),_(w(G,n)))}(i,G(e),t)},e),t("removeListener").on(function(n){n==e&&(t(n).listeners()||r.un(e))})}var n={node:t(Y),path:t(Q)};t("newListener").on(function(t){var i=/(node|path):(.*)/.exec(t);if(i){var o=n[i[1]];o.hasListener(t)||r(t,o,e(i[2]))}})}function R(t,e){function r(t,e,r){r=r||e;var i=n(e);return t.on(function(){var e=!1;s.forget=function(){e=!0},f(arguments,i),delete s.forget,e&&t.un(r)},r),s}function n(t){return function(){try{return t.apply(s,arguments)}catch(t){setTimeout(function(){throw t})}}}function i(e,n,i){var o;o="node"==e?function(t){return function(){var e=t.apply(this,arguments);b(e)&&(e==N.drop?c():l(e))}}(i):i,r(function(e,r){return t(e+":"+r)}(e,n),o,i)}function o(t,e,r){return U(e)?i(t,e,r):function(t,e){for(var r in e)i(t,r,e[r])}(t,e),s}var s,a=/^(node|path):./,u=t(nt),c=t(et).emit,l=t(tt).emit,p=h(function(e,n){if(s[e])f(n,s[e]);else{var i=t(e),o=n[0];a.test(e)?r(i,o):i.on(o)}return s});return t(it).on(function(t){s.root=function(t){return function(){return t}}(t)}),t(ot).on(function(t,e){s.header=function(t){return t?e[t]:e}}),s={on:p,addListener:p,removeListener:function(e,r,n){if("done"==e)u.un(r);else if("node"==e||"path"==e)t.un(e+":"+r,n);else{var i=r;t(e).un(i)}return s},emit:t.emit,node:L(o,"node"),path:L(o,"path"),done:L(r,u),start:L(function(e,r){return t(e).on(n(r),r),s},ot),fail:t(rt).on,abort:t(ut).emit,header:d,root:d,source:e}}function F(e,r,n,i,o){var s=P();return r&&function(e,r,n,i,o,s,u){function c(){var t=r.responseText,e=t.substr(l);e&&f(e),l=q(t)}var f=e(st).emit,h=e(rt).emit,l=0,d=!0;e(ut).on(function(){r.onreadystatechange=null,r.abort()}),"onprogress"in r&&(r.onprogress=c),r.onreadystatechange=function(){function t(){try{d&&e(ot).emit(r.status,function(t){var e={};return t&&t.split("\r\n").forEach(function(t){var r=t.indexOf(": ");e[t.substring(0,r)]=t.substring(r+2)}),e}(r.getAllResponseHeaders())),d=!1}catch(t){}}switch(r.readyState){case 2:case 3:return t();case 4:t(),2==String(r.status)[0]?(c(),e(at).emit()):h(I(r.status,r.responseText))}};try{r.open(n,i,!0);for(var p in s)r.setRequestHeader(p,s[p]);(function(t,e){function r(e){return e.port||function(t){return{"http:":80,"https:":443}[t]}(e.protocol||t.protocol)}return!!(e.protocol&&e.protocol!=t.protocol||e.host&&e.host!=t.host||e.host&&r(e)!=r(t))})(t.location,function(t){var e=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/.exec(t)||[];return{protocol:e[1]||"",host:e[2]||"",port:e[3]||""}}(i))||r.setRequestHeader("X-Requested-With","XMLHttpRequest"),r.withCredentials=u,r.send(o)}catch(e){t.setTimeout(L(h,I(a,a,e)),0)}}(s,new XMLHttpRequest,e,r,n,i,o),j(s),function(t,e){function r(t){return function(e){n=t(n,e)}}var n,i={};for(var o in e)t(o).on(r(e[o]),i);t(tt).on(function(t){var e=H(n),r=X(e),i=K(n);i&&(G(H(i))[r]=t)}),t(et).on(function(){var t=H(n),e=X(t),r=K(n);r&&delete G(H(r))[e]}),t(ut).on(function(){for(var r in e)t(r).un(i)})}(s,T(s)),B(s,Z),R(s,r)}function O(t,e,r,n,i,o,a){return i=i?s.parse(s.stringify(i)):{},n?U(n)||(n=s.stringify(n),i["Content-Type"]=i["Content-Type"]||"application/json"):n=null,t(r||"GET",function(t,e){return!1===e&&(-1==t.indexOf("?")?t+="?":t+="&",t+="_="+(new Date).getTime()),t}(e,a),n,i,o||!1)}function N(t){var e=V("resume","pause","pipe"),r=L(v,e);return t?r(t)||U(t)?O(F,t):O(F,t.url,t.method,t.body,t.headers,t.withCredentials,t.cached):F()}var L=h(function(t,e){var r=e.length;return h(function(n){for(var i=0;i2)throw new Error("[ethjs-unit] while converting number "+t+" to wei, too many decimal points");var l=h[0],d=h[1];if(l||(l="0"),d||(d="0"),d.length>a)throw new Error("[ethjs-unit] while converting number "+t+" to wei, too many decimal places");for(;d.length65536){if(!i)throw new Error("Requested too many random bytes.");r(new Error("Requested too many random bytes."))}if(void 0!==n&&n.randomBytes){if(!i)return"0x"+n.randomBytes(e).toString("hex");n.randomBytes(e,function(t,e){t?r(u):r(null,"0x"+e.toString("hex"))})}else{var o;if(void 0!==n?o=n:"undefined"!=typeof msCrypto&&(o=msCrypto),o&&o.getRandomValues){var s=o.getRandomValues(new Uint8Array(e)),a="0x"+Array.from(s).map(function(t){return t.toString(16)}).join("");if(!i)return a;r(null,a)}else{var u=new Error('No "crypto" object available. This Browser doesn\'t support generating secure random bytes.');if(!i)throw u;r(u)}}}},{"./crypto.js":385}],387:[function(t,e,r){var n=t("is-hex-prefixed");e.exports=function(t){return"string"!=typeof t?t:n(t)?t.slice(2):t}},{"is-hex-prefixed":382}],388:[function(t,e,r){arguments[4][170][0].apply(r,arguments)},{dup:170}],389:[function(t,e,r){(function(t){!function(n){function i(t){for(var e,r,n=[],i=0,o=t.length;i=55296&&e<=56319&&i=55296&&t<=57343)throw Error("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function s(t,e){return b(t>>e&63|128)}function a(t){if(0==(4294967168&t))return b(t);var e="";return 0==(4294965248&t)?e=b(t>>6&31|192):0==(4294901760&t)?(o(t),e=b(t>>12&15|224),e+=s(t,6)):0==(4292870144&t)&&(e=b(t>>18&7|240),e+=s(t,12),e+=s(t,6)),e+=b(63&t|128)}function u(){if(m>=p)throw Error("Invalid byte index");var t=255&d[m];if(m++,128==(192&t))return 63&t;throw Error("Invalid continuation byte")}function c(){var t,e,r,n;if(m>p)throw Error("Invalid byte index");if(m==p)return!1;if(t=255&d[m],m++,0==(128&t))return t;if(192==(224&t)){var i;if((n=(31&t)<<6|(i=u()))>=128)return n;throw Error("Invalid continuation byte")}if(224==(240&t)){if(i=u(),e=u(),(n=(15&t)<<12|i<<6|e)>=2048)return o(n),n;throw Error("Invalid continuation byte")}if(240==(248&t)&&(i=u(),e=u(),r=u(),(n=(15&t)<<18|i<<12|e<<6|r)>=65536&&n<=1114111))return n;throw Error("Invalid UTF-8 detected")}var f="object"==(void 0===r?"undefined":_typeof(r))&&r,h="object"==(void 0===e?"undefined":_typeof(e))&&e&&e.exports==f&&e,l="object"==(void 0===t?"undefined":_typeof(t))&&t;l.global!==l&&l.window!==l||(n=l);var d,p,m,b=String.fromCharCode,v={version:"2.0.0",encode:function(t){for(var e=i(t),r=e.length,n=-1,o="";++n65535&&(i+=b((e-=65536)>>>10&1023|55296),e=56320|1023&e),i+=b(e);return i}(r)}};if("function"==typeof define&&"object"==_typeof(define.amd)&&define.amd)define(function(){return v});else if(f&&!f.nodeType)if(h)h.exports=v;else{var y={}.hasOwnProperty;for(var g in v)y.call(v,g)&&(f[g]=v[g])}else n.utf8=v}(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],390:[function(t,e,r){var n=t("underscore"),i=t("ethjs-unit"),o=t("./utils.js"),s=t("./soliditySha3.js"),a=t("randomhex"),u=function(t){if(!o.isHexStrict(t))throw new Error("The parameter must be a valid HEX string.");var e="",r=0,n=t.length;for("0x"===t.substring(0,2)&&(r=2);r7?r+=t[n].toUpperCase():r+=t[n];return r},toHex:o.toHex,toBN:o.toBN,bytesToHex:o.bytesToHex,hexToBytes:o.hexToBytes,hexToNumberString:o.hexToNumberString,hexToNumber:o.hexToNumber,toDecimal:o.hexToNumber,numberToHex:o.numberToHex,fromDecimal:o.numberToHex,hexToUtf8:o.hexToUtf8,hexToString:o.hexToUtf8,toUtf8:o.hexToUtf8,utf8ToHex:o.utf8ToHex,stringToHex:o.utf8ToHex,fromUtf8:o.utf8ToHex,hexToAscii:u,toAscii:u,asciiToHex:c,fromAscii:c,unitMap:i.unitMap,toWei:function(t,e){if(e=f(e),!o.isBN(t)&&!n.isString(t))throw new Error("Please pass numbers as strings or BigNumber objects to avoid precision errors.");return o.isBN(t)?i.toWei(t,e):i.toWei(t,e).toString(10)},fromWei:function(t,e){if(e=f(e),!o.isBN(t)&&!n.isString(t))throw new Error("Please pass numbers as strings or BigNumber objects to avoid precision errors.");return o.isBN(t)?i.fromWei(t,e):i.fromWei(t,e).toString(10)},padLeft:o.leftPad,leftPad:o.leftPad,padRight:o.rightPad,rightPad:o.rightPad,toTwosComplement:o.toTwosComplement}},{"./soliditySha3.js":391,"./utils.js":392,"ethjs-unit":381,randomhex:386,underscore:388}],391:[function(t,e,r){var n=t("underscore"),i=t("bn.js"),o=t("./utils.js"),s=function(t){var e=void 0===t?"undefined":_typeof(t);if("string"===e)return o.isHexStrict(t)?new i(t.replace(/0x/i,""),16):new i(t,10);if("number"===e)return new i(t);if(o.isBigNumber(t))return new i(t.toString(10));if(o.isBN(t))return t;throw new Error(t+" is not a number")},a=function(t,e,r){var n,a;if("bytes"===(t=function(t){return t.startsWith("int[")?"int256"+t.slice(3):"int"===t?"int256":t.startsWith("uint[")?"uint256"+t.slice(4):"uint"===t?"uint256":t.startsWith("fixed[")?"fixed128x128"+t.slice(5):"fixed"===t?"fixed128x128":t.startsWith("ufixed[")?"ufixed128x128"+t.slice(6):"ufixed"===t?"ufixed128x128":t}(t))){if(e.replace(/^0x/i,"").length%2!=0)throw new Error("Invalid bytes characters "+e.length);return e}if("string"===t)return o.utf8ToHex(e);if("bool"===t)return e?"01":"00";if(t.startsWith("address")){if(n=r?64:40,!o.isAddress(e))throw new Error(e+" is not a valid address, or the checksum is invalid.");return o.leftPad(e.toLowerCase(),n)}if(n=function(t){var e=/^\D+(\d+).*$/.exec(t);return e?parseInt(e[1],10):null}(t),t.startsWith("bytes")){if(!n)throw new Error("bytes[] not yet supported in solidity");if(r&&(n=32),n<1||n>32||n256)throw new Error("Invalid uint"+n+" size");if((a=s(e)).bitLength()>n)throw new Error("Supplied uint exceeds width: "+n+" vs "+a.bitLength());if(a.lt(new i(0)))throw new Error("Supplied uint "+a.toString()+" is negative");return n?o.leftPad(a.toString("hex"),n/8*2):a}if(t.startsWith("int")){if(n%8||n<8||n>256)throw new Error("Invalid int"+n+" size");if((a=s(e)).bitLength()>n)throw new Error("Supplied int exceeds width: "+n+" vs "+a.bitLength());return a.lt(new i(0))?a.toTwos(n).toString("hex"):n?o.leftPad(a.toString("hex"),n/8*2):a}throw new Error("Unsupported or invalid type: "+t)},u=function(t){if(n.isArray(t))throw new Error("Autodetection of array types is not supported.");var e,r,s="";if(n.isObject(t)&&(t.hasOwnProperty("v")||t.hasOwnProperty("t")||t.hasOwnProperty("value")||t.hasOwnProperty("type"))?(e=t.t||t.type,s=t.v||t.value):(e=o.toHex(t,!0),s=o.toHex(t),e.startsWith("int")||e.startsWith("uint")||(e="bytes")),!e.startsWith("int")&&!e.startsWith("uint")||"string"!=typeof s||/^(-)?0x/i.test(s)||(s=new i(s)),n.isArray(s)){if((r=function(t){var e=/^\D+\d*\[(\d+)\]$/.exec(t);return e?parseInt(e[1],10):null}(e))&&s.length!==r)throw new Error(e+" is not matching the given array "+JSON.stringify(s));r=s.length}return n.isArray(s)?s.map(function(t){return a(e,t,r).toString("hex").replace("0x","")}).join(""):a(e,s,r).toString("hex").replace("0x","")};e.exports=function(){var t=Array.prototype.slice.call(arguments),e=n.map(t,u);return o.sha3("0x"+e.join(""))}},{"./utils.js":392,"bn.js":379,underscore:388}],392:[function(t,e,r){var n=t("underscore"),i=t("bn.js"),o=t("number-to-bn"),s=t("utf8"),a=t("eth-lib/lib/hash"),u=function(t){return t instanceof i||t&&t.constructor&&"BN"===t.constructor.name},c=function(t){return t&&t.constructor&&"BigNumber"===t.constructor.name},f=function(t){try{return o.apply(null,arguments)}catch(e){throw new Error(e+' Given value: "'+t+'"')}},h=function(t){return!!/^(0x)?[0-9a-f]{40}$/i.test(t)&&(!(!/^(0x|0X)?[0-9a-f]{40}$/.test(t)&&!/^(0x|0X)?[0-9A-F]{40}$/.test(t))||l(t))},l=function(t){t=t.replace(/^0x/i,"");for(var e=v(t.toLowerCase()).replace(/^0x/i,""),r=0;r<40;r++)if(parseInt(e[r],16)>7&&t[r].toUpperCase()!==t[r]||parseInt(e[r],16)<=7&&t[r].toLowerCase()!==t[r])return!1;return!0},d=function(t){var e="";t=(t=(t=(t=(t=s.encode(t)).replace(/^(?:\u0000)*/,"")).split("").reverse().join("")).replace(/^(?:\u0000)*/,"")).split("").reverse().join("");for(var r=0;r>>4).toString(16)),e.push((15&t[r]).toString(16));return"0x"+e.join("")},isHex:function(t){return(n.isString(t)||n.isNumber(t))&&/^(-0x)?(0x)?[0-9a-f]*$/i.test(t)},isHexStrict:b,leftPad:function(t,e,r){var n=/^0x/i.test(t)||"number"==typeof t,i=e-(t=t.toString(16).replace(/^0x/i,"")).length+1>=0?e-t.length+1:0;return(n?"0x":"")+new Array(i).join(r||"0")+t},rightPad:function(t,e,r){var n=/^0x/i.test(t)||"number"==typeof t,i=e-(t=t.toString(16).replace(/^0x/i,"")).length+1>=0?e-t.length+1:0;return(n?"0x":"")+t+new Array(i).join(r||"0")},toTwosComplement:function(t){return"0x"+f(t).toTwos(256).toString(16,64)},sha3:v}},{"bn.js":379,"eth-lib/lib/hash":380,"number-to-bn":383,underscore:388,utf8:389}],393:[function(t,e,r){e.exports={name:"web3",namespace:"ethereum",version:"1.0.0-beta.29",description:"Ethereum JavaScript API",repository:"https://github.com/ethereum/web3.js/tree/master/packages/web3",license:"LGPL-3.0",main:"src/index.js",types:"index.d.ts",bugs:{url:"https://github.com/ethereum/web3.js/issues"},keywords:["Ethereum","JavaScript","API"],author:"ethereum.org",authors:[{name:"Fabian Vogelsteller",email:"fabian@ethereum.org",homepage:"http://frozeman.de"},{name:"Marek Kotewicz",email:"marek@parity.io",url:"https://github.com/debris"},{name:"Marian Oancea",url:"https://github.com/cubedro"},{name:"Gav Wood",email:"g@parity.io",homepage:"http://gavwood.com"},{name:"Jeffery Wilcke",email:"jeffrey.wilcke@ethereum.org",url:"https://github.com/obscuren"}],dependencies:{"web3-bzz":"1.0.0-beta.29","web3-core":"1.0.0-beta.29","web3-eth":"1.0.0-beta.29","web3-eth-personal":"1.0.0-beta.29","web3-net":"1.0.0-beta.29","web3-shh":"1.0.0-beta.29","web3-utils":"1.0.0-beta.29"}}},{}],BN:[function(t,e,r){arguments[4][228][0].apply(r,arguments)},{buffer:17,dup:228}],Web3:[function(t,e,r){var n=t("../package.json").version,i=t("web3-core"),o=t("web3-eth"),s=t("web3-net"),a=t("web3-eth-personal"),u=t("web3-shh"),c=t("web3-bzz"),f=t("web3-utils"),h=function(){var t=this;i.packageInit(this,arguments),this.version=n,this.utils=f,this.eth=new o(this),this.shh=new u(this),this.bzz=new c(this);var e=this.setProvider;this.setProvider=function(r,n){return e.apply(t,arguments),this.eth.setProvider(r,n),this.shh.setProvider(r,n),this.bzz.setProvider(r),!0}};h.version=n,h.utils=f,h.modules={Eth:o,Net:s,Personal:a,Shh:u,Bzz:c},i.addProviders(h),e.exports=h},{"../package.json":393,"web3-bzz":180,"web3-core":200,"web3-eth":369,"web3-eth-personal":366,"web3-net":370,"web3-shh":378,"web3-utils":390}]},{},["Web3"])("Web3")}); \ No newline at end of file diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index 7f4c301ebb0e1fc614725e7b68105cb983b32b90..96b374c7ca10baf42b12e15e8d4a8725b80e78ff 100644 GIT binary patch literal 288111 zcmb?^cbpVe_B~1-au8HhMh6uG!3<`=geW4|ii?OnGYviMq<-Clpj#>`1DMmAvujwh zuDFIZ>l)UqYgn_cVa>Yc_&evmy4_Xts;0~D=l9RM@4i>(-uuq0zFmF0y87rBhs-iwpTa*`9OreP?&?(xpp7bA4t}zF!*P{;3|t zh9W~4;N=I7o;^gS>l)kYGxJ*0b%&-GWX3dSiuplx^(}P_t}wQ_r9M-r5>!=wFajIm z<%f<=^)~6l3N3A>E|Xs^)g@JxE*4EgZCeqhhk5zoqf@==+giD*LVoqRsh)L>=|Tbh zHRh&z)xwd<%rE5EoSW*}P+!Q8n49Wu4_#|+TdG%G77Ut9bAIi)`E@!5vR`Hqm>4Mw zTaYPEt1qnyU9qFHFy>GYzf9>Pa)E<~Kn+n|k>%j3*glY<5(3L&TU}KZ}@V4}cpi4I95; zOre-I#Y}yEoWwca%WqbSbMweJw?LdUu)8%-JyCrAJjz5KSN0Je(^V0#3h=&?YLC3**V-_gtOMDNbz&Tu`k?0P6%H#FOG zGTq$V($-v;;VUaYNkW+H<)@TF*d;QAT@gYRtZd)hQY~A(V}3UTu)CMv!y-pzCzt*8 z3M@50RebE}<)@W=>=o%_Z}?Comzkdq5Bqre8C+s$VqYw8&#=1%jV*;j+APk`6nC?{ z{C*{OsYrMG`|fsE+yi zBOT9!W3?gMS+;QqLP&f0T80pFNF9PXs2t3oU@&zp%|(;0E9UDZmW-F5Uy5ZxWGq?4 zq9!DkDQcntq2#>$p$sMZh(<(`iHRg#SBJB#Sjaa?B+XvFr4&hPWF+~Hk(5jrL{jkb zMJJNd5p9U1xf}^kR3?=%l5X=0C4|Gg{Gw6_iz7og93d!nti>Jy-+%P-9({M1IucF~ zD?9DxJIx;@?vD2IOG@sJiF9`?+?7zr!O>DL-%dxR!DVo9blJrka8Z|TY-F}CjA=D3 zO$~Sh7?W9umvSM$T>P%^^2e9_o)GExMEIqtDQc>EhHt8RS8M7d1aq>NKZU_`e&nf$ za78&nO+=F8n(?l8ngn&`Kv)R~b%{Ru%ST24fw&q5q$d--!1hckIDT%TTctqEdG z?cs;#&l9)jd-)4WZZC{wnr*R_~T{&I2s zXD@$6$@P_yuCIdYKG+6ahk*Zu4fPq5zZ%~E;^nWQ_l|SdB7i@a1JK~);^I1SdcBvw zq2%<&NT)Z!Y3V%Pcq~c289s0E@_(hz4pXG&3DDo*q zGUW54XAi^{@%o}ZGe6zdSgdVqsXH|PLUw9upfmcf_Srm%Io?nxEN-sj#gWMr+e~x* zMIeSo&b-tUQbaRF@&6!I@;A4yeLJnEHpd7BeYI3dOqThjHo zPAwGj|IV&V4UQOpwLR6VsiodtfWMaN)4F(!s;MsRvxoaD;>DgxHy7|`h@j-XDE~SZ zHJm1+Cf_Jyd1jBP!+uYestgkn^2s8H`^~YnB!x@rl0alc2S+WiiYS=rC0F zt#6^(ChJ@Eb~%$&!)a01f=@{K_i)@mXY~E{*=zc|cUZrkPalAWH6v)y`48J?_l5K7jR zzI}FAyCeA@ve%`$Vm0|6+vU@sy)ybKyD-(=c7L`uOHuJ8$p3;s`-O*oEuVL#6ns8SH$tbThQ&;G7d+pJaq2KZ^19OWAZT2wPjIZK9I0ns=@cn6EZ{Y{W+Kyz z&?bBG#U9jKZ1KvAVUbRn$pkZtsiL8&sWsw{=o7MnwFlzR<@XI(i9VvASmFDVZ1$Mi zX49Xbg{fYpfdO)i?oDV}W*`r4vU?Mr86+rv%&~?FEsYKJ4aLQUY9yh;Q$-Z@7Y{8m`*?6h~ zL&N1bUbmDi@#@^HZta&(ei>aujwX-XF`mCTV|!`ezN=CT?*bBU22~K8 zfg{A5W+l`MvJ-4pLbpBDqmW6Px~y3XN2$VB7poX{fo;Y46N)X_%p$WkT`o)w=s3QP zc+l$&c|A517N)U2eY=P`WIeIN{Dez(Q$xUc zsjlpgk{PZ;nZ-2)V=(LUsFkS!9mh8igkCrJIkA;j4I0pfM9#5q|55X!#R5N{$hM>l zt)>B|*+zs-waE<`-wtjp$MT#>w>DIxWQVsU6l2ULJh)$~A4cI;M>mzD`3fnWVK^Gq zL+qj%Lr8sUaKzMD!I2-Nelv~-K7wmT^vBB#cdZ2T-xJMd*4{v8V)K$UtPd;d3Sr;b zLf3aKLR!IWVciXloZM1uk!>y5j0wLwvolk}W2VaQ9(aw&m95!|zLaAf+?qbxQa$|3 zVzUkO(OFysXa6PFT>iE3WL_ID%i>Zu`;xqW&y;K5!m=!`J+rUM1xc}GlD!^XmhE`0 zsr6=9NjGMy=IzHM-zXPo_&B#{ag~_>za5ThTFjR>>#b%YW>bClZmDl;%v4WhJ=tu_ zz?YcqAab0}abT(0p2M}vvbbc(ekIp7yq;;PFN|$kytnkm>XpUrX@rk!)$Cid`*V-w zA{NHwB6e98SEJc?#=xV*}K9gYx}P}y%~2#Be;s9KiAwN3Wd*{dN&XD3MPvRvSrCCAf1wlme; zZu2AzV4ElFc#Z>0%@hvTF3Z`AnH;ZNLbk$nd@ zxK^q53+u~r_M#)l%L=>uxS9y8eOb<4OyqdQAj{$^X2~T-=rDV=kmDsmH~@P^kmGg0 z>{UU_2(QgOP^WtZdg47U)7jha0oVMR~{*^K@Kc6 zyKxwsW8V#PeDjk8!S~7iTK32+T9&i#dO5zwiPwh0{(LuFma}hYIlgIy!?ABkIlcqQ z`CDw6D*J5TaB_TK2?Oj~N{(+La;1+G60i6fe7jkevu`0ezGvj*waRxHe0x$ov-Ezl zJLd2*-2=iiQ_*5Y_H87`w+#6d=bX{@9cR+ysmpTqqAbS?Fv+BP#Wo99Y|C=?4J606 z3pvYlYyCHvWm(h&vad+dVS1oqfcRK*C@jm_Y@TEOmNOsAvq`$G^!=RK6O+@rqWSI`@^8T_ACfD0 zW_tOM(nMEND0*g}sF}LfR?p1fOsbD*X(`StEN-f8Y1G_rt2c$QIIL=x%v70uar8z@ z%uEQ+%o1q-Vy3ATZy*^-R|T^lMyF>-O;7dJiAiQb!K65x>QkS=_kYHgT=tito+t+J z+ck=*HTi zswpy4Wfoux3}qoa(|~q#s(stUEL#^91da#x-$z)9T&R3#$)kX{k4hU^Pe2sp@^2Gu4d^Xz(4nd_#Xws>b+kU=U-uLeXTiC^s&3lnm4P6`oB2}dM4Xj zE@?I!JAUkVbF>_R*8%Pa;A?3K^tt93w3b>~SdPTaHOHdOakc4bs}#*~?BJC56GH(8 zidnN%j%-Jps+w1tGt1=Q0n8wa0vowpj$VP*-^ePvkz;X~I2CuP9*D0k-Dr--fkktI z*cvD&9=qPbvB#VB5< ztRfm@rh++5273D2W=@AHZ+8A^m8!y3a;BO0WE9L9n4D|QM4RfJ#$~;n@a9j@aT9`p z54?2DSx|Grb$5KF($;Fu#=!KpTGWd(#kAyxb1>qWbJ32@4)U`7yzDqHJHg9N^0HIC z>`X5^$II4x*(NW$(90g>WtV%|)4c3?UiNY?d!3hE>1FTnvX9^mroW$|>atih7IPjA zrv@-LAu-LvE8a9<_sZ>^;-g%RVyg$hOoV zn*uZS<>Y-KJlW)Z5qhbr`M9X9=ebZY7uzXwi46u<``2af$xgu4@XYKST+TLSkIF93 zj?12wJuiECc2agBF1jDd;BDYivDDboyujY(VlKmgXD;{c41uK$fg2B76M>ryi+jT6 zELc4Vb~CWt3~PtM{?YKT0v=9>kMrT>&xqlA__+;{+>2|2N83_;QM1OiC$2fj-=D?R z72@hVEX-Vq?(Eg^(v7;CK@!?kI0Cojn5!WX8ZdvUh`GkcTuaP2Vy>%*x!%XzK+FVU zZmfv8$;aGG%v54-L2q>D3;JtEv%zm0Wy!bV2=3HMnw?3rw{^q>Z~73--*5zJx}BIg z#N1I4bEl8Fi9Wf3~kKhQ>^e8c>5%U;&qvdNRJq6VfD&#`#;}xy`6Gt$TCup^vR-dehc?w4` zlBbC|ikN56t3b-L9nEU2{H9uheGW%3l;>&oI+}e!%(6lgx4?gOwCd3IqHpyjT3t!2 zFIU98f+M)Ve-rZvF|VT6In}RKwEB9-BOC_az!7BNO~|&?K>tE`p1=5lc?;v7c^hrE z-(2$!NN+7P!oN9MRi7%=>V^}cV17W?Ge4rm1w+T`SZy0FYK!w4 z8wx1r{e)w1@&B^`ei4AZ`O*9;ihKW~`Hd4DjndjYd|Ya(GF?zffyq@MJhLiVy}`hA z6{VxeQ8{|Yot35==k-$xK7QL9PU~8lu-+oBjNw;RJOm`dz7d;?6(^IVaQTGzX zb-`%pqBms6*h_`$DpQ4N814h%nZ9UCvG=3G`xff5Ery?WaI0$%Alpnsb`b9l#XX|d z?OM38Rlc>seICnki&u_e(szH#!2POb00vOk7zp8+L1^JETLT3B%Z(JcxwcdV8C)71 zz03VFgV$oTxmaYmVDf_o9bP99heQ}KxK5aSl!54mAi}0#-g~CD5INT zUK!m~;A4XDu`zIZ;v&aEDx>4k_snL3@EP5lN{G>3HU3R7N$F%z^t1)#$Y9COY>6Ro zxfO(Gwnj@X`L&*3Gy{>0DVE4wn7wVp&ID`6vNutbc=oo%yt22Qz_$;=cZh-06W6pO zq_VdY`uKW45I%d8sB~a2vnY*1SSBfZ42qs6Q(E?RwHC}241v8}AUv}xT4m2a0PHcQ zO6+BDLiPz{d$XH>Fx-LO-Nn%!){&)mswghKnyUBYyz)Cu@OuUEd&l7EimRRusr>GP zJ_?b7@cG@BN{HXSH4O#6xOjWTf}|WXFnXIwX>VI>DD0(H%q$Fp=lvi&lR`_LdDBGT zAaKq2qPf<5yT4dCz*?{b^7{n$e!5XPCE!5LYj*g9;O7MK2gTs&ic6Xcsr(;|zGvnM z!YA+$QQZBbC&JT^%6~2To~aXr53i>Z;=fx>L;Yq+d1pZMlA&}G?R<=a_5~20$)b%+ zw2Ug6btKvjCvbz9%2`vE|3gJ_2~hqTF|YhJ3A{N7Z;64^6Ia#>sr=>9_lyyQ&tHLx z!{6pf`C~xzQlt!L);0`*yoC^+ISj4lhH_?QJV}{bBz6{CJC?b_MTuwb2+S*Ue-yYE zgdZ6LrzfuIC`e`QX!Jd^L=Zl6$53&Y+af7*42WKir3`1)<1hr~mO^-@9j!7~&Z>;3 z5_3$Safx)9*j{dJTQ*mS;zlQD94X;NMp8Qq;uX>WOlnHex6-$0u)Fb;Chgz(It(2`t!`U)O}T*?rm z8P;5SmY6u(ny?(6BZ|wRa&Ru^HJ6?z`16DK3u5qe#YJ5RsatRn`kuL15I%>Oh~m1Z zC&Dj<)GfFSeN-6*;luw-CA0<1rCTOto&nLz6_idcy%M9~{VE90T#Ys|molno*4HD&p~Ruq>2#uzv~ab-6_Dt|Yl@0nW!;q&)bDh_{JCFPF+ z(aWur;as{BLm=-q2+#Ztt!9LBE@eDPnY&%=++pol=I#_Fp1Hd)ugv{j;CBb%_r$>I ziEFwSQklCCeb3x42%otJs5s1Ros>BSL@y6ghI8pd7y@$-LwM#NXqCBgE@eEGn2XA# z<*{r(%?Xc)pGU19%j{#KbYvFMK8^{^1^*P>6G7aQk+@Mgy5M4;;=FFj(@;F~j6i%& zpB1H}-%&ZbBK|o@-IC|g_sk1|@ZtZW655h-8KGb2WdsI84=++C{0XXg2?t}NUWV|@ zD`>G%S^Ua0$JnB`M@j#;U|zKtOZsb~#4rAJ&N~GhzcyKA-oP}fD{n%0<}I;BT1MsQ z3g0iwkBH6NP-bs|w~pjr$ICazQW$;*V0`T9>H9SAQXl4-|3KoG$okzAZpH9_6pXtU z?N6FBf5vbp9x8l9eF3ANq44`q6ewbFL; zf%I7=Z8smHj}L{}hI)KGv;x0>PRk94xt%bZ>g!hz<;UQ2&3|c7?1`ZqEo4&t{DXWG zZK-bjBH4U|gQpF~8G+j)d}cq!kY_%j75NRbWj04fbC#K$67nez`u|PHXEZuJ$AWOX z`5emh981CN<_qbw^xJN}ls;>{?dB`#v$)%C{wIA_bKA|=(q{>`-Fzc`7H-?kx6)_H zw%vRueHLrm&G*u0nYP{hAbpl++s%*YN0Gk=W;>Gq6OJ7%u}jc7Mw?@pImVY`U^zyV zV<AE?Cexd_GpCcQ8}-%w;`O_m!G|s%#PES-Orfu%r6Ya{~fydRg{h| zJEVf&Frm4w3+|is%qnP0xK%~zh(o;5D03wtf(v>5rC~4ZmH_F_O+R+W^4~v>2P& z28rTQrAr-*d1ZQtz=sCmtHr?SiR%~!sYDM)-!rQV!e?p?QC#ozMEIJJO7sZyJ+qb| zeE8Z_LPQU!LHS&N_kmlLOK$X0jlB_!KH3o>#B2w}j5eVG19_@!d zs;q+W;rmkw?NQ{nIu*8sanacUl+Fia{u~fHaUg_e{(zP{!LM@5-~51l1{Y0!Iaeu- zbHvm^)|B0bxuUo{D2)eWUTK^s@I!*|bPSxHxUyPErLhiu&(sUTr!hk%M5FsvP6ZAb z6g|zS41Y*ofFTf=g~08hXh~rBs~pCZl)aqTIn>&*>@|uK&t4PemAz(xw*=v>F>rd~ zn(~m!o9~s0S6@#ZMF7#+frF04Uo;gMkKBdP}2~oP5 zpL^|ZV>C^cu1YHK%LwWAILeXs=l_yNcja%4%UO3R=0SElglCqaCE4<@fQX~2MRDEJ z6X9n->eifzKB}>T@Zo1s32jaIi=7HP!GP%HY)U8Bo`X^Fe=dY)&O;lSYZ+BE>u#<+ zUrb$KOyBfkXe?hC6qFjt*JV}|mM(kW`?O5in6D6Lx>oKp)-5~HAgYcVT z;Pk{b-3+PB-GaVn{wfHcxm&3?%$2{`slXfqqL-DF;T(G#hQQq4AUtzBT4k=BV;N5+ z<~qxNZU81;bYL5Lo=atU81%FQve{T$)uDH7rAs99Fs4B9KOj8w2wGAsKUbE_S~?I(m9a)stx5G! zvGSO;V#$156qigTWgJ@YR?`0y90g!Ur*4Nrwrn*q_wOO#GheHo*m{uKz%{2Og#Qe{-pth-6|RWbFN zHD&pKT@;r9ieE!~};_z4ghNl9542WLd zrwk|64=@DsK7{bhf6;1cC?{3Mla#rS#Lmaoj%Dr>QR12V6!Xg5X9E8`2>&7mPETCZ zmypWbSLl1@e}eFt`D(K?|RkT=|b>Edrh|WPB zlWMt?R)JeaN0;4T6Wq!ZC&J0HV7g-tB=>;8eXMkjv>J6J@+!lPW?S=WFEP{Gnz0M2 z62;|H`RK!W&8vL{-!F*oAA_eWE^Yv%ZpT3MaT}{3d_D(@;<~3N!iPZWb__)y_pA!S zhYzC?+79N`ZIZsPF(7&wPU+;;)iDb0*MRWMnrO+rQy5@W(X6|9b%dB&%bK$MuPus8 zfbzEv=9RyZ0qBzq2dylxEjES=w?1;IKeK!5ZKE?pz4ZNvqU+; zGN7c?<;2dR){dpFQIvS!xC~k*9 zp%pDDW;vk4fvmA&HkxY9tINg83TwrZdAuktnM%e9oY%a1qTo*o;!lpj(-oI?3Z(AE zspzA|DhQv<(?xOJ(-YxmKsZ;_yYipzi!coF86z>5WbNf3T%44j_0vdbWqz{}A` zkyQ{rfmcv*2~7O4mJ!j-m6YMUdKHGi-qjGOvZB@GP|m9iC@FQkab6)wpTk!V;@%P5y>52=z4^sKOAAOWr z1>y7gAe9iGgF5Eb#1#QXN0$##+KNDjd|5CLV-6($0|JFsv?Q4ofsRMA(u(P5wl%dr zDrO$DW-OnNi{kRBeEgI1np&R_{F6caQ!#kD;^Ll$)a`f%eNND6V^YBK&zs z-HsQ~N2OH|KKw;0q3w{=Iw9#N2S!9UFHt(F^<|8L{8u1QYDF8FS{YU}?QUv)RZP8R zP1y~2T@;rACGZW*D}iqc{H-AT?HD*cab@p7DuM5!k5a23d;;I2;t;rb;t#frh;H7e z45!u)Fa-8Kgg~tot>%YvYGpu4sryLmd~EGl>OK)Ap1Myluhe}e@Xv$rFJj>I#5H{h zsnmUiK5DIk@TvQnic4MMk4ub*ZoZ)mr`B&V1nRznK(Q6AQddr`45$)you$?v#P*NY zwx#nYQCvDTwf@X`2&a!UDJ1$`7-(PC-VeOD?WKCArHiU(aM zeL*uU`sxN_AeB#Jx0!OUmIbCe20?2N2$Wap4#_lh2+Z-e?F^R?%uI zC}&Xyl$5%S#m*+yj-_r>QR1l^gL$QHtiZ8P1|xV+ho31A)paTBWX>MHx^f>Y}n})ELiG|K|NknkpuW?`^GbOZRr7 zbfkOjxn=ZJMQ<YQ8~IGeN#BEySxh&JZL~5{x2<>-p|-63_C_dp-dWfg=E-;+vcm&a2EfnmSYIf`>NdTBbXT$V|Qj>QR3G)lk>{)EWz&=#HV8Lbj20y&w1te04Sc} z;}sFJ^?#r!u7A2B{tuAK@f`F$bC4i>_*^O>jz`qsFKseo@Cf+2YzF_e)z&n|e~2v} zRHP59sX#yDr1OI*N6Mph@zmQ)HJ(7&tv~T_->)hbN-%nUe(Jb9ge95Qn{M^kHmCDP&Z1bqb|T*Lbk7 zeV*H?7z2Z+L3rkLv}BMEU(+K%Aj3*Z;2C1*Ol!yz_$N`~2|Nq)O5oW7KPL!3HwI2m zT-AAyO5pkEd*%W`_yk@^B}5=Dr132Dq~tLoy19tb{;MJ%rEV^U4&p9>@XV!XNgO`u zbm1&WV<<^UyG)E+ZjD&d{wzv7X;)xgNxM?uR|Vl$$H3`{tN9D0l6DRHp1D>KK55rc z36a*jMjz&vlsHC3SJzY8vrbKz8!!g)ZiMj6O=$J3(<4A2!%9lv&0^>lYseD#S5e{# zycP3G;7Wnt7KHyT22M|0)$Nc<;2r3D=1xKQ1l~oZ1A+RW#H0i=D!TeRr6o{Jn7c6s z0`GzF%)MxpKs^EkGOVNo-Y16cw}vc%4~P;^;DeY~0v{6i!$J5zV&L?|RXqZ!1U`zs zXC4!TPvGNJLIifJ!4K$?a>sz^<)4%zXX8GvF8ul36Hr0hlMtSH3N2~#C&3uwNXppL zV&fTW!!q`)DDjLvhk0e}d4azWg#RlBPETCRi;&9LOXz#%WkL9iy+Wk}V|aLGQpOk% zz5JWfGR8-5z6uqLy$0c#*U>6tm;_^tBPnBVh>bU`4a?YDqQo=yHs_VHcLe`#5dWVT zJY8`y??EbM@1yUT4+P;;_92xJWqoV#fNwlFT>djPDRm5t-u_GJ{PU{$2*aT8V+j24 zA1x{D@E5G0lJP}Tsh^KN6$_tP3zopoMR5sK0>0q9Ufg^s_^*Qa|Ha_xic9($Qu+S| zeb0O=2%o_3L~-5I6XD-OD*r#Aj|ZL#!iWDvCB%Q^j|(eYbu%tH`UKB zXMRIV_MK7}gNr7=eC@3?cELXg;aB`Dl=i)kId!)5(*{l}DWpf{#;tX_M&MTek3BD$X z9~FbAE8^FOR5~|6-!mHu!l!dIl@Og(HJVTpS2!3JeQiW(KlGJsn2j+AS~r34%%*5b zD?jv=4na0$WYNTGHXS4Qu@-Ns8z+iOoi2Sm=au@+1iyI@zeNn5uDF~nA(i>9(8qIE z1>sY-jVP{rdLn!Rq%uDdea~zw2p_&3l@RkiYVfa#ZRH=&S2&d!68&sXX&-`&|Cwsb zm>nI<#br|yz)a37owEeLUl5;)!(*Ha-5*lvJOF)^Oaa^*}R*zh=fqwkr+1>rMy1Qmz5^7n=nm}5Zn z@<+;WI`A+A=8lB$%u#5Sx$^Y@^gJU_bbRH-8r9pgq z44$sI&}EQH=W_HtvqBI)oySuN(K)cDuFc@TX@B?UECxr9Cs5kEUVTfYlyD-ZK=DZs zo;evUDdt_T9S%fNV64$pYf?Bxtek4CSTau&#U)e8IGyvF6wVO*nL+%YV(@gurJV(- zdvP}Uo;gPlKAGo=;<~3N!q0=$y*M9z)ItT}!!M)~+6yLy^7pzGPHhH6FBegUlfuOq z0`HeVpc;x+PwjG2U_8-$yGh|Pv2(e#W10W6DDKjgxhpWQ%v~w)tAg;WW8n0}HT?xr znY#vk6hsB#Gj|;ohq?0It`(SLK=g7wWjHC^fFUqLne-*`LQ@q${^210A2E2k;-Vgb)Gc@veN;#V;dA)7D6V^YBK)6_x&=?5 z@0lkB;lrPz650ahg7Qts70ze|L@!TMIz^XfFbdwEh49RCXvw=%bYWD{th*WEc`@~Z zHD&q#mnbd)%HNBaSN>iS_{%}~D=~0-;>!LFsra?tOuO5QKji1E(jh z>A#T5+(+np=3_zl%zZ+|VXpj>*9y!rAbRr#Vy?4X z`lZ52>e9#ZN20euuv1>w{A6O|C1J#pUx z{)D4GX%=Nnbo4Xj$k}MSSOex4^g-ya5GbCaC86bcWKISY&8KG0E~pivT#6Q8%h;-- zxQywFyK-JLXE(uj58`{o;OUAB=?STX_d*}_QbG9ct3+|#(-Yx+AeHdG=zFH0Abfa# zDj~w<2KVy)*%eM;MnpFQD4oSS2aw7aQuh?p8`P1y}tO%#^_ zC2$z#mB8TwUp)w4BL+@ST-lnCO5h0e@hnt9_yn#^#U-$Omv#jL84=yALmAGUBQXT_ zsv+>`Q?!}^%DIyPC8cgXu~TF1Sn5WJ5>MUwm{;mH5cq~c_~;loJ#kGNK`M0{qmL(> z3c{yuQz|ZXiHlW?h;GJEhLh)541v0F5S|&2R;eo|PX<(py3Ug4W@3ADYunPfg(xna znmo7Uyz;q~;I|Iqw~4{i6&E@IQu&;SK5C|d@cG=1N{G(^xWRpXx~;M3f0Ldxi83}i z+@8`tme)5lsZRdJ!|Z?=5WFJoQ01C8cclj_c5WRf*vnVc+&%cL?f zh4Y$JcM<%qLHuqpc)H@kc8AoB*aLl3Q3c^Mxu+#8l-N-Ug&#fZ$bF*=~O}+ zfjdr23+@LgE>5}yjEb)Ip|m$lpfDgN%nXcy{Cy!jGZQVz=Y39k1ZZbi(X_isb(R>~ z&l<8DkP^jZKndI*^Ge_W0_WFgh{M7UjDgb=SM>)-C2$V;_ zRJ0_QA5nux;pAk9(F|)&$cqVMO;`>KqPQF?2Sv_nPG}SS!XW;z7(88ZQHvmT3l^h~ zQmP<)4v!GUbx%)({}EERz(XJRj|#$vA4Mg!1#(I!F2yn;x;dJ%Lq1r7G0=Vt1nwL~ z8<7tfQZ(gmJ~&PcEwzR$`R$^(t5@=tVP45wF7OpW`0+7tdg7{1fK>8ML?1Vf3c@Gv zWGXIsiHm)Vh;B}y4CjMWF$C^TgTOtbXx)6kfGSbfSw1*JY@cauTRQ(Fic6>FgR?lV ze4Z`%bAtGDWAJpvg`Nkge4dX!YNvwm`Mi)yh|eK4{Fg4%g8wmTX`w1Oio6v?Q93$8nEEhG5XqoNI=-OblIa4Ov$IEQ-sj zvT_CIHA7q}_^X2Wt7GtV#RdKaQa9xq^ifw8gwN`AqPXtqiSX+obyIFY-!nG~!iV2P zCA2A$ArjYR84=ywOd0+paSMjP{a+zGb1Pas$;+Q47*I6fZhlxPc5btFEcJgA#a+8n zcRS{lx;q4ZXApi@44j_0roTffb$6rhnR^7`Q+F>Fm%79SKt@D2_fdxP!~GZnbq_#z z=0UVdUHOv)1FA$_XZhhFvHh^MZRz}nC@!6vA0FYn^7*LX9}D6ikHOOw7y3^~wef06T=1YQ#S%R&4rF?hP-a{dje%)g30N~wbI zse4@%*F8NE{syEn|0eqQV=6)T@VBXin8%~c@qhLu_Q#kE{zD>hZf1mZ`wnF|DZGmz zY{7pZJo6q}J+sS6fdNKufSVNF7dszVJ9aBR6vgF2sr)bImCBC<{&5igNerBxxTa4b zmCDc1_sr*l@TvTQN{C9yr-^H`jEHW&qzos8uP_Aa{s-ZiuhA-X<)pxXDpA*2Qusz} ze`{@9I=>UerBjo__ncQge-QkSLHtiKc)H?3e}+^(e?i|fzY4dL8r0ac=|vsAEw*xu0Ewsejb#idhI!A6`{J~tNpCPDnBF?hP-LdQTV zpJUO-pGpbB=W{%j5TCtqebCep`mgi~rz4}HtIa6w2ik_h-eSURjxmtB1qA+C3N1;6 zz}1000vUi|MYF0IU@L)dZQ+);ZA5W-({)eayk>xjg5NfX-!2AES6s~YkV^Xw=;J@8 z1mW|xlPIoxdLn#hNTq!e`gp3TAbj`~Dk0h>10*h(Ga|a#g)*E0cEu1F-wgr}FGZ`T zaXAApplHI~46ujTnQHA=>h~1IUAs~@4f9IfUIO1c2%jDUrzfsyA4sKc2Ksn(sUUpn zW>RsfOI%T8M07KYGMoYS!w{%TL3n0=v`Sq$12CXU)OD5t4iMXX1;DnY^FUEtIyD3Q zf%D4e9KjzH#Ltbv(-jwbFr@N14}H%ZA_(7ono5XIxfsZ%3t5vcCcYS8VDwf?S-Ke5 z!?$AUFbrzzAv}{oOKSa#0X+z*fbm7stEphVSXf{!SOT-6xCANz4V>3hkQ4l&L40Ej zp02p0CP?MK8GZahUl2Zlt)jT@>51?>r1Edj$MZ}D;lqnmLi|fANL)^2M0C?e8BPTY zF$B^NgTV7l(dzkJP6Z4ons7H2EEYS5TRWEeBSdl6uGIYz^Gcm3@FRopqhjFn#5Ela zsnjh&ACE2-giqbER9xy37ZVu~-5f_5P6bOb1nSx$@SIY#N?kb>FrZ4*b(RX2i|rNG zwx#oUQCvDT6`a6%N(H;83o~fNoQYvj`zHv`oP{=!3iKeP0>&3jucm^t#lkt(f+g@=QCtF* zfb%%7so;FUUl7D!7=x!PF6kmj<^N*zJ#&d5d;%{O#dS|lgkJ`!{9lefo?a>lAASXu z5dV@264wnG5#3x#8BPUPVF;vO4S}bZqSf=coC+9FG~sS4xJK+;YwcL-uM@>xyHa;O z=9Rh|1b$->ep3vbp17u)A(gsY(8tqD1>sY7D;1Zz#C1bPL^mrb!>Qml41v18LE!17 zXqCEhDqujBsOu~h+#$B_w6-mscZuTCsj1-aoL4^Y7W_Ry{Jk-Fy5d6bgH%56M;}iw z6@<^{gH%F%N-EIb@hAO4fq~K6LzJad;NNtYU!0Cx=dIwUedl!8?s8kR>b?;GesY_ffWJGlH zK4mx+e1IWP_aOuxREk!qE2jbmREfIIQo%=J`(ta{()o!fE}fbRKIOdf`I+E958}Uw z!P6BN`X!|D`4#$jdZ{3MKEI|C;&VU^>U?s$L33MEZN?{n<4n<#VBU-rJ`Op7fkyMJIpGH}@}o6knfyrw@n+bR$+lAI~jCi#1sHT}5%-(-Yy{2(MbTOP7t7nC=4a5rp@o650snge?-^ z;mL^TrWa*6C-lY;c&~!+Odqs*VwZCQ1Bxcx%?W+QPCskMuD!n~?%I{Q0hm|n1`2#o z5I#5tPETCZ5J;tNDEfGAsUUpjhf#5dZ zL|tb&VT9OT%i6Ydt}Tj7r{;upIInz;6nu3MzitekuDH zAIS;n#&mP?4+@Nn&NiU5w;c0zZjG1?F$!WwL*RL)Xh|$@IW8ZAJiy?hxz#+du^8CI z8nEnbDvHaVu6_*XH4lsx{J0=~d<>qhxS-7-mHf@o$CFG2;j_1;D6V^YB77@IC4X!5 zJ+qAD=kPEk;56b`YM~9<9<|`V)@=XlGc_w7c102Qjsy zHDxzoCsAAml)#-auLMpK_~ambN(`KyxUyX!mB3xm_snjB@Cn?Vic4VP5+Wm_n>{GQ ziF7K4z}}t^o|%SLvq3qLGN7c??Im{hwstIa(?yA=ZXe7mbu$FMZxB8+22M|0(=14( zZa?(#&rgEzsoS55OI_k>6(gdX11Q6Zls654x&tBbw@+x5x^g0AK$WQLERoI;+Xq?O zmd?4NxO8eFJ(%;#=RCn562zxt@N~t6)~Sv7&tv~Wye7(flJZ%OuHa_0+&&72~1qJVnlSaoHCqFS6~S29S`A|6VPf- zD5p~fl$5#?#m-6Aj-~EoQR1mP1@lVXsRBPO2tPdrPETCZ8IVfdndsvWp9JAkcNP_w zy2NEGMnpGfQ-;&&IT!+U=R)A$p3o|F<#ft`DpA*2Iz3-(Utn!pIxiH(rBl=CMVwbY zFBbeILHwmLc)H?3FN0J*FGn90R6+QBUO^?qXRjJ$IR2Yi(hsQ&ik_~dw3Nca6j(4< zVF;974S^ymTBX!K0Qr+KMN_Kz^BO^4Ytfdp>qK!$(?ws;dCi|U2>!+({-zi_U2!Ql zLn`ODppV+AAbiqp6~%Q=PlT_8RL*Zh-!p#`gb%-+N{DmGpNUIVjEHXTpmg%*ofrk@ zcR_gO?`R|QC&P-S-OZnOi>Z68DZ2spisCY$1m1^vCGdWMKM;gJ7z3v#uIwR5CGcVN zJ@XGi_yj&e#U(It!HN;l&7+jz{P`G$z~18!p7|$QJ!8xHlK~~A?g_E;q_tzIdrFje z>Ym2DQumC&pAEvFi-FS<*YrH3QuhM-D3c1pr|v~64s}~5E{QNAx_OB*oIhX25U6_v z0%cOPN?kdBGN4M-b(TM072B^_+m_DPMRDoW{P_mwmCrW?|5gzHb_|}bxX^bXmCtw4 zN9|M)KA-PV3Gvyx2FdMr{j`Wt(bfBu_I4ncus(x z&8nu*j|Bd)gW`{6PH97 z5#98n45!fE7y^4$5GakJ)jUv6q1`c>l)AoRr=PWB*WOrM4jEYNL;$jFRqMPBA;S{<$hCtmK5GakJRqDzqlmS(uuCo+6 zLTs;PZCg6m7R9AgQ|LOJS3XAyzB-6sHwI5vTx%eEmi+iS=`|^%r0WeRN6ub7kTCZvo1D_phQCkP5XXS@(GVz`q9y5_A&_#p zjObm^l)JH*+r*l)JZ~zB%d_${hVz2+svvxxw-m*7 zPfvtz1*zM#HTo!`3c`m^pc2|9Nx6v&S&WEoCQ>>ncUz2N6Sjju5fv>r0isK|h>DSD z+TE19gP7XUnz9?PlPE3&O5o0zR{|#qd~y&zB?eAUT-h#=O5m>OqlhX9pTOOzxCACH zn=m4}*@H5ia;IVl?ClAGA}U(V8|9SCfRa+Tm)P0c+OgD47bTv$eK4=o%@Fv$LHNuV zI6ZMqvmlka{m@4dRS-UP`%`hLOI$EvM09fiWjN*XBm;E^LZFC>R;eqeTn1E$y3SJW z9I<_nwQcE~D~d~}rrd)$uYArE{2@VnItEWyTxcz%@>z#Iil~C{`OHuW@hMlWZOwI! zi9hx;D!Q6aS-NUX(S%umF_4;tK=BkUN%gN<

r|F&xdRrqGq#pr+!YSIw6w0uoX?IhoC#H_HrtAhBC5p>{5_mM`mB1weKPCu2 zHU>^lT-kAuO5jrTQ8*QZPv9~tE`f@pqxS(P*Unn z6gwwbJC?eWMTw{G6wE7irwaVEApGu*IFZ%$?HUMnN%jO=e#D>8w7u25Pwq)p02pCn;~^0Zb2W_ zR6+Pm-YSago}LI_38@=#8~UiG3c`oqP9?MvOsZQYu4pkLy19eWNvd~Z6x81Zfodw+ z$fU}!qG@-N>fK`M9&5^Oz`dfl3@Cy3VO|NmU*Hb};Sa{Z>4__Q2vP}r7=2Vz1>qC; z2$c|lYs&Ag@fj>|Hvi5aUo%Ylev~qtX&=K7D196PC04YWF3OpfQ6}Z{39<8}wPX2w zN|bm$pT@lM`HaAy4Z@#`fzuP$^gN{U`2zYVu?oWH^F=BlKIMc=Tv}m7bn_BrIMcq2 zAyD@U1WK%EmAZ1KWk8jv>nzj0Dz;y$KFME;;<~3N!oPvkJ^B`X)MEwV!@s8z+9NsV6W7ET5#9Vi=_KJFF^WC-2?F(4 zw2?`eVMWvKCgESi)UVc*-GJXjaT!noyWq!nO5iH!qaKSEkyv)5cNu!)^yJIvdb$!K7KWoRXy}u~#+LgKi zm{;ls3VcuyJ~#$WPh8UwNTqHl`l!bW!e@RM6_>iibrnWLH^V8z`F3>-fx0yyP>)5c z)Rprs1FA$_XZd!7*j~%pwsfv7ic6>F+jTgve2x@+br8R944$sI(Dfjd&l>bmj}?T^ z=lWDad=9G#=UbDh%QUnmzSW8$((eY8BWJJXWZRk6p4kuwfbP){sKlZr-LZ$W42xr; z$=6J~vDn(g+OqU+DvC?5(ldthnrX)heq0bgJ_b)$T;^twx;vYrk20(ve0sMO#dS|l zgl`3@yR$X=D8mZEhfkmq+8xQXiA!OOh;AlQI+=D`jA942gFqP;Eq4GJtV0FQ z65A+>ORN&p#CgrX&4O% z;ftt*_C?O~#C0@AL^q2mo&0+^M#29P5UAmzjm*CcE1GsU|9WETNNdV&z)_;O3@Cv| zV_pedBJg8^@MB}(^u(1N2dM-uMISX>LHGnNqv8;_b>eyrBchw-l;Iq^0z+W$cnH*R z(Q2Y7=U4`ml)4ke&PmperS4==;;B0Y^Ge;R0zWMXKRpIcPh8U(kV@T|=%a=!2%oyM zsJPT6zUze%(aqVE;T(GohCto95UAmzRqDz)mH}0wuCp9_zSzFN+O~9FD2hv`=Gcok zuY6uC_)CKLOJneK#f4r5seE3JK5Dpv@cF!gN{G*a_}}Q}`asz$aS<1$=55Cc8B+J+7W7fZ6@*Xbt)jT@>51@_kh&MQp^q}IAbj}kR6={fyt;Mbsu?4q zn>#3-ym}`_!TntjDC44y%&QD5nszs@-Yur?v8L<>+$)O9fD(8g=9R$v1^z$~{$LE8 zp187yAeF#}(MK6q5I%vAPzez@Lau8&oY24Xik5NG`Jhx$irE|#WB(3YySO6Y<+BPS$aPa#idv2`IPgTe?Jra=Ry1z zF?hP-GQWh>-T4ZARB#31)BCk3u6ueS{2NH!oo~@c1y>M0{Cg^)-I23BaTSdb(ajH( zPX7H7qu7C;AW*?Y8<~F@Ry6Hy{{2Nv{c26w4fstImjNZP3x2+*1g?TUD!6D7iG_C+ z#f8%oSJsVit>6m0M-bkVic4VP!VDv#n_iUROxqhnV6O@S6dKjx0ac=|vrIceY_DZ)TRPVk#idg-?K+%SK1T|^I*4C422WR9 z=z5UKXASzO;0nU$bA2iu_+*w%dNIq0=w<`Tk+ZuoQvz-_gbp%CL!ds3mSpNI%dr@W zW>VAU#sb~MLM>ODisEvmYaPRRO`Br{KQ4$LAA_eWE@CrCrFwJpQH~Xa&()TqxbEqR z@U0+~>aEd7IaUxpd;*mYRO7NWaoLLz(al6kCv9$vQ4qcz1j?~!Nw`~%#Y8miZra>I zOzmh**$vo96qf-daA(Xbfs+J2IS8K;1E(jhY!^r+a98wEjunJY;O1idg7X9 zK`M3op^uWQAbjffr{YkzP2x%lBchuFD8p%!zjOz62ST9aidLyBr%eV_iMr0x<{Yto zkhN{;oGXe;r>4z=Ij?-q6Z|1Td^!eCS6pZA z=y5)!Uk-q!;6>>IOo8Go1WK)FNwJgz!UwX55CsL+V}_^igINgimHs6xTgH5#9!=d$ACGlvxGg!xvEr?FBDKw@F;; zVnlSan9|9shhr4n9|3_fE857s%CMqock`+zrjE3x>;@bqipzi!cr@mfz$F4dCI~+^ z22M|0*>R9c;8OHaW)*}_;4&𝔐xWjEHWQQ-<^E3Jih0;~`LHMXSl7oL3o8QtD0= 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�Mokgr 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 diff --git a/docs/_build/doctrees/include_package-net.doctree b/docs/_build/doctrees/include_package-net.doctree index c9dbb4cd7fc5a065869bd707d5de0143009757ac..99dc2e2e6921d026776b24411bd1617f48db2fd3 100644 GIT binary patch delta 32 kcmZ3RyES(Mvo@p7WH}YF$uqPiC+lm6L3o>IXp3?K0I+-slK=n! delta 62 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 AMF0Q* literal 142870 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 delta 44695 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 M+lXK@2BVibvWE^X+6p?^F*B_ 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 delta 185 zcmdnCg>my1#toNwc{CUp7|K(VjP+7WGA1YRDNJVO^FuVWt$ZG?2CnP8p6lInrmZT~rBq*fi7b%qHK^0A|H}aO(B%tPn(YeX@ Y4LLaxx{e#G2+06-p&GXNkFk{+0QX5d)Bpeg diff --git a/docs/_build/doctrees/web3-eth-personal.doctree b/docs/_build/doctrees/web3-eth-personal.doctree index cfa87553b3e7740fcfbacfb1ca1dbbe93279ff03..45206fff41d9f30f587f031cf648944c3c249d00 100644 GIT binary patch literal 70432 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 P8ufNQa#){4?y>&|Wjp)% literal 64536 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 Wc=6Q(_!S;{)VulEgr78WPy9cIPgtG+ diff --git a/docs/_build/doctrees/web3-eth-subscribe.doctree b/docs/_build/doctrees/web3-eth-subscribe.doctree index 62d31c58755f836e611391c372d528f4449aebf3..eb633f71269c180960bbee501cda78e807b2ddc3 100644 GIT binary patch delta 1718 zcmaJ>drZ?;6z+FREArTAK^VF?vIo9~sAx!a5(|h#c_^T3gb6-?!i++JDJq%M>3l58 zJd!SKW{butA_2YXox0%*l_7&Voq&j-3^NSOIb%@JxLau5=pX)bzT|x8+oSovFS6@5eWsR zqcV;*jxbClznTf$YfSh!>Pd*Dg9)*Sr3b5G_^kQ4gU+Dt1;a5=t^3f~1!;7qVJt0Q z9IrN|=HxBUrR=3+sC=;>O*;HN6)lN>Rly$8Ejx!2>RXnBGFq9MC1YD^2g>=SG#`NT z+v)Crpf2Mg8Rul|#7Sz-Xvax@CUc7tr+DOwIEG64CMyw@yeA95S^hNpxE0ECwgKm9 zYF-DpC`r-`?zwx*|g$&nt`*%GI*Lm~aWQInXw%_R5Xbdzm}Jf`Auqm0Um z-_gUHDguB$KIG^Oh8GlhY>|uyj_m{}`1mcUyw{0*B^cjvGJ!!&?WdEV<}-d`fHM#K z`GggEE4KqKwE65qxbW5I?lQRY#HtjfRc4jdXD)Q-f+xLG9XwzpI#eA9H-58v<{-go zUX9I8w5R4OUgImTyvHOI{h9`7=~-QdjA`}7@FG|q!HYk(TxS@@Yp#VV;Y;ofN$};F z4Qm+QrN7* z!h32S@`rTOO#aoqPZ?H_rqfrwPH!?T&Zn`R=MX_%owdFm3WXviB|g`bu_AqdOi3}m zTVNVO`fi`MdYlys>mxZ2m8dhg$>RT)^1l0}472!w?$1?-xF<=7 z;#;0bjbr%sr&8k>9@-~0o=bJlo?|Yreg1|L^Nx35Xurnh5GUBYY;JKvAmW6(3WLQR zaPw0+jr`twB@~$YWPIsnvqg;tB#47U5Wpnf7>Z25VAi`LLqe%5im}if;f6<8D5knY zPM;|5y^a=0tkPg9kZd09i6jY|JduEX<}<@k^536egnIeP^f7B)%m#0aH1GDtkLL7Y zh|n&9-OmLs{ZhTMQOL$1AC!se09c?Yo9~pHpOu=qQMTq8$ImGfC4uOKM%ePFZFwQ~ zO@t1bN{4)<=$-^`;D&ITEZ5iEa5%3~bWOnnXc`^*WIh+4APis_-4 z46WXg(2I>>(j3~EcEWx~xTp$8oHU^DiLkzUq}VV^zMwYBUTD8FO8gmVop!;A+16nf i*m?Uw262Cmby$O)us0e+SG0B5WJe-dM8)E5&wl}c2Z25S delta 1698 zcmaJ>YfMyE5Z>=BmldpmT?lNdF|;bJHV759J_7=3D#AvAt`@{yyTC4OcwEGQmQ-uo zSTxZ(ZMTwIjfOrH6*5jY{>naHP@r@VUsRRpC=_j4UOjG73ywDWonJY zSM7u6^*TuJz>x{BVUDxG2gx$a)>IRvrkbRETH50NSqikhSqdeUsj9^1v%GE|;EyEg zaE+p{_+Tor#?U=$ARV#}r>-5FXzQZ4{!`sdHrqjbPb0F5P(>TE3MBexU&Bt`nH>t$ z@B#KgKrMwhG9?x})?yzixmU1{U(a2o#eS~l&1I;g!v*Q6<1ZBgsOQ7fy>4nNDhC?K zR(uT&eAbdvc-Co7iHVFQvQtt@BXNk2D^2L@SDLmheevl8<@epCpQDkNFKYpQ=ILdV zwK&3^%iqwVi8rs@!f=$UpX6w9jGzDX2*Yu{WzAYGPVh178W~RV`|B$iPVtRje9h3z zCw=uJLkquK@gc)$Ub1l=!!O)#^L>Uh99tJMxX4;*mw2pl1KP;;?LTPa=I^2z&hynj z6anq@WLrAgdHVLtKnI_)Bb1?&Qg^+JJ9KcDUE;{u=DPE{nY^a`7abT+!!Bh@ zEWgx-31n-(fhlDA?FwQk`tm}Fba@@(Xn02(;&@L-217hgziMVk;QWsd*buu$qp?`5 zHk+DNRAjM)MTA)_DT`G{UXH~=3vSM#%IkTUPQf=$kh#_X9qDg}QsB)1e_t8+)R9Nt z+|DqAU-;`I1v9y&s~eKi?`pM3q=gSMkjM`_kONNQ^$+EMllYQHa=<2Hj~~NS(__@q zlgGYdDB$yK#Lhw=>CyW?Is+6$VvdMWFunhbANuvqxLZ=0`bgq)GyYNs7gEGI9U_=y zUw`BRW@q6*I3!&dhziViE_nf6m@je%K{oKV2noa`NWP=TJ3yv$UJx=Q?F~XI%H4nX z`gR>9MlE-ChQODatbxjV`8gw(iCe+Y!C-|w($4Hr3)C`yjmAE4-v5L+Wk`eA8H!~g zs1l<_qXqh^G@r$#1zEW(WpuH9bYhhl7=`Q5*Y??e>a*7hWeg@lU*~176Q*c{0Iec> ztn6Li>XpwWlE>o~^e(SBX`g^3=-a*Q?V@TTqM`5cviFG2N%DMyg8o91A|_9Pe76Eb z%2b?#A;9C%*HMyQOpQS&40?~y*OC-srpZUxVDuJ@VpAN(!Vv2%#ENV2aw`l89>H@) zya=C;xpDzT=?wRk&lFc@%Ih;EdK^7xCW={ax~okSi)Oj2P4hT-GMUBf+3sr19>Ei7 T7Rkx(YBRlsOtI61mxKNV?%P_d diff --git a/docs/_build/doctrees/web3-eth.doctree b/docs/_build/doctrees/web3-eth.doctree index 2b0c371884a538ebeb543c3b0535afa7cd566ab1..73c318beeee915d0f334820db76dc053fd6a99ae 100644 GIT binary patch delta 476 zcmdmSLgds5k%lddSKctKWSw3Z#V9=e-6ux2>7U}5glo&{mjUWy35x{evU3|8z$?=5Vai+kw(OHH`VwYxglrvDG*h z6(v?~pT3WI0;8k=0|P@sLU2h@W?ni(A|W9owzg>B^oP5d#pTy2F)(Cg#un`d(M1tF zK-I`4(}D80wy*PL d5f)~AF#TU5%L#}F7bUVpBMWT5m&6iv5CFD*sSp4F delta 439 zcmX?gLS)AYk%lddSKctKVx3+X#VE|KVQgq>plLn*BM*zrcK*+dWvtU1KQV@5m2U^i z1Jy8fx-%}`KF^NXih25dN9LUAZg$M!Fp=#*k(D*FnG6gJ2?>cQDMhKp#R&-tx(W&j z3Be^rnR)363DXr0G6!t`y^qZ}Ilcsw@_~j88x+B&M?%vuHzLeDQVxQx;z_aTZ1fhVs-TW4+Xp z488Q!lJNYZYz<&I0^Ry?dWsKAI4%|2fht%;7#~g-Okz0!u}ggVha?u3={ply!coPy J1I42b0sztLl3)M; diff --git a/docs/_build/doctrees/web3-net.doctree b/docs/_build/doctrees/web3-net.doctree index 8b6c1cf02719362ae823e29bf2f5047a76aab813..0e8b469d603e11d421f2e72bb643bc6216ae0c5e 100644 GIT binary patch delta 34 mcmX>)nepso#toiAj5?Di@Q6*mDkM3%RLB>?+k92%gBbwYWej8h delta 64 zcmX>*nepgk#toiALK+MV4CSdw#(JqG8G7ldC7vmhH>ycat`PFWA+`Cd&F|9LM>NMu?0v)4_4qQ7pk_VL?}rq9EDH=&Bh?yY7}S?mfj2DQ7Q1FYW7XxB=^&?DDXD|24DC1O9 zu}uG(FFIfTxn{@F};j=o{grbwXhFLG@ zVkZnqm2_K@X*h>&k+z%TY0oK<6CY-b-O7RXd6!^Eo*Qv W91g_U-G|an1%2+8`v1fH@aG&yv-0Wy delta 798 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

QcjG6q45k`$f;2WMy$!YE~W3J z1?`dEjPPqUL~kZV`Vl+xy_qh77rRd*;+k%P#}nKC1nfXpBBSMoRzHK}Biyt>J(wkB zm@D(GEMj%HU&Qm`PHwfb+Ofn9Jqz?@QXi=56zJ~$0rVtx=(!0a3ZSb!(G zc2ZJQkXd;dN4%1SwGDHyQvNw9AEK0bxAIV^ph{Kzh`-{J?x9L|(5~Y!=A-L49FdT} zas(0r{l<}aWWUj9j$)4X8-MYe(a}iNe&ZO#uzJtuu)lH~(!jB>7VI?U5wx^c+S-c5 zj~9%vzj6YSP%$SWaLq}i5O-_=!h!Y}(vVIj$SDev*f3-idipQaXw9jB40B1_IgJFO zTt4fo;B-Prb2$Ss*PO}ca_-4lWoflK!m6~GUq~3T!?TeBanC{Ensf2%H5w@@XotE5 zCJshes`He<`6O_G60lof5nxC!oP?Z@3yFAnT=Q!_hn}YRYER;PTtkp+6@>3F2b_=M%nuI7;1{0Rvwxv`(&R;>fGCGchjkrG8Pc@w zC0~Wt0~u1vTh>1jhvo*5gqD7Xz%{=obJ`t>QmCSU^Kv7hZc?bl;k?`o(gCl7+be%y zanZ_u-BXKoUj9htZc*lB9uan4ZY?EaZbM3Y1?soZpUkJSS#vuQ=)K&5NM;>+FK>CJ zm^(>8yq7;AhHtI&Svvz7$v6_ZTX0();U;Lp_YgWNMUno!f}!)M0J-~+iu$=9fomQh zk+@^a5I%}l{2)OdQjoGXLIxuaOrgJ+KG=pzKpI-{!z^V;R{XZF$VY%Yh!qz(342e) z^s*e9M?n%=dJKVU9w&2Z#iA5dkqjJvX8seJADQ=$n=)aSUA$@F;M*wy&*Mo@3fDCU zmZw-iw65RxRq(VRMm>+AbMO}sg5b{}!1e*l#rAUsPXX@MU9B|NgnZ#FM8M|=EFd?{Z+s`mJ=B8G*0K1V!{*N_Z$g~4Ep zd7aQvEf(p&As7+Q<4vSOC2t|X_ajIo?$|Pf4^@eH9&Z!m9R-mdBgg|ikAE<40iMTa zzQFGSoSw&fr2M{8UR2K`Xbto{gkP&6dLAE;endmQ=kcMyi`{>Oh-*G3_#%5AA$FiE zkJ(vJ}%3PUBeTEoL`tv#Bd3;`$NUI|f2$?S=EP5Va;t_TI6#{&E z0>9oQN(wPQOP!IQ{?F`w9R% zs&VaVYK%1xhJiT#Hkz zIK}?wdESw8XJ#!eU;F?6w}d(N+IikH=bkw;^Nx4r@e^ub>~wR|*y(XhjHN2y*j`+D z)H%b=0AY|kqa@E{l6!OIQ6~j1weA=0vT{8*?ESxw%!Yzw(#|b+DMG`IE-HBF%dx2r}XGk)!^~V}4Wt zz6Fp(Zb3sG|7Cy?1dY&;$F|8YiOQQzeT?PrhLx5v44yno?huM`!eXo`^0n16i@+QE$ z@~9(5?`cWhmB$KVT+tZ298W8$9pkA#GIduTE2F|2PXkcocv^F)TSYB4p1w=LTotu8 zo(3X^N4{0Azw#K2I@n6n{P8qIq(x6oz*ssQkCB#~Q95-MS=fEL(z;+4nh zB3Z*oY8#fU>uu%J#ihq^#6!?4N7-e^vb^ZbzUsH%M(YyUZ}G}eXadZcu*v7R&*{XOH1@s~yL>%h3i>&w0k zV*B{LyDY9T?}X@aEe1FCT%pjNBgIk{+;|>~+m>>>4MEBvY_n&&<7+Xl=QffB8=D1O zyx8SV9N~Bq)VB->X=WPXcvI1OeRG?!X7uct%FR&`Qm?`sZy|CzG}v zDlwY2M-sUmB%>0>DriM^rtK(_(MD36Qh%nU0#~+8-~s;ChgHe?q&d9^@#*+{+GzB% zK$N@D<8@sp=T5SzPbX);WJI`~!3itj`!B4$ zkI%2wZ+q~?LF}RRmuKf# zk&H8v^e4`9y{@*J)sCOI@yO(_wkDv?`;}`!QNMD-T&r5_S8k!Se<5n^S8gxl@L0Xd zg{!Ses0MyC&_4m&L|w!$liyB`!qwJf)B=*dkwnf(NF|JQ&<=xyS6dw-=`<2fSiTLq z+M1%a9Z4qf~?l9EA?}sCa+z~h?i%6=1(+gK#M;gOXVmR6u zyeltiim$wm5y`PJN%6|-IJM+Eof-Qpw8zHopvMv2@u-2ZCm@O3iDI`&imH5L2V(5- zZcT3oi8~1bAo*k@kvj!Pz)h;)$gh#9yYe~%72X_j zCW@LvhP$)WVspq6=_z$KYHbcV2f4`oM& zk1D`-0TMjiFA0?}RzM4E_TU-yJCR&uB>Est*)wW3I0w7mgRb62oh}!Py=dc7DFBy< zf~U--$RYNO%E>8X!^!SEUS2Az8q!dnGFLFIyY9LYHR$YBNN^tj$K;fuDt{C*Sf<^_ z%I-Z5c7HJTYs7x7u`8}-ffPNb6?NBK*NN?VW9xDx-Jo`iq#Kc`yXLwH72Zg?8AXkx z)!Z#=v5~ZF3goS*wUKlia*?}T<@#%`J5UE(X_`Nh?i6X!OPTPy$WedIbvLR2?mb8% zcdsN=!dL+)9oZ;; zStPF*No||@>zPbqaxs#>P#H-alE(CMCU>Rc^-81pRcY(fXdavb`Wl$g;h(`$_c}xa zwKtI9v3wb6qnaQYWc&$vQ|)hAdmpbs>h`qU+mKQ3b^W}&Bhf{#ubzVNE*blJ4N|ZB zJ%~VO-$xR;52UdY#s;y6)?Z$O{9Pm;8c90kdrs9g$VY0&l>ad@`D>6*Q0LA1pQ5N) ze|7f{wb-n`cG|zsP;0aP=g39w3zZAkAYY;y_|ZWBtocgRMf@`PUz4M74e||Y0m-*W zBKJ=Tsf4i(+F_9J8ss~Xd~YP2HGCU%4f2E9dbkFurXBtf3 z_h?VoAT&7!N!K9LOGN>s^crLawCfsVMr82de{9i4-Cq^;)*>Lrp2h}g)X!XQPympy z44Or)Tu{v_duEI6v1Prj*K9#Gd#N0JH5v7k)Q@T1HOL&Of#2su61ll>OcqpB1*aFT zLFP7wdBiZUF?iP?)D&NX%qNohW0K-E$O3A~dm%G+LA1xl#@8SVp$5h-j3jc4h}|YB zs`8B;7+-_*)+KIHlf0NDFK&`+eU$>oTK5arAWKN@k|wvyX=Ew2V;Wf+nYwF`Wl-VG zAq^;M4q3x3s}`F>)=y8VJuT?UK2XyeG##v!8MDKiwg z$PH7u>>6ZvsjO;9LwU-q#s(CU4$&#?N>L45956wuNPXdZ7l_TTCi=Fq8ES}9n9VLnMUK>C`bb~+aQVDwzA8n zKSCj3yep6GM76z9{Tx>wJ3zE|$)GEb9i^`5@*qJZzVa9?<90IRxQ3{|^4K{q#__98 z@pEQl_Uml!aJ!&FS01|}(=v~)Jhn}=xZNaxS02AW4k2Syw$on^hHWSzdyuyp(i(r@ z?kVbGFEaU!AmP9)7nqIW>^&mzh|J!e*LpvL5Q zG4^RpZl7W^0nD(SFP?U-)U|*LeQ8C4N8F{)#u`nxj&M5POYIY_U4g`sAaVE-4KQwK za;|B=2Hw}vn<@6rqrW9H3B2`P)D+()kwqWul=h>Yj267CuR14#6`k7~2{zoN2^;Q| zR}I-C>mS$u9U|#8l61QD28`DKQ`C;>b{}N&>;HXG=gqiNQPhmPmfKG)HskJ^_G^FC z+KhVua@YY^xv>6^Pz`fwpg(pG5_J)`O#Z>-D6IbvK`kIT6iMWMDIt|G)0hD*ZIeip2PS!WbnYe$Sbu~wa&+hU3crFOU*!lmdA=UdXJZ+g5m(3 z#**R$wQ_NCB65*CNoD&@jeE=+3MZEesfIL`VoqV2J;!w_itylRNDwmz$7ESTC2(J1 zCI4$KRe3vt8e}ndT*x71cQK8R8EsQ=73BI-~ z5jM?GrEhc+#EMgg=XH0!3AjK4E;IpY5UU(99A%vft}qv6RsD@4Mw6LiN?l}oWqmX*t1!Eu)7gt^(Jcc z-z4s$iDT0K-z*BA0k%a-MgD-w7UzDC?l$&&#D1@_dy8|A6#b?Vb&K=+#CE^2bvcY4P&J$o*O6`o;O9sDrIE%^ya85oys!nefNRQNK8U z9901K2_%twQW7d*tbi8SFyi9;DUm#FB(>%)*BW>zYpDK`a9O)G3>_H%L*%T6-TV2w zuGv~^<%~~HZ|&9~>iUjqt@Mm+=+j!MB?b7eU)p zmiRA->P4gaIhOb@LA19v*Ao9_sVfegy%W&lCH^Zi?o~66%Y^zR{%d(L?se3R?#DB% z!)`9TfeJ10|AtJ<;#%TQNwl~(C4fu(w~#~Fca?3KBq4Tl;T`fKehCxr=EA$8F7_gm z{~kGPndFIkAGPq$2S_6KcL}M4u@2giodF+;NdNNDTk!RRK{PQ2Ma%s8 zB(eZXy3C)S^c=nmAcLpVMP8|`Hf$63b;%l}m+WuQsvavB(vAM*t#*v00GYZgfKjOMM$$GYY9tMJ+p5Jz(s3z} z+o9G*()P&V`E8Z!uK;#L9c-m({zw`v(xR6#;X9F|{t94cQ~}%?5`+Plgi07IpanLP zcm=SlNOm)l{38oIK|Abm@ZB2L8a}XL*wA4-j7Sc{P+V;_{J&<{E2` z#ed_64;#J)_v*baX}RG%}N-NB6B<{qy2cUbE7fM}q$ClY)fRYuyRN00=W zx2kUv)fl6yjl#_NZ~cDEAU77Gz2&%8_2Zd9 zHKS+lY~Q!J)wLq81$~H2%L-c1pOGkVdx@6|`iaOzZj#Cs{dRP=?+pGnvLUty6K^fw zF2bVindr&nuwNmQv^Of?5QhZcEfs$yjKx!XHjFz(GQ~*pUu2Z9IL>avZUY;pw6%8b z&UL(Jq6X$Z;_uVIJSzoeUogY^+}9w>b-Sq`M$h&`61n}Q)`l88V%_3Ae}LK#wD#Kb z7-So@x9!vHI`MJGw*49!n>+bQ6AM?kPD^L!ox8fbF{YMr@9d?Z}51VUGtPlgF8B##_rWTb!$C=zUzi_DgDbs$11VaAzrDiA+R#D~YkBOr5HLFO{?2+E1SSdBMdr}O;Pa)vI< zdg(NGBqWu5y_%Nu_w^{I7OvXU;f_W%5I6=2KBtOf@*~S`VwhpYnS8_gIMMvdXlkp# zSbtP>KcZSJ*1U{~zhr$p1*KoIj;(hmpmy{eHgGg*-HE7)KWN>eZ&$mMP}8y^W}R(z zhfiuXJcBcxKVaR-AV8;1L4r6nIHFSps(P=UCfd_u+9T=J|B7MHG4g9#Wn-je0gQ?W z)@7sOKX5v_Ghk6SW9>{f+YJqX=*~hB?l>C>;_~B|j4^^gYBlZH+v@DQ~*y+)+!GPpK)Z;U{}8k#2V z+q7Rt!=$FYnj0_ykDY>fpR+YSX4Sxtx{ZexBC+jj~B6qpS5rl}<)sS8Euf(rVb3s~gzOKZtBz3L! zA4TFS*Z>z^jRap8khy7Z*hT$DygRtPu+kz z?~39^6m>sN41@cL zforw8`@1Nt+&-COyJ;dH;vU~LWg?bCT*)*pr!!=^#>N5mqKN$zqA3~qe86FF!?x`m z9j#*~+L?rvlxybe%N|BrdE6)4ix^#;`rv+1*h~mx-2*5Coj)SMw{z84(RK|Qp@5KJ z!0>YVA(1>Blh`wt2{imo_>)@lx=jRs?jJ!ryu*ka#^(Nv8t8r$N#y<_c3V(VmCeHS z-$r`O7#BsBxsGN(Et;;)eg^F@dtQi$Z!V_-++Wd# z4m^t_a?eSSb%5&q4v^d2n~f9qym7xE?iY<)dh(R@et1drFURz=scSak*qv8Y-*tCh zMLW7P6WGY)UPBpOcpV8ok1J;D0@e6km=PQ}1Ki(?;Y~5TWenv$cv~dz#3aRsbl+7= z*QUOQ_ISX=59z*-8W{Tl65JvYyBSMWzOjqa*e*^v_n}GoNK!sFDYfo6>hb?Xe4oaA zTp@cWFZtD_zv2&BpFn)(xVleW~Q5mKQi~juIZ7B+zcvLbYfvHZ`b_FS-bzx{%%Gz z(!7~OlsB&$(i94vnRHw!%z{khW)*oQ6nizKB7dbYo0{{|g5XlE6lPZ|XViYkA*jB} z_8B10K$5^9dmP|3L|MABnYdIW3sZPGJhm--`qf$&sgRc%L2xt ztr0cD<5Z`uNM3tAh@S(ZyP(JyiphDw)5z-+Av>(UTNn-O!XhHbW04`dDCvmoV#q{p zagkR-u_MeqTWvo^zi&&ZIWH{;E)%j#s+GttgZ+t8ssoWhL>-Y=Lb2nksBHC69jxZOv>>=#s18vpQ5}jLo_ANd zQnOzkGmth7FO^aaX#!zgjj8?ekjbr%GH_i337&PwF~OB;d|asrLvff8Sj)IZh-+=* zk|_xV(51!#x)pI$V-7=it9o?TK_h#zu88t@WazF(I-it9=apd zoR<~^R|wq=)k<_XLJo1+RZh?~18LJHrBbRPO(43PGBtF`H)l?n)A|v;7S2JTCD_lC*&fxv&zYIo7zaTYNdjzA*~?ByD+us zHs*7?q6#qYh6HicaZF&QvMyoX-MID;*Ph0ehnY$XFgJ>$Ddt#MFpqDZ)am`I*=aHc zB<#{yk>;_5nUdb4CZ4=N0^U829I8gyb_AN z8d8@J^YLoVOT$-?1oH`MCCn!xhv%tPPGB}0Y17H2Qt(hP>Iw5HObuo-xl>UF%%>s2 z6V*5-FjGx;F#p;Z&k*C8##jO~^%h`0OH60SOpEBWoY=lk^TejH*(@z*o&y?o>o=m! zgOfphF6jvMdC1@?Ymrw%u~$Rt^PxUp&3S1-aE+k8K&^!OLgcUqsj}^oH#TN=(yoh2 zB~?S3LAZa^Y=KLxrM{y#`}bLpEO?mZr9Uc{-*W<-cO0|>6p*(-mDDoXF$Tf{Z*uSgfhIJ zB^~j84jDYHEb>Yy_G(CVKHe{=IWH{;t{2`fs+D-Zgk0oaRyo1j%%n}PluD_FG=X@( z%GB^ClY0$i;Qcxh?4044;7v6>;Qcq_eN((|8E-k>)Ly{*ZSlPm^DU-Xr31IU+uGaG z)i(Sp*S-rXcJDn==RwLKf1h-O`~zgLyC(8VDE4YdjXvZbsyQz$2yPJMAE}j)e~et@ zK2bSYbElTltWQe?RYO`q)c?WM*4#0l`wUe8{&OS8n zeqLlEH=oEWq1f>-Fk8J9`TT0mOACUVg!}?(<)B{>xyUV~ax%}DnY3x)QYqDtCJ^*R znA$u;CbuZczwO%6QB1ruG8fON(!rn2(RmB2FTojmZIy z0pH&>fQ4^FA$RK`%$Sa}Pt07hTn6IejytE*=S(vY+R$|^CxyY@o za`LiQY$}Z!P%5Sx(guRQ3R8QGOI&VMQ~>pXNU(o~V}d#r`Ka5Yp4y#C&U}C|*w}}N zeW+qPBpVDn?oYXqj6_<|5bh8?0+1J&@lZPyGz#62Z1J*%lHrsGaTtSsRyJDoVZz%SSjJ-=&(2{~HHWuq9F{_;hvajqk*c4>!>t-U) zTV9r6DKG6>@!@=7T7YDl#{{(Go7FD(de6aIUumH0Oz z7r7>tlV{Eob7|F>QaRO-M$iFcnc7WqV{_wB0}nJK!TubMi3h04_W*Bl*DcqRd0~P{ zXpw|glTho58q*PNDfl52_g*pga`ALDabjzBKP_AOB$_9JoV}hTwmf>7FWN{)U$i3= zxyd50gkrCTRPFm>Z#Czo1;Op|g;Ohi(Scm#I#teQq|9VmHlZJ-x#LjM(H*};CUS>~yb_AN8d9t8j>FZQmlgzf$Q?(hmF_qaxyT)*ayB)|S{ik9 zshDa=8|aB+m?l#bxZJU*fD?{Gf=xag6DLqnubgnaNjO0gPBaPKIf14WoN$u3PmZ}8 zbYgUUPH2ic1;p&~sbb0_m-*o|($Np6BZG%7MP3QTUJa?(_rn=#&Pxk|JLQKn)k;5{ zgDtO~}5^zy0U~5g{xnZ+UzY{t~WV1NY0HWCw>*KD;{`;b`?BxlVsc+%UE8X znc(nwnO^}#Ii1pqgqrixg5Vyx=1H~EHBTXjhxb%Y&Y8q+TJ=n+oN7oT=$pSXwR6VU+_R{GbDl$j z9Y-7!=TMdJ9RARj&tu7`eZfS%C{Zt&D1DBqTQ;0Iw65TymnG(vSPb8CXl$I&3m3^t zuY!$uye9TMu9=r!Cmp@?1~LfKEAmPx_G(BId@sGJ=Df5ZxL00!OReFADXm}B<*99rlTi|>Jv%&G?p}2zUu6quPC-3LHUQc^WbK#`V8%I)#p<7MXYR4UzMQ`G}rg* zmy(rN9R&BuuV1N^e*GG`$bF-7;@6~`?83LDau6Z`_4MmMnVMgX&3%U&`1N}vk^2G1 z#IIE4`<1^OJ$Og1{m}&eB!Sammj(iBy<`S5wAA-*GahC<3(w5K6jkdP`spDSTdXF$ z%V+3kR6Cxbp9z_|m%C?1h4%pcEGX&$`qka6YOx3CA50(Ko(;A30R8O9A=-k<^)GkN zfjZbv(_+t#rbp%!Y09=dQ=*T%7QYuh|0q$m7OB#~PZ$7JMFp+EAs)X4vL0qK@9y-Q2)GN!lo@6`ds*>yZI%GVSdq-oh$6C)t^ z#hJu+Ir7G@Ci3}JjRm}Z#`jnG`dPOF!YvQ(k_U$q=d8eHTdhg1TM-p-%t}ZQPXfop zG3^#YyR zd(-`g^&i;KU%&ZrOyK;+7=E9Ys|!BnGupOa7o1(Q>8?c?S2rwn$GE`6@CP2Ohw#kX zSUv93Tjr0Y?%V{-K>YtvwA`lX9!Ae*NFuknfU+B+94s0-UI>OQM75<+)ka|e{hLED zYz5Kz5DZ&OUGb!NHE~h=PGBJ8MwxMZlcPQa!!~&_Zd=rho|SK?@rj7-P*MtuBw90l;Q^L-WuoD^agfA1@NYUbDXOR}|&xG@)LVQvuvUWig z+_Ec@$n7Qxl`vL73$l~?7b4l+NVG=uPU=`(Stth2Or0cqNJ5`Zk~dR$_5?F}z!hpQ zw7W)-qjyb6a92T!ZP2kZ)-_(ujaBXIcJRAdoj@LPRiFjg6{NMHB{v=uz zub^hsP($n!)csey!{1Ir>c71^1^y(oTs==_n!T5^H;QnLLxMmnI3~+8;*T@Hixbf) znkh!}-}DZ@x)v|}_Mv&{(l5rs?TcEimDX}okxiC<`yn6FaavY!{S-%@;KO}>%+4 zf$lgF)GzCkXbrzYTjY+%kv>hLHBi4cDUxUnCy4CCm~1MX`5%kca1xBDo1@cc4JXUI z!Ze+}B6tYgK=V#F@I4xhVmb~t2ND=(Sy@9E1 z)5akiZbS`q--HA&1mKuVq*P@SX?@6sTa4jWG2CVhUbq0y*xN;NM@-UP$c8&b)3w=m zp&e#p2e%lq;cm2{1NR`o4Lk|5bu-ob9k83vJGL~ZzordXENig1`%K9F67qlviSJgI zGT{91I{HVkJs7j)12{aS`mQ_oFxt^Myb5mt9R7qdI`jwPv3*Mmp!uX)x;FJGw8z88*xb{ofw9jZ!Ak&QH)E;FH@3TQ z4DMNz@|>hRZ&G>+;Nao^g7{vH`APyfyribC`}H!~(Jw!M!z-vl$6iH(du`&kj!~K4 zu_5q6S5X(bm^9q$Cj1Qv|CC z61?GE$$KxAhgs%*7P=4KKr1-md>}rC7x+7Jk^4~PE`m3FL?+1pSVVdAsv%9G&`+3h z;qWOkxVQFg(vmt#EfM$JFDySOL z3YzsbQyWD|@P=^CGs4k{fqPjS8ky}FLB2CN|T|pcx#vF#O#YTv41^0I=p^@nJ7f~LMY|O4qI-)xO z8AQ?$c_kEkHKZaR-Bs0`mlgzH3f+NfCAx!c+K(xYjhTJi63aKzA*1jEFhx_3Jb+LJIKOXlG|CqRT^) z0bC^=0bU0g1k(_CB@}x#q%I%e_0*h~76e}j;Pur?fHy!6_hwX1rrXp;nzdo6plV1f zi19{DZMsc@H*Ab5z`O|(g!9HRftkv>gn2XL+FV>)7*`%P-~esW~q#2)-85+pCpG?|@w7c2qfeY&wg; zVAI9uQd!lIh7jzXm==OJ?2KCAT|&k`LD%vM$FW0@P;!%M9j|;aUP`%^Rr1u%+Emv@ijzV3B_IwsnEy# zTs7yV1;Ka1{5-W1^WP#Dx${*{9!*L^FxZTJL8+)}NIMAng-r9o8-9mMpnegO$o(G2 z1a&Ix4)u$T@e(m!YK$eQQ+WaP%fxhf%+yWrhATiq%&!z_9;FQPt4K%8uSN#(HAG$s z#a<1m&d2;3HRq)T!S}-aTD21M>yX0^n##$P!Z-{D_YI{|sv%7v+&40{DTPe#CX|8n z%}6453yulWRO2Jf`!;otKlXRG8t-l5z1?`rU-G5)0^WCs@6MR7o8S$1frNP9Ez&$f z8Q%Ahj(FdT3}S1Dyb_AN8d9B)_x)jC)JjQ4f%zG1xOz|(*N@P8BEn=xNc z!5iKJ9ie|)^m(u{=-(k7p??<{gxL^zB@}x#q)s3D_tl)276d;D`VZ7f=>Lu!w!c(P zX7n@!gH16Xm5PF4s3-UzGqo8#<#eB*67YYD1Uq3kCh${X5Ac6xyq}Br3*#+^pC%OG z|5AKk#eCfaZ}=J{ME)C*=CR6<|CV$_{-4Mo%7(}*q1dY-)%nPOujah8Aee3@g7t%1 ziTsbqA>gda$vl$Y3^Qbv5 zEeNI;=JTqRn9qk?OCd?a5sW-mnlVfcnBnuz!YQGRmpQ zM;$wq^}nWibzo6rUrg+a8+)yk6x-!AqJaGpVqG$3?M?88r9evuEG?cqWSIk&Asrpi zfDD3dh`bVty&6)l?||jhoR<~^GspqUtCbE|0lCPnsB&`6pG9D>`DUe3S=Eq+&=#KURYDD^uk)mMQ()3$!XvPZ& z`N12uE|pUaX#^b*Ftyv|aqxywsDTHzL4y4`91{;vmG6PB!ZEn*Ov3h(u!BkH?j3d7 zQt-o$;vOAy_cD0HP9Uc*b{1P6z04Oi($N>YAcMFYBFB@qtgePs?fYUkHRq)T!OZf- zFVsq3?2cUI_E0&Sk&*}uHY4p>DytgO5c;E$X)+@vtgZ>Q@W~h?*v7*#@d;J-$|vJY zLbD`{HwoSOg!UACGC|xeF?Y|w8(Kk0cZA}|1DLsEFVfK+6Olpa4Utzuu~$QC_1)2? z=Df5Zm__brS1a8y8M(;qt#URsrNJ9qshDa=8|aA+rpeUA;0>LqfD@)5!6qM$i4&-( zS5Da1Butfr{Y*l4PM|3TC+sio17hw5-L>oXZO#7fKoHXpk(lzxWqvq_bo9f)$ROs1 z$Sa}Pt05KpemGRkd1*l~tNidwwbBoVA%`azRZjd68%(2)C>2u;X#@RmBvbQ)xZF{w zfFF)Vf*n8{6F*Rq?}u(;F}Pz*$Z-<#D-+T~@CF)G@W$~Ha6&Ag*TEZ31Oq#Nk{I(C zW*#}2bo9t6$RPTL$Sa}Pt09&99yv|Td1*l~n>=#5TIrErBNw?dR8D?0{NN2|mddGy zG=eTUi>du+#K9ZRMh$#&4ifAT;+Xh^s(hdH5WL}BlXITr{MO|393_Bu6+CmkWLyx- z;5!O<1--}M4Htr*j`^MV@=#`uxrlUh%h>LTiJJ4$f?#$z=2ErN zF_$5Sk9w(`oGM=MhAT?NR72W8zg)@GP8AE@a1|=xmaCCq6A{P6EmYJ8w_Ia#u9ckY zOis^kp;-mDTrU|n#4`F4yx~Uh&^0%SHxFj!nwv>S*W7{(!f=SZ5{kVVQorw-+ti$w z76kp|n%mV%*W7_z#0=iG|~JB~Oe&Y>#b zIXwq&xZgxQAW?rbQN0S@Kip8vAXHK_2F}MV^zy9uFu+d9@5_=xk%uA1u zj$ZmRGKk0_@=7T7YDg1&Fa1T$d1*l~hrINdTIr?7k&E0DDkom@gEu@`DyJIK2zu!$ zrskzMc*E1EftQ{^f=x;s6E9Jf?{-Fu)@{#(F)Q(5$KSri5c*7^C@Sdmt6h%HyKVqo+ zhg$4;`gvz+8PzfaVfzfV_B{RP$RTpE%Jsn;zC;}^nrK?=S-t=Gl}L-8&4hnV4%=x@ zf;W7FDmdj^BzTxm5-MS=fEK_ncubtL#&;t5-bnrngE#yD%j!{S!@cXreJ?+@OMKVolQ$ykSoAPIK^vxxiiW z-dEzBx!G*1H4EM_4=Ui8d66KlGmgoW#EzI_lHd*Vi)I0%>1*%?84$n0w;)BN?|Q`+ zyM<7ziD8&q7}?}quSJmef;TLxruw(M_{6;zykRkrpi7G*!GoMQawyl+;4CqpdBGc& z6#Y_0-{m~FwAwMxErU#5@P-Cdc=Oz{D5^Wd-EwNNd2ZqKq+1@fHqWhq9Cnpet`FX@ z66#>&n3Yd2A~SCtb!zRt4abM=Oi5-=R{)j9D_Fu6v-eX zsl5htOWw3DhHn@;I9qkZxncED6_R(vjkhj>L!P-?PCtl49b@-gb#WXrzF`dH;6Z!{ zXSu=ZeV^V@Uo>^?5HJJ%{|}IJL(x@?s$od*X*+>t6FUcyhLji7VKq^$Zd5-HOGS41GF3R!z~^0?aVDT$$Sv zt+0J7B$3-%dTdD1R5P5bu|VyktiARw4Bw%peP4vdnmDmxa`F}EX?+=6-&999tyb62 zG^u?`TPI(F{O^bYG1zT`KG(ZM3$twnMRA}EO>y5&6txb8cR+$Cn?+pd ziWmma1M#wFv{-hES^m}6;CH5+f6Hs|-03b^4$*S1Rd-=pd<}kAR0D_Ikl<^DI3|lC zb`vAe3z@LHX!bCgX?qP`#>7jbJt-(%8pYPTM$~F8v6^c_Hdz{tL0(S_YM;d3zjR|o zP`^N02>vb|(QX{5(bHxmh?xHY&Aeke1aZI zZhYX8iT5-AOVN8KwAckhrr|Jh)M|VSu}~0tp^wmzYWzYoRUr$xPlmJxWwZ z8c+-x#)QpdI~yAt_C@^3 z2K=BljBlSfv3=jxwh0ZBUHjx_*V)?KQR&x!H?F;pdSmYk`-E1Rz9NxS@Ws0H-IS!V z{w=qdHGT0Z-b+h}{nvDIO?*Ej6|UV%v!d{(Myw+FY+@OY_h@;xnU~mL&p>DOo-TV_ zx3npJthBT>eSXom#uIGM=asU?kCD~2d7S=3PTkVvG9*I86(DkN&0$n%X zZiv0owG2;Na`&;sAW(UPJ>J2KwI;V_x)kWk?AAo7_f1Ilox2llO#S=y!|cM-yk&j7 zoZj*vPw3-yQWhqcG-k{RXdgSSee9IZ)`=a1+uFx9ck~oU<-sYIpC9&HWxVSZ7^~ByyMFm@LGp$`;}l(}&M7 z_psn`mzuE4B2@S;J5fS9EsD=r$ebZPJH03+Pn8O(hO~gFKFu_{6n+LpAo^D%k$V=$1W_s}K@?F+o->x`#qxr&B#0_X z2~`ykeNp5u#pI3c^ooSUnLz;eGQq&y)N=fDE4YdMLw!;s5vh!2-X&= ze^V<_eG|FJy`^&U_KhuRXw%!JQmP?MAgu2&wYU7p6Ew0XpNc4tM~3b{NJn%(Lnd;ci@Xwwy&6)H zkM0+0&Pxk|iqQR1twi@L%llv#iK=(T&k^3IU z1YN4>65St+>ql|@WL$Z4sj-0WblASbEqolIN4vKr>sU7f+S!>IMVE&p19&FV5#X7T z!L56dS3k3xX+cmGz_Y290MCvbKFgtUGTo+YZJISlsi0~|D~R!&Ol`VN zqLj>qD!@E9lE}@2V*)dkbqVvl#x!@O7;|(JrDP$HuuBVzG>=V& z^dh7q(u*P!xy3|Y3B_Iwsm@1waW&_q1;IK(dI_}>=_Qei+)^qh?+5tTFSKmwQd!lI zh7jy!m=>axG@urEFN*|UoWL=`n<~4+dwJtpL0l^uR~~QbE#SS9IQqvNyn|74z2#O$ zJG(SMba{9(uvZ}+!Cn=a$PE;EB@}x#q%I%qL2AxR3xah8_F%OV>>Dj~zOY9-7Y zA{V)hR8C+v8)?(VrBbRPO(4vhFg2LT?Mm_SZ--9i2fW87Vgdl+L0 zu1xBP8(YA@h@g!qn(`MQZxaui6|x1&XxM<~Pl7}62%W08s6aU!pTVy}i& z=i~h=HRq)T!G^;7c(oGm6OfDCi7F>}+a4xuI;m7jHKYl|`(&nuH<{ciC$vgS^AhiTUDN(EIzT0zt=VrpydBudHe zQ3c>HMuIId924NFtOwvPHQvj_d%5wJ15X1Az+WN0D`UQ%qLf?(I`;8u(dWU+p#KBu z2>mt4MDALVS3GZSGNXH&?=4^OO$VBb|kyk>oS3|1vk^iHb^U{J~6CwYgT8aEa$VKj9m6LhK?t;>$Kb1@12n7^P_V*Vm>k$XwyLfk^4a8l~C-}ka~Rw{9Vm?X+f}= z9Ppu9>41-rL%461lWTtez8o$4q*PWlq#^Xer%aQW0BMwxf1nnw_zVd)+i*-=L6tqb z;tON{QtV$DdzY@DB?VV}E!J;h)*hmidWaJ)ioF_A zrSF9w)tr|W1e?nXKdF^om=2R7_Tg{@NO~P69yRf6G-}9;sfM(H4ww<`@o8XDN@hX@ zu%8(T_Tj``(E~hG)HC+88vATwpWWEI#GXbJuoS3|1x@t;r4d1*ngh47zWt;Bx;Urna(kIpEmSI}8qx?l zU}2_q1JKyqBB+4}7Da;nIUJMGPgTALuq|8m`d)vxxJg(-5|%UxwXUdftBlgoYNb2YMh*eWRnDd+U}{rSwNy+sqz&}MI!x^sT2ETIbx{E)tcL`fd^jdfprT$m zVFQyeQW7>a3Eeq?rWBm8k+?UGxf}F5-R<)f{oN)YrXMyHQy#g@51WyWe%KtD$Za9= zN+|YfNX5P%wp4RoS`ch4KWwE|`eAG25WZaH#1FB-G-_0-m}*EH=!b2XnjggFwnYW} zupJWY0OFYVfr@-TbQh&$2NSZRgp4*JJwz#?K?QH@Bmq0e0(u>#qy`3deit$3G0Z%& zE9vNw-H^dk`XaA{Vy}i&?t5f+HRq)Th;2n6_fRW6vL|wgajtUmqmeu(NUNGk;FEDkutSJr;uEU!ebPgelJO>Ig5m z$zGr*1QW%Vhca`_B+}6_ZOGt>b&*#>u~$Rt_8l`>&3S1-FiMWuTdj1ALk>~VRZdP7 zFG@*gshDa=8|arQOzl*$C?)%#0&dwC2{sXNOx!|6eQ?WuCTD-iIl$!f>=v3;aLa*` z5ydk45~buI@X$2}i#HEu=9)uDN7o#ROyqtk@=7T7YDoRQYYtO$URn@rBi9_RR=Va0 zvCJPJ#zjw+Q?4QT{@b2L*sXW}R&$DjtzITi_a9C1vXLshiP^&P9SvN*og} zQI+o{{u1}_;BtTWTa$Laq+MXrdK;yLHWqw!p(On-mc-A1H8%F`iAnhCBC+Su&3yHH zw98i)OWP%}wmyd`ahFn1HKftLcQ2E`y#65APTsv-t@Q2{$RWbJ%87TA&T`CMRVt?% z(rkM7YNqC0V{?B%4ZM2|66}NGn0S|}eDC%)R>^fH@OlZn!36dpRtYWjeeA_5X&E`% zds^My=uwWICwnMTkFmR()QXTE_=i`M^@7mNs6#k;9IcaWTTKsNtc44+*cW<9=vKAk z)&JX&seASRc2sz;{@;P3-ep?D-KiFPlV_*&m6^LxYp?#_ja=mJQMvxr|9epfBWPM| zghHI$C(`18$b{cd4%?ksvg@Bvis!0WA<1EqwL=A(1?6B(?qV;Jx?i zfBZIZzx5gpz#9(@4e^7HIJJlNAE+AKjH$4Ne|*Vbm3+i3sqH_EPcK_NAC4-kk00n! zlTV*Lwh~V!u^c`uQ70!;!5jQtG$qg9vsqd)uJmRr+Hy_2y_Xl5G4f_q*RAnQ6A>h0 zGv4%mfTy&+wHwL%H;rkJn?1=Hd$#+RpNA6+Td~L2odnwgF^YN>zLw;&Jg+53Q>rMV z(Zx(xG#QyKu)8n`WErKFeBB7lC~X1Kt;~$reg}IZ&ggAs?FBtq`bG6;{~?^l|D+SM zPjB7V(pl#bFk@o)-;?@(PwM!r|KF1uXIkP zq#gbe>1B}??aze2LJnIZC9+;c72NU~65M2zgi07Ipat0y=?#(m%}8nv*A?CpDHgYK zN2kLp&I239w%`l!WAOshNQ)w}+rWm7)(LI959sGH5sqz}#`Vn9Fl0!>$gQ^+xkG)g z_0#aC4C>QQ!$B$9Z-E(r{AW7j-iCHy{|*w|GF3n9lpxdwJTHgeQ~UeYUfUkPj~q7+ z@m?AL`Z&H&-rlA+%n4^h`*<`YUKricJbubVyn2pkE=C%&bTo9fH*CI1EvD=k>^^|_ zdUPB4!~1t>Esm+fQwTpKW9{cM>mx`9L?0u;y;~Vm31eG{i=ng*Q2JCP|1c7qm3A%T zog=!I`AqG&miZhR1xK5Vfr`~nv+HnQpw7FT`4UB4&aCOaQj1;A9FunaYt-81%s0qI z?pu}ZGIZNa>_1TrXlbB-x_&3>BD9(O@5y0zemrqMpcat)hy>rEk&sFl>!2M5$*q87 zI&632PArbeHLPdD9dz#uYP)On^n8x!cCecTvVan8j#1JZ+_OqW0j2Z}?%7Ds zvt)K;@M?v~D`6~+X2#Mqoaaz;K^nV=&44-8%58n$!ESjdDH)+FNOvCIARVDAl8qyDC1h|jSmc#3mPY&i5xTOP z3(|sLX@m|?E1kXyatLRra`LuQ+7tWHwVRp)O9kRx57cw04q{rX%>(3e{BAIsFbswu z!P^};CS#V${b7)d*oTnwujgEwZWG9I(5i)4+M#KvsmAdcBJ)slxHvwAJG$79ym z+z8ab*tL=17O&WC%uso(s@#^r`C*Vs6iu`=>g z?FLeq$2=RzBhjvbyrJydD7J6ApTjb*v zLyrS%^HM3*kbUCmumw|l^pQ+%OO!FJwnBoSd^jfO0M+=zDme!NV;CidZH&P?2dF1L z2euW-b}>nD-rim<`3`5M?tu3Cd3#6Hz}V49@bZe-?Hr&g-`LgRvuPPVZfDcL`{KA& zZ5nFRDh*Ed;Mi3%cZ+4ts!^rEO1J$&)m>w;JKBK-od6!U2Z{hBZ-`ogi07IpalRBNbo1ELnNI>QnN?nYz>k8&hmnzd0hN^I@nDCX}y_Rm+d17 zMKe!LG1ylWJin(R7rFgZPS$3LP7am*OJ!9<+R8Kh0H(G!ikMR_#(SO>a@stdyUyAcE1F~}ep;K2|eT_B8kMBRQ zVffGiRot3cZs^oxN6S(ps1L-P@F(ok#@&DOX2f!n>VXaYr}j7fQ|tdk!wAbBe%i1& zOfqa#u)1C5$!DhU`qeQY2RyNv*SRrpmaUH~0JLV_xn(5zpeKphgZ5(E^G__5!Eo4 z2Ks01gQ6~Co5_EO9EEMchfxbi{)7Y}k0hiL#yV(+LBegpKa1p1BjJqY+n{a1zo@N; zZNZz;4nHPx?#4VW(NCD@+6EYvxN_Akf!wugFE))datFI7Aq*zc=olvL3qBs{ zzE~;;AG}9BCB4M7ZeQ?a)WB`8Ai?+UaZJ{pR0W?E_61)vhS$aLhB0{8m(&zrU;a%b zZ^k6W>&v&)lJ9h8?AvIMjg1$|@1O?8zKaB3vKPC}O;qI@%g}edck%ls_5+FiyNOlw zyk3idOReKrH6%NOA4=RuvACagXYgYvDH)@mNOvCKY(wQ!vT=<51DVKuCh|%cOQZe% z82wz$1!=*}8lzvRm1FcvKV`;kJ@-=a7NU? z*qM+-Zf3FDsHH03*b(WdoraykSxn2U(lVQA`B!%a4Hj=q&o1fxV(CBI&R~ABokI%q zm}didPPA(v&n5fjj_v!ob_R)pe`d@heFgJ^TXbg3t5%*F^C1_x`Bg6N3@%VAr5dtN zJRKHf>g^0JgffQJ!bl>w2#(1)KsElbO3r~rjbSk{EN%?mIY2$}Ik1FCmW)Y?Gxt(z z$#*z2b!oKM&)mzP2F5lZiQKYcw{w81d}F6|FV8J!8kU!a6->jwvNPzxv7%(I6wA!* z4E9%b*I2BKc3_e03=TjMK&*lUw@<`tKv0PfM6xqDP?Up=GTj+8>+H;ouT;6(94z7? zM%?9UbEw*}+8l;V-Ok`}RCr6x)llS8bM2vSb+y=1^Nw`owFYW!sktU{ky}gU`klcM zsKbvFO^Z(&?F_Ch(mZZKkO{Alqkd$PrRsLw{a%XT$ldzQ}Y;6*{+Zm)SbvuKBI7b<0mqThBwPQ$ai%i|l z;C86+hSc^bYDf)pJE+Bm)O{(OJEGQx)M(^z8$spzoxz<^2Vc=Ne@N9tTJ%*Wd>3-m z?+osWDnPs&5^VEJLM4n9&;lD$+!@?mBzqW1?QZ;7*Y6D4ena`zplt@$Zx9x?22DWO z-e4ct%QpwL8(6 zgFr(fo^`oDI8Ic}M)h;-4~~auZ(~pUgA=5#IM^Rg+<}RZKM5@|uGNg=)pq^Uf?-~a z+Y2?L=fz_P`?hzCZJ#uGV)LZtwoW$@)!HYVgiOm~+9!M}(dF7ChWmu=$VG0l$`*3E zvwcU1+9(sXHziaZ9!-!+TgJ%NFuk7L{-9A6K%@Q<9$Uk z)kyRvjCUUA<*sZ?@d5Sr>Rj1R68dzmJd*;pKbX;#gs~;;ll73p`ACr*WhCj(kvEjI zpLVp`@pE(xGWq?qV^Qb*A{~dKevyW|U#Z1@kzP$Zc06kB7wH7#5Is%h!hYIGs0MH} z&>z(&i@FG0CjS(26!z0jMJ*sX4GG>wl#ogo>!2M53HQ@}Es`^gglD*KgZ9(TR9g@G zX|JapJ`3b}xan+3KF1{2Mq)VO;}!8^OnS<0lnMvhBIm#jTPIjWa`V+_`5?$x4Z}`7 z_d$DOgtV3R8_6#qly0S+OL~s(^N_)Z2t;0qclZ7^bKLoqT@BgM*d&ei3#6l9QUHvw zPPaD~BrAUm@L# zI#_%&6Yu`neIm`n9|W23`^iy%h4cWb0M#Fn;FUv3z$=HOtA@0|rVXA=4~gVqBdM*Z zlRLRuiJ#}PlNOIpv@}mmAEEe@3G=MgDf5T~6|H?Ih2qbm;A!(Ha(D?t<>a(URCC}x zRw@hMLO?xFo5z{fT_`<)8g%{a9<_nOM} zmrbvu4z|)Xf1JG`(xT@w;eR7X{bkder~=?`A;EVKB%u<<3TT0iGhQ~mBa(NGq_)ru zb(c+r1yBD$!{X-|hE5&-FaFhEU=>si8kRh`@h|Eb--9At5@wyMzXt4cDfgxAl1{Dh zZ|YS~n)(m&yY(+aSU)hezW|V%}u; z(KAnM-luuuRx{YkETd=XXrJQ7Hn(hG@3V}aX<}53CZg0R#0F5qNN3|3)<58cl6U*tTx` z=RHx=FR7z>{}k=vEk|T8`^4W%j!pay1Te8DS?+t#!O9CHel1L|8YYU;v~v&N2`X^T;tZsTSIExou<;>DTB zOefBa3?fJ3$Ytw50JZUy$rD@0Hgz^Pv|@jyb!=;ALuZr28?X&+co(eFu$*gZ8`nMw ztFGnb*IC6|@N3AP(Y3QtRjtpW-R$54j{T6}(=SqDIMU?Q+uTwoj&q7^E{|+Z+@#1s zIk%b%P<8>~ItF2wfVXY}-aHT^@aC1$`Ali85#Vi`d}F?~&Gsz-V+THVi#HJ(I(c>s z?zf|B##RU3OymnS>ABL>(a`S3wYD|6{Te!(r*<}sX&&2zHxwFLJNtJuboeLI{BbXM z;%>G(M+4Ve)sPSn@CBIG{zuGl3qlv1v=9<}%m&9~X-jAdPFh4{i)LiWc3(Q!7gO86 z?4iXWMjl#18kaPU|09raE?Fw>MczZ~KRvWG)Bhn4EdyQfPy-U&+{7{Q5TPk}XgQHB z?~zR^o<=LEx!@$XBI-j2`mQFWEplhn7Red45;*0r{>UKerxa9btMq0%YM$D}ePEl6 z28gpb8L?kPeif#*J_>fLf(sZ9L=w3{I3^g<+yaJ!MK;7En+4Yuxv6NVnu{0?Lwz_0 z=)1x&%wZTN7!C)gFkB6p$gM5~l^UZ?^*E(x@A(>xYlyiBBfCZz*JN7jyKJ`>7=h#n zB#~Pi#{@|lT|lxTvZ_b6MiI$%)LcYzUDSt_ZjhXuLvnJ0`o8dJe;BX9x3jgdrd6C4u^X>I|-O+~huM^=L2=4vitxCQFN zJ-fj$US_1fksS$!TY^&KWkAbUjwM=`DS zNvzujJiu>TB$3+=#{@r`TEK66k?r7-H5bR=j%qIAHyZWfUftlgPi_qEli;@#IECNN z$V84SW0={;iHpBQyNI)hAp1oGcV*hkF_=!ZZZ~iN!(SkY-0nCg7}DGVhI@!?Pmk=7 zB8H7>E@Ie(`tb5@FwBp^lM@WbfKwQbMJ96Nq@eF(uvvUX1lcPhIG$-A$KV9;0KXO_ z_^K0*34S!SfL|!Gy*#pOiug@ba}mEus1I-I2EWsDWAO9@zcz3RzjkDB+f)js@fT%p zF&9B(*9f9xIxW8_9bg2Kok;MVC>#?cX><>o4b^tQ?ew5_*eb`0fDa=#kBhhwgG~!jsfo#PDR) zhYNzft2N;TISemIFgyjE!thjN@D(g6=p}~fWKRrF7iSSe_KO()nrSaFOa;3$zy%D? zM1m-^I3^g<+yaJYi|ibaY(Npi->A8W;kl>}cjyMg`m;IM>ZSz4^S~(#e~V1y&X~UUdiAsdELZJ7c>`$y$B>bM<6d`TALQ>?ss4XninC#&0QQ5G--GN&5K2LiAT0e z5zR~0TtxFS)Q5X^gXV3y5qVpJ=H=iNnpYr$;IvXOjlU^ZiMfa+yGAUpW;!juDSrSX zkh}&7!rbDRAW5SONM0wh>r*nEE;p!9#O+4Zho^UgTm2}khLh+Mbmb;63bvb(K~!4F zpXNb$tJsUcu_x4a8`EhUgtvng(A|L~a(CjGKu5zf=<0uA?h^Ig9`!lJv3QS~ifZ>NoBKHxF35GPcfZ@j?`@|#LwTR)T zYA#~<57dW^-C+1(4#N)<3_k;>F#H^u$bBINy~Hp*@rdD<;w)mwei6g3nD!FGRIvLR zT)^-fBnT>qV}c>gEnxUhk$vZpomIr}do>p^`~mghZ@b1Yn0NYm5K)n!_#=3Q;!ns# zZaRF(1%~#0$CN-$FXkeU>>Pod0qxUtPR|HNU^x>Ky!H`t0qO!CDC~lQ z7pQmy4{$-j(N%-P?C$K&6uUc{npuv-QKOQf;uVcXW8xK~ ziC4U%IgH8s`~7CS=xXspH#K-M!V_RR|RAFclHAN4mjBki+Ha zgJjDHvWhxpk8~N^5%2=Vkx)fD3Nq-Ctgc6Kw9LkY%iq%T?DNaJX`9~RwsVK#iqc|D9qBsSCqTOCaR5-48kh2exjU&h%sVliw?*vD% zoC;O6J3|I6S!s{uE;5@IHXDF~yN~PXO7>aSAl~c@`<}*iOO$1cV_6Gdv7CVb7Ex3Y zF?*yNe(aIE%F_qQmJ#G`)G>Rc%h=9>7bwn#D%#y41B$G!M{y6C?HMwg=TqEE$v(xs z5pU*~q1YCs*ybqCfv+geMWAT+Q4ujIy5UEP`^wX&$d-}fe$+83x{U2Sc!A>nP(^zH zWI&PC^(Y=Fvx7ort9^=JQnF8RKH|+uWhh<{rFem(crbiL@el;C5~7Nza9kfIXCEXR zN01AsD;d`d;Ru$8Lt%$N$bcm)?Xg@Wv&A8^n|zi>DA{LuB;w6&WmsMkWqFBXxdgsq zxfFq-JxWEy?2&Hxu}3E4>4Rj;2=Zv^m_5>EY>$B#C~`wKJRXA#D6+a9#p7gle8}wQ zKE*F9*{8S+@#e8I6t9d@ywXuT0luP`L;wpls)(2r-S8vDlstWkY#AvwP{*X`GPaHI z0>vgMY+(o)P-JyIip?@>37LK2Q_LvYr4#6-d%DIv7^V22qiEnOiYpMn>X0g; z!g1XuXCEXRN09B*m5l2g9Ko^!s%XCg8L(ufJ(gBx`H)!+*hH?^1tt3|I}vYYm0|gC zl;y*YruQ`X4i$x-tsA4uVkO%cM)&iFGKOeD8&yQ#T(!&iZ>!qv^S}Um=xXc zBgLEL=~HCONbwfxm=s;c_Eva-;{QNl=SRqZBCG3ByiI1ehs-7oLaE*VCcHz*KE>}N z-s}YXp03w}`bOr>2K5c*&F+M+DBgtt9;B&=3di-`a`r*8aRhk}btU6^102EfhfqcP zBglXyEA6qoS7!Hx%#QR~-mhezoj@B+o3L*Wq`WI&PC^(a0fvtNYFI(&-1RI*R;QN){-Whjn~ zQXK0jJ_cV=d>nzIeL_XVr09kpDLyGrpCVgEioc?cNzr9&pMn=CJ`IJ3XpjL#R@bBW zjLe=5nVsiT{Ed=*iq9e5+}AV3h25WC*VWB-5TA#uApRDCqJ2RnRQ&w&!4r{-Pf~uJ;gc-i?iG zu6dR{8?AUBj)L_80!90w^6x#YkL2gWViQ=*$JD)q^$C0c>#tCFUIrP!VpTW7>i)LG zXR`iV$hyy96y5#W{C6e$6#s#EGXVBIU7Pogo(cDMgZQ8D70AyKDB6FihzhUGU&z^~ z$;Of9zo{#^Hvb2XK-veN#pB5tWPp^F-iWm8t%<%e>lZSc>9gEi$v(^eh&OwbVL30# za-L&30KQ^55P_l{q#|NoRoo?%SCzr?^g*&^1UZB{=2gXIY=^=N6o*0Ku^D7Qk=6Am zR>^Ec$ZQi7M=IH;I12IR_?{_xSCs=D#L;jS#4!jI?O2u2`;k3Pem+7riwMV4_i|)! z0UrR|5(-buAOnD`st0gunN0|prTlIOQcY&`cPD7w*r>lqxPmDEk_Cd071X)X6$%%0W9KmuX6rPwt1}s@= zkL7MMn-wy9%x5`U$v(^75pSL@!?GpHvc<971HNLpCjv#gmx_qlBi;FnJ#ue(`XJdd zf}BGgvq!p&?Ob?);yzG#Vg?ydWOY4?`^jux$n0&O;{HnZDIS1$^FbMkZBdGCj^csv z6~%)Pz_OnzA|^#Q{77-WJbj9687Ur29h0KV*d78eP&^b0ONT-R6j@!5;sTj144LhZ zWq%_#JcldUr&x!0b1>|Cy5U(HrMT8nTm)ZHT#P``9-$&C9M?z6*$2tS5#$o;O2+k4 zID+L-PQhtHC03Qf)UERRLJSy_hV`Y6lwj^%Oi70crhz+$E< zB4&?t!;d|3nLK@vY#BkGKpnG3x{PfSUZA)f3Qx=+1B$G!N3lU>jUlshe2Ps<_9>m z$+%txN3dKCg(qf^0ZUfeWBFB?eJy16sn7C6CHpLkh&P{?Vfno%%kMdsC&5=NPe!0< zPf-yud!!qF?2%uWrw@`XBgj*!WA;dwu{{l5pm;hIo|r)f6j@!5;u$hKGh{Y)C`#@A zr}bG%_9?DIyxAJ|JzZ(;ic-AGQ9K*IqPQM`qCH1N#H8qkA1QuAo<2pkj1^g#gJk0f@>1$b#`R@z1k1~z@Wc!8c450Wh-$Q!6*_DGkpy%AoZcoP(!m_Y^< zSzV9fEi$_`WOlhv@qd);Q~Vy{&9!AHz7VDOf}?mFd`0ng1d8?!6%mu78-AqteR=v6 z*)meRlR73vm$AJIUZD5`sG_|aGN8!ndKB-G*@lqWb3Vl%D%q#_BgC5*%TW9vO7R0n z@m~0f;(Z7d?fojE!g2k8oPCgN96|n=x{`7IARNK+Cs24|1{ttqr9GAp$?Rt#v;MHX&DC~Q>(tH|a`Ke?12zRv3v)=Nbw)?^eM7sr1($jm=s;c_H%fF;=iDZ_6x{> zBCG3B{I|^h6Eb_(r`QJzT5f8tXEVf`kIGQoJ4$hHN3kz_MX?_OMZ39*sBm2Om$MI& zjU&hbEUS`nJrIsyIS2|*(Ns$5<2P2?V>v`-Lqld0hNIx_*Xv0MYfC- zx229r(PeD6gBK`PL*Y>xWI&PC^(ao3*_4o3-lw>|l6{IhAl|GgL-DvM#p4{s9pNjA zJ0XB&8dXGv<9cT~`ykmkg4~6=l5sr^j$k<*3X3&D1}s@=k7cdQW`xYH^I6VRvd?l? z#G9MTuv{Kxx!keb4ZdPI3jr+Gs3KzaNH_f0BX^gl50Wh-$UUfI_DGkp-4kA*xEB;2 zr9lQ1SzV9f9GT4xnLXrF+(*ei#eETPep!ZMbChDUqqrY@MR6ViSgKJ)#H8qkA1NLn zPoE-NMv4bg$E4^owg^FsIoew) z(T+uIvA{d_ALZ^ zcgpOpkl7~S{Xoe+yt@%^)>Q=W9=HnL1_ZE7qe_@lUmFKr8vB9R>XoV1&aS--ek5-n zA{$4D_fpqakh#4No`88j6c%ZO3}CX_9?T!h?7@)PrG8KRiIRPoKSjK`x@VYm??=b; z`>rcK1Ygno83I_JQAJdE`|_}yeVA+ijVGI!nzaHuc^!5w>$$A zKzSAl562(_D6EJFA2NG)42tM}-||}}Z-f%ux4eLO^AYTOx^Ee|dF1)iNVg5! z@8Bywzek{GUsMq>FBtCjf)|XJUWI&PC^(ek3 zvpvZ@}y_hj~d$ZR5jM7rSzO7;PMh7}>NHf*I2l8qzC&5#a|y}z#8zVHOh zeo%NYreaD@omg!TW`CIt2$^jH=0GL;Fb5&t6e@x_7_Ndj1Oe>6rV@I46F5v>K14Q( z5QkIu>L#!X9)LFj3QxiygPzE0dhkZcY;?$MwciuRD0w5ivfCrp?G_B;u5A(PX1o43 zRvB?iy>Tjce5u@etfX0fU&JlCY7o8LviiidCG~&X8gVNafy~xWMLPj9Aj8TyGTIt( zqHMM)+0;))^=jO|AxqK)+u2^a3mxL3Yj|?mRvw$&AkhSM-3~UWYrITtHLOwTNl-;Q zS=pDy0;^c6^eG#6N}M9I?L%f8#-p_EcL_TvdE?;>?h4Z79UR$yT>2EV zKS#SGyAymh7^WhC^%PY^C8y_IRR7A`k>25DMrVo^-50Wh-$b+b3_DGkp{Sv%DaXwVh9t;^!WOY4?hsf;EklCp| z#lw{BQ(S;}b5?kgTuP7dl0M=7f5iu#cyCYIuBu}3rTSkhDsbf-f8QUY^ z1&T*P73~tpfFi5wQCupsqe5o)`4kgM_9-5Xc=OXT6n_w<_yb4r82E}}Jpy=Yr6MXE z*T>1(2g$|}rq@Gv(}JVolmh%$v(w)#G9pMC_WUW_>iNRgRdxdAb|B0RYXjRZupU+m8VaUEhEJ| zbxevbV_Se1D0V^>?MldiBCG3BTqU#BA+s}liffeYQ~WC8%{gT#z7nPQilg{7_=@6* z2w*)$6;a{1K1t3#NH&fjPo}P9T%Q6*u>3ky(Vhw!uw!;cid zEl-~!TSkf(Q^%y}GPak%3lzTtRkW8v1{7J{FvWDDsyDOrD&D8i0dVd zFvs$pqmkxNnv62P{h0g z{b6hK8Z(+;-lp+Ha{|}<-Nw95wQXX0OSX{dY^cE|={0)rk?w4(S(ROpEeVranaVfX zY)7Fc)seN=u;$yD3z$>2Ig(EwCYcO>O*ZGU)>F)4{@UJTS-~C5c~JF;>60|mn6RT6 zNVA>H^V}0@>Y~if=0LV@7xO&-`k9uwJ~Q3?h?X^G1(%DgHMbJV46~XIpJ{67x9g(J zZsr=?CUvrxTr1>P;t&4o5W*L7`aP!}etl|dtCNC0Co?zGw{+)_xrTl3yRyQb?bx}! z)B_hTGiRe@!^49=JQoHFN_IAwrx1_)Z&3a>cIE#UPAFuu`Rb-zV`p3N#z8eAR^{vp zyoFHRVRJ1uozGXN+MB9Zr5k2p_qpm_YiH61J*j$4x=?M?t?5)g-88BC*j#6IW2(Kn z8SgJ>Px`LT8OgsnXO&m=%-YqptE*Fm>gAXh{LM) z$rK75`8hLY^u}wy<;hxm6B=H^*vKZcFW0u`n$r0pHr;{Qifki(46!%EtR6kDPqw|W zwX-RmOtrV?I@=r5WK?VO1$zrDFhXyI!h=o726HY5V>wKOGlLC}V;*a5JiIamVHO%nv zX66}ID|0|*IZM7<7SS_Q-NL@?c=sr=zJBfhmyTdJphf`uLny3=sp`%7|5LrpTtn_y z@#{hyf_qiT`?@OG42J(V{g{XKewLcpoTu*k=_t83Lm_i<{cN~YGK%a2D7W+qlso5i zc2Qx6`Z1I1dtD>@ApCIHe*%Rs9wCD(9vPRecvpZrPmvGF=4U0F`aRK*3Qq``cAOwf z2NZ)vr_`S_*TevuZtk>M)74h{Fk%fa9I5cB);@xm%(fV_iA;OdT6>P0HXI89Yma!HwC{D`k<@N&P)XbhZbiYHWXn(KYoSsEL zeo;TXySv1I()~$k&Mztfd6udx zEw5>4-(=(e0#7vlJ*c96A2Mh>Ytd8VKall@&KiyXNIzmWzHWeb+&_lDTK|di{%bhz zPrLGtww~2s>p!EeuivZZ<6e``wPu^Lg*Ew1YStz>{0(`4!{4FsfgWVQf%WN$!#`#H zxw8g`f9XeD4z=CCB1T)jfWJ8WTY3K{oOhpXS*_@mf39IQ$YC?2gTu@+916J}`axg# zqW%4#@a$0qbv=7T<~_B)zpMv1YqWo$e#CA6;Nbm~(vuamVG#V){=v$7NI37IU3o|Q z0jt6G52LQH-@Q!xI}6Qw6>^#M>P>cn;m80Gs-TK?1Z2<&SeZ>gNb?-tk+TJy?MK37 zQDRWGsq1gCQTV+unHU~EW#{c^#4fXAAQQubvvKJ>Jr;5JN{%TbakrhdcyTycI(g;o zc)4xC#6kIVp^$BF$=faQbLz(1-e#L?FQnU>h8)e;#Bc+=71DEdYe+oyqiteza8*e* zq#9T7^q993k%H6k7?hW@P06No2lBv~F^kjvHb`5P7-pLr;gC-!J8i4o7IBG*!L3Fi zm%|-*HeG10&DoY2nL=CZ47(jo2IKP4m}WV)8o$p6PhLI~8#Yamhnd^8i`;n|fy%4#}ii3teWr(5!!Acvt;eQ~5lI zOru>Uu_!SShdgJK0F`UP(MXnlX7E>4D}vKumKezf`K^FqYZ%?XDc#W7Vr!XG zVr06lAA>&ABe)*(KwuRVmxfwjkehs?F{$+i^T>&DmBR z{bV8ChNhsu?}5a`Af(moFmra3-IG5@rB`P$Z-IM^&U_cey_j|X#DKTqK^A*al5)b2mjByHPUVL9qM4 zXkDUTx_zbHSDBR>-jPptHldYmt#&^}kHic4IdtSKMv84uVd7(+;zyHSzO$i_Euf(# zg!?Pcp{3iFBnOK6hFPfOS2{5xmA6MCZe3y+yN^40EJ0kNIyiZ(TD7XSV@)B0Zz6c| zXiBe~0qgt>yOd_Q6UG-4tCN{*OQse73-%~RZ{C_~Z?OpmCw9jd8G}c|#As|(@f@7o z$mSVXQ%Oel?e%!KH?1g?clva#zda2!l9in>p|?wNBi$)NQt4Hv=G`k;o3ifX-8!$n%Piml<&w^|k0a4BIeuxyTD zhznL5uFtGxzzx?9*Rty7O-zw#J$myfC(9OO_RZX$xmk05=5kD^>8~lnzvT3Gv{{RJ zIKA3y_ztVS^fLTBOkXP*ewL%}5e+|L)Yo)|pWx}`e#0*U^n$u6FvRap3_r8bw-aV6 zL!8kw3n@6QXf{xAde5XOI9X@zrr<=Kxsiesj^RdZ&#TPOoM99(_}FHq`6l!gSF+9 zr#X&-bCsrvf>WpF5em+Wnmz#^8h+%f@1G4nn%2~)xdQW}ns_#+kQ|>X8$OEGQ+mTk z`+C98EF(3(FlqRfrQSU?qZ#76yoRr?>g@=_S1R<*iQ$VXdWXmG#UIU6n*__{9JP6l zf>Y7vM2fMjWEBNxsSRJ7Gk;-)-lF(B#m5ktPcrYBr8HYik)$}5;#(BwQ(QxF8N~w> z8z{KVyW!sO+NRuaZ*xti8@^$tDd|$5<6N?7q2TPUX8JVuZk{AfPO+Dc7^m0G8Vb%_ zoAngjuEcPU6K%O+HZa6Zbqsgn(UvfV`^ae1C&Qhhv~iK)Zb#ah%y2(5ZLejxCzm$R zGu(Ag+rJs^8K>EJ^D5)GGMC|UURqbma4{;aWoWnnqSoUxT*ObS$r&y|rxno*mr>J- zu!hUXYE@IirBJmpr{Qv*T36C=F-py)ms-gwe8W#NG$C)EAydx8n`by3pU<>v(?r9a z7PSeb;m(!XiraAiZf$ICxEs1QLpIz&S({56?ntfeXw4LQaFbudoq@G2sNr6s+Gf>o zZ`RJlXxt9q{;+^~1DwW7^E3@Q;Wk2IerXYBJDPa%<)37lwU176bS4G|ciefKhAF-& zh17f$Pv9;1frVO`hfd(jY!+d2CWdE9M6lK>BRbKVl)A|>yMhs%jZUdAEwinRSdXKf T(lB3U+ZZtq2PxIr*--nxi**7+ diff --git a/docs/_build/html/_sources/include_package-net.txt b/docs/_build/html/_sources/include_package-net.txt index bc341a109df..ddba6ec7eae 100644 --- a/docs/_build/html/_sources/include_package-net.txt +++ b/docs/_build/html/_sources/include_package-net.txt @@ -30,7 +30,7 @@ Example .. code-block:: javascript - web3.eth.getId() + web3.eth.net.getId() .then(console.log); > 1 diff --git a/docs/_build/html/_sources/web3-eth-accounts.txt b/docs/_build/html/_sources/web3-eth-accounts.txt index 7cfb5d67f38..e6d0d226325 100644 --- a/docs/_build/html/_sources/web3-eth-accounts.txt +++ b/docs/_build/html/_sources/web3-eth-accounts.txt @@ -8,8 +8,9 @@ web3.eth.accounts The ``web3.eth.accounts`` contains functions to generate Ethereum accounts and sign transactions and data. -To use this package standalone use: +.. note:: This package has NOT been audited and might potentially be unsafe. Take precautions to clear memory properly, store the private keys safely, and test transaction receiving and sending functionality properly before using in production! +To use this package standalone use: .. code-block:: javascript @@ -39,7 +40,7 @@ Generates an account object with private key and public key. Parameters ---------- -1. ``entropy`` - ``String`` (optional): A random strong to increase entropy. If given it should be at least 32 characters. If none is given a random string will be generated using :ref:`randomhex `. +1. ``entropy`` - ``String`` (optional): A random string to increase entropy. If given it should be at least 32 characters. If none is given a random string will be generated using :ref:`randomhex `. .. _eth-accounts-create-return: @@ -159,8 +160,8 @@ Parameters - ``to`` - ``String``: (optional) The recevier of the transaction, can be empty when deploying a contract. - ``data`` - ``String``: (optional) The call data of the transaction, can be empty for simple value transfers. - ``value`` - ``String``: (optional) The value of the transaction in wei. - - ``gas`` - ``String``: The gas provided by the transaction. - ``gasPrice`` - ``String``: (optional) The gas price set by this transaction, if empty, it will use :ref:`web3.eth.gasPrice() ` + - ``gas`` - ``String``: The gas provided by the transaction. 2. ``privateKey`` - ``String``: The private key to sign with. 3. ``callback`` - ``Function``: (optional) Optional callback, returns an error object as first parameter and the result as second. @@ -169,14 +170,13 @@ Parameters Returns ------- -``Promise|Object`` returning ``Object``: The signed data RLP encoded transaction, or if ``returnSignature`` is ``true`` the signature values as follows: +``Promise`` returning ``Object``: The signed data RLP encoded transaction, or if ``returnSignature`` is ``true`` the signature values as follows: - ``messageHash`` - ``String``: The hash of the given message. - ``r`` - ``String``: First 32 bytes of the signature - ``s`` - ``String``: Next 32 bytes of the signature - ``v`` - ``String``: Recovery value + 27 - ``rawTransaction`` - ``String``: The RLP encoded transaction, ready to be send using :ref:`web3.eth.sendSignedTransaction `. -.. note:: If ``nonce``, ``chainId``, ``gas`` and ``gasPrice`` is given, it returns the signed transaction *directly* as ``Object``. ------- Example @@ -198,7 +198,6 @@ Example rawTransaction: '0xf869808504e3b29200831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a0c9cf86333bcb065d140032ecaab5d9281bde80f21b9687b3e94161de42d51895a0727a108a0b8d101465414033c3f705a9c7b826e596766046ee1183dbc8aeaa68' } - // if nonce, chainId, gas and gasPrice is given it returns synchronous web3.eth.accounts.signTransaction({ to: '0xF0109fC8DF283027b6285cc889F5aA624EaC1F55', value: '1000000000', @@ -207,9 +206,10 @@ Example nonce: 0, chainId: 1 }, '0x4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318') + .then(console.log); > { messageHash: '0x6893a6ee8df79b0f5d64a180cd1ef35d030f3e296a5361cf04d02ce720d32ec5', - r: '0x09ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9c', + r: '0x9ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9c', s: '0x440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428', v: '0x25', rawTransaction: '0xf86a8086d55698372431831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a009ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9ca0440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428' diff --git a/docs/_build/html/_sources/web3-eth-contract.txt b/docs/_build/html/_sources/web3-eth-contract.txt index d0e52dee79d..30cafedc233 100644 --- a/docs/_build/html/_sources/web3-eth-contract.txt +++ b/docs/_build/html/_sources/web3-eth-contract.txt @@ -531,6 +531,7 @@ Parameters * ``from`` - ``String``: The address the transaction should be sent from. * ``gasPrice`` - ``String`` (optional): The gas price in wei to use for this transaction. * ``gas`` - ``Number`` (optional): The maximum gas provided for this transaction (gas limit). + * ``value`` - ``Number|String|BN|BigNumber``(optional): The value transferred for the transaction in wei. 2. ``callback`` - ``Function`` (optional): This callback will be fired first with the "transactionHash", or with an error object as the first argument. ------- @@ -606,7 +607,8 @@ Example }, "MyOtherEvent": { ... - } + }, + "MyMultipleEvent":[{...}, {...}] // If there are multiple of the same event, they will be in an array } } }) diff --git a/docs/_build/html/_sources/web3-eth-net.txt b/docs/_build/html/_sources/web3-eth-net.txt index 5d7c69c06dd..c353067e8ba 100644 --- a/docs/_build/html/_sources/web3-eth-net.txt +++ b/docs/_build/html/_sources/web3-eth-net.txt @@ -37,7 +37,7 @@ Returns - ``"main"`` for main network - ``"morden"`` for the morden test network - ``"ropsten"`` for the morden test network - - ``"private"`` for un deteacable networks. + - ``"private"`` for undetectable networks. ------- diff --git a/docs/_build/html/_sources/web3-eth-personal.txt b/docs/_build/html/_sources/web3-eth-personal.txt index 7490b6ab5ec..791031f7250 100644 --- a/docs/_build/html/_sources/web3-eth-personal.txt +++ b/docs/_build/html/_sources/web3-eth-personal.txt @@ -60,7 +60,7 @@ Parameters Returns ------- -``Promise`` returns ``Boolean``: ``true`` if the account was created, otherwise ``false``. +``Promise`` returns ``String``: The address of the newly created account. ------- Example @@ -70,7 +70,7 @@ Example web3.eth.personal.newAccount('!@superpassword') .then(console.log); - > true + > '0x1234567891011121314151617181920212223456' ------------------------------------------------------------------------------ @@ -124,6 +124,46 @@ Example ------------------------------------------------------------------------------ + +ecRecover +===================== + +.. code-block:: javascript + + web3.eth.personal.ecRecover(dataThatWasSigned, signature [, callback]) + +Recovers the account that signed the data. + +---------- +Parameters +---------- + + +1. ``String`` - Data that was signed. If String it will be converted using :ref:`web3.utils.utf8ToHex `. +2. ``String`` - The signature. +3. ``Function`` - (optional) Optional callback, returns an error object as first parameter and the result as second. + + +------- +Returns +------- + + +``Promise`` returns ``String`` - The account. + + +------- +Example +------- + + +.. code-block:: javascript + + web3.eth.personal.ecRecover("Hello world", "0x30755ed65396facf86c53e6217c52b4daebe72aa4941d89635409de4c9c7f9466d4e9aaec7977f05e923889b33c0d0dd27d7226b6e6f56ce737465c5cfd04be400").then(console.log); + > "0x11f4d0A3c12e86B4b5F39B213F7E19D048276DAe" + +------------------------------------------------------------------------------ + // TODO -getAccounts, unlockAccount, lockAccount, sendTransaction, ecRecover +getAccounts, unlockAccount, lockAccount, sendTransaction diff --git a/docs/_build/html/_sources/web3-eth-subscribe.txt b/docs/_build/html/_sources/web3-eth-subscribe.txt index 8429dc16ec9..e25cc2063ef 100644 --- a/docs/_build/html/_sources/web3-eth-subscribe.txt +++ b/docs/_build/html/_sources/web3-eth-subscribe.txt @@ -39,7 +39,7 @@ Returns - ``subscription.arguments``: The subscription arguments, used when re-subscribing. - ``on("data")`` returns ``Object``: Fires on each incoming log with the log object as argument. - ``on("changed")`` returns ``Object``: Fires on each log which was removed from the blockchain. The log will have the additional property ``"removed: true"``. - - ``on("error")`` returns ``Object``: Fires when an error in the subscription occours. + - ``on("error")`` returns ``Object``: Fires when an error in the subscription occurs. ---------------- Notification returns @@ -133,7 +133,7 @@ Returns ``EventEmitter``: An :ref:`subscription instance ` as an event emitter with the following events: - ``"data"`` returns ``Object``: Fires on each incoming pending transaction. -- ``"error"`` returns ``Object``: Fires when an error in the subscription occours. +- ``"error"`` returns ``Object``: Fires when an error in the subscription occurs. For the structure of the returned object see :ref:`web3.eth.getTransaction() return values `. @@ -153,9 +153,10 @@ Example var subscription = web3.eth.subscribe('pendingTransactions', function(error, result){ if (!error) - console.log(transaction); + console.log(result); }) .on("data", function(transaction){ + console.log(transaction); }); // unsubscribes the subscription @@ -191,7 +192,7 @@ Returns ``EventEmitter``: An :ref:`subscription instance ` as an event emitter with the following events: - ``"data"`` returns ``Object``: Fires on each incoming block header. -- ``"error"`` returns ``Object``: Fires when an error in the subscription occours. +- ``"error"`` returns ``Object``: Fires when an error in the subscription occurs. The structure of a returned block header is as follows: @@ -264,7 +265,7 @@ Returns - ``"data"`` returns ``Object``: Fires on each incoming sync object as argument. - ``"changed"`` returns ``Object``: Fires when the synchronisation is started with ``true`` and when finsihed with ``false``. -- ``"error"`` returns ``Object``: Fires when an error in the subscription occours. +- ``"error"`` returns ``Object``: Fires when an error in the subscription occurs. For the structure of a returned event ``Object`` see :ref:`web3.eth.isSyncing return values `. @@ -322,7 +323,7 @@ Parameters 1. ``"logs"`` - ``String``, the type of the subscription. 2. ``Object`` - The subscription options - ``fromBlock`` - ``Number``: The number of the earliest block. By default ``null``. - - ``address`` - ``String``: An address or a list of addresses to only get logs from particular account(s). + - ``address`` - ``String|Array``: An address or a list of addresses to only get logs from particular account(s). - ``topics`` - ``Array``: An array of values which must each appear in the log entries. The order is important, if you want to leave topics out use ``null``, e.g. ``[null, '0x00...']``. You can also pass another array for each topic with options for that topic e.g. ``[null, ['option1', 'option2']]`` 3. ``callback`` - ``Function``: (optional) Optional callback, returns an error object as first parameter and the result as second. Will be called for each incoming subscription. @@ -334,7 +335,7 @@ Returns - ``"data"`` returns ``Object``: Fires on each incoming log with the log object as argument. - ``"changed"`` returns ``Object``: Fires on each log which was removed from the blockchain. The log will have the additional property ``"removed: true"``. -- ``"error"`` returns ``Object``: Fires when an error in the subscription occours. +- ``"error"`` returns ``Object``: Fires when an error in the subscription occurs. For the structure of a returned event ``Object`` see :ref:`web3.eth.getPastEvents return values `. @@ -357,9 +358,10 @@ Example topics: ['0x12345...'] }, function(error, result){ if (!error) - console.log(log); + console.log(result); }) .on("data", function(log){ + console.log(log); }) .on("changed", function(log){ }); diff --git a/docs/_build/html/_sources/web3-eth.txt b/docs/_build/html/_sources/web3-eth.txt index f6219fc8e6f..b9be66f6b1d 100644 --- a/docs/_build/html/_sources/web3-eth.txt +++ b/docs/_build/html/_sources/web3-eth.txt @@ -633,7 +633,7 @@ Example .. code-block:: javascript - web3.eth.getBlock(3150); + web3.eth.getBlock(3150) .then(console.log); > { @@ -1105,7 +1105,7 @@ Example // console.log(serializedTx.toString('hex')); // 0xf889808609184e72a00082271094000000000000000000000000000000000000000080a47f74657374320000000000000000000000000000000000000000000000000000006000571ca08a8bbf888cfa37bbf0bb965423625641fc956967b81d12e23709cead01446075a01ce999b56a8a88504be365442ea61239198e23d1fce7d00fcfc5cd3b44b7215f - web3.eth.sendSignedTransaction(serializedTx.toString('hex')) + web3.eth.sendSignedTransaction('0x' + serializedTx.toString('hex')) .on('receipt', console.log); > // see eth.getTransactionReceipt() for details @@ -1323,7 +1323,7 @@ Parameters 1. ``Object`` - The filter options as follows: - ``fromBlock`` - ``Number|String``: The number of the earliest block (``"latest"`` may be given to mean the most recent and ``"pending"`` currently mining, block). By default ``"latest"``. - ``toBlock`` - ``Number|String``: The number of the latest block (``"latest"`` may be given to mean the most recent and ``"pending"`` currently mining, block). By default ``"latest"``. - - ``address`` - ``String``: An address or a list of addresses to only get logs from particular account(s). + - ``address`` - ``String|Array``: An address or a list of addresses to only get logs from particular account(s). - ``topics`` - ``Array``: An array of values which must each appear in the log entries. The order is important, if you want to leave topics out use ``null``, e.g. ``[null, '0x12...']``. You can also pass an array for each topic with options for that topic e.g. ``[null, ['option1', 'option2']]`` @@ -1401,7 +1401,7 @@ Example .. code-block:: javascript - web3.eth.getCompilers(); + web3.eth.getCompilers() .then(console.log); > ["lll", "solidity", "serpent"] @@ -1444,7 +1444,7 @@ Example " }\n" + "}\n"; - web3.eth.compile.solidity(source); + web3.eth.compile.solidity(source) .then(console.log); > { @@ -1521,7 +1521,7 @@ Example var source = "..."; - web3.eth.compile.lll(source); + web3.eth.compile.lll(source) .then(console.log); > "0x603880600c6000396000f3006001600060e060020a600035048063c6888fa114601857005b6021600435602b565b8060005260206000f35b600081600702905091905056" @@ -1556,7 +1556,7 @@ Returns var source = "..."; - var code = web3.eth.compile.serpent(source); + var code = web3.eth.compile.serpent(source) .then(console.log); > "0x603880600c6000396000f3006001600060e060020a600035048063c6888fa114601857005b6021600435602b565b8060005260206000f35b600081600702905091905056" @@ -1596,7 +1596,7 @@ Example .. code-block:: javascript - web3.eth.getWork(); + web3.eth.getWork() .then(console.log); > [ "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef", @@ -1642,7 +1642,7 @@ Example "0x0000000000000001", "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef", "0xD1FE5700000000000000000000000000D1FE5700000000000000000000000000" - ]); + ]) .then(console.log); > true diff --git a/docs/_build/html/_sources/web3-shh.txt b/docs/_build/html/_sources/web3-shh.txt index 0f63b14bce9..6e4f060013e 100644 --- a/docs/_build/html/_sources/web3-shh.txt +++ b/docs/_build/html/_sources/web3-shh.txt @@ -206,7 +206,7 @@ Example .. code-block:: javascript - web3.shh.setMinPoW(0.9); + web3.shh.setMinPoW(0.9) .then(console.log); > true @@ -247,7 +247,7 @@ Example .. code-block:: javascript - web3.shh.markTrustedPeer(); + web3.shh.markTrustedPeer() .then(console.log); > true @@ -285,7 +285,7 @@ Example .. code-block:: javascript - web3.shh.newKeyPair(); + web3.shh.newKeyPair() .then(console.log); > "5e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f" @@ -324,7 +324,7 @@ Example .. code-block:: javascript - web3.shh.addPrivateKey('0x8bda3abeb454847b515fa9b404cede50b1cc63cfdeddd4999d074284b4c21e15'); + web3.shh.addPrivateKey('0x8bda3abeb454847b515fa9b404cede50b1cc63cfdeddd4999d074284b4c21e15') .then(console.log); > "3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f" @@ -363,7 +363,7 @@ Example .. code-block:: javascript - web3.shh.deleteKeyPair('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f'); + web3.shh.deleteKeyPair('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f') .then(console.log); > true @@ -402,7 +402,7 @@ Example .. code-block:: javascript - web3.shh.hasKeyPair('fe22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f'); + web3.shh.hasKeyPair('fe22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f') .then(console.log); > true @@ -441,7 +441,7 @@ Example .. code-block:: javascript - web3.shh.getPublicKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f'); + web3.shh.getPublicKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f') .then(console.log); > "0x04d1574d4eab8f3dde4d2dc7ed2c4d699d77cbbdd09167b8fffa099652ce4df00c4c6e0263eafe05007a46fdf0c8d32b11aeabcd3abbc7b2bc2bb967368a68e9c6" @@ -480,7 +480,7 @@ Example .. code-block:: javascript - web3.shh.getPrivateKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f'); + web3.shh.getPrivateKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f') .then(console.log); > "0x234234e22b9ffc2387e18636e0534534a3d0c56b0243567432453264c16e78a2adc" @@ -519,7 +519,7 @@ Example .. code-block:: javascript - web3.shh.newSymKey(); + web3.shh.newSymKey() .then(console.log); > "cec94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4" @@ -558,7 +558,7 @@ Example .. code-block:: javascript - web3.shh.addSymKey('0x5e11b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f'); + web3.shh.addSymKey('0x5e11b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f') .then(console.log); > "fea94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4" @@ -597,7 +597,7 @@ Example .. code-block:: javascript - web3.shh.generateSymKeyFromPassword('Never use this password - password!'); + web3.shh.generateSymKeyFromPassword('Never use this password - password!') .then(console.log); > "2e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f" @@ -636,7 +636,7 @@ Example .. code-block:: javascript - web3.shh.hasSymKey('f6dcf21ed6a17bd78d8c4c63195ab997b3b65ea683705501eae82d32667adc92'); + web3.shh.hasSymKey('f6dcf21ed6a17bd78d8c4c63195ab997b3b65ea683705501eae82d32667adc92') .then(console.log); > true @@ -675,7 +675,7 @@ Example .. code-block:: javascript - web3.shh.getSymKey('af33b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f'); + web3.shh.getSymKey('af33b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f') .then(console.log); > "0xa82a520aff70f7a989098376e48ec128f25f767085e84d7fb995a9815eebff0a" @@ -714,7 +714,7 @@ Example .. code-block:: javascript - web3.shh.deleteSymKey('bf31b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f'); + web3.shh.deleteSymKey('bf31b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f') .then(console.log); > true @@ -850,7 +850,7 @@ Example symKeyID: 'bf31b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f', sig: '0x04d1574d4eab8f3dde4d2dc7ed2c4d699d77cbbdd09167b8fffa099652ce4df00c4c6e0263eafe05007a46fdf0c8d32b11aeabcd3abbc7b2bc2bb967368a68e9c6' ttl: 20, - topic: '0xffddaa11', + topics: ['0xffddaa11'], minPow: 0.8, }, function(error, message, subscription){ diff --git a/docs/_build/html/_sources/web3-utils.txt b/docs/_build/html/_sources/web3-utils.txt index 26981e0dd6b..f6b0e0f017c 100644 --- a/docs/_build/html/_sources/web3-utils.txt +++ b/docs/_build/html/_sources/web3-utils.txt @@ -384,6 +384,52 @@ Example web3.utils.isHex('Hello'); > false +------------------------------------------------------------------------------ + +isHexStrict +===================== + +.. code-block:: javascript + + web3.utils.isHexStrict(hex) + +Checks if a given string is a HEX string. Difference to ``web3.utils.isHex()`` is that it expects HEX to be prefixed with ``0x``. + +---------- +Parameters +---------- + +1. ``hex`` - ``String|HEX``: The given HEX string. + +------- +Returns +------- + +``Boolean`` + +------- +Example +------- + +.. code-block:: javascript + + web3.utils.isHexStrict('0xc1912'); + > true + + web3.utils.isHexStrict(0xc1912); + > false + + web3.utils.isHexStrict('c1912'); + > false + + web3.utils.isHexStrict(345); + > false // this is tricky, as 345 can be a a HEX representation or a number, be careful when not having a 0x in front! + + web3.utils.isHexStrict('0xZ1912'); + > false + + web3.utils.isHex('Hello'); + > false ------------------------------------------------------------------------------ @@ -1238,7 +1284,7 @@ toTwosComplement web3.utils.toTwosComplement(number) -Conversta negative numer into a twos complement. +Converts a negative numer into a two's complement. ---------- diff --git a/docs/_build/html/include_package-net.html b/docs/_build/html/include_package-net.html index de7823691e0..215472957a8 100644 --- a/docs/_build/html/include_package-net.html +++ b/docs/_build/html/include_package-net.html @@ -61,7 +61,7 @@

Returns

Example

-
web3.eth.getId()
+
web3.eth.net.getId()
 .then(console.log);
 > 1
 
diff --git a/docs/_build/html/index.html b/docs/_build/html/index.html index 50a7827f69b..f01e04385f6 100644 --- a/docs/_build/html/index.html +++ b/docs/_build/html/index.html @@ -198,6 +198,7 @@

web3.js - Ethereum JavaScript APIextend
  • newAccount
  • sign
  • +
  • ecRecover
  • web3.eth.Iban
      @@ -287,6 +288,7 @@

      web3.js - Ethereum JavaScript APIsha3
    • soliditySha3
    • isHex
    • +
    • isHexStrict
    • isAddress
    • toChecksumAddress
    • checkAddressChecksum
    • diff --git a/docs/_build/html/searchindex.js b/docs/_build/html/searchindex.js index 93f1ac92e7c..d701d46068e 100644 --- a/docs/_build/html/searchindex.js +++ b/docs/_build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:49,filenames:["callbacks-promises-events","getting-started","glossary","include_announcement","include_package-core","include_package-net","index","web3","web3-bzz","web3-eth","web3-eth-abi","web3-eth-accounts","web3-eth-contract","web3-eth-iban","web3-eth-net","web3-eth-personal","web3-eth-subscribe","web3-net","web3-shh","web3-utils"],objects:{},objnames:{},objtypes:{},terms:{"00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002df32340000000000000000000000000000000000000000000000000000000000fdfd000000000000000000000000000000000000000000000000000000000000":10,"0062a853de302513c57bfe3108ab493733034bf3cb313326f42cf26ea2619cf9":11,"04e9bcbb":11,"06f702337909c06c82b09b7a22f0a2f0855d1f68":11,"08ba6736363c5586434cd5b895e6fe41ea7db4785bd9b901dedce77a1514e8b8":11,"0c5f3b849289":11,"0de804dc63940820f6b3334e5a4bfc8214e27fb30bb7e9b7b74b25cd7eb5c604":11,"0f3ef79f7cf0":11,"0x0":9,"0x00":[9,16],"0x0000000000000000000000000000000000000000":[4,7,9,15,18],"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000":9,"0x0000000000000000000000000000000000000000000000000000000000000001":19,"0x000000000000000000000000000000000000000000000000000000000000000a":9,"0x0000000000000000000000000000000000000000000000000000000000000010":10,"0x0000000000000000000000000000000000000000000000000000000000000015":9,"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003df32340000000000000000000000000000000000000000000000000000000000":10,"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000748656c6c6f252100000000000000000000000000000000000000000000000000":10,"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000848656c6c6f212521000000000000000000000000000000000000000000000000":10,"0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000ea000000000000000000000000000000000000000000000000000000000000000848656c6c6f212521000000000000000000000000000000000000000000000000":10,"0x0000000000000000000000000000000000000000000000000000000000000040324567fff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000001b2":10,"0x000000000000000000000000000000000000000000000000000000000000f310":10,"0x000000000000000000000000000000000000000000000000000000008bd02b7b":10,"0x000000000000000000000000000000000000000000000000000000008bd02b7b0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000748656c6c6f212500000000000000000000000000000000000000000000000000":10,"0x0000000000000001":9,"0x000000000000003456ff":19,"0x000000ea":19,"0x00c5496aee77c1ba1f0854206a26dda82a81d6d8":13,"0x01020304":18,"0x033456732123ffff2342342dd12342434324234234fd234fd23fd4f23d4234":9,"0x04d1574d4eab8f3dde4d2dc7ed2c4d699d77cbbdd09167b8fffa099652ce4df00c4c6e0263eafe05007a46fdf0c8d32b11aeabcd3abbc7b2bc2bb967368a68e9c6":18,"0x09184e72a000":9,"0x09ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9c":11,"0x1":19,"0x11f4d0a3c12e86b4b5f39b213f7e19d048276da":[9,12,15],"0x12":9,"0x123":0,"0x1234":12,"0x12345":[12,16],"0x123456":16,"0x123456789":12,"0x12345678901234567890123456789012":2,"0x1234567890123456789012345678901234567891":12,"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef":9,"0x1234ffdd":12,"0x1c":11,"0x1da44b586eb0729ff70a73c326926f6ed5a25f5b056e7f47fbc6e58d86871655":11,"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347":9,"0x2302e1c0b972d00932deb5dab9eb2982f570597d9d42504c05d9c2147eaf9c88":9,"0x234":12,"0x234234e22b9ffc2387e18636e0534534a3d0c56b0243567432453264c16e78a2adc":18,"0x24ee0097":10,"0x24ee0097000000000000000000000000000000000000000000000000000000008bd02b7b0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000748656c6c6f212500000000000000000000000000000000000000000000000000":10,"0x25":[9,11],"0x2710":9,"0x2c7536e3605d9c16a7a3d7b1898e529396a65c23":11,"0x2f20677459120677484f7104c76deb6846a2c071f9b3152c103bb12cd54d1a4a":19,"0x30755ed65396facf86c53e6217c52b4daebe72aa4941d89635409de4c9c7f9466d4e9aaec7977f05e923889b33c0d0dd27d7226b6e6f56ce737465c5cfd04be400":[9,15],"0x324567fff":10,"0x3456ff":19,"0x3456ff00000000000000":19,"0x348ce564d427a3311b6536bbcff9390d69395b06ed6c486954e971d960fe8709":11,"0x3535353535353535353535353535353535353535":9,"0x3a1b03875115b79539e5bd33fb00d8f7b7cd61929d5a3c574f507b8acf415be":9,"0x3c69a194aaf415ba5d6afca734660d0a3d45acdc05d54cd1ca89a8988e7625b4":19,"0x3e27a893dc40ef8a7f0841d96639de2f58a132be5ae466d40087a2cfa83b7179":19,"0x407d73d8a49eeb85d32cf465507dd71d507100c1":[9,19],"0x4158eb81ad8e30cfcee67f20b1372983d388f1243a96e39f94fd2797b1e9c78":18,"0x432":0,"0x440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428":11,"0x4534534534":9,"0x48656c6c6f2125":19,"0x4920686176652031303021":19,"0x49206861766520313030e282ac":19,"0x4a817c800":9,"0x4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318":11,"0x4e8ebbefa452077428f93c9520d3edd60594ff452a29ac7d2ccc11d47f3ab95b":19,"0x4f4c17305743700648bc4f6cd3038ec6f6af0df73e31757007b7f59df7bee88d":9,"0x5208":9,"0x57cb2fc4":9,"0x58cf5f10":12,"0x58cf5f1000000000000000000000000000000000000000000000000000000000000007b":12,"0x5e11b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"0x5eed00000000000000000000000000005eed0000000000000000000000000000":9,"0x600160008035811a818181146012578301005b601b6001356025565b8060005260206000f25b600060078202905091905056":9,"0x6007e74cd82e037b800186422fc2da167c747ef045e5d18a5f5d4300f8e1a029":11,"0x603880600c6000396000f3006001600060e060020a600035048063c6888fa114601857005b6021600435602b565b8060005260206000f35b600081600702905091905056":9,"0x605280600c6000396000f3006000357c010000000000000000000000000000000000000000000000000000000090048063c6888fa114602e57005b60376004356041565b8060005260206000f35b6000600782029050604d565b91905056":9,"0x61c831beab28d67d1bb40b5ae1a11e2757fa842f031a2d0bc94a7867bc5d26c2":19,"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f":9,"0x661136a4267dba9ccdf6bfddb7c00e714de936674c4bdb065a531cf1cb15c7fc":19,"0x6892ffc6":19,"0x6893a6ee8df79b0f5d64a180cd1ef35d030f3e296a5361cf04d02ce720d32ec5":11,"0x727a108a0b8d101465414033c3f705a9c7b826e596766046ee1183dbc8aeaa68":11,"0x7e1941b264348e80c78c4027afc65a87b0a5e43e86742b8ca0823584c6788fd0":9,"0x7f7465737432000000000000000000000000000000000000000000000000000000600057":9,"0x7f9fade1c0d57a7af66ab4ead79fade1c0d57a7af66ab4ead7c2c2eb7b11a91385":[9,12],"0x85f43d8a49eeb85d32cf465507dd71d507100c1d":[9,19],"0x8888f1f195afa192cfee860698584c030f4c9db1":9,"0x88cfbd7e51c7a40540b233cf68b62ad1df3e92462f1c6018d6d67eae0f3b08f5":11,"0x8bda3abeb454847b515fa9b404cede50b1cc63cfdeddd4999d074284b4c21e15":18,"0x99d6":19,"0x9a":19,"0x9fc76417374aa880d4449a1f7f31ec597f00b1f6f3dd2d66f4c9c6c445836d8b":[9,12],"0xa13b31627c1ed7aaded5aecec71baf02fe123797fffd45e662eac8e06fbe4955":19,"0xa1de988600a42c4b4ab089b619297c17d53cffae5d5120d82d8a92d0bb3b78f2":11,"0xa5b9d60f32436310afebcfda832817a68921beb782fabf7915cc0460b443116a":19,"0xa82a520aff70f7a989098376e48ec128f25f767085e84d7fb995a9815eebff0a":18,"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b":9,"0xb8ce9ab6943e0eced004cde8e3bbed6568b2fa01":11,"0xb91467e570a6466aa9e9876cbcd013baba02900b8979d43fe208a4a4f339f5fd":11,"0xb91467e570a6466aa9e9876cbcd013baba02900b8979d43fe208a4a4f339f5fd6007e74cd82e037b800186422fc2da167c747ef045e5d18a5f5d4300f8e1a0291c":11,"0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a":19,"0xc15f786f34e5cef0fef6ce7c1185d799ecdb5ebca72b3310648c5588db2e99a0d73301c7a8d90115a91213f0bc9c72295fbaf584bf14dc97800550ea53577c9fb57c0249caeb081733b4e605cdb1a6011cee8b6d8fddb972c2b90157e23ba3baae6c68d4f0b5822242bb2c4cd821b9568d3033f10ec1114f641668fc1083bf79ebb9f5c15457b538249a97b22a4bcc4f02f06dec7318c16758f7c008001c2e14eba67d26218ec7502ad6ba81b2402159d7c29b068b8937892e3d4f0d4ad1fb9be5e66fb61d3d21a1c3163bce74c0a9d16891e2573146aa92ecd7b91ea96a6987ece052edc5ffb620a8987a83ac5b8b6140d8df6e92e64251bf3a2cec0cca":18,"0xc1912":19,"0xc1912fee45d61c87cc5ea59dae311904cd86b84fee17cc96966216f811ce6a79":19,"0xc1912fee45d61c87cc5ea59dae31190fffff2323":19,"0xc1912fee45d61c87cc5ea59dae31190fffff232d":19,"0xc6888fa10000000000000000000000000000000000000000000000000000000000000003":9,"0xc9cf86333bcb065d140032ecaab5d9281bde80f21b9687b3e94161de42d51895":11,"0xcc505ee6067fba3f6fc2050643379e190e087aeffe5d958ab9f2f3ed3800fa4":11,"0xd0122fc8df283027b6285cc889f5aa624eac1d23":11,"0xd1fe5700000000000000000000000000d1fe5700000000000000000000000000":9,"0xd1ff1c01710000000000000000000000d1ff1c01710000000000000000000000":9,"0xd5677cf67b5aa051bb40496e68ad359eb97cfbf8":9,"0xd7325de5c2c1cf0009fac77d3d04a9c004b038883446b065871bc3e831dcd098":11,"0xda3be87732110de6c1354c83770aae630ede9ac308d9f7b399ecfba23d923384":9,"0xdcc6960376d6c6dea93647383ffb245cfced97cf":9,"0xde0b295669a9fd93d5f28d9ec85e40f4cb697ba":[9,12],"0xde0b6b3a7640000":9,"0xdeadbeaf":18,"0xdf3234":10,"0xdf32340000000000000000000000000000000000000000000000000000000000":10,"0xe78150facd36e8eb00291e251424a0515aa1ff05":11,"0xea":19,"0xeb014f8c8b418db6b45774c326a0e64c78914dc0":9,"0xef95f2f1ed3ca60b048b4bf67cde2195961e0bba6f70bcbea9a2c4e133e34b46":[9,12],"0xf0109fc8df283027b6285cc889f5aa624eac1f55":11,"0xf1133199d44695dfa8fd1bcfe424d82854b5cebef75bddd7e40ea94cda515bcb":9,"0xf2cd2aa0c7926743b1d4310b2bc984a0a453c3d4":11,"0xf2eeb729e636a8cb783be044acf6b7b1e2c5863735b60d6daae84c366ee87d97":10,"0xf86180808401ef364594f0109fc8df283027b6285cc889f5aa624eac1f5580801ca031573280d608f75137e33fc14655f097867d691d5c4c44ebe5ae186070ac3d5ea0524410802cdc025034daefcdfa08e7d2ee3f0b9d9ae184b2001fe0aff07603d9":11,"0xf869808504e3b29200831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a0c9cf86333bcb065d140032ecaab5d9281bde80f21b9687b3e94161de42d51895a0727a108a0b8d101465414033c3f705a9c7b826e596766046ee1183dbc8aeaa68":11,"0xf86a8086d55698372431831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a009ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9ca0440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428":11,"0xf86c808504a817c800825208943535353535353535353535353535353535353535880de0b6b3a76400008025a04f4c17305743700648bc4f6cd3038ec6f6af0df73e31757007b7f59df7bee88da07e1941b264348e80c78c4027afc65a87b0a5e43e86742b8ca0823584c6788fd0":9,"0xf889808609184e72a00082271094000000000000000000000000000000000000000080a47f74657374320000000000000000000000000000000000000000000000000000006000571ca08a8bbf888cfa37bbf0bb965423625641fc956967b81d12e23709cead01446075a01ce999b56a8a88504be365442ea61239198e23d1fce7d00fcfc5cd3b44b7215f":9,"0xfb6e1a62d119228b":9,"0xfd43ade1c09fade1c0d57a7af66ab4ead7c2c2eb7b11a91ffdd57a7af66ab4ead7":[9,12],"0xfdfd":10,"0xffaadd11":18,"0xffddaa11":18,"0xfff23243":19,"0xfff456":19,"0xffffffdddddd1122":18,"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1":19,"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff":19,"0xz1912":19,"12th":9,"14df4cd20af6":11,"208dd732a27aa4803bb760228dff18515d5313fd085bbce60594a3919ae2d88d":11,"24th":12,"2885df2b63f7ef247d753c82fa20038a":11,"2b47fbafb3cce24570812a82e6e93cd9e2551bbc4823f6548ff0d82d2206b326":18,"2c7536e3605d9c16a7a3d7b1898e529396a65c23":11,"2e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"348ce564d427a3311b6536bbcff9390d69395b06ed6c486954e971d960fe8709":11,"396efb28f97":11,"3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"407b":11,"451f":11,"4531b3c174cc3ff32a6a7a85d6761b410db674807b2d216d022318ceee50be10":11,"497b":11,"497f4d26997a84d570778eae874b2333":11,"4e37":11,"5e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"603d80600c6000396000f3007c01000000000000000000000000000000000000000000000000000000006000350463c6888fa18114602d57005b6007600435028060005260206000f3":9,"7d34deae112841fba86e3e6cf08f5398dda323a8e4d29332621534e2c4069e8d":11,"7d6b91fa":11,"7e980476df218c05ecfcb0a2ca73597193a34c5a9d6da84d54e295ecd8e0c641":8,"83191a81":11,"8cccb91cb84e435437f7282ec2ffd2db":11,"94d1":11,"96fa":11,"9e1c7d24":11,"boolean":[4,5,7,8,9,11,13,14,15,16,17,18,19],"byte":[9,10,11,12,16,18,19],"case":[9,12,18,19],"catch":[8,12],"class":[4,7,9,15,18,19],"default":[2,4,7,9,11,12,15,16,18,19],"false":16,"final":[0,9,16],"float":18,"function":[0,1,2,4,7,8,9,10,11,12,13,14,15,16,18,19],"import":[9,16,18],"new":[],"null":[1,4,7,8,9,11,12,15,16,18,19],"public":[11,18],"return":[],"throw":9,"true":[2,5,8,9,10,11,12,13,14,15,16,17,18,19],"var":[1,4,7,8,9,11,12,13,15,16,17,18,19],_iban:13,a1c25da3ecde4e6a24f3697251dd15d6208520efc84ad97397e906e6df24d251:11,a314:11,a5c10851ef054c268a2438f10a21f6efe3dc3dcdcc2ea0e6a1a7a38bf8c91e23:8,aaca:11,abi:[],abidefinit:9,abl:[2,7],about:[12,14,18],abov:[2,12,16,19],accept:2,account:[],accur:14,act:0,action:0,actual:[10,12],add:[],addit:[0,4,7,9,11,12,15,16,18],addition:[9,12],addprivatekei:[],address2:12,address:[],addsymkei:[],adjust:18,af33b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f:18,af9eca5eb01b0f70e909f824f0e7cdb90c350a802f04a9f6afe056602b92272b:11,after:[1,9,11,12],alias:19,all:[0,4,7,8,9,11,12,15,16,18,19],allevent:[],allow:[0,4,6,7,8,9,11,12,15,16,17,18],allowp2p:18,alon:9,along:9,alreadi:[9,11,12],also:[2,4,7,8,9,11,12,13,15,16,18,19],alter:12,alwai:[2,12,19],amount:[9,12,19],ani:[12,14,18,19],anonym:[2,10,12],anoth:[8,12,16],any:[9,19],api:[],app:16,appear:[9,16],applicat:[2,10],arbitrari:[11,18],argument:[9,12,16,19],arrai:[2,4,7,9,10,11,12,15,16,18,19],ascii:19,asciitohex:[],assign:13,associ:18,asymmetr:18,asynchron:0,auto:[12,19],autodetect:[8,19],automat:[11,12],avail:[1,4,7,9,12,15,18],b10e:11,b16b:11,b2aac1485bd6ee1928665642bf8eae9ddfbc039c3a673658933d320bac6952e3:11,b5d89661b59a9af0b34f58d19138baa2de48baaf:11,b63d:11,b8b010fff37f9ae5559a352a185e86f9b9c1d7f7a9f1bd4e82a5dd35468fc7f6:11,b919:11,b972:11,babbag:19,balanc:[4,7,9,15,18],bar:8,base:[9,10],basic:19,batch:[4,7,9,15,18],bban:13,bbanaddress:13,becaus:[13,18],befor:[11,12,19],behaviour:19,below:[9,11,12,15,18],beneficiari:[9,16],between:18,bf31b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f:18,bf9b86f91372:11,big:[9,19],bignumb:[9,19],binari:[2,10],bit:9,block:[9,12,14,16],blockchain:[0,1,2,9,12,16],blockhash:[9,12],blockhashorblocknumb:9,blockhead:16,blocknumb:[9,12],bloom:[9,16],bool:19,both:18,boundari:9,broadcast:[1,18],browser:[1,4,7,8,9,11,15,17,18],buffer:[8,9],bytearrai:19,bytes10:10,bytes32:[2,10,12,19],bytestohex:[],bzz:[],bzzhash:8,c1912:19,c1912fee45d61c87cc5ea59dae31190fffff232d:19,calcul:[9,19],call:[],callback2:[4,7,9,15,18],callobject:9,can:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],canon:2,care:19,cb9712d1982ff89f571fa5dbef447f14b7e5f142232bd2a913aac833730eeb43:11,cec94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4:18,certain:9,chain:[0,9,11,12,14],chainid:11,chang:[4,7,8,9,12,15,16,18],charact:[11,19],characteramount:19,check:[5,9,13,14,16,17,18,19],checkaddresschecksum:[],checksum:[],cipher:11,cipherparam:11,ciphertext:11,circumv:9,clear:[],clearsubscript:[],client:[],clone:[],code:[9,10,12],coinbas:9,collat:[9,16],collect:[1,6],com:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],combin:[0,9,12],come:12,commun:[1,18],compar:14,compat:[4,7,8,9,15,18],compil:[],compilervers:9,complement:19,condit:9,confirm:[0,9,12],confirmationnumb:[9,12],confnumb:0,connect:[1,4,5,6,7,8,9,14,15,17,18],consol:[4,5,7,8,9,11,12,14,15,16,17,18],constant:[2,9,12],constructor:[2,12],contain:[1,2,4,7,9,10,11,12,14,15,18],content:[6,8],contracrt:9,contract1:12,contract2:12,contract:[],contractaddress:[9,12],control:9,conveni:19,convers:[13,19],conversta:19,convert:[9,11,12,13,15,19],cope:0,correct:9,could:[8,14],couldn:11,creat:[],createindirect:[],creation:[9,18],criteria:18,crypto:11,cryptograph:19,ctr:11,cumulativegasus:[9,12],current:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],currentblock:9,currentprovid:[],d2eb068b37e2df55f56fa97a2bf4f55e072bef0dd703bfd917717d9dc54510f0:11,d705ebed2a136d9e4db7e5ae70ed1f69d6a57370d5fbe06281eb07615f404410:11,dag:9,dapp:[1,4,7,9,15,18,19],data:[0,2,8,9,10,11,12,15,16,18],databas:12,datatosign:[9,15],dcf8ab05:11,deal:9,decentr:[1,8],declar:2,decod:[10,11],decodelog:[],decodeparamet:[],decrypt:[],defaultaccount:[],defaultblock:[],defaultfil:8,defin:12,delet:18,deletekeypair:[],deletemessagefilt:[],deletesymkei:[],denomin:[],depend:[9,12,16],deploi:[],deploy:12,deployemnt:[],deprec:[4,7,9,15,18,19],deriv:[12,18],describ:2,descript:[4,7,9,15,18],destin:9,detail:[4,7,9,12,15,18,19],deteac:14,detect:[12,19],determin:9,develop:[0,1],developerdoc:9,differ:[0,9,12,16,19],difficulti:9,digest:9,dir:8,direct:[13,18],directcal:[4,7,9,15,18],directli:[4,7,9,11,15,18],directori:8,dirhash:8,disk:8,displai:19,dist:1,dklen:11,doc:8,doesn:9,don:[],done:1,doubl:18,download:[],dure:[9,12],dynam:18,e331b6d69882b4cb4ea581d88e0b604039a3de5967688d3dcffdd2270c0fd109:9,each:[2,4,7,9,12,15,16,18,19],earliest:[9,16],easi:12,ecosystem:1,ecrecov:15,either:[8,9,11,18],els:16,emitt:[0,9,12,16],empti:11,encod:[9,10,11,12],encode:[10,12],encodeabi:[],encodeeventsignatur:[],encodefunctioncal:[],encodefunctionsignatur:[],encodeparamet:[],encrypt:[],encryptedprivatekei:11,endow:9,enod:18,enode:18,entri:[9,16],entropi:11,envelop:[11,18],envelov:[],environ:[4,7,8,9,15,18],err:12,error:[0,9,11,12,15,16,18],estim:[9,12],estimatega:[],etc:[4,7,8,9,15,18],eth:[],eth_callforfun:[4,7,9,15,18],eth_gaspricesup:[4,7,9,15,18],eth_getbal:[4,7,9,15,18],ether:[2,19],ethereum:[],ethereumj:9,ethereumprovid:1,etheruem:[],ethxreggavofyork:13,event2:2,eventemitt:[12,16],eventnam:10,everi:[9,12],evm:[10,12],exce:18,except:[4,7,8,9,15,18],execut:[4,7,9,12,15,18],exist:[2,11,13,18],experiment:18,expir:18,expos:7,extension:[4,7,9,15,18],extra:[9,16],extradata:[9,16],f6dcf21ed6a17bd78d8c4c63195ab997b3b65ea683705501eae82d32667adc92:18,fail:16,failur:18,fallback:[2,12],fals:[2,9,11,12,13,15,16,18,19],fe22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f:18,fea94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4:18,femtoeth:19,few:9,field:[2,9,10,16],file:[1,4,7,8,9,15,18],filehash:8,filter:[9,12,16,18],find:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],finish:16,finnei:19,finsih:16,fire:[0,9,12,16],first:[1,9,10,11,12,15,16,18,19],folder:8,follow:[1,2,4,6,7,8,9,11,12,13,15,16,18,19],foo:[2,8,12],form:10,format:[4,7,9,15,18],formatt:[4,7,9,15,18],forward:18,found:[9,11],from:[0,4,7,8,9,10,11,12,13,15,16,18,19],fromaddress:12,fromascii:19,frombban:[],fromblock:[9,12,16],fromdecim:19,fromethereumaddress:[],fromutf8:19,fromwei:[],front:19,frozeman:[],functionnam:10,further:18,futur:18,gasamount:12,gaslimit:[9,16],gaspric:[9,11,12],gasus:[9,12,16],gatewai:8,gavofyork:13,gener:[9,11,12,13,16,18,19],generatesymkeyfrompassword:[],genert:18,genesi:[9,14],getaccount:[],getbal:[],getblock:[],getblocknumb:[],getblocktransactioncount:[],getcod:[],getcoinbas:[],getcompil:[],getfiltermessag:[],getgaspric:[],getgaspricesuperfunct:[4,7,9,15,18],geth:[4,7,9,15,18],gethashr:[],gether:19,getinfo:[],getpastev:[],getpastlog:[],getprivatekei:[],getprotocolvers:[],getpublickei:[],getstorageat:[],getsymkei:[],gettransact:[],gettransactioncount:[],gettransactionfromblock:[],gettransactionreceipt:[],getuncl:[],getvers:[],getwork:[],github:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],give:[4,7,8,9,12,15,18],given:[4,7,8,9,10,11,12,15,16,18,19],givenprovid:[],grand:19,guess:14,guid:6,gwei:[12,19],handl:19,hash:[0,8,9,10,11,12,14,16,18,19],hashmessag:[],hashstringornumb:9,haskeypair:[],hassymkei:[],have:[1,4,7,9,12,15,16,18,19],head:9,header:[9,16],hello:[9,10,11,12,15,19],helloxxxxxxxxxxxxxxx:19,help:[0,12],helper:1,here:[11,12],hex:[9,11,18,19],hexstr:[10,19],hextoascii:[],hextobyt:[],hextonumb:[],hextonumberstr:[],hextostr:19,hextoutf8:[],highestblock:9,highli:15,histor:18,hous:7,html:8,http:[4,6,7,8,9,15,18],httpprovid:[4,7,9,15,18],iban:[],ibanaddress:13,ident:18,identifi:[13,16],immedi:12,impos:18,incl:19,includ:[9,10,19],incom:[12,16,18],income:18,incorrect:[9,13],increas:11,index:[2,6,8,9,10,11,12],indexnumb:9,indic:12,indicat:18,indirect:13,individu:9,indutni:[],info:9,inform:[14,15,18],initialis:9,input:[2,9,10,12,19],inputaddressformatt:[4,7,9,15,18],inputdefaultblocknumberformatt:[4,7,9,15,18],inputformatt:[4,7,9,15,18],instal:[1,6],instanc:[1,12,13,16,19],instanti:[4,7,9,12,13,15,18],instead:[4,7,9,12,15,18,19],institut:[],int256:19,int8:19,integer:[9,12],integr:0,intend:18,interact:[6,7,8,9,12,15,17,18],interpret:19,introduc:18,invalid:19,ipc:[4,6,7,9,15,18],ipcprovid:[4,7,9,15,18],isaddress:[],isbignumb:[],isbn:[],isdirect:[],ishex:[],isindirect:[],ismin:[],issync:[],isvalid:[],item:[4,7,9,15,18],itself:[12,16,18],javascript:[],jsoninterfac:[],just:19,kdf:11,kdfparam:11,keccak256:[11,19],keep:[16,18],kei:[8,9,11,12,18,19],kept:8,kether:19,keynam:11,keypair:18,keysor:[],keystor:[9,11],keystorearrai:11,keystorejsonv3:11,keyword:6,kind:[0,8],know:12,known:18,knownstat:9,kwei:19,languag:9,languagevers:9,larger:18,last:[0,9,18],later:12,latest:[4,7,9,12,15,18],launch:8,lead:19,least:11,leav:[9,11,16],left:[9,19],leftpad:[],legaci:[4,7,9,15,18],length:[11,18],let:[10,12,13,16],letter:[9,19],level:[0,12],librari:[1,4,6,7,9,15,18,19],like:[0,1,13,15,16,18],limit:[12,18],link:1,linux:[4,7,9,15,18],list:[7,9,10,16],listen:[5,14,17,18],live:18,lll:[],load:[],local:[1,4,6,7,8,9,11,12,15,17,18],localhost:[1,4,7,8,9,11,15,18],localpath:8,localstorag:11,lockaccount:15,log:[],logindex:[9,12],logsbloom:[9,16],look:[9,12],lovelac:19,low:12,lower:9,lowercas:[9,11,12,19],mac:[4,7,9,11,15,18],machin:10,made:[9,12],mai:9,mailserv:18,main:14,mainnet:14,major:7,make:[9,11,12,19],mandatori:18,mani:[15,19],manifest:8,manual:[7,8,12],mark:18,marktrustedp:[],match:[9,12,18],max:[9,12],maxim:18,maximum:[9,12,16],maxmessages:18,mean:[9,10,12,19],median:9,memori:[11,18],messag:[9,11,18],messagehash:11,met:9,metamask:1,meteor:1,mether:19,method:[],micro:19,microeth:19,might:[8,18],mikemcl:[],milli:19,millieth:19,mime:8,mimic:19,mimick:[],min:1,mind:[9,12],mine:[0,9,16],miner:[9,16],minim:18,minimum:18,minpow:18,mist:[1,4,7,9,15,18],mix:[8,9,10,12,16,19],modifi:2,modul:[],morden:14,more:[7,8,9,11,16,18],most:[0,4,7,9,15,18],multi:[12,19],multipl:[0,8,11,12],multipli:9,must:[8,9,16,18],mwei:19,mybyt:10,mycontract:[9,12],myevent:[10,12],myfunct:[10,12],myindexedparam:12,mymethod:[],mymodul:[4,7,9,15,18],mynonindexparam:12,mynumb:[10,12],myotherev:12,myotherindexedparam:12,myprovid:[4,7,8,9,15,18],mysmallnumb:10,mystr:[10,12],myuser:[4,7,9,15,18],myvar2:12,myvar:12,mywalletkei:11,name:[2,4,7,8,9,10,12,15,18],nano:19,nanoeth:19,nativ:[4,7,8,9,15,18],necessari:[8,11],need:[0,1,4,7,8,9,15,18],neg:19,net:[],network:[5,7,9,14,17,18],never:[9,11,15,18],newaccount:[],newblockhead:[],newcontractinst:12,newkeypair:[],newmessagefilt:[],newsymkei:[],next:11,node:[1,4,5,6,7,8,9,14,15,16,17,18],noether:19,non:[9,10,12,19],nonc:[9,11,16],none:[4,5,7,8,9,11,12,13,14,15,17,18],nonpay:2,normal:0,note:[],notifi:18,now:[1,18],npm:1,number:[4,5,7,9,11,12,14,15,16,17,18,19],numberofaccount:11,numbertohex:[],numer:19,object:[0,1,2,4,7,8,9,10,11,12,13,15,16,18,19],obtain:18,occour:[12,16],occur:[9,12],off:0,old:18,omit:2,onc:[],onli:[2,8,9,11,12,16,18,19],open:8,oper:16,option1:[9,16],option2:[9,16],option:[],optional:[8,9,11,12,15,16,18],oracl:9,order:[9,16],org:9,origin:[9,12],other:[16,18,19],otherwis:[4,7,8,9,10,15,18,19],out:[9,12,16],outgo:18,output:[2,4,7,9,10,12,15,18],outputformatt:[4,7,9,15,18],over:[8,12,15],overrid:9,overridden:11,overview:18,overwhelm:18,overwrit:9,own:[8,9,16,18],p2p:[1,18],pack:19,packag:[4,7,8,9,11,15,16,17,18,19],pad:[18,19],padleft:6,padright:6,page:6,pair:18,param1:[12,19],param2:[12,19],param:[4,7,9,15,18],paramat:10,paramet:[],paramx:19,parent:[9,16],parenthash:[9,16],part:2,parti:18,particular:[9,16],pass:[9,11,12,16],password:[11,15,18],past:[9,12],path:[4,7,8,9,15,18],payabl:2,payload:18,peer:[5,14,17,18],pend:[9,12,16],pendingtransact:[],per:9,person:[],pick:[],picker:8,picoeth:19,pipe:[4,7,9,15,18],plain:[8,15],pleas:[4,7,9,15,18],poll:18,posit:[9,11,12,19],possibl:[2,19],post:[],pow:[9,18],powhash:9,powtarget:18,powtim:18,prefic:19,present:[2,8,18],price:[9,11,12],prior:9,privat:[9,11,14,18],privatekei:[9,11,18],privatekeyid:18,privatekeytoaccount:[],process:18,progress:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],project:[0,1],promiev:[0,9,12],proof:[9,16,18],properti:[],protocol:[1,7,9,18],prove:9,provid:[],pseudo:19,pubkei:18,pulledst:9,pure:[1,2],push:18,question:[],rais:18,ran:12,random:[11,18,19],randomhex:[],rare:18,rather:19,raw:[8,9,12,18],rawtransact:11,rawtx:9,read:2,readi:11,reason:19,receipt:[0,9,12,16],receiptroot:16,receiv:[9,12,14,18],recent:9,recevi:11,recipi:18,recipientpublickei:18,recov:[],recoveri:11,recovertransact:[],refer:[6,9,19],refund:9,regain:16,regener:12,reject:18,rel:18,relat:7,releas:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],relev:2,remix:9,remot:[1,6,7,8,9,15,17,18],remotenod:[4,7,9,15,18],remov:[],repres:2,represent:[10,19],request:[4,7,9,15,18],requestmanag:[16,18],requir:[0,1,4,7,8,9,11,15,17,18],requr:8,reset:[16,18],resolv:[9,12],respect:12,respond:[4,7,9,15,18],result:[2,9,10,11,12,15,16,18,19],retriev:[11,18],returnsignatur:11,returntransactionobject:9,returnvalu:12,reward:[9,16],right:[9,12,19],rightpad:[],rlp:[9,11],root:[9,16],ropsten:14,rpc:[4,7,9,12,15,18],run:[4,6,7,9,15,18],safe:19,safli:19,salt:11,same:[2,8,9,11,12,15,16,19],sampl:8,save:[],scrypt:11,search:6,second:[9,11,12,15,16,18],secur:[4,7,9,11,15,18],see:[4,7,8,9,10,11,12,15,16,18,19],seed:9,seedhash:9,seen:11,segment:2,select:8,send:[],sender:9,sendsignedtransact:[],sendtransact:[],sensit:15,sent:[9,12],separ:[4,7,8,9,11,15,18],serial:9,serializedtx:9,serpent:[],set:[1,4,7,8,9,11,12,15,17,18],setmaxmessages:[],setminpow:[],sha3:[],sha3uncl:[9,16],shannon:19,share:11,shh:[],should:[9,11,12,18,19],show:[16,19],sig:18,sign:[],signatur:[9,10,11,12,15,18],signatureobject:11,signedtransactiondata:9,signtransact:[],simpl:11,simpli:12,simul:9,singl:12,single:12,singleton:13,size:[9,18,19],smallest:19,smart:[1,2,9,12],solid:[],soliditysah3:[],soliditysha3:[],solut:9,some:[4,7,8,9,11,12,15,16,17,18],somecontract:12,sourc:[4,7,8,9,15,18],sourcecod:9,specif:[],specifi:[2,9,18],spent:18,stackexchang:[],stage:0,standalon:[11,12],standard:[0,4,7,9,11,15,18],startingblock:9,stat:16,state:[2,9,12,16],statemut:2,stateroot:[9,16],ste:[],still:[9,12],stop:16,storag:[1,9,11],store:[8,11,12,18],string:[2,4,7,8,9,10,11,12,13,14,15,16,18,19],stringtohex:19,strong:[11,19],structur:[8,9,11,12,16],sub:[4,7,8,9,15,18],submit:9,submitwork:[],subscrib:[],subscript:[4,7,9,12,15,16,18],success:[12,16,18],successful:16,successfulli:16,superpassword:15,support:[1,7,9,15,17,18],sure:11,swarm:[1,7,8],sym:18,symkei:18,symkeyid:18,symmetr:18,sync:[],synchron:11,synchronis:16,szabo:19,take:12,taken:19,target:[8,9,18],targetp:18,test:[2,8,9,11,14,15],testint:2,testnet:14,tether:19,text:[8,15,19],tfunction:9,thei:[11,12,16,18],them:7,therefor:0,thi:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],thing:8,those:12,through:[6,12],tightli:19,time:[4,7,8,9,12,15,18],timer:16,timestamp:[9,16,18],toaddress:[],toascii:19,toblock:[9,12],tobn:[],tochecksumaddress:[],todecim:19,todo:15,tohex:[],toiban:[],topic:[2,9,10,12,16,18],tostr:[],total:[9,16,19],totaldifficulti:9,totwoscompl:6,toutf8:19,towei:[],transact:[0,9,11,12,16],transactionhash:[0,9,12],transactionindex:[9,12],transactionobject:9,transactionsroot:[9,16],transfer:[9,11],treturn:9,tricki:19,trie:[9,16],trust:18,ttl:18,two:19,txt:8,type:[2,8,9,10,12,16,18,19],typesarrai:10,uint256:[2,9,10,12,19],uint32:10,uint8:10,uint8arrai:8,uint:[2,9,19],umbrella:[4,7,8,9,15,17,18],uncl:[9,16],uncleindex:9,undefin:[9,12],under:18,underli:18,underscor:19,underscorej:[],unencrypt:11,union:19,unit:19,unitmap:[],unix:[9,16,18],unlock:9,unlockaccount:15,unsecur:15,unsubscrib:[12,16],until:9,unus:9,upload:[],upper:19,uppercas:[9,19],url:8,usag:[4,7,9,11,15,18],use:9,used:[9,12],useful:19,user:[4,6,7,9,15,18],userdoc:9,using:[2,4,7,9,12,15,18],utf8:11,utf8tohex:[],utf:[11,19],util:[],utiliti:7,vailid:13,valid:[4,7,8,9,13,15,18,19],veri:18,verifi:18,version:[],via:[9,12,18],view:2,virtual:10,wai:[0,19],wallet:[],want:[4,7,9,15,16,18],watch:0,web3js_wallet:11,websocket:[4,7,9,15,18],websocketprovid:[4,7,9,15,18],wei:[9,11,12,19],well:[0,6,9],were:[9,12,16],what:[],when:[4,7,8,9,11,12,15,16,18,19],where:[8,9,12,18],whether:9,which:[1,2,4,6,7,8,9,10,11,12,15,16,18],whisper:[1,7,18],who:[],whom:[9,16],wiki:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],window:[4,7,9,15,18],within:18,without:[10,12],won:[4,7,9,15,18],work:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],world:[9,11,15],would:[2,12,19],wrong:19,x19ethereum:11,xe7338o073kygtwwzn0f2wz0r8px5zppzs:13,xe81ethxreggavofyork:13,xe82ethxreggavofyork:13,xreg:13,xxxxxxxxxxxxxxxhello:19,yet:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],you:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],your:[1,8,9,15]},titles:["Callbacks Promises Events","Getting Started","Glossary","<no title>","setProvider","getId","web3.js - Ethereum JavaScript API","web3","web3.bzz","web3.eth","web3.eth.abi","web3.eth.accounts","web3.eth.Contract","web3.eth.Iban","web3.eth.net","web3.eth.personal","web3.eth.subscribe","web3.*.net","web3.shh","web3.utils"],titleterms:{"new":12,"return":[4,5,7,8,9,10,11,12,13,14,15,16,17,18,19],abi:[9,10],account:[9,11],add:11,adding:1,addprivatekei:18,address:[9,12],addsymkei:18,allevent:12,api:6,asciitohex:19,batchrequest:[4,7,9,15,18],bytestohex:19,bzz:8,call:[9,12],callback:0,checkaddresschecksum:19,checksum:[9,13],clear:11,clearsubscript:[16,18],client:13,clone:12,compil:9,contract:[9,12],creat:11,createindirect:13,currentprovid:[4,7,8,9,15,18],decodelog:10,decodeparamet:10,decrypt:11,defaultaccount:9,defaultblock:9,deletekeypair:18,deletemessagefilt:18,deletesymkei:18,deploi:12,document:[],download:8,encodeabi:12,encodeeventsignatur:10,encodefunctioncal:10,encodefunctionsignatur:10,encodeparamet:10,encrypt:11,estimatega:[9,12],eth:[9,10,11,12,13,14,15,16],ethereum:6,event:[0,12],exampl:[2,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19],extend:[4,7,9,15,18],frombban:13,fromethereumaddress:13,fromwei:19,generatesymkeyfrompassword:18,get:1,getaccount:9,getbal:9,getblock:9,getblocknumb:9,getblocktransactioncount:9,getcod:9,getcoinbas:9,getcompil:9,getfiltermessag:18,getgaspric:9,gethashr:9,getid:[5,14,17,18],getinfo:18,getnetworktyp:14,getpastev:12,getpastlog:9,getpeercount:[5,14,17,18],getprivatekei:18,getprotocolvers:9,getpublickei:18,getstorageat:9,getsymkei:18,gettransact:9,gettransactioncount:9,gettransactionfromblock:9,gettransactionreceipt:9,getuncl:9,getvers:18,getwork:9,givenprovid:[4,7,8,9,15,18],glossari:2,hashmessag:11,haskeypair:18,hassymkei:18,hextoascii:19,hextobyt:19,hextonumb:19,hextonumberstr:19,hextoutf8:19,iban:[9,13],indice:[],institut:13,interfac:2,isaddress:19,isbignumb:19,isbn:19,isdirect:13,ishex:19,isindirect:13,islisten:[5,14,17,18],ismin:9,issync:9,isvalid:13,javascript:6,json:2,jsoninterfac:12,leftpad:[],lll:9,load:11,log:16,marktrustedp:18,method:12,modul:7,mymethod:12,net:[9,14,17],newaccount:15,newblockhead:16,newkeypair:18,newmessagefilt:18,newsymkei:18,note:9,notif:[16,18],numbertohex:19,onc:12,option:12,padleft:19,padright:19,paramet:[4,5,7,8,9,10,11,12,13,14,15,16,17,18,19],pendingtransact:16,person:[9,15],pick:8,post:18,privatekeytoaccount:11,promis:0,properti:[9,12],provid:[4,7,9,15,18],randomhex:19,recov:11,recovertransact:11,remov:11,retrun:19,rightpad:[],save:11,send:12,sendsignedtransact:9,sendtransact:9,serpent:9,setmaxmessages:18,setminpow:18,setprovid:[4,7,8,9,15,18],sha3:19,shh:18,sign:[9,11,15],signtransact:[9,11],solid:9,soliditysha3:19,specif:2,start:1,submitwork:9,subscrib:[9,16,18],sync:16,tabl:[],toaddress:13,tobn:19,tochecksumaddress:19,tohex:19,toiban:13,tostr:13,totwoscompl:19,towei:19,unitmap:19,upload:8,utf8tohex:19,util:[7,19],valu:[4,7,9,15,18,19],version:7,wallet:11,web3:[1,6,7,8,9,10,11,12,13,14,15,16,17,18,19],welcom:[]}}) \ No newline at end of file +Search.setIndex({envversion:49,filenames:["callbacks-promises-events","getting-started","glossary","include_announcement","include_package-core","include_package-net","index","web3","web3-bzz","web3-eth","web3-eth-abi","web3-eth-accounts","web3-eth-contract","web3-eth-iban","web3-eth-net","web3-eth-personal","web3-eth-subscribe","web3-net","web3-shh","web3-utils"],objects:{},objnames:{},objtypes:{},terms:{"00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002df32340000000000000000000000000000000000000000000000000000000000fdfd000000000000000000000000000000000000000000000000000000000000":10,"0062a853de302513c57bfe3108ab493733034bf3cb313326f42cf26ea2619cf9":11,"04e9bcbb":11,"06f702337909c06c82b09b7a22f0a2f0855d1f68":11,"08ba6736363c5586434cd5b895e6fe41ea7db4785bd9b901dedce77a1514e8b8":11,"0c5f3b849289":11,"0de804dc63940820f6b3334e5a4bfc8214e27fb30bb7e9b7b74b25cd7eb5c604":11,"0f3ef79f7cf0":11,"0x0":9,"0x00":[9,16],"0x0000000000000000000000000000000000000000":[4,7,9,15,18],"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000":9,"0x0000000000000000000000000000000000000000000000000000000000000001":19,"0x000000000000000000000000000000000000000000000000000000000000000a":9,"0x0000000000000000000000000000000000000000000000000000000000000010":10,"0x0000000000000000000000000000000000000000000000000000000000000015":9,"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003df32340000000000000000000000000000000000000000000000000000000000":10,"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000748656c6c6f252100000000000000000000000000000000000000000000000000":10,"0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000848656c6c6f212521000000000000000000000000000000000000000000000000":10,"0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000ea000000000000000000000000000000000000000000000000000000000000000848656c6c6f212521000000000000000000000000000000000000000000000000":10,"0x0000000000000000000000000000000000000000000000000000000000000040324567fff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000001b2":10,"0x000000000000000000000000000000000000000000000000000000000000f310":10,"0x000000000000000000000000000000000000000000000000000000008bd02b7b":10,"0x000000000000000000000000000000000000000000000000000000008bd02b7b0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000748656c6c6f212500000000000000000000000000000000000000000000000000":10,"0x0000000000000001":9,"0x000000000000003456ff":19,"0x000000ea":19,"0x00c5496aee77c1ba1f0854206a26dda82a81d6d8":13,"0x01020304":18,"0x033456732123ffff2342342dd12342434324234234fd234fd23fd4f23d4234":9,"0x04d1574d4eab8f3dde4d2dc7ed2c4d699d77cbbdd09167b8fffa099652ce4df00c4c6e0263eafe05007a46fdf0c8d32b11aeabcd3abbc7b2bc2bb967368a68e9c6":18,"0x09184e72a000":9,"0x09ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9c":[],"0x1":19,"0x11f4d0a3c12e86b4b5f39b213f7e19d048276da":[9,12,15],"0x12":9,"0x123":0,"0x1234":12,"0x12345":[12,16],"0x123456":16,"0x123456789":12,"0x12345678901234567890123456789012":2,"0x1234567890123456789012345678901234567891":12,"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef":9,"0x1234567891011121314151617181920212223456":15,"0x1234ffdd":12,"0x1c":11,"0x1da44b586eb0729ff70a73c326926f6ed5a25f5b056e7f47fbc6e58d86871655":11,"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347":9,"0x2302e1c0b972d00932deb5dab9eb2982f570597d9d42504c05d9c2147eaf9c88":9,"0x234":12,"0x234234e22b9ffc2387e18636e0534534a3d0c56b0243567432453264c16e78a2adc":18,"0x24ee0097":10,"0x24ee0097000000000000000000000000000000000000000000000000000000008bd02b7b0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000748656c6c6f212500000000000000000000000000000000000000000000000000":10,"0x25":[9,11],"0x2710":9,"0x2c7536e3605d9c16a7a3d7b1898e529396a65c23":11,"0x2f20677459120677484f7104c76deb6846a2c071f9b3152c103bb12cd54d1a4a":19,"0x30755ed65396facf86c53e6217c52b4daebe72aa4941d89635409de4c9c7f9466d4e9aaec7977f05e923889b33c0d0dd27d7226b6e6f56ce737465c5cfd04be400":[9,15],"0x324567fff":10,"0x3456ff":19,"0x3456ff00000000000000":19,"0x348ce564d427a3311b6536bbcff9390d69395b06ed6c486954e971d960fe8709":11,"0x3535353535353535353535353535353535353535":9,"0x3a1b03875115b79539e5bd33fb00d8f7b7cd61929d5a3c574f507b8acf415be":9,"0x3c69a194aaf415ba5d6afca734660d0a3d45acdc05d54cd1ca89a8988e7625b4":19,"0x3e27a893dc40ef8a7f0841d96639de2f58a132be5ae466d40087a2cfa83b7179":19,"0x407d73d8a49eeb85d32cf465507dd71d507100c1":[9,19],"0x4158eb81ad8e30cfcee67f20b1372983d388f1243a96e39f94fd2797b1e9c78":18,"0x432":0,"0x440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428":11,"0x4534534534":9,"0x48656c6c6f2125":19,"0x4920686176652031303021":19,"0x49206861766520313030e282ac":19,"0x4a817c800":9,"0x4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318":11,"0x4e8ebbefa452077428f93c9520d3edd60594ff452a29ac7d2ccc11d47f3ab95b":19,"0x4f4c17305743700648bc4f6cd3038ec6f6af0df73e31757007b7f59df7bee88d":9,"0x5208":9,"0x57cb2fc4":9,"0x58cf5f10":12,"0x58cf5f1000000000000000000000000000000000000000000000000000000000000007b":12,"0x5e11b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"0x5eed00000000000000000000000000005eed0000000000000000000000000000":9,"0x600160008035811a818181146012578301005b601b6001356025565b8060005260206000f25b600060078202905091905056":9,"0x6007e74cd82e037b800186422fc2da167c747ef045e5d18a5f5d4300f8e1a029":11,"0x603880600c6000396000f3006001600060e060020a600035048063c6888fa114601857005b6021600435602b565b8060005260206000f35b600081600702905091905056":9,"0x605280600c6000396000f3006000357c010000000000000000000000000000000000000000000000000000000090048063c6888fa114602e57005b60376004356041565b8060005260206000f35b6000600782029050604d565b91905056":9,"0x61c831beab28d67d1bb40b5ae1a11e2757fa842f031a2d0bc94a7867bc5d26c2":19,"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f":9,"0x661136a4267dba9ccdf6bfddb7c00e714de936674c4bdb065a531cf1cb15c7fc":19,"0x6892ffc6":19,"0x6893a6ee8df79b0f5d64a180cd1ef35d030f3e296a5361cf04d02ce720d32ec5":11,"0x727a108a0b8d101465414033c3f705a9c7b826e596766046ee1183dbc8aeaa68":11,"0x7e1941b264348e80c78c4027afc65a87b0a5e43e86742b8ca0823584c6788fd0":9,"0x7f7465737432000000000000000000000000000000000000000000000000000000600057":9,"0x7f9fade1c0d57a7af66ab4ead79fade1c0d57a7af66ab4ead7c2c2eb7b11a91385":[9,12],"0x85f43d8a49eeb85d32cf465507dd71d507100c1d":[9,19],"0x8888f1f195afa192cfee860698584c030f4c9db1":9,"0x88cfbd7e51c7a40540b233cf68b62ad1df3e92462f1c6018d6d67eae0f3b08f5":11,"0x8bda3abeb454847b515fa9b404cede50b1cc63cfdeddd4999d074284b4c21e15":18,"0x99d6":19,"0x9a":19,"0x9ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9c":11,"0x9fc76417374aa880d4449a1f7f31ec597f00b1f6f3dd2d66f4c9c6c445836d8b":[9,12],"0xa13b31627c1ed7aaded5aecec71baf02fe123797fffd45e662eac8e06fbe4955":19,"0xa1de988600a42c4b4ab089b619297c17d53cffae5d5120d82d8a92d0bb3b78f2":11,"0xa5b9d60f32436310afebcfda832817a68921beb782fabf7915cc0460b443116a":19,"0xa82a520aff70f7a989098376e48ec128f25f767085e84d7fb995a9815eebff0a":18,"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b":9,"0xb8ce9ab6943e0eced004cde8e3bbed6568b2fa01":11,"0xb91467e570a6466aa9e9876cbcd013baba02900b8979d43fe208a4a4f339f5fd":11,"0xb91467e570a6466aa9e9876cbcd013baba02900b8979d43fe208a4a4f339f5fd6007e74cd82e037b800186422fc2da167c747ef045e5d18a5f5d4300f8e1a0291c":11,"0xbc36789e7a1e281436464229828f817d6612f7b477d66591ff96a9e064bcc98a":19,"0xc15f786f34e5cef0fef6ce7c1185d799ecdb5ebca72b3310648c5588db2e99a0d73301c7a8d90115a91213f0bc9c72295fbaf584bf14dc97800550ea53577c9fb57c0249caeb081733b4e605cdb1a6011cee8b6d8fddb972c2b90157e23ba3baae6c68d4f0b5822242bb2c4cd821b9568d3033f10ec1114f641668fc1083bf79ebb9f5c15457b538249a97b22a4bcc4f02f06dec7318c16758f7c008001c2e14eba67d26218ec7502ad6ba81b2402159d7c29b068b8937892e3d4f0d4ad1fb9be5e66fb61d3d21a1c3163bce74c0a9d16891e2573146aa92ecd7b91ea96a6987ece052edc5ffb620a8987a83ac5b8b6140d8df6e92e64251bf3a2cec0cca":18,"0xc1912":19,"0xc1912fee45d61c87cc5ea59dae311904cd86b84fee17cc96966216f811ce6a79":19,"0xc1912fee45d61c87cc5ea59dae31190fffff2323":19,"0xc1912fee45d61c87cc5ea59dae31190fffff232d":19,"0xc6888fa10000000000000000000000000000000000000000000000000000000000000003":9,"0xc9cf86333bcb065d140032ecaab5d9281bde80f21b9687b3e94161de42d51895":11,"0xcc505ee6067fba3f6fc2050643379e190e087aeffe5d958ab9f2f3ed3800fa4":11,"0xd0122fc8df283027b6285cc889f5aa624eac1d23":11,"0xd1fe5700000000000000000000000000d1fe5700000000000000000000000000":9,"0xd1ff1c01710000000000000000000000d1ff1c01710000000000000000000000":9,"0xd5677cf67b5aa051bb40496e68ad359eb97cfbf8":9,"0xd7325de5c2c1cf0009fac77d3d04a9c004b038883446b065871bc3e831dcd098":11,"0xda3be87732110de6c1354c83770aae630ede9ac308d9f7b399ecfba23d923384":9,"0xdcc6960376d6c6dea93647383ffb245cfced97cf":9,"0xde0b295669a9fd93d5f28d9ec85e40f4cb697ba":[9,12],"0xde0b6b3a7640000":9,"0xdeadbeaf":18,"0xdf3234":10,"0xdf32340000000000000000000000000000000000000000000000000000000000":10,"0xe78150facd36e8eb00291e251424a0515aa1ff05":11,"0xea":19,"0xeb014f8c8b418db6b45774c326a0e64c78914dc0":9,"0xef95f2f1ed3ca60b048b4bf67cde2195961e0bba6f70bcbea9a2c4e133e34b46":[9,12],"0xf0109fc8df283027b6285cc889f5aa624eac1f55":11,"0xf1133199d44695dfa8fd1bcfe424d82854b5cebef75bddd7e40ea94cda515bcb":9,"0xf2cd2aa0c7926743b1d4310b2bc984a0a453c3d4":11,"0xf2eeb729e636a8cb783be044acf6b7b1e2c5863735b60d6daae84c366ee87d97":10,"0xf86180808401ef364594f0109fc8df283027b6285cc889f5aa624eac1f5580801ca031573280d608f75137e33fc14655f097867d691d5c4c44ebe5ae186070ac3d5ea0524410802cdc025034daefcdfa08e7d2ee3f0b9d9ae184b2001fe0aff07603d9":11,"0xf869808504e3b29200831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a0c9cf86333bcb065d140032ecaab5d9281bde80f21b9687b3e94161de42d51895a0727a108a0b8d101465414033c3f705a9c7b826e596766046ee1183dbc8aeaa68":11,"0xf86a8086d55698372431831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a009ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9ca0440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428":11,"0xf86c808504a817c800825208943535353535353535353535353535353535353535880de0b6b3a76400008025a04f4c17305743700648bc4f6cd3038ec6f6af0df73e31757007b7f59df7bee88da07e1941b264348e80c78c4027afc65a87b0a5e43e86742b8ca0823584c6788fd0":9,"0xf889808609184e72a00082271094000000000000000000000000000000000000000080a47f74657374320000000000000000000000000000000000000000000000000000006000571ca08a8bbf888cfa37bbf0bb965423625641fc956967b81d12e23709cead01446075a01ce999b56a8a88504be365442ea61239198e23d1fce7d00fcfc5cd3b44b7215f":9,"0xfb6e1a62d119228b":9,"0xfd43ade1c09fade1c0d57a7af66ab4ead7c2c2eb7b11a91ffdd57a7af66ab4ead7":[9,12],"0xfdfd":10,"0xffaadd11":18,"0xffddaa11":18,"0xfff23243":19,"0xfff456":19,"0xffffffdddddd1122":18,"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1":19,"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff":19,"0xz1912":19,"12th":9,"14df4cd20af6":11,"208dd732a27aa4803bb760228dff18515d5313fd085bbce60594a3919ae2d88d":11,"24th":12,"2885df2b63f7ef247d753c82fa20038a":11,"2b47fbafb3cce24570812a82e6e93cd9e2551bbc4823f6548ff0d82d2206b326":18,"2c7536e3605d9c16a7a3d7b1898e529396a65c23":11,"2e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"348ce564d427a3311b6536bbcff9390d69395b06ed6c486954e971d960fe8709":11,"396efb28f97":11,"3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"407b":11,"451f":11,"4531b3c174cc3ff32a6a7a85d6761b410db674807b2d216d022318ceee50be10":11,"497b":11,"497f4d26997a84d570778eae874b2333":11,"4e37":11,"5e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f":18,"603d80600c6000396000f3007c01000000000000000000000000000000000000000000000000000000006000350463c6888fa18114602d57005b6007600435028060005260206000f3":9,"7d34deae112841fba86e3e6cf08f5398dda323a8e4d29332621534e2c4069e8d":11,"7d6b91fa":11,"7e980476df218c05ecfcb0a2ca73597193a34c5a9d6da84d54e295ecd8e0c641":8,"83191a81":11,"8cccb91cb84e435437f7282ec2ffd2db":11,"94d1":11,"96fa":11,"9e1c7d24":11,"boolean":[4,5,7,8,9,11,13,14,15,16,17,18,19],"byte":[9,10,11,12,16,18,19],"case":[9,12,18,19],"catch":[8,12],"class":[4,7,9,15,18,19],"default":[2,4,7,9,11,12,15,16,18,19],"false":16,"final":[0,9,16],"float":18,"function":[0,1,2,4,7,8,9,10,11,12,13,14,15,16,18,19],"import":[9,16,18],"new":[],"null":[1,4,7,8,9,11,12,15,16,18,19],"public":[11,18],"return":[],"throw":9,"true":[2,5,8,9,10,11,12,13,14,16,17,18,19],"var":[1,4,7,8,9,11,12,13,15,16,17,18,19],_iban:13,a1c25da3ecde4e6a24f3697251dd15d6208520efc84ad97397e906e6df24d251:11,a314:11,a5c10851ef054c268a2438f10a21f6efe3dc3dcdcc2ea0e6a1a7a38bf8c91e23:8,aaca:11,abi:[],abidefinit:9,abl:[2,7],about:[12,14,18],abov:[2,12,16,19],accept:2,account:[],accur:14,act:0,action:0,actual:[10,12],add:[],addit:[0,4,7,9,11,12,15,16,18],addition:[9,12],addprivatekei:[],address2:12,address:[],addsymkei:[],adjust:18,af33b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f:18,af9eca5eb01b0f70e909f824f0e7cdb90c350a802f04a9f6afe056602b92272b:11,after:[1,9,11,12],alias:19,all:[0,4,7,8,9,11,12,15,16,18,19],allevent:[],allow:[0,4,6,7,8,9,11,12,15,16,17,18],allowp2p:18,alon:9,along:9,alreadi:[9,11,12],also:[2,4,7,8,9,11,12,13,15,16,18,19],alter:12,alwai:[2,12,19],amount:[9,12,19],ani:[12,14,18,19],anonym:[2,10,12],anoth:[8,12,16],any:[9,19],api:[],app:16,appear:[9,16],applicat:[2,10],arbitrari:[11,18],argument:[9,12,16,19],arrai:[2,4,7,9,10,11,12,15,16,18,19],ascii:19,asciitohex:[],assign:13,associ:18,asymmetr:18,asynchron:0,audit:11,auto:[12,19],autodetect:[8,19],automat:[11,12],avail:[1,4,7,9,12,15,18],b10e:11,b16b:11,b2aac1485bd6ee1928665642bf8eae9ddfbc039c3a673658933d320bac6952e3:11,b5d89661b59a9af0b34f58d19138baa2de48baaf:11,b63d:11,b8b010fff37f9ae5559a352a185e86f9b9c1d7f7a9f1bd4e82a5dd35468fc7f6:11,b919:11,b972:11,babbag:19,balanc:[4,7,9,15,18],bar:8,base:[9,10],basic:19,batch:[4,7,9,15,18],bban:13,bbanaddress:13,becaus:[13,18],been:11,befor:[11,12,19],behaviour:19,below:[9,11,12,15,18],beneficiari:[9,16],between:18,bf31b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f:18,bf9b86f91372:11,big:[9,19],bignumb:[9,12,19],binari:[2,10],bit:9,block:[9,12,14,16],blockchain:[0,1,2,9,12,16],blockhash:[9,12],blockhashorblocknumb:9,blockhead:16,blocknumb:[9,12],bloom:[9,16],bool:19,both:18,boundari:9,broadcast:[1,18],browser:[1,4,7,8,9,11,15,17,18],buffer:[8,9],bytearrai:19,bytes10:10,bytes32:[2,10,12,19],bytestohex:[],bzz:[],bzzhash:8,c1912:19,c1912fee45d61c87cc5ea59dae31190fffff232d:19,calcul:[9,19],call:[],callback2:[4,7,9,15,18],callobject:9,can:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],canon:2,care:19,cb9712d1982ff89f571fa5dbef447f14b7e5f142232bd2a913aac833730eeb43:11,cec94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4:18,certain:9,chain:[0,9,11,12,14],chainid:11,chang:[4,7,8,9,12,15,16,18],charact:[11,19],characteramount:19,check:[5,9,13,14,16,17,18,19],checkaddresschecksum:[],checksum:[],cipher:11,cipherparam:11,ciphertext:11,circumv:9,clear:[],clearsubscript:[],client:[],clone:[],code:[9,10,12],coinbas:9,collat:[9,16],collect:[1,6],com:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],combin:[0,9,12],come:12,commun:[1,18],compar:14,compat:[4,7,8,9,15,18],compil:[],compilervers:9,complement:19,condit:9,confirm:[0,9,12],confirmationnumb:[9,12],confnumb:0,connect:[1,4,5,6,7,8,9,14,15,17,18],consol:[4,5,7,8,9,11,12,14,15,16,17,18],constant:[2,9,12],constructor:[2,12],contain:[1,2,4,7,9,10,11,12,14,15,18],content:[6,8],contracrt:9,contract1:12,contract2:12,contract:[],contractaddress:[9,12],control:9,conveni:19,convers:[13,19],conversta:[],convert:[9,11,12,13,15,19],cope:0,correct:9,could:[8,14],couldn:11,creat:[],createindirect:[],creation:[9,18],criteria:18,crypto:11,cryptograph:19,ctr:11,cumulativegasus:[9,12],current:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],currentblock:9,currentprovid:[],d2eb068b37e2df55f56fa97a2bf4f55e072bef0dd703bfd917717d9dc54510f0:11,d705ebed2a136d9e4db7e5ae70ed1f69d6a57370d5fbe06281eb07615f404410:11,dag:9,dapp:[1,4,7,9,15,18,19],data:[0,2,8,9,10,11,12,15,16,18],databas:12,datathatwassign:15,datatosign:[9,15],dcf8ab05:11,deal:9,decentr:[1,8],declar:2,decod:[10,11],decodelog:[],decodeparamet:[],decrypt:[],defaultaccount:[],defaultblock:[],defaultfil:8,defin:12,delet:18,deletekeypair:[],deletemessagefilt:[],deletesymkei:[],denomin:[],depend:[9,12,16],deploi:[],deploy:12,deployemnt:[],deprec:[4,7,9,15,18,19],deriv:[12,18],describ:2,descript:[4,7,9,15,18],destin:9,detail:[4,7,9,12,15,18,19],deteac:[],detect:[12,19],determin:9,develop:[0,1],developerdoc:9,differ:[0,9,12,16,19],difficulti:9,digest:9,dir:8,direct:[13,18],directcal:[4,7,9,15,18],directli:[4,7,9,15,18],directori:8,dirhash:8,disk:8,displai:19,dist:1,dklen:11,doc:8,doesn:9,don:[],done:1,doubl:18,download:[],dure:[9,12],dynam:18,e331b6d69882b4cb4ea581d88e0b604039a3de5967688d3dcffdd2270c0fd109:9,each:[2,4,7,9,12,15,16,18,19],earliest:[9,16],easi:12,ecosystem:1,ecrecov:6,either:[8,9,11,18],els:16,emitt:[0,9,12,16],empti:11,encod:[9,10,11,12],encode:[10,12],encodeabi:[],encodeeventsignatur:[],encodefunctioncal:[],encodefunctionsignatur:[],encodeparamet:[],encrypt:[],encryptedprivatekei:11,endow:9,enod:18,enode:18,entri:[9,16],entropi:11,envelop:[11,18],envelov:[],environ:[4,7,8,9,15,18],err:12,error:[0,9,11,12,15,16,18],estim:[9,12],estimatega:[],etc:[4,7,8,9,15,18],eth:[],eth_callforfun:[4,7,9,15,18],eth_gaspricesup:[4,7,9,15,18],eth_getbal:[4,7,9,15,18],ether:[2,19],ethereum:[],ethereumj:9,ethereumprovid:1,etheruem:[],ethxreggavofyork:13,event2:2,eventemitt:[12,16],eventnam:10,everi:[9,12],evm:[10,12],exce:18,except:[4,7,8,9,15,18],execut:[4,7,9,12,15,18],exist:[2,11,13,18],expect:19,experiment:18,expir:18,expos:7,extension:[4,7,9,15,18],extra:[9,16],extradata:[9,16],f6dcf21ed6a17bd78d8c4c63195ab997b3b65ea683705501eae82d32667adc92:18,fail:16,failur:18,fallback:[2,12],fals:[2,9,11,12,13,16,18,19],fe22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f:18,fea94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4:18,femtoeth:19,few:9,field:[2,9,10,16],file:[1,4,7,8,9,15,18],filehash:8,filter:[9,12,16,18],find:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],finish:16,finnei:19,finsih:16,fire:[0,9,12,16],first:[1,9,10,11,12,15,16,18,19],folder:8,follow:[1,2,4,6,7,8,9,11,12,13,15,16,18,19],foo:[2,8,12],form:10,format:[4,7,9,15,18],formatt:[4,7,9,15,18],forward:18,found:[9,11],from:[0,4,7,8,9,10,11,12,13,15,16,18,19],fromaddress:12,fromascii:19,frombban:[],fromblock:[9,12,16],fromdecim:19,fromethereumaddress:[],fromutf8:19,fromwei:[],front:19,frozeman:[],functionnam:10,further:18,futur:18,gasamount:12,gaslimit:[9,16],gaspric:[9,11,12],gasus:[9,12,16],gatewai:8,gavofyork:13,gener:[9,11,12,13,16,18,19],generatesymkeyfrompassword:[],genert:18,genesi:[9,14],getaccount:[],getbal:[],getblock:[],getblocknumb:[],getblocktransactioncount:[],getcod:[],getcoinbas:[],getcompil:[],getfiltermessag:[],getgaspric:[],getgaspricesuperfunct:[4,7,9,15,18],geth:[4,7,9,15,18],gethashr:[],gether:19,getinfo:[],getpastev:[],getpastlog:[],getprivatekei:[],getprotocolvers:[],getpublickei:[],getstorageat:[],getsymkei:[],gettransact:[],gettransactioncount:[],gettransactionfromblock:[],gettransactionreceipt:[],getuncl:[],getvers:[],getwork:[],github:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],give:[4,7,8,9,12,15,18],given:[4,7,8,9,10,11,12,15,16,18,19],givenprovid:[],grand:19,guess:14,guid:6,gwei:[12,19],handl:19,hash:[0,8,9,10,11,12,14,16,18,19],hashmessag:[],hashstringornumb:9,haskeypair:[],hassymkei:[],have:[1,4,7,9,12,15,16,18,19],head:9,header:[9,16],hello:[9,10,11,12,15,19],helloxxxxxxxxxxxxxxx:19,help:[0,12],helper:1,here:[11,12],hex:[9,11,18,19],hexstr:[10,19],hextoascii:[],hextobyt:[],hextonumb:[],hextonumberstr:[],hextostr:19,hextoutf8:[],highestblock:9,highli:15,histor:18,hous:7,html:8,http:[4,6,7,8,9,15,18],httpprovid:[4,7,9,15,18],iban:[],ibanaddress:13,ident:18,identifi:[13,16],immedi:12,impos:18,incl:19,includ:[9,10,19],incom:[12,16,18],income:18,incorrect:[9,13],increas:11,index:[2,6,8,9,10,11,12],indexnumb:9,indic:12,indicat:18,indirect:13,individu:9,indutni:[],info:9,inform:[14,15,18],initialis:9,input:[2,9,10,12,19],inputaddressformatt:[4,7,9,15,18],inputdefaultblocknumberformatt:[4,7,9,15,18],inputformatt:[4,7,9,15,18],instal:[1,6],instanc:[1,12,13,16,19],instanti:[4,7,9,12,13,15,18],instead:[4,7,9,12,15,18,19],institut:[],int256:19,int8:19,integer:[9,12],integr:0,intend:18,interact:[6,7,8,9,12,15,17,18],interpret:19,introduc:18,invalid:19,ipc:[4,6,7,9,15,18],ipcprovid:[4,7,9,15,18],isaddress:[],isbignumb:[],isbn:[],isdirect:[],ishex:[],ishexstrict:6,isindirect:[],ismin:[],issync:[],isvalid:[],item:[4,7,9,15,18],itself:[12,16,18],javascript:[],jsoninterfac:[],just:19,kdf:11,kdfparam:11,keccak256:[11,19],keep:[16,18],kei:[8,9,11,12,18,19],kept:8,kether:19,keynam:11,keypair:18,keysor:[],keystor:[9,11],keystorearrai:11,keystorejsonv3:11,keyword:6,kind:[0,8],know:12,known:18,knownstat:9,kwei:19,languag:9,languagevers:9,larger:18,last:[0,9,18],later:12,latest:[4,7,9,12,15,18],launch:8,lead:19,least:11,leav:[9,11,16],left:[9,19],leftpad:[],legaci:[4,7,9,15,18],length:[11,18],let:[10,12,13,16],letter:[9,19],level:[0,12],librari:[1,4,6,7,9,15,18,19],like:[0,1,13,15,16,18],limit:[12,18],link:1,linux:[4,7,9,15,18],list:[7,9,10,16],listen:[5,14,17,18],live:18,lll:[],load:[],local:[1,4,6,7,8,9,11,12,15,17,18],localhost:[1,4,7,8,9,11,15,18],localpath:8,localstorag:11,lockaccount:15,log:[],logindex:[9,12],logsbloom:[9,16],look:[9,12],lovelac:19,low:12,lower:9,lowercas:[9,11,12,19],mac:[4,7,9,11,15,18],machin:10,made:[9,12],mai:9,mailserv:18,main:14,mainnet:14,major:7,make:[9,11,12,19],mandatori:18,mani:[15,19],manifest:8,manual:[7,8,12],mark:18,marktrustedp:[],match:[9,12,18],max:[9,12],maxim:18,maximum:[9,12,16],maxmessages:18,mean:[9,10,12,19],median:9,memori:[11,18],messag:[9,11,18],messagehash:11,met:9,metamask:1,meteor:1,mether:19,method:[],micro:19,microeth:19,might:[8,11,18],mikemcl:[],milli:19,millieth:19,mime:8,mimic:19,mimick:[],min:1,mind:[9,12],mine:[0,9,16],miner:[9,16],minim:18,minimum:18,minpow:18,mist:[1,4,7,9,15,18],mix:[8,9,10,12,16,19],modifi:2,modul:[],morden:14,more:[7,8,9,11,16,18],most:[0,4,7,9,15,18],multi:[12,19],multipl:[0,8,11,12],multipli:9,must:[8,9,16,18],mwei:19,mybyt:10,mycontract:[9,12],myevent:[10,12],myfunct:[10,12],myindexedparam:12,mymethod:[],mymodul:[4,7,9,15,18],mymultipleev:12,mynonindexparam:12,mynumb:[10,12],myotherev:12,myotherindexedparam:12,myprovid:[4,7,8,9,15,18],mysmallnumb:10,mystr:[10,12],myuser:[4,7,9,15,18],myvar2:12,myvar:12,mywalletkei:11,name:[2,4,7,8,9,10,12,15,18],nano:19,nanoeth:19,nativ:[4,7,8,9,15,18],necessari:[8,11],need:[0,1,4,7,8,9,15,18],neg:19,net:[],network:[5,7,9,14,17,18],never:[9,11,15,18],newaccount:[],newblockhead:[],newcontractinst:12,newkeypair:[],newli:15,newmessagefilt:[],newsymkei:[],next:11,node:[1,4,5,6,7,8,9,14,15,16,17,18],noether:19,non:[9,10,12,19],nonc:[9,11,16],none:[4,5,7,8,9,11,12,13,14,15,17,18],nonpay:2,normal:0,note:[],notifi:18,now:[1,18],npm:1,number:[4,5,7,9,11,12,14,15,16,17,18,19],numberofaccount:11,numbertohex:[],numer:19,object:[0,1,2,4,7,8,9,10,11,12,13,15,16,18,19],obtain:18,occour:12,occur:[9,12,16],off:0,old:18,omit:2,onc:[],onli:[2,8,9,11,12,16,18,19],open:8,oper:16,option1:[9,16],option2:[9,16],option:[],optional:[8,9,11,12,15,16,18],oracl:9,order:[9,16],org:9,origin:[9,12],other:[16,18,19],otherwis:[4,7,8,9,10,15,18,19],out:[9,12,16],outgo:18,output:[2,4,7,9,10,12,15,18],outputformatt:[4,7,9,15,18],over:[8,12,15],overrid:9,overridden:11,overview:18,overwhelm:18,overwrit:9,own:[8,9,16,18],p2p:[1,18],pack:19,packag:[4,7,8,9,11,15,16,17,18,19],pad:[18,19],padleft:[],padright:[],page:6,pair:18,param1:[12,19],param2:[12,19],param:[4,7,9,15,18],paramat:10,paramet:[],paramx:19,parent:[9,16],parenthash:[9,16],part:2,parti:18,particular:[9,16],pass:[9,11,12,16],password:[11,15,18],past:[9,12],path:[4,7,8,9,15,18],payabl:2,payload:18,peer:[5,14,17,18],pend:[9,12,16],pendingtransact:[],per:9,person:[],pick:[],picker:8,picoeth:19,pipe:[4,7,9,15,18],plain:[8,15],pleas:[4,7,9,15,18],poll:18,posit:[9,11,12,19],possibl:[2,19],post:[],potenti:11,pow:[9,18],powhash:9,powtarget:18,powtim:18,precaut:11,prefic:19,prefix:19,present:[2,8,18],price:[9,11,12],prior:9,privat:[9,11,14,18],privatekei:[9,11,18],privatekeyid:18,privatekeytoaccount:[],process:18,product:11,progress:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],project:[0,1],promiev:[0,9,12],proof:[9,16,18],properli:11,properti:[],protocol:[1,7,9,18],prove:9,provid:[],pseudo:19,pubkei:18,pulledst:9,pure:[1,2],push:18,question:[],rais:18,ran:12,random:[11,18,19],randomhex:[],rare:18,rather:19,raw:[8,9,12,18],rawtransact:11,rawtx:9,read:2,readi:11,reason:19,receipt:[0,9,12,16],receiptroot:16,receiv:[9,11,12,14,18],recent:9,recevi:11,recipi:18,recipientpublickei:18,recov:[],recoveri:11,recovertransact:[],refer:[6,9,19],refund:9,regain:16,regener:12,reject:18,rel:18,relat:7,releas:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],relev:2,remix:9,remot:[1,6,7,8,9,15,17,18],remotenod:[4,7,9,15,18],remov:[],repres:2,represent:[10,19],request:[4,7,9,15,18],requestmanag:[16,18],requir:[0,1,4,7,8,9,11,15,17,18],requr:8,reset:[16,18],resolv:[9,12],respect:12,respond:[4,7,9,15,18],result:[2,9,10,11,12,15,16,18,19],retriev:[11,18],returnsignatur:11,returntransactionobject:9,returnvalu:12,reward:[9,16],right:[9,12,19],rightpad:[],rlp:[9,11],root:[9,16],ropsten:14,rpc:[4,7,9,12,15,18],run:[4,6,7,9,15,18],safe:[11,19],safli:19,salt:11,same:[2,8,9,11,12,15,16,19],sampl:8,save:[],scrypt:11,search:6,second:[9,11,12,15,16,18],secur:[4,7,9,11,15,18],see:[4,7,8,9,10,11,12,15,16,18,19],seed:9,seedhash:9,seen:11,segment:2,select:8,send:[],sender:9,sendsignedtransact:[],sendtransact:[],sensit:15,sent:[9,12],separ:[4,7,8,9,11,15,18],serial:9,serializedtx:9,serpent:[],set:[1,4,7,8,9,11,12,15,17,18],setmaxmessages:[],setminpow:[],sha3:[],sha3uncl:[9,16],shannon:19,share:11,shh:[],should:[9,11,12,18,19],show:[16,19],sig:18,sign:[],signatur:[9,10,11,12,15,18],signatureobject:11,signedtransactiondata:9,signtransact:[],simpl:11,simpli:12,simul:9,singl:12,single:12,singleton:13,size:[9,18,19],smallest:19,smart:[1,2,9,12],solid:[],soliditysah3:[],soliditysha3:[],solut:9,some:[4,7,8,9,11,12,15,16,17,18],somecontract:12,sourc:[4,7,8,9,15,18],sourcecod:9,specif:[],specifi:[2,9,18],spent:18,stackexchang:[],stage:0,standalon:[11,12],standard:[0,4,7,9,11,15,18],startingblock:9,stat:16,state:[2,9,12,16],statemut:2,stateroot:[9,16],ste:[],still:[9,12],stop:16,storag:[1,9,11],store:[8,11,12,18],string:[2,4,7,8,9,10,11,12,13,14,15,16,18,19],stringtohex:19,strong:19,structur:[8,9,11,12,16],sub:[4,7,8,9,15,18],submit:9,submitwork:[],subscrib:[],subscript:[4,7,9,12,15,16,18],success:[12,16,18],successful:16,successfulli:16,superpassword:15,support:[1,7,9,15,17,18],sure:11,swarm:[1,7,8],sym:18,symkei:18,symkeyid:18,symmetr:18,sync:[],synchron:[],synchronis:16,szabo:19,take:[11,12],taken:19,target:[8,9,18],targetp:18,test:[2,8,9,11,14,15],testint:2,testnet:14,tether:19,text:[8,15,19],tfunction:9,thei:[11,12,16,18],them:7,therefor:0,thi:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],thing:8,those:12,through:[6,12],tightli:19,time:[4,7,8,9,12,15,18],timer:16,timestamp:[9,16,18],toaddress:[],toascii:19,toblock:[9,12],tobn:[],tochecksumaddress:[],todecim:19,todo:15,tohex:[],toiban:[],topic:[2,9,10,12,16,18],tostr:[],total:[9,16,19],totaldifficulti:9,totwoscompl:[],toutf8:19,towei:[],transact:[0,9,11,12,16],transactionhash:[0,9,12],transactionindex:[9,12],transactionobject:9,transactionsroot:[9,16],transfer:[9,11,12],treturn:9,tricki:19,trie:[9,16],trust:18,ttl:18,two:19,txt:8,type:[2,8,9,10,12,16,18,19],typesarrai:10,uint256:[2,9,10,12,19],uint32:10,uint8:10,uint8arrai:8,uint:[2,9,19],umbrella:[4,7,8,9,15,17,18],uncl:[9,16],uncleindex:9,undefin:[9,12],under:18,underli:18,underscor:19,underscorej:[],undetect:14,unencrypt:11,union:19,unit:19,unitmap:[],unix:[9,16,18],unlock:9,unlockaccount:15,unsaf:11,unsecur:15,unsubscrib:[12,16],until:9,unus:9,upload:[],upper:19,uppercas:[9,19],url:8,usag:[4,7,9,11,15,18],use:9,used:[9,12],useful:19,user:[4,6,7,9,15,18],userdoc:9,using:[2,4,7,9,12,15,18],utf8:11,utf8tohex:[],utf:[11,19],util:[],utiliti:7,vailid:13,valid:[4,7,8,9,13,15,18,19],veri:18,verifi:18,version:[],via:[9,12,18],view:2,virtual:10,wai:[0,19],wallet:[],want:[4,7,9,15,16,18],watch:0,web3js_wallet:11,websocket:[4,7,9,15,18],websocketprovid:[4,7,9,15,18],wei:[9,11,12,19],well:[0,6,9],were:[9,12,16],what:[],when:[4,7,8,9,11,12,15,16,18,19],where:[8,9,12,18],whether:9,which:[1,2,4,6,7,8,9,10,11,12,15,16,18],whisper:[1,7,18],who:[],whom:[9,16],wiki:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],window:[4,7,9,15,18],within:18,without:[10,12],won:[4,7,9,15,18],work:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],world:[9,11,15],would:[2,12,19],wrong:19,x19ethereum:11,xe7338o073kygtwwzn0f2wz0r8px5zppzs:13,xe81ethxreggavofyork:13,xe82ethxreggavofyork:13,xreg:13,xxxxxxxxxxxxxxxhello:19,yet:[0,1,2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19],you:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19],your:[1,8,9,15]},titles:["Callbacks Promises Events","Getting Started","Glossary","<no title>","setProvider","getId","web3.js - Ethereum JavaScript API","web3","web3.bzz","web3.eth","web3.eth.abi","web3.eth.accounts","web3.eth.Contract","web3.eth.Iban","web3.eth.net","web3.eth.personal","web3.eth.subscribe","web3.*.net","web3.shh","web3.utils"],titleterms:{"new":12,"return":[4,5,7,8,9,10,11,12,13,14,15,16,17,18,19],abi:[9,10],account:[9,11],add:11,adding:1,addprivatekei:18,address:[9,12],addsymkei:18,allevent:12,api:6,asciitohex:19,batchrequest:[4,7,9,15,18],bytestohex:19,bzz:8,call:[9,12],callback:0,checkaddresschecksum:19,checksum:[9,13],clear:11,clearsubscript:[16,18],client:13,clone:12,compil:9,contract:[9,12],creat:11,createindirect:13,currentprovid:[4,7,8,9,15,18],decodelog:10,decodeparamet:10,decrypt:11,defaultaccount:9,defaultblock:9,deletekeypair:18,deletemessagefilt:18,deletesymkei:18,deploi:12,document:[],download:8,ecrecov:15,encodeabi:12,encodeeventsignatur:10,encodefunctioncal:10,encodefunctionsignatur:10,encodeparamet:10,encrypt:11,estimatega:[9,12],eth:[9,10,11,12,13,14,15,16],ethereum:6,event:[0,12],exampl:[2,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19],extend:[4,7,9,15,18],frombban:13,fromethereumaddress:13,fromwei:19,generatesymkeyfrompassword:18,get:1,getaccount:9,getbal:9,getblock:9,getblocknumb:9,getblocktransactioncount:9,getcod:9,getcoinbas:9,getcompil:9,getfiltermessag:18,getgaspric:9,gethashr:9,getid:[5,14,17,18],getinfo:18,getnetworktyp:14,getpastev:12,getpastlog:9,getpeercount:[5,14,17,18],getprivatekei:18,getprotocolvers:9,getpublickei:18,getstorageat:9,getsymkei:18,gettransact:9,gettransactioncount:9,gettransactionfromblock:9,gettransactionreceipt:9,getuncl:9,getvers:18,getwork:9,givenprovid:[4,7,8,9,15,18],glossari:2,hashmessag:11,haskeypair:18,hassymkei:18,hextoascii:19,hextobyt:19,hextonumb:19,hextonumberstr:19,hextoutf8:19,iban:[9,13],indice:[],institut:13,interfac:2,isaddress:19,isbignumb:19,isbn:19,isdirect:13,ishex:19,ishexstrict:19,isindirect:13,islisten:[5,14,17,18],ismin:9,issync:9,isvalid:13,javascript:6,json:2,jsoninterfac:12,leftpad:[],lll:9,load:11,log:16,marktrustedp:18,method:12,modul:7,mymethod:12,net:[9,14,17],newaccount:15,newblockhead:16,newkeypair:18,newmessagefilt:18,newsymkei:18,note:9,notif:[16,18],numbertohex:19,onc:12,option:12,padleft:19,padright:19,paramet:[4,5,7,8,9,10,11,12,13,14,15,16,17,18,19],pendingtransact:16,person:[9,15],pick:8,post:18,privatekeytoaccount:11,promis:0,properti:[9,12],provid:[4,7,9,15,18],randomhex:19,recov:11,recovertransact:11,remov:11,retrun:19,rightpad:[],save:11,send:12,sendsignedtransact:9,sendtransact:9,serpent:9,setmaxmessages:18,setminpow:18,setprovid:[4,7,8,9,15,18],sha3:19,shh:18,sign:[9,11,15],signtransact:[9,11],solid:9,soliditysha3:19,specif:2,start:1,submitwork:9,subscrib:[9,16,18],sync:16,tabl:[],toaddress:13,tobn:19,tochecksumaddress:19,tohex:19,toiban:13,tostr:13,totwoscompl:19,towei:19,unitmap:19,upload:8,utf8tohex:19,util:[7,19],valu:[4,7,9,15,18,19],version:7,wallet:11,web3:[1,6,7,8,9,10,11,12,13,14,15,16,17,18,19],welcom:[]}}) \ No newline at end of file diff --git a/docs/_build/html/web3-eth-accounts.html b/docs/_build/html/web3-eth-accounts.html index 95a86e7b062..a010a3dd23d 100644 --- a/docs/_build/html/web3-eth-accounts.html +++ b/docs/_build/html/web3-eth-accounts.html @@ -58,6 +58,10 @@

      Navigation

      web3.eth.accounts

      The web3.eth.accounts contains functions to generate Ethereum accounts and sign transactions and data.

      +
      +

      Note

      +

      This package has NOT been audited and might potentially be unsafe. Take precautions to clear memory properly, store the private keys safely, and test transaction receiving and sending functionality properly before using in production!

      +

      To use this package standalone use:

      var Accounts = require('web3-eth-accounts');
       
      @@ -76,7 +80,7 @@ 

      web3.eth.accounts

      Parameters

        -
      1. entropy - String (optional): A random strong to increase entropy. If given it should be at least 32 characters. If none is given a random string will be generated using randomhex.
      2. +
      3. entropy - String (optional): A random string to increase entropy. If given it should be at least 32 characters. If none is given a random string will be generated using randomhex.

    @@ -196,7 +200,7 @@

    Parameters

    Returns

    -
    Promise|Object returning Object: The signed data RLP encoded transaction, or if returnSignature is true the signature values as follows:
    +
    Promise returning Object: The signed data RLP encoded transaction, or if returnSignature is true the signature values as follows:
    • messageHash - String: The hash of the given message.
    • r - String: First 32 bytes of the signature
    • @@ -206,10 +210,6 @@

      Returns

    -
    -

    Note

    -

    If nonce, chainId, gas and gasPrice is given, it returns the signed transaction directly as Object.

    -

  • Example

    @@ -227,7 +227,6 @@

    Example rawTransaction: '0xf869808504e3b29200831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a0c9cf86333bcb065d140032ecaab5d9281bde80f21b9687b3e94161de42d51895a0727a108a0b8d101465414033c3f705a9c7b826e596766046ee1183dbc8aeaa68' } -// if nonce, chainId, gas and gasPrice is given it returns synchronous web3.eth.accounts.signTransaction({ to: '0xF0109fC8DF283027b6285cc889F5aA624EaC1F55', value: '1000000000', @@ -236,9 +235,10 @@

    Example nonce: 0, chainId: 1 }, '0x4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318') +.then(console.log); > { messageHash: '0x6893a6ee8df79b0f5d64a180cd1ef35d030f3e296a5361cf04d02ce720d32ec5', - r: '0x09ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9c', + r: '0x9ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9c', s: '0x440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428', v: '0x25', rawTransaction: '0xf86a8086d55698372431831e848094f0109fc8df283027b6285cc889f5aa624eac1f55843b9aca008025a009ebb6ca057a0535d6186462bc0b465b561c94a295bdb0621fc19208ab149a9ca0440ffd775ce91a833ab410777204d5341a6f9fa91216a6f3ee2c051fea6a0428' diff --git a/docs/_build/html/web3-eth-contract.html b/docs/_build/html/web3-eth-contract.html index 8f0901a601b..273e9dc38ab 100644 --- a/docs/_build/html/web3-eth-contract.html +++ b/docs/_build/html/web3-eth-contract.html @@ -484,6 +484,7 @@

    Parametersfrom - String: The address the transaction should be sent from.
  • gasPrice - String (optional): The gas price in wei to use for this transaction.
  • gas - Number (optional): The maximum gas provided for this transaction (gas limit).
  • +
  • value - ``Number|String|BN|BigNumber``(optional): The value transferred for the transaction in wei.
  • @@ -492,8 +493,8 @@

    Parameters -

    Returns

    +
    +

    Returns

    The callback will return the 32 bytes transaction hash.

    PromiEvent: A promise combined event emitter. Will be resolved when the transaction receipt is available, OR if this send() is called from a someContract.deploy(), then the promise will resolve with the new contract instance. Additionally the following events are available:

    -
    -

    Example

    +
    +

    Example

    // using the callback
     myContract.methods.myMethod(123).send({from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe'}, function(error, transactionHash){
         ...
    @@ -558,7 +559,8 @@ 

    Example}, "MyOtherEvent": { ... - } + }, + "MyMultipleEvent":[{...}, {...}] // If there are multiple of the same event, they will be in an array } } }) @@ -575,8 +577,8 @@

    Example

    Will call estimate the gas a method execution will take when executed in the EVM without. The estimation can differ from the actual gas used when later sending a transaction, as the state of the smart contract can be different at that time.

    -
    -

    Parameters

    +
    +

    Parameters

    1. options - Object (optional): The options used for calling.
      @@ -591,12 +593,12 @@

      Parameters -

      Returns

      +
      +

      Returns

      Promise returns Number: The gas amount estimated.

      -
      -

      Example

      +
      +

      Example

      // using the callback
       myContract.methods.myMethod(123).estimateGas({gas: 5000000}, function(error, gasAmount){
           if(gasAmount == 5000000)
      @@ -622,16 +624,16 @@ 

      Example

      Encodes the ABI for this method. This can be used to send a transaction, call a method, or pass it into another smart contracts method as arguments.

      -
      -

      Parameters

      +
      +

      Parameters

      none

      -
      -

      Returns

      +
      +

      Returns

      String: The encoded ABI byte code to send via a transaction or call.

      -
      -

      Example

      +
      +

      Example

      myContract.methods.myMethod(123).encodeABI();
       > '0x58cf5f1000000000000000000000000000000000000000000000000000000000000007B'
       
      @@ -649,8 +651,8 @@

      once

    Subscribes to an event and unsubscribes immediately after the first event or error. Will only fire for a single event.

    -
    -

    Parameters

    +
    +

    Parameters

    1. event - String: The name of the event in the contract, or "allEvents" to get all events.

    2. @@ -667,12 +669,12 @@

      Parameters -

      Returns

      +
      +

      Returns

      undefined

      -
      -

      Example

      +
      +

      Example

      myContract.once('MyEvent', {
           filter: {myIndexedParam: [20,23], myOtherIndexedParam: '0x123456789...'}, // Using an array means OR: e.g. 20 or 23
           fromBlock: 0
      @@ -704,13 +706,13 @@ 

      Example

      -

      events

      +

      events

      myContract.events.MyEvent([options][, callback])
       

      Subscribe to an event

      -
      -

      Parameters

      +
      +

      Parameters

      1. options - Object (optional): The options used for deployment.
        @@ -727,7 +729,7 @@

        Parameters -

        Returns

        +

        Returns

        EventEmitter: The event emitter has the following events:

      -
      -

      Example

      +
      +

      Example

      myContract.events.MyEvent({
           filter: {myIndexedParam: [20,23], myOtherIndexedParam: '0x123456789...'}, // Using an array means OR: e.g. 20 or 23
           fromBlock: 0
      @@ -803,8 +805,8 @@ 

      getPastEvents -

      Parameters

      +
      +

      Parameters

      1. event - String: The name of the event in the contract, or "allEvents" to get all events.

      2. @@ -823,13 +825,13 @@

        Parameters -

        Returns

        +
        +

        Returns

        Promise returns Array: An array with the past event Objects, matching the given event name and filter.

        For the structure of a returned event Object see getPastEvents return values.

        -
        -

        Example

        +
        +

        Example

        myContract.getPastEvents('MyEvent', {
             filter: {myIndexedParam: [20,23], myOtherIndexedParam: '0x123456789...'}, // Using an array means OR: e.g. 20 or 23
             fromBlock: 0,
        @@ -924,40 +926,40 @@ 

        Table Of Contents

      3. methods.myMethod.send
      4. methods.myMethod.estimateGas
      5. methods.myMethod.encodeABI
      6. = Events =
      7. once
      8. events
      9. events.allEvents
      10. getPastEvents
      11. diff --git a/docs/_build/html/web3-eth-net.html b/docs/_build/html/web3-eth-net.html index e64b5e477fe..f4bd5930f0f 100644 --- a/docs/_build/html/web3-eth-net.html +++ b/docs/_build/html/web3-eth-net.html @@ -69,7 +69,7 @@

        Returns

        Example

        -
        web3.eth.getId()
        +
         

        Example

        web3.eth.personal.newAccount('!@superpassword')
         .then(console.log);
        -> true
        +> '0x1234567891011121314151617181920212223456'
         
        @@ -393,9 +393,36 @@

        Example> "0x30755ed65396facf86c53e6217c52b4daebe72aa4941d89635409de4c9c7f9466d4e9aaec7977f05e923889b33c0d0dd27d7226b6e6f56ce737465c5cfd04be400"

        +

        +
        +
        +
        +

        ecRecover

        +
        web3.eth.personal.ecRecover(dataThatWasSigned, signature [, callback])
        +
        +
        +

        Recovers the account that signed the data.

        +
        +

        Parameters

        +
          +
        1. String - Data that was signed. If String it will be converted using web3.utils.utf8ToHex.
        2. +
        3. String - The signature.
        4. +
        5. Function - (optional) Optional callback, returns an error object as first parameter and the result as second.
        6. +
        +
        +
        +

        Returns

        +

        Promise returns String - The account.

        +
        +
        +

        Example

        +
        web3.eth.personal.ecRecover("Hello world", "0x30755ed65396facf86c53e6217c52b4daebe72aa4941d89635409de4c9c7f9466d4e9aaec7977f05e923889b33c0d0dd27d7226b6e6f56ce737465c5cfd04be400").then(console.log);
        +> "0x11f4d0A3c12e86B4b5F39B213F7E19D048276DAe"
        +
        +

        // TODO

        -

        getAccounts, unlockAccount, lockAccount, sendTransaction, ecRecover

        +

        getAccounts, unlockAccount, lockAccount, sendTransaction

        @@ -454,6 +481,12 @@

        Table Of Contents

      12. Example
      13. +
      14. ecRecover +
      15. diff --git a/docs/_build/html/web3-eth-subscribe.html b/docs/_build/html/web3-eth-subscribe.html index 06dfe20d96d..38a027c565a 100644 --- a/docs/_build/html/web3-eth-subscribe.html +++ b/docs/_build/html/web3-eth-subscribe.html @@ -82,7 +82,7 @@

        Parameterssubscription.arguments: The subscription arguments, used when re-subscribing.
      16. on("data") returns Object: Fires on each incoming log with the log object as argument.
      17. on("changed") returns Object: Fires on each log which was removed from the blockchain. The log will have the additional property "removed: true".
      18. -
      19. on("error") returns Object: Fires when an error in the subscription occours.
      20. +
      21. on("error") returns Object: Fires when an error in the subscription occurs.
      @@ -162,7 +162,7 @@

      Returns

      EventEmitter: An subscription instance as an event emitter with the following events:

      • "data" returns Object: Fires on each incoming pending transaction.
      • -
      • "error" returns Object: Fires when an error in the subscription occours.
      • +
      • "error" returns Object: Fires when an error in the subscription occurs.

      For the structure of the returned object see web3.eth.getTransaction() return values.

      @@ -177,9 +177,10 @@

      Notification returns

      var subscription = web3.eth.subscribe('pendingTransactions', function(error, result){
           if (!error)
      -        console.log(transaction);
      +        console.log(result);
       })
       .on("data", function(transaction){
      +    console.log(transaction);
       });
       
       // unsubscribes the subscription
      @@ -210,7 +211,7 @@ 

      Returns

      EventEmitter: An subscription instance as an event emitter with the following events:

      • "data" returns Object: Fires on each incoming block header.
      • -
      • "error" returns Object: Fires when an error in the subscription occours.
      • +
      • "error" returns Object: Fires when an error in the subscription occurs.

      The structure of a returned block header is as follows:

      @@ -277,7 +278,7 @@

      Returns
    3. "data" returns Object: Fires on each incoming sync object as argument.
    4. "changed" returns Object: Fires when the synchronisation is started with true and when finsihed with false.
    5. -
    6. "error" returns Object: Fires when an error in the subscription occours.
    7. +
    8. "error" returns Object: Fires when an error in the subscription occurs.
    9. For the structure of a returned event Object see web3.eth.isSyncing return values.

      @@ -330,7 +331,7 @@

      Parameters
    10. fromBlock - Number: The number of the earliest block. By default null.
    11. -
    12. address - String: An address or a list of addresses to only get logs from particular account(s).
    13. +
    14. address - String|Array: An address or a list of addresses to only get logs from particular account(s).
    15. topics - Array: An array of values which must each appear in the log entries. The order is important, if you want to leave topics out use null, e.g. [null, '0x00...']. You can also pass another array for each topic with options for that topic e.g. [null, ['option1', 'option2']]
    16. @@ -344,7 +345,7 @@

      Returns
    17. "data" returns Object: Fires on each incoming log with the log object as argument.
    18. "changed" returns Object: Fires on each log which was removed from the blockchain. The log will have the additional property "removed: true".
    19. -
    20. "error" returns Object: Fires when an error in the subscription occours.
    21. +
    22. "error" returns Object: Fires when an error in the subscription occurs.
    23. For the structure of a returned event Object see web3.eth.getPastEvents return values.

      @@ -362,9 +363,10 @@

      Exampletopics: ['0x12345...'] }, function(error, result){ if (!error) - console.log(log); + console.log(result); }) .on("data", function(log){ + console.log(log); }) .on("changed", function(log){ }); diff --git a/docs/_build/html/web3-eth.html b/docs/_build/html/web3-eth.html index f245638772e..051119ab13e 100644 --- a/docs/_build/html/web3-eth.html +++ b/docs/_build/html/web3-eth.html @@ -746,7 +746,7 @@

      Returns

      Example

      -
      web3.eth.getBlock(3150);
      +
      @@ -1360,7 +1360,7 @@

      Returns

      Example

      -
      web3.eth.getCompilers();
      +
      web3.eth.getCompilers()
       .then(console.log);
       > ["lll", "solidity", "serpent"]
       
      @@ -1394,7 +1394,7 @@

      Example" }\n" + "}\n"; -web3.eth.compile.solidity(source); +web3.eth.compile.solidity(source) .then(console.log); > { @@ -1459,7 +1459,7 @@

      ReturnsExample

      var source = "...";
       
      -web3.eth.compile.lll(source);
      +web3.eth.compile.lll(source)
       .then(console.log);
       > "0x603880600c6000396000f3006001600060e060020a600035048063c6888fa114601857005b6021600435602b565b8060005260206000f35b600081600702905091905056"
       
      @@ -1485,7 +1485,7 @@

      ReturnsPromise returns String - The compiled serpent code as HEX string.

      var source = "...";
       
      -var code = web3.eth.compile.serpent(source);
      +var code = web3.eth.compile.serpent(source)
       .then(console.log);
       > "0x603880600c6000396000f3006001600060e060020a600035048063c6888fa114601857005b6021600435602b565b8060005260206000f35b600081600702905091905056"
       
      @@ -1518,7 +1518,7 @@

      Returns

      Example

      -
      web3.eth.getWork();
      +
      web3.eth.getWork()
       .then(console.log);
       > [
         "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
      @@ -1555,7 +1555,7 @@ 

      Example"0x0000000000000001", "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef", "0xD1FE5700000000000000000000000000D1FE5700000000000000000000000000" -]); +]) .then(console.log); > true

      diff --git a/docs/_build/html/web3-net.html b/docs/_build/html/web3-net.html index 225641b6efd..11d6f62257c 100644 --- a/docs/_build/html/web3-net.html +++ b/docs/_build/html/web3-net.html @@ -93,7 +93,7 @@

      Returns

      Example

      -
      web3.eth.getId()
      +
      web3.eth.net.getId()
       .then(console.log);
       > 1
       
      diff --git a/docs/_build/html/web3-shh.html b/docs/_build/html/web3-shh.html index 0b332b08b71..d67af3e2273 100644 --- a/docs/_build/html/web3-shh.html +++ b/docs/_build/html/web3-shh.html @@ -343,7 +343,7 @@

      Returns

      Example

      -
      web3.eth.getId()
      +
      web3.eth.net.getId()
       .then(console.log);
       > 1
       
      @@ -518,7 +518,7 @@

      Returns

      Example

      -
      web3.shh.setMinPoW(0.9);
      +
      web3.shh.setMinPoW(0.9)
       .then(console.log);
       > true
       
      @@ -549,7 +549,7 @@

      Returns

      Example

      -
      web3.shh.markTrustedPeer();
      +
      web3.shh.markTrustedPeer()
       .then(console.log);
       > true
       
      @@ -575,7 +575,7 @@

      Returns

      Example

      -
      web3.shh.newKeyPair();
      +
      web3.shh.newKeyPair()
       .then(console.log);
       > "5e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f"
       
      @@ -602,7 +602,7 @@

      Returns

      Example

      -
      web3.shh.addPrivateKey('0x8bda3abeb454847b515fa9b404cede50b1cc63cfdeddd4999d074284b4c21e15');
      +
      web3.shh.addPrivateKey('0x8bda3abeb454847b515fa9b404cede50b1cc63cfdeddd4999d074284b4c21e15')
       .then(console.log);
       > "3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f"
       
      @@ -629,7 +629,7 @@

      Returns

      Example

      -
      web3.shh.deleteKeyPair('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f');
      +
      web3.shh.deleteKeyPair('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f')
       .then(console.log);
       > true
       
      @@ -656,7 +656,7 @@

      Returns

      Example

      -
      web3.shh.hasKeyPair('fe22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f');
      +
      web3.shh.hasKeyPair('fe22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f')
       .then(console.log);
       > true
       
      @@ -683,7 +683,7 @@

      Returns

      Example

      -
      web3.shh.getPublicKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f');
      +
      web3.shh.getPublicKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f')
       .then(console.log);
       > "0x04d1574d4eab8f3dde4d2dc7ed2c4d699d77cbbdd09167b8fffa099652ce4df00c4c6e0263eafe05007a46fdf0c8d32b11aeabcd3abbc7b2bc2bb967368a68e9c6"
       
      @@ -710,7 +710,7 @@

      Returns

      Example

      -
      web3.shh.getPrivateKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f');
      +
      web3.shh.getPrivateKey('3e22b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f')
       .then(console.log);
       > "0x234234e22b9ffc2387e18636e0534534a3d0c56b0243567432453264c16e78a2adc"
       
      @@ -737,7 +737,7 @@

      Returns

      Example

      -
      web3.shh.newSymKey();
      +
      web3.shh.newSymKey()
       .then(console.log);
       > "cec94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4"
       
      @@ -764,7 +764,7 @@

      Returns

      Example

      -
      web3.shh.addSymKey('0x5e11b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f');
      +
      web3.shh.addSymKey('0x5e11b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f')
       .then(console.log);
       > "fea94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4"
       
      @@ -791,7 +791,7 @@

      Returns

      Example

      -
      web3.shh.generateSymKeyFromPassword('Never use this password - password!');
      +
      web3.shh.generateSymKeyFromPassword('Never use this password - password!')
       .then(console.log);
       > "2e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f"
       
      @@ -818,7 +818,7 @@

      Returns

      Example

      -
      web3.shh.hasSymKey('f6dcf21ed6a17bd78d8c4c63195ab997b3b65ea683705501eae82d32667adc92');
      +
      web3.shh.hasSymKey('f6dcf21ed6a17bd78d8c4c63195ab997b3b65ea683705501eae82d32667adc92')
       .then(console.log);
       > true
       
      @@ -845,7 +845,7 @@

      Returns

      Example

      -
      web3.shh.getSymKey('af33b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f');
      +
      web3.shh.getSymKey('af33b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f')
       .then(console.log);
       > "0xa82a520aff70f7a989098376e48ec128f25f767085e84d7fb995a9815eebff0a"
       
      @@ -872,7 +872,7 @@

      Returns

      Example

      -
      web3.shh.deleteSymKey('bf31b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f');
      +
       
      -
      -

      isAddress

      -
      web3.utils.isAddress(address)
      +
      +

      isHexStrict

      +
      web3.utils.isHexStrict(hex)
       
      -

      Checks if a given string is a valid Ethereum address. -It will also check the checksum, if the address has upper and lowercase letters.

      +

      Checks if a given string is a HEX string. Difference to web3.utils.isHex() is that it expects HEX to be prefixed with 0x.

      Parameters

        -
      1. address - String: An address string.
      2. +
      3. hex - String|HEX: The given HEX string.
      @@ -384,6 +383,47 @@

      Returns

      Example

      +
      web3.utils.isHexStrict('0xc1912');
      +> true
      +
      +web3.utils.isHexStrict(0xc1912);
      +> false
      +
      +web3.utils.isHexStrict('c1912');
      +> false
      +
      +web3.utils.isHexStrict(345);
      +> false // this is tricky, as 345 can be a a HEX representation or a number, be careful when not having a 0x in front!
      +
      +web3.utils.isHexStrict('0xZ1912');
      +> false
      +
      +web3.utils.isHex('Hello');
      +> false
      +
      +
      +
      +

      +
      +
      +

      isAddress

      +
      web3.utils.isAddress(address)
      +
      +
      +

      Checks if a given string is a valid Ethereum address. +It will also check the checksum, if the address has upper and lowercase letters.

      +
      +

      Parameters

      +
        +
      1. address - String: An address string.
      2. +
      +
      +
      +

      Returns

      +

      Boolean

      +
      +
      +

      Example

      web3.utils.isAddress('0xc1912fee45d61c87cc5ea59dae31190fffff232d');
       > true
       
      @@ -409,18 +449,18 @@ 

      toChecksumAddress -

      Parameters

      +
      +

      Parameters

      1. address - String: An address string.
      -
      -

      Returns

      +
      +

      Returns

      String: The checksum address.

      -
      -

      Example

      +
      +

      Example

      web3.utils.toChecksumAddress('0xc1912fee45d61c87cc5ea59dae31190fffff2323');
       > "0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d"
       
      @@ -437,18 +477,18 @@ 

      checkAddressChecksum

      Checks the checksum of a given address. Will also return false on non-checksum addresses.

      -
      -

      Parameters

      +
      +

      Parameters

      1. address - String: An address string.
      -
      -

      Returns

      +
      +

      Returns

      Boolean: true when the checksum of the address is valid, false if its not a checksum address, or the checksum is invalid.

      -
      -

      Example

      +
      +

      Example

      web3.utils.checkAddressChecksum('0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d');
       > true
       
      @@ -464,18 +504,18 @@

      toHex

      Will auto convert any given value to HEX. Number strings will interpreted as numbers. Text strings will be interpreted as UTF-8 strings.

      -
      -

      Parameters

      +
      +

      Parameters

      1. mixed - String|Number|BN|BigNumber: The input to convert to HEX.
      -
      -

      Returns

      +
      +

      Returns

      String: The resulting HEX string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.toHex('234');
       > "0xea"
       
      @@ -505,18 +545,18 @@ 

      ExampleNote

      For just the BN.js class use utils.BN

      -
      -

      Parameters

      +
      +

      Parameters

      1. number - String|Number|HEX: Number to convert to a big number.
      -
      -

      Returns

      +
      +

      Returns

      Object: The BN.js instance.

      -
      -

      Example

      +
      +

      Example

      web3.utils.toBN(1234).toString();
       > "1234"
       
      @@ -536,18 +576,18 @@ 

      hexToNumberString -

      Parameters

      +
      +

      Parameters

      1. hexString - String|HEX: A string to hash.
      -
      -

      Returns

      +
      +

      Returns

      String: The number as a string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.hexToNumberString('0xea');
       > "234"
       
      @@ -566,18 +606,18 @@

      hexToNumberNote

      This is not useful for big numbers, rather use utils.toBN instead.

      -
      -

      Parameters

      +
      +

      Parameters

      1. hexString - String|HEX: A string to hash.
      -
      -

      Returns

      +
      +

      Returns

      Number

      -
      -

      Example

      +
      +

      Example

      web3.utils.hexToNumber('0xea');
       > 234
       
      @@ -592,18 +632,18 @@

      numberToHex -

      Parameters

      +
      +

      Parameters

      1. number - String|Number|BN|BigNumber: A number as string or number.
      -
      -

      Returns

      +
      +

      Returns

      String: The HEX value of the given number.

      -
      -

      Example

      +
      +

      Example

      web3.utils.numberToHex('234');
       > '0xea'
       
      @@ -619,18 +659,18 @@

      hexToUtf8 -

      Parameters

      +
      +

      Parameters

      1. hex - String: A HEX string to convert to a UTF-8 string.
      -
      -

      Returns

      +
      +

      Returns

      String: The UTF-8 string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.hexToUtf8('0x49206861766520313030e282ac');
       > "I have 100€"
       
      @@ -645,18 +685,18 @@

      hexToAscii -

      Parameters

      +
      +

      Parameters

      1. hex - String: A HEX string to convert to a ASCII string.
      -
      -

      Returns

      +
      +

      Returns

      String: The ASCII string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.hexToAscii('0x4920686176652031303021');
       > "I have 100!"
       
      @@ -672,18 +712,18 @@

      Example

      Returns the HEX representation of a given UTF-8 string.

      -
      -

      Parameters

      +
      +

      Parameters

      1. string - String: A UTF-8 string to convert to a HEX string.
      -
      -

      Returns

      +
      +

      Returns

      String: The HEX string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.utf8ToHex('I have 100€');
       > "0x49206861766520313030e282ac"
       
      @@ -698,18 +738,18 @@

      asciiToHex -

      Parameters

      +
      +

      Parameters

      1. string - String: A ASCII string to convert to a HEX string.
      -
      -

      Returns

      +
      +

      Returns

      String: The HEX string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.asciiToHex('I have 100!');
       > "0x4920686176652031303021"
       
      @@ -723,18 +763,18 @@

      hexToBytes -

      Parameters

      +
      +

      Parameters

      1. hex - String|HEX: A HEX to convert.
      -
      -

      Returns

      +
      +

      Returns

      Array: The byte array.

      -
      -

      Example

      +
      +

      Example

      web3.utils.hexToBytes('0x000000ea');
       > [ 0, 0, 0, 234 ]
       
      @@ -751,18 +791,18 @@ 

      bytesToHex -

      Parameters

      +
      +

      Parameters

      1. byteArray - Array: A byte array to convert.
      -
      -

      Returns

      +
      +

      Returns

      String: The HEX string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.bytesToHex([ 72, 101, 108, 108, 111, 33, 36 ]);
       > "0x48656c6c6f2125"
       
      @@ -780,8 +820,8 @@

      toWei

      Note

      “wei” are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons.

      -
      -

      Parameters

      +
      +

      Parameters

      1. number - String|Number|BN: The value. 1. unit - String (optional, defaults to "ether"): The ether to convert from. Possible units are:

      @@ -816,12 +856,12 @@

      Parameters -

      Returns

      +
      +

      Returns

      String|BN: If a number, or string is given it returns a number string, otherwise a BN.js instance.

      -
      -

      Example

      +
      +

      Example

      -
      -

      Parameters

      +
      +

      Parameters

      1. number - String|Number|BN: The value in wei. 1. unit - String (optional, defaults to "ether"): The ether to convert to. Possible units are:

      @@ -884,12 +924,12 @@

      Parameters -

      Returns

      +
      +

      Returns

      String|BN: If a number, or string is given it returns a number string, otherwise a BN.js instance.

      -
      -

      Example

      +
      +

      Example

      web3.utils.fromWei('1', 'ether');
       > "0.000000000000000001"
       
      @@ -951,8 +991,8 @@ 

      Retrun value -

      Example

      +
      +

      Example

      web3.utils.unitMap
       > {
           noether: '0',
      @@ -995,20 +1035,20 @@ 

      padLeft -

      Parameters

      +
      +

      Parameters

      1. string - String: The string to add padding on the left.
      2. characterAmount - Number: The number of characters the total string should have.
      3. sign - String (optional): The character sign to use, defaults to "0".
      -
      -

      Returns

      +
      +

      Returns

      String: The padded string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.padLeft('0x3456ff', 20);
       > "0x000000000000003456ff"
       
      @@ -1029,20 +1069,20 @@ 

      padRight -

      Parameters

      +
      +

      Parameters

      1. string - String: The string to add padding on the right.
      2. characterAmount - Number: The number of characters the total string should have.
      3. sign - String (optional): The character sign to use, defaults to "0".
      -
      -

      Returns

      +
      +

      Returns

      String: The padded string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.padRight('0x3456ff', 20);
       > "0x3456ff00000000000000"
       
      @@ -1061,19 +1101,19 @@ 

      toTwosComplement
      web3.utils.toTwosComplement(number)
       

      -

      Conversta negative numer into a twos complement.

      -
      -

      Parameters

      +

      Converts a negative numer into a two’s complement.

      +
      +

      Parameters

      1. number - Number|String|BigNumber: The number to convert.
      -
      -

      Returns

      +
      +

      Returns

      String: The converted hex string.

      -
      -

      Example

      +
      +

      Example

      web3.utils.toTwosComplement('-1');
       > "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
       
      @@ -1149,125 +1189,131 @@ 

      Table Of Contents

    24. Example
    25. -
    26. isAddress
        +
      • isHexStrict
      • -
      • toChecksumAddress
          +
        • isAddress
        • -
        • checkAddressChecksum
            +
          • toChecksumAddress
          • -
          • toHex
              +
            • checkAddressChecksum
            • -
            • toBN
                -
              • Parameters
              • -
              • Returns
              • -
              • Example
              • +
              • toHex
              • -
              • hexToNumberString
                  -
                • Parameters
                • -
                • Returns
                • +
                • toBN
                • -
                • hexToNumber
                    +
                  • hexToNumberString
                  • -
                  • numberToHex
                      +
                    • hexToNumber
                    • -
                    • hexToUtf8
                        +
                      • numberToHex
                      • -
                      • hexToAscii
                          +
                        • hexToUtf8
                        • -
                        • utf8ToHex
                            +
                          • hexToAscii
                          • -
                          • asciiToHex
                              +
                            • utf8ToHex
                            • -
                            • hexToBytes
                                +
                              • asciiToHex
                              • -
                              • bytesToHex
                                  +
                                • hexToBytes
                                • -
                                • toWei
                                    +
                                  • bytesToHex
                                  • -
                                  • fromWei
                                      -
                                    • Parameters
                                    • -
                                    • Returns
                                    • -
                                    • Example
                                    • +
                                    • toWei
                                    • -
                                    • unitMap
                                        -
                                      • Retrun value
                                      • +
                                      • fromWei
                                      • -
                                      • padLeft
                                          -
                                        • Parameters
                                        • -
                                        • Returns
                                        • +
                                        • unitMap
                                        • -
                                        • padRight diff --git a/lerna.json b/lerna.json index bb7f52251a8..8a4f68f6897 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "lerna": "2.0.0", "command": { "init": { diff --git a/package.js b/package.js index b6a2bc3f159..d40ebe0dcb5 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ /* jshint ignore:start */ Package.describe({ name: 'ethereum:web3', - version: '1.0.0-beta.28', + version: '1.0.0-beta.29', summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC', git: 'https://github.com/ethereum/ethereum.js', // By default, Meteor will default to using README.md for documentation. diff --git a/package.json b/package.json index c89774c73ec..03e8a6247b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web3", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Ethereum JavaScript API wrapper repository", "license": "LGPL-3.0", "directories": { diff --git a/packages/web3-bzz/package.json b/packages/web3-bzz/package.json index 3cb3fdf65db..70806132c31 100644 --- a/packages/web3-bzz/package.json +++ b/packages/web3-bzz/package.json @@ -1,7 +1,7 @@ { "name": "web3-bzz", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to interact with the Swarm network.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-bzz", "license": "LGPL-3.0", diff --git a/packages/web3-core-helpers/package.json b/packages/web3-core-helpers/package.json index 94bfbe1c788..d3e9d1d6d62 100644 --- a/packages/web3-core-helpers/package.json +++ b/packages/web3-core-helpers/package.json @@ -1,14 +1,14 @@ { "name": "web3-core-helpers", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 core tools helper for sub packages. This is an internal package.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-helpers", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { "underscore": "1.8.3", - "web3-eth-iban": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-eth-iban": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-core-method/package.json b/packages/web3-core-method/package.json index a260c4f86da..67b07fd740d 100644 --- a/packages/web3-core-method/package.json +++ b/packages/web3-core-method/package.json @@ -1,16 +1,16 @@ { "name": "web3-core-method", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Creates the methods on the web3 modules. This is an internal package.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-method", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { "underscore": "1.8.3", - "web3-core-helpers": "1.0.0-beta.28", - "web3-core-promievent": "1.0.0-beta.28", - "web3-core-subscriptions": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core-helpers": "1.0.0-beta.29", + "web3-core-promievent": "1.0.0-beta.29", + "web3-core-subscriptions": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-core-promievent/package.json b/packages/web3-core-promievent/package.json index 63f5c377cbc..4d10673b254 100644 --- a/packages/web3-core-promievent/package.json +++ b/packages/web3-core-promievent/package.json @@ -1,7 +1,7 @@ { "name": "web3-core-promievent", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-promievent", "license": "LGPL-3.0", diff --git a/packages/web3-core-requestmanager/package.json b/packages/web3-core-requestmanager/package.json index fcf9cc608c3..49d732645b4 100644 --- a/packages/web3-core-requestmanager/package.json +++ b/packages/web3-core-requestmanager/package.json @@ -1,16 +1,16 @@ { "name": "web3-core-requestmanager", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to handle requests to external providers.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-requestmanager", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { "underscore": "1.8.3", - "web3-core-helpers": "1.0.0-beta.28", - "web3-providers-http": "1.0.0-beta.28", - "web3-providers-ipc": "1.0.0-beta.28", - "web3-providers-ws": "1.0.0-beta.28" + "web3-core-helpers": "1.0.0-beta.29", + "web3-providers-http": "1.0.0-beta.29", + "web3-providers-ipc": "1.0.0-beta.29", + "web3-providers-ws": "1.0.0-beta.29" } } diff --git a/packages/web3-core-subscriptions/package.json b/packages/web3-core-subscriptions/package.json index 6310fd9af5a..b14f98f6e25 100644 --- a/packages/web3-core-subscriptions/package.json +++ b/packages/web3-core-subscriptions/package.json @@ -1,7 +1,7 @@ { "name": "web3-core-subscriptions", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Manages web3 subscriptions. This is an internal package.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-subscriptions", "license": "LGPL-3.0", @@ -9,6 +9,6 @@ "dependencies": { "eventemitter3": "1.1.1", "underscore": "1.8.3", - "web3-core-helpers": "1.0.0-beta.28" + "web3-core-helpers": "1.0.0-beta.29" } } diff --git a/packages/web3-core/package.json b/packages/web3-core/package.json index 42ef3c21917..68daa8ac312 100644 --- a/packages/web3-core/package.json +++ b/packages/web3-core/package.json @@ -1,15 +1,15 @@ { "name": "web3-core", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 core tools for sub packages. This is an internal package.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { - "web3-core-helpers": "1.0.0-beta.28", - "web3-core-method": "1.0.0-beta.28", - "web3-core-requestmanager": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core-helpers": "1.0.0-beta.29", + "web3-core-method": "1.0.0-beta.29", + "web3-core-requestmanager": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-eth-abi/package.json b/packages/web3-eth-abi/package.json index 00584951f9c..48641ab3fc1 100644 --- a/packages/web3-eth-abi/package.json +++ b/packages/web3-eth-abi/package.json @@ -1,7 +1,7 @@ { "name": "web3-eth-abi", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module encode and decode EVM in/output.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-abi", "license": "LGPL-3.0", @@ -9,7 +9,7 @@ "dependencies": { "bn.js": "4.11.6", "underscore": "1.8.3", - "web3-core-helpers": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core-helpers": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-eth-accounts/package.json b/packages/web3-eth-accounts/package.json index 6d0d78bf892..4d86250dc05 100644 --- a/packages/web3-eth-accounts/package.json +++ b/packages/web3-eth-accounts/package.json @@ -1,7 +1,7 @@ { "name": "web3-eth-accounts", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to generate Ethereum accounts and sign data and transactions.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-accounts", "license": "LGPL-3.0", @@ -13,9 +13,9 @@ "scrypt.js": "0.2.0", "underscore": "1.8.3", "uuid": "2.0.1", - "web3-core": "1.0.0-beta.28", - "web3-core-helpers": "1.0.0-beta.28", - "web3-core-method": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core": "1.0.0-beta.29", + "web3-core-helpers": "1.0.0-beta.29", + "web3-core-method": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-eth-contract/package.json b/packages/web3-eth-contract/package.json index 10276b61d10..ce9c6b065b6 100644 --- a/packages/web3-eth-contract/package.json +++ b/packages/web3-eth-contract/package.json @@ -1,19 +1,19 @@ { "name": "web3-eth-contract", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to interact with Ethereum smart contracts.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-contract", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { "underscore": "1.8.3", - "web3-core": "1.0.0-beta.28", - "web3-core-helpers": "1.0.0-beta.28", - "web3-core-method": "1.0.0-beta.28", - "web3-core-promievent": "1.0.0-beta.28", - "web3-core-subscriptions": "1.0.0-beta.28", - "web3-eth-abi": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core": "1.0.0-beta.29", + "web3-core-helpers": "1.0.0-beta.29", + "web3-core-method": "1.0.0-beta.29", + "web3-core-promievent": "1.0.0-beta.29", + "web3-core-subscriptions": "1.0.0-beta.29", + "web3-eth-abi": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-eth-iban/package.json b/packages/web3-eth-iban/package.json index b6cdcf42ed6..67865fd7939 100644 --- a/packages/web3-eth-iban/package.json +++ b/packages/web3-eth-iban/package.json @@ -1,13 +1,13 @@ { "name": "web3-eth-iban", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "This package converts Ethereum addresses to IBAN addresses a vice versa.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-iban", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { "bn.js": "^4.11.6", - "web3-utils": "1.0.0-beta.28" + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-eth-personal/package.json b/packages/web3-eth-personal/package.json index 49dad1f3758..cf7f92c241f 100644 --- a/packages/web3-eth-personal/package.json +++ b/packages/web3-eth-personal/package.json @@ -1,16 +1,16 @@ { "name": "web3-eth-personal", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-personal", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { - "web3-core": "1.0.0-beta.28", - "web3-core-helpers": "1.0.0-beta.28", - "web3-core-method": "1.0.0-beta.28", - "web3-net": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core": "1.0.0-beta.29", + "web3-core-helpers": "1.0.0-beta.29", + "web3-core-method": "1.0.0-beta.29", + "web3-net": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-eth/package.json b/packages/web3-eth/package.json index f68bcd6c073..3a9228b33dd 100644 --- a/packages/web3-eth/package.json +++ b/packages/web3-eth/package.json @@ -1,23 +1,23 @@ { "name": "web3-eth", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to interact with the Ethereum blockchain and smart contracts.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { "underscore": "1.8.3", - "web3-core": "1.0.0-beta.28", - "web3-core-helpers": "1.0.0-beta.28", - "web3-core-method": "1.0.0-beta.28", - "web3-core-subscriptions": "1.0.0-beta.28", - "web3-eth-abi": "1.0.0-beta.28", - "web3-eth-accounts": "1.0.0-beta.28", - "web3-eth-contract": "1.0.0-beta.28", - "web3-eth-iban": "1.0.0-beta.28", - "web3-eth-personal": "1.0.0-beta.28", - "web3-net": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core": "1.0.0-beta.29", + "web3-core-helpers": "1.0.0-beta.29", + "web3-core-method": "1.0.0-beta.29", + "web3-core-subscriptions": "1.0.0-beta.29", + "web3-eth-abi": "1.0.0-beta.29", + "web3-eth-accounts": "1.0.0-beta.29", + "web3-eth-contract": "1.0.0-beta.29", + "web3-eth-iban": "1.0.0-beta.29", + "web3-eth-personal": "1.0.0-beta.29", + "web3-net": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-net/package.json b/packages/web3-net/package.json index e6cbe0e70be..91e61fe135a 100644 --- a/packages/web3-net/package.json +++ b/packages/web3-net/package.json @@ -1,14 +1,14 @@ { "name": "web3-net", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to interact with the Ethereum nodes networking properties.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-net", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { - "web3-core": "1.0.0-beta.28", - "web3-core-method": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-core": "1.0.0-beta.29", + "web3-core-method": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } } diff --git a/packages/web3-providers-http/package.json b/packages/web3-providers-http/package.json index 7a6a0b70000..4e776e9d28f 100644 --- a/packages/web3-providers-http/package.json +++ b/packages/web3-providers-http/package.json @@ -1,13 +1,13 @@ { "name": "web3-providers-http", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Module to handle web3 RPC connections over HTTP.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-providers-http", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { - "web3-core-helpers": "1.0.0-beta.28", + "web3-core-helpers": "1.0.0-beta.29", "xhr2": "0.1.4" } } diff --git a/packages/web3-providers-ipc/package.json b/packages/web3-providers-ipc/package.json index c52871ffb45..4a5f76936ac 100644 --- a/packages/web3-providers-ipc/package.json +++ b/packages/web3-providers-ipc/package.json @@ -1,7 +1,7 @@ { "name": "web3-providers-ipc", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Module to handle web3 RPC connections over IPC sockets.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-providers-ipc", "license": "LGPL-3.0", @@ -9,6 +9,6 @@ "dependencies": { "oboe": "2.1.3", "underscore": "1.8.3", - "web3-core-helpers": "1.0.0-beta.28" + "web3-core-helpers": "1.0.0-beta.29" } } diff --git a/packages/web3-providers-ws/package.json b/packages/web3-providers-ws/package.json index b747b4ae525..56bfdc8fab5 100644 --- a/packages/web3-providers-ws/package.json +++ b/packages/web3-providers-ws/package.json @@ -1,14 +1,14 @@ { "name": "web3-providers-ws", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Module to handle web3 RPC connections over WebSockets.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-providers-ws", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { "underscore": "1.8.3", - "web3-core-helpers": "1.0.0-beta.28", + "web3-core-helpers": "1.0.0-beta.29", "websocket": "git://github.com/frozeman/WebSocket-Node.git#browserifyCompatible" } } diff --git a/packages/web3-shh/package.json b/packages/web3-shh/package.json index c82248646d6..a56f4030755 100644 --- a/packages/web3-shh/package.json +++ b/packages/web3-shh/package.json @@ -1,15 +1,15 @@ { "name": "web3-shh", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Web3 module to interact with the Whisper messaging protocol.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-shh", "license": "LGPL-3.0", "main": "src/index.js", "dependencies": { - "web3-core": "1.0.0-beta.28", - "web3-core-method": "1.0.0-beta.28", - "web3-core-subscriptions": "1.0.0-beta.28", - "web3-net": "1.0.0-beta.28" + "web3-core": "1.0.0-beta.29", + "web3-core-method": "1.0.0-beta.29", + "web3-core-subscriptions": "1.0.0-beta.29", + "web3-net": "1.0.0-beta.29" } } diff --git a/packages/web3-utils/package.json b/packages/web3-utils/package.json index 0ac3de5a0b6..85fe897a358 100644 --- a/packages/web3-utils/package.json +++ b/packages/web3-utils/package.json @@ -1,7 +1,7 @@ { "name": "web3-utils", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Collection of utility functions used in web3.js.", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-utils", "license": "LGPL-3.0", diff --git a/packages/web3/package.json b/packages/web3/package.json index f1afa89d3cf..8e2443abe07 100644 --- a/packages/web3/package.json +++ b/packages/web3/package.json @@ -1,7 +1,7 @@ { "name": "web3", "namespace": "ethereum", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "Ethereum JavaScript API", "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3", "license": "LGPL-3.0", @@ -43,12 +43,12 @@ } ], "dependencies": { - "web3-bzz": "1.0.0-beta.28", - "web3-core": "1.0.0-beta.28", - "web3-eth": "1.0.0-beta.28", - "web3-eth-personal": "1.0.0-beta.28", - "web3-net": "1.0.0-beta.28", - "web3-shh": "1.0.0-beta.28", - "web3-utils": "1.0.0-beta.28" + "web3-bzz": "1.0.0-beta.29", + "web3-core": "1.0.0-beta.29", + "web3-eth": "1.0.0-beta.29", + "web3-eth-personal": "1.0.0-beta.29", + "web3-net": "1.0.0-beta.29", + "web3-shh": "1.0.0-beta.29", + "web3-utils": "1.0.0-beta.29" } }