Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e6d121fb8 | ||
|
|
bfcd05fcbb | ||
|
|
819b1ace5c | ||
|
|
4b331148d9 | ||
|
|
7adcf3b154 | ||
|
|
630656e949 | ||
|
|
8681cd5969 | ||
|
|
470551e4ee | ||
|
|
d395d16fa3 | ||
|
|
8077ce0aae | ||
|
|
2fe78ad7e3 | ||
|
|
5f1f2c5e2c | ||
|
|
3c79ee8cef | ||
|
|
772067a3c9 | ||
|
|
621897f249 | ||
|
|
d3b7130ed6 | ||
|
|
4898e7baac | ||
|
|
c71bbbe7db | ||
|
|
c8fecbbc29 | ||
|
|
b4df28dddd |
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: investigate
|
labels: investigate
|
||||||
@@ -9,6 +9,8 @@ assignees: ''
|
|||||||
|
|
||||||
Note: Not all sections may be relevant, but please be as thorough while remaining concise as possible. Remove this Notice and any sections that don't feel pertinent.
|
Note: Not all sections may be relevant, but please be as thorough while remaining concise as possible. Remove this Notice and any sections that don't feel pertinent.
|
||||||
|
|
||||||
|
If you are unsure if something is a bug, start a thread in the *"discussions"* tab above..
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
@@ -19,4 +21,4 @@ Please include code snippets, with console.log output, any contract ABI, contrac
|
|||||||
Please include anything that may be useful in diagnosing the issue. Node vs Browser? Geth vs Parity vs Ganache? Third Party tools, like Hardhat? Mobile vs. Desktop?
|
Please include anything that may be useful in diagnosing the issue. Node vs Browser? Geth vs Parity vs Ganache? Third Party tools, like Hardhat? Mobile vs. Desktop?
|
||||||
|
|
||||||
**Search Terms**
|
**Search Terms**
|
||||||
Often similar issues have come up before. Include any search terms you have tried in this repository's Issues (including closed issues) and Discussions, so if there are matching issues, we can be sure to add those keywords to make it easier for people to find in the future.
|
Often similar issues have come up before. Include any search terms you have tried in this repository's Issues (including closed issues) and *"Discussions"*, so if there are matching issues, we can be sure to add those keywords and link this issue to it, making it easier for people to find in the future.
|
||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
16
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Documentation
|
||||||
|
about: Documentation request or suggestion
|
||||||
|
title: ''
|
||||||
|
labels: documentation
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please include anything about the [documentation](https://docs.ethers.io) you would like to see improved.
|
||||||
|
|
||||||
|
- Missing information or details?
|
||||||
|
- Wrong Information?
|
||||||
|
- Dead or wrong links?
|
||||||
|
- Something needs code examples?
|
||||||
|
- General feedback or anything else?
|
||||||
16
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Other
|
||||||
|
about: Something else
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Generally this issue template should be used.
|
||||||
|
|
||||||
|
If your issue is **not** a **Feature Request**, a **Bug Report** or problem with the **Documentation** you should probably be using the *"Discussion"* tab at the top.
|
||||||
|
|
||||||
|
But for truly exceptional issues, please include the details here.
|
||||||
|
|
||||||
|
Please also include any search terms you used when searching issues and discussions, so we can better tag those in the future.
|
||||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -3,6 +3,17 @@ Changelog
|
|||||||
|
|
||||||
This change log is managed by `admin/cmds/update-versions` but may be manually updated.
|
This change log is managed by `admin/cmds/update-versions` but may be manually updated.
|
||||||
|
|
||||||
|
ethers/v5.3.0 (2021-05-31 18:41)
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
- Added MinInt256 and MaxInt256 constants. ([#1576](https://github.com/ethers-io/ethers.js/issues/1576); [bfcd05f](https://github.com/ethers-io/ethers.js/commit/bfcd05fcbb132d456d6f22f70c8ac9cf5b1826f7))
|
||||||
|
- Version bumps for bn.js and hash.js to match elliptic and fix some build tools. ([#1478](https://github.com/ethers-io/ethers.js/issues/1478); [819b1ac](https://github.com/ethers-io/ethers.js/commit/819b1ace5c9b16e29dc354ad80e0e5b71ac63c52))
|
||||||
|
- Removed Hangul checks in shims which crashes Android. ([#1519](https://github.com/ethers-io/ethers.js/issues/1519); [4b33114](https://github.com/ethers-io/ethers.js/commit/4b331148d980e3056ceaabdcd6e50a2aa1beb40d))
|
||||||
|
- Fixed ENS namehash with leading and trailing dots. ([#1605](https://github.com/ethers-io/ethers.js/issues/1605); [7adcf3b](https://github.com/ethers-io/ethers.js/commit/7adcf3b154669d9d1a0a66d5e15dabfbf6618180))
|
||||||
|
- Fixed broken variable in template string. ([#1624](https://github.com/ethers-io/ethers.js/issues/1624), [#1626](https://github.com/ethers-io/ethers.js/issues/1626); [630656e](https://github.com/ethers-io/ethers.js/commit/630656e949a8ffd940e4b66ec93ec07cd6ec2634))
|
||||||
|
- Fixed FixedNumber rounding for non-default formats. ([#1629](https://github.com/ethers-io/ethers.js/issues/1629); [8681cd5](https://github.com/ethers-io/ethers.js/commit/8681cd59698d02d040871aa889fc6ccc8550df98))
|
||||||
|
- Update ws dependency version to fix security. ([#1633](https://github.com/ethers-io/ethers.js/issues/1633), [#1634](https://github.com/ethers-io/ethers.js/issues/1634); [470551e](https://github.com/ethers-io/ethers.js/commit/470551e4ee3f1e343a26fc0775f9d9f7489129f8))
|
||||||
|
|
||||||
ethers/v5.2.0 (2021-05-17 16:18)
|
ethers/v5.2.0 (2021-05-17 16:18)
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,12 @@ module.exports = function(config) {
|
|||||||
// Cloudflare will block (on the testnet endpoints) any traffic
|
// Cloudflare will block (on the testnet endpoints) any traffic
|
||||||
// from a headless chome (based on the user agent), so we lie
|
// from a headless chome (based on the user agent), so we lie
|
||||||
// This was take from Safari, because that is what I had on-hand
|
// This was take from Safari, because that is what I had on-hand
|
||||||
'--user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15']
|
'--user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15',
|
||||||
|
|
||||||
|
// https://stackoverflow.com/questions/58484124/karma-disconnectedreconnect-failed-before-timeout-of-with-chromeheadless
|
||||||
|
'--disable-gpu',
|
||||||
|
'--no-sandbox'
|
||||||
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -36,7 +36,12 @@ module.exports = function(config) {
|
|||||||
// Cloudflare will block (on the testnet endpoints) any traffic
|
// Cloudflare will block (on the testnet endpoints) any traffic
|
||||||
// from a headless chome (based on the user agent), so we lie
|
// from a headless chome (based on the user agent), so we lie
|
||||||
// This was take from Safari, because that is what I had on-hand
|
// This was take from Safari, because that is what I had on-hand
|
||||||
'--user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15']
|
'--user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15',
|
||||||
|
|
||||||
|
// https://stackoverflow.com/questions/58484124/karma-disconnectedreconnect-failed-before-timeout-of-with-chromeheadless
|
||||||
|
'--disable-gpu',
|
||||||
|
'--no-sandbox'
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -25,15 +25,15 @@ const Words = fs_1.default.readFileSync("/usr/share/dict/words").toString().spli
|
|||||||
accessing addresses aligned autofill called cancelled changed censored
|
accessing addresses aligned autofill called cancelled changed censored
|
||||||
clamping compiled computed configured consumed creating decoded decoding
|
clamping compiled computed configured consumed creating decoded decoding
|
||||||
decreased decrypt decrypted decrypting deployed deploying deprecated detected
|
decreased decrypt decrypted decrypting deployed deploying deprecated detected
|
||||||
discontinued earliest email enabled encoded encoder encoding encrypt
|
discontinued earliest email emitted enabled encoded encoder encoding encrypt
|
||||||
encrypted encrypting entries euro exceeded existing expected
|
encrypted encrypting entries euro exceeded existing expected
|
||||||
expired failed fetches formatted formatting funding generated
|
expired failed fetches formatted formatting funding generated
|
||||||
hardened has highly ignoring implemented implementer imported including instantiate
|
hardened has highly ignoring implemented implementer imported including instantiate
|
||||||
joined keyword labelled larger lookup matches mined modified modifies multi
|
joined keyword labelled larger lookup matches mined modified modifies multi
|
||||||
named needed nested neutered numeric offline optimizer overriding owned packed
|
named needed nested neutered numeric offline optimizer overriding owned packed
|
||||||
padded parsed parsing passed payload placeholder processing properties prototyping reached
|
padded parsed parsing passed payload placeholder processing properties prototyping reached
|
||||||
recommended recovered redacted remaining replaced required reverted
|
recommended recovered redacted remaining replaced repriced required reverted
|
||||||
serializes shared signed signing skipped stored supported tagging targetted
|
serializes shared signed signing skipped stats stored supported tagging targetted
|
||||||
throttled transactions typed uninstall unstake unsubscribe untyped
|
throttled transactions typed uninstall unstake unsubscribe untyped
|
||||||
using verifies verifying website
|
using verifies verifying website
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ using verifies verifying website
|
|||||||
bech BIP BIP39 BIP44 btc bzz crypto eip etc hashes hmac icap
|
bech BIP BIP39 BIP44 btc bzz crypto eip etc hashes hmac icap
|
||||||
keccak ltc namehash ripemd RLP scrypt secp sha xdai
|
keccak ltc namehash ripemd RLP scrypt secp sha xdai
|
||||||
|
|
||||||
blockhash
|
blockhash bnb bnbt ethprice matic txlist
|
||||||
|
|
||||||
bitcoin ethereum finney gwei kwei mwei satoshi szabo wei weth
|
bitcoin ethereum finney gwei kwei mwei satoshi szabo wei weth
|
||||||
|
|
||||||
|
|||||||
@@ -16,15 +16,15 @@ const Words = fs.readFileSync("/usr/share/dict/words").toString().split("\n").re
|
|||||||
accessing addresses aligned autofill called cancelled changed censored
|
accessing addresses aligned autofill called cancelled changed censored
|
||||||
clamping compiled computed configured consumed creating decoded decoding
|
clamping compiled computed configured consumed creating decoded decoding
|
||||||
decreased decrypt decrypted decrypting deployed deploying deprecated detected
|
decreased decrypt decrypted decrypting deployed deploying deprecated detected
|
||||||
discontinued earliest email enabled encoded encoder encoding encrypt
|
discontinued earliest email emitted enabled encoded encoder encoding encrypt
|
||||||
encrypted encrypting entries euro exceeded existing expected
|
encrypted encrypting entries euro exceeded existing expected
|
||||||
expired failed fetches formatted formatting funding generated
|
expired failed fetches formatted formatting funding generated
|
||||||
hardened has highly ignoring implemented implementer imported including instantiate
|
hardened has highly ignoring implemented implementer imported including instantiate
|
||||||
joined keyword labelled larger lookup matches mined modified modifies multi
|
joined keyword labelled larger lookup matches mined modified modifies multi
|
||||||
named needed nested neutered numeric offline optimizer overriding owned packed
|
named needed nested neutered numeric offline optimizer overriding owned packed
|
||||||
padded parsed parsing passed payload placeholder processing properties prototyping reached
|
padded parsed parsing passed payload placeholder processing properties prototyping reached
|
||||||
recommended recovered redacted remaining replaced required reverted
|
recommended recovered redacted remaining replaced repriced required reverted
|
||||||
serializes shared signed signing skipped stored supported tagging targetted
|
serializes shared signed signing skipped stats stored supported tagging targetted
|
||||||
throttled transactions typed uninstall unstake unsubscribe untyped
|
throttled transactions typed uninstall unstake unsubscribe untyped
|
||||||
using verifies verifying website
|
using verifies verifying website
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ using verifies verifying website
|
|||||||
bech BIP BIP39 BIP44 btc bzz crypto eip etc hashes hmac icap
|
bech BIP BIP39 BIP44 btc bzz crypto eip etc hashes hmac icap
|
||||||
keccak ltc namehash ripemd RLP scrypt secp sha xdai
|
keccak ltc namehash ripemd RLP scrypt secp sha xdai
|
||||||
|
|
||||||
blockhash
|
blockhash bnb bnbt ethprice matic txlist
|
||||||
|
|
||||||
bitcoin ethereum finney gwei kwei mwei satoshi szabo wei weth
|
bitcoin ethereum finney gwei kwei mwei satoshi szabo wei weth
|
||||||
|
|
||||||
|
|||||||
232
package-lock.json
generated
232
package-lock.json
generated
@@ -13,23 +13,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/compat-data": {
|
"@babel/compat-data": {
|
||||||
"version": "7.14.0",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.0.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz",
|
||||||
"integrity": "sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==",
|
"integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/core": {
|
"@babel/core": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.3",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz",
|
||||||
"integrity": "sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ==",
|
"integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.12.13",
|
"@babel/code-frame": "^7.12.13",
|
||||||
"@babel/generator": "^7.14.2",
|
"@babel/generator": "^7.14.3",
|
||||||
"@babel/helper-compilation-targets": "^7.13.16",
|
"@babel/helper-compilation-targets": "^7.13.16",
|
||||||
"@babel/helper-module-transforms": "^7.14.2",
|
"@babel/helper-module-transforms": "^7.14.2",
|
||||||
"@babel/helpers": "^7.14.0",
|
"@babel/helpers": "^7.14.0",
|
||||||
"@babel/parser": "^7.14.2",
|
"@babel/parser": "^7.14.3",
|
||||||
"@babel/template": "^7.12.13",
|
"@babel/template": "^7.12.13",
|
||||||
"@babel/traverse": "^7.14.2",
|
"@babel/traverse": "^7.14.2",
|
||||||
"@babel/types": "^7.14.2",
|
"@babel/types": "^7.14.2",
|
||||||
@@ -42,15 +42,15 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz",
|
||||||
"integrity": "sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==",
|
"integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -87,9 +87,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/generator": {
|
"@babel/generator": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.3",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz",
|
||||||
"integrity": "sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==",
|
"integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.14.2",
|
"@babel/types": "^7.14.2",
|
||||||
@@ -98,9 +98,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -116,14 +116,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-compilation-targets": {
|
"@babel/helper-compilation-targets": {
|
||||||
"version": "7.13.16",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz",
|
||||||
"integrity": "sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==",
|
"integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/compat-data": "^7.13.15",
|
"@babel/compat-data": "^7.14.4",
|
||||||
"@babel/helper-validator-option": "^7.12.17",
|
"@babel/helper-validator-option": "^7.12.17",
|
||||||
"browserslist": "^4.14.5",
|
"browserslist": "^4.16.6",
|
||||||
"semver": "^6.3.0"
|
"semver": "^6.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -147,9 +147,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -168,9 +168,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -189,9 +189,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -210,9 +210,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -238,9 +238,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -259,9 +259,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -271,21 +271,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-replace-supers": {
|
"@babel/helper-replace-supers": {
|
||||||
"version": "7.13.12",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz",
|
||||||
"integrity": "sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==",
|
"integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-member-expression-to-functions": "^7.13.12",
|
"@babel/helper-member-expression-to-functions": "^7.13.12",
|
||||||
"@babel/helper-optimise-call-expression": "^7.12.13",
|
"@babel/helper-optimise-call-expression": "^7.12.13",
|
||||||
"@babel/traverse": "^7.13.0",
|
"@babel/traverse": "^7.14.2",
|
||||||
"@babel/types": "^7.13.12"
|
"@babel/types": "^7.14.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -304,9 +304,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -325,9 +325,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -360,9 +360,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -399,15 +399,15 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz",
|
||||||
"integrity": "sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==",
|
"integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -433,15 +433,15 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz",
|
||||||
"integrity": "sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==",
|
"integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.14.2",
|
"version": "7.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz",
|
||||||
"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
|
"integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.14.0",
|
"@babel/helper-validator-identifier": "^7.14.0",
|
||||||
@@ -531,9 +531,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@ledgerhq/cryptoassets": {
|
"@ledgerhq/cryptoassets": {
|
||||||
"version": "5.51.0",
|
"version": "5.52.0",
|
||||||
"resolved": "https://registry.npmjs.org/@ledgerhq/cryptoassets/-/cryptoassets-5.51.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ledgerhq/cryptoassets/-/cryptoassets-5.52.0.tgz",
|
||||||
"integrity": "sha512-62GLlkQfbdxS9nqY64YuLq2udDZX4T+xpxH1b8JKAhc4Wocr2CfU4Jbb/W85ZTbYV/phNUQ0tel3dhW885WUpQ==",
|
"integrity": "sha512-iLM7fTfaB1SRANdlU5CX3LEkzQcr5vwNlY72H4LDlmN3UdoXU1ofRSA8J71kwz27lEqDDXuh+Xz/KJEFt5g6Tg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"invariant": "2"
|
"invariant": "2"
|
||||||
}
|
}
|
||||||
@@ -1227,9 +1227,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"cacache": {
|
"cacache": {
|
||||||
"version": "15.0.6",
|
"version": "15.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-15.2.0.tgz",
|
||||||
"integrity": "sha512-g1WYDMct/jzW+JdWEyjaX2zoBkZ6ZT9VpOyp2I/VMtDsNLffNat3kqPFfi1eDRSK9/SuKGyORDHcQMcPF8sQ/w==",
|
"integrity": "sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@npmcli/move-file": "^1.0.1",
|
"@npmcli/move-file": "^1.0.1",
|
||||||
@@ -1291,9 +1291,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"caniuse-lite": {
|
"caniuse-lite": {
|
||||||
"version": "1.0.30001228",
|
"version": "1.0.30001232",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001228.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001232.tgz",
|
||||||
"integrity": "sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==",
|
"integrity": "sha512-e4Gyp7P8vqC2qV2iHA+cJNf/yqUKOShXQOJHQt81OHxlIZl/j/j3soEA0adAQi8CPUQgvOdDENyQ5kd6a6mNSg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"caseless": {
|
"caseless": {
|
||||||
@@ -1679,9 +1679,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"electron-to-chromium": {
|
"electron-to-chromium": {
|
||||||
"version": "1.3.728",
|
"version": "1.3.743",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.728.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz",
|
||||||
"integrity": "sha512-SHv4ziXruBpb1Nz4aTuqEHBYi/9GNCJMYIJgDEXrp/2V01nFXMNFUTli5Z85f5ivSkioLilQatqBYFB44wNJrA==",
|
"integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"elliptic": {
|
"elliptic": {
|
||||||
@@ -1721,9 +1721,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"iconv-lite": {
|
"iconv-lite": {
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
||||||
"integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==",
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
@@ -1761,12 +1761,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
||||||
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
|
||||||
"ws": {
|
|
||||||
"version": "7.4.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
|
|
||||||
"integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
|
|
||||||
"dev": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -1798,9 +1792,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"version": "1.18.0",
|
"version": "1.18.3",
|
||||||
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz",
|
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.3.tgz",
|
||||||
"integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==",
|
"integrity": "sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"call-bind": "^1.0.2",
|
"call-bind": "^1.0.2",
|
||||||
@@ -1811,14 +1805,14 @@
|
|||||||
"has-symbols": "^1.0.2",
|
"has-symbols": "^1.0.2",
|
||||||
"is-callable": "^1.2.3",
|
"is-callable": "^1.2.3",
|
||||||
"is-negative-zero": "^2.0.1",
|
"is-negative-zero": "^2.0.1",
|
||||||
"is-regex": "^1.1.2",
|
"is-regex": "^1.1.3",
|
||||||
"is-string": "^1.0.5",
|
"is-string": "^1.0.6",
|
||||||
"object-inspect": "^1.9.0",
|
"object-inspect": "^1.10.3",
|
||||||
"object-keys": "^1.1.1",
|
"object-keys": "^1.1.1",
|
||||||
"object.assign": "^4.1.2",
|
"object.assign": "^4.1.2",
|
||||||
"string.prototype.trimend": "^1.0.4",
|
"string.prototype.trimend": "^1.0.4",
|
||||||
"string.prototype.trimstart": "^1.0.4",
|
"string.prototype.trimstart": "^1.0.4",
|
||||||
"unbox-primitive": "^1.0.0"
|
"unbox-primitive": "^1.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"object.assign": {
|
"object.assign": {
|
||||||
@@ -2270,12 +2264,12 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"hash.js": {
|
"hash.js": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.7",
|
||||||
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
|
||||||
"integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==",
|
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"inherits": "^2.0.3",
|
"inherits": "^2.0.3",
|
||||||
"minimalistic-assert": "^1.0.0"
|
"minimalistic-assert": "^1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hasha": {
|
"hasha": {
|
||||||
@@ -4142,9 +4136,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"npm-registry-fetch": {
|
"npm-registry-fetch": {
|
||||||
"version": "10.1.1",
|
"version": "10.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-10.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-10.1.2.tgz",
|
||||||
"integrity": "sha512-F6a3l+ffCQ7hvvN16YG5bpm1rPZntCg66PLHDQ1apWJPOCUVHoKnL2w5fqEaTVhp42dmossTyXeR7hTGirfXrg==",
|
"integrity": "sha512-KsM/TdPmntqgBFlfsbkOLkkE9ovZo7VpVcd+/eTdYszCrgy5zFl5JzWm+OxavFaEWlbkirpkou+ZYI00RmOBFA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"lru-cache": "^6.0.0",
|
"lru-cache": "^6.0.0",
|
||||||
@@ -4191,9 +4185,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"path-parse": {
|
"path-parse": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
||||||
"integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"performance-now": {
|
"performance-now": {
|
||||||
@@ -4203,9 +4197,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"picomatch": {
|
"picomatch": {
|
||||||
"version": "2.2.3",
|
"version": "2.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
|
||||||
"integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==",
|
"integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"pkg-dir": {
|
"pkg-dir": {
|
||||||
@@ -4848,9 +4842,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spdx-license-ids": {
|
"spdx-license-ids": {
|
||||||
"version": "3.0.8",
|
"version": "3.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz",
|
||||||
"integrity": "sha512-NDgA96EnaLSvtbM7trJj+t1LUR3pirkDCcz9nOUlPb5DMBGsH7oES6C3hs3j7R9oHEa1EMvReS/BUAIT5Tcr0g==",
|
"integrity": "sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"sprintf-js": {
|
"sprintf-js": {
|
||||||
@@ -5411,9 +5405,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "7.2.3",
|
"version": "7.4.6",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
|
||||||
"integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ=="
|
"integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="
|
||||||
},
|
},
|
||||||
"xml2js": {
|
"xml2js": {
|
||||||
"version": "0.4.17",
|
"version": "0.4.17",
|
||||||
|
|||||||
@@ -92,13 +92,13 @@
|
|||||||
"@types/mocha": "^5.2.0",
|
"@types/mocha": "^5.2.0",
|
||||||
"aes-js": "3.0.0",
|
"aes-js": "3.0.0",
|
||||||
"bech32": "1.1.4",
|
"bech32": "1.1.4",
|
||||||
"bn.js": "^4.4.0",
|
"bn.js": "^4.11.9",
|
||||||
"elliptic": "6.5.4",
|
"elliptic": "6.5.4",
|
||||||
"hash.js": "1.1.3",
|
"hash.js": "1.1.7",
|
||||||
"js-sha3": "0.5.7",
|
"js-sha3": "0.5.7",
|
||||||
"scrypt-js": "3.0.1",
|
"scrypt-js": "3.0.1",
|
||||||
"solc": "0.7.1",
|
"solc": "0.7.1",
|
||||||
"tiny-inflate": "1.0.3",
|
"tiny-inflate": "1.0.3",
|
||||||
"ws": "7.2.3"
|
"ws": "7.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
packages/abi/lib.esm/_version.d.ts
vendored
2
packages/abi/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "abi/5.2.0";
|
export declare const version = "abi/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "abi/5.2.0";
|
export const version = "abi/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/abi/lib/_version.d.ts
vendored
2
packages/abi/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "abi/5.2.0";
|
export declare const version = "abi/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "abi/5.2.0";
|
exports.version = "abi/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/address": "^5.2.0",
|
"@ethersproject/address": "^5.3.0",
|
||||||
"@ethersproject/bignumber": "^5.2.0",
|
"@ethersproject/bignumber": "^5.3.0",
|
||||||
"@ethersproject/bytes": "^5.2.0",
|
"@ethersproject/bytes": "^5.3.0",
|
||||||
"@ethersproject/constants": "^5.2.0",
|
"@ethersproject/constants": "^5.3.0",
|
||||||
"@ethersproject/hash": "^5.2.0",
|
"@ethersproject/hash": "^5.3.0",
|
||||||
"@ethersproject/keccak256": "^5.2.0",
|
"@ethersproject/keccak256": "^5.3.0",
|
||||||
"@ethersproject/logger": "^5.2.0",
|
"@ethersproject/logger": "^5.3.0",
|
||||||
"@ethersproject/properties": "^5.2.0",
|
"@ethersproject/properties": "^5.3.0",
|
||||||
"@ethersproject/strings": "^5.2.0"
|
"@ethersproject/strings": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
|
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0xe6a078fafe9b871044b84c2f528321d6f35a175220d2d0cd29b5f7b75b7c3752",
|
"tarballHash": "0xffd3d7fde3b357efa0d4e00e3cd0984aa73e2d13e036c9df204bd172f64a83a0",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "abi/5.2.0";
|
export const version = "abi/5.3.0";
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "abstract-provider/5.2.0";
|
export declare const version = "abstract-provider/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "abstract-provider/5.2.0";
|
export const version = "abstract-provider/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/abstract-provider/lib/_version.d.ts
vendored
2
packages/abstract-provider/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "abstract-provider/5.2.0";
|
export declare const version = "abstract-provider/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "abstract-provider/5.2.0";
|
exports.version = "abstract-provider/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": "^5.2.0",
|
"@ethersproject/bignumber": "^5.3.0",
|
||||||
"@ethersproject/bytes": "^5.2.0",
|
"@ethersproject/bytes": "^5.3.0",
|
||||||
"@ethersproject/logger": "^5.2.0",
|
"@ethersproject/logger": "^5.3.0",
|
||||||
"@ethersproject/networks": "^5.2.0",
|
"@ethersproject/networks": "^5.3.0",
|
||||||
"@ethersproject/properties": "^5.2.0",
|
"@ethersproject/properties": "^5.3.0",
|
||||||
"@ethersproject/transactions": "^5.2.0",
|
"@ethersproject/transactions": "^5.3.0",
|
||||||
"@ethersproject/web": "^5.2.0"
|
"@ethersproject/web": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
|
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0x7b9f83b84726a18491bd1665ff4d856364aba22521e78572353d1d9995ac1c4e",
|
"tarballHash": "0xbe087cfc8ee43f3154f8006b382424ca7394b04d34fc089372ade08ba9cb65b6",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "abstract-provider/5.2.0";
|
export const version = "abstract-provider/5.3.0";
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "abstract-signer/5.2.0";
|
export declare const version = "abstract-signer/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "abstract-signer/5.2.0";
|
export const version = "abstract-signer/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/abstract-signer/lib/_version.d.ts
vendored
2
packages/abstract-signer/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "abstract-signer/5.2.0";
|
export declare const version = "abstract-signer/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "abstract-signer/5.2.0";
|
exports.version = "abstract-signer/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abstract-provider": "^5.2.0",
|
"@ethersproject/abstract-provider": "^5.3.0",
|
||||||
"@ethersproject/bignumber": "^5.2.0",
|
"@ethersproject/bignumber": "^5.3.0",
|
||||||
"@ethersproject/bytes": "^5.2.0",
|
"@ethersproject/bytes": "^5.3.0",
|
||||||
"@ethersproject/logger": "^5.2.0",
|
"@ethersproject/logger": "^5.3.0",
|
||||||
"@ethersproject/properties": "^5.2.0"
|
"@ethersproject/properties": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
|
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0x6a009bacd601b395a4cf53b290b3f3eb6e624fdaabf4b24940ecb1cf0836d096",
|
"tarballHash": "0x2123b325684a93493b8ba0e346cd2e9c4bc8aa2137c217ab428e6069b86d8885",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "abstract-signer/5.2.0";
|
export const version = "abstract-signer/5.3.0";
|
||||||
|
|||||||
2
packages/address/lib.esm/_version.d.ts
vendored
2
packages/address/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "address/5.2.0";
|
export declare const version = "address/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "address/5.2.0";
|
export const version = "address/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/address/lib/_version.d.ts
vendored
2
packages/address/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "address/5.2.0";
|
export declare const version = "address/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "address/5.2.0";
|
exports.version = "address/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": "^5.2.0",
|
"@ethersproject/bignumber": "^5.3.0",
|
||||||
"@ethersproject/bytes": "^5.2.0",
|
"@ethersproject/bytes": "^5.3.0",
|
||||||
"@ethersproject/keccak256": "^5.2.0",
|
"@ethersproject/keccak256": "^5.3.0",
|
||||||
"@ethersproject/logger": "^5.2.0",
|
"@ethersproject/logger": "^5.3.0",
|
||||||
"@ethersproject/rlp": "^5.2.0"
|
"@ethersproject/rlp": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "Utilities for handling Ethereum Addresses for ethers.",
|
"description": "Utilities for handling Ethereum Addresses for ethers.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0x6396accbb490919f6a66877226d5e82ed911aa84c4041464b0d1e0237da69a2e",
|
"tarballHash": "0xa82e0a824c8508389be5bde68ac614fa98c1c867708e80c406b050ea75d12ad3",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "address/5.2.0";
|
export const version = "address/5.3.0";
|
||||||
|
|||||||
2
packages/asm/lib.esm/_version.d.ts
vendored
2
packages/asm/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "asm/5.2.0";
|
export declare const version = "asm/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "asm/5.2.0";
|
export const version = "asm/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/asm/lib/_version.d.ts
vendored
2
packages/asm/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "asm/5.2.0";
|
export declare const version = "asm/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "asm/5.2.0";
|
exports.version = "asm/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ethers": "^5.2.0"
|
"ethers": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "ASM libraries and tools for the Ethereum EVM.",
|
"description": "ASM libraries and tools for the Ethereum EVM.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"generate": "node ./generate.js",
|
"generate": "node ./generate.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"tarballHash": "0xf903345c132095391c2259543c97dcac983d1ba94f75c60adb9e0026ce031086",
|
"tarballHash": "0xc19d11fdfbed4b581cab4b18a2f9c6e1b14e961fc6b80862b6b2eb48565ea394",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "asm/5.2.0";
|
export const version = "asm/5.3.0";
|
||||||
|
|||||||
2
packages/base64/lib.esm/_version.d.ts
vendored
2
packages/base64/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "base64/5.2.0";
|
export declare const version = "base64/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "base64/5.2.0";
|
export const version = "base64/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/base64/lib/_version.d.ts
vendored
2
packages/base64/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "base64/5.2.0";
|
export declare const version = "base64/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "base64/5.2.0";
|
exports.version = "base64/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
"./lib/base64": "./lib/browser-base64.js"
|
"./lib/base64": "./lib/browser-base64.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": "^5.2.0"
|
"@ethersproject/bytes": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "Base64 coder.",
|
"description": "Base64 coder.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0x74c5fce00eedf475f74d4890e6e1a83c281898964b9055d5645d1f3074dc87bf",
|
"tarballHash": "0x821a2974aa7e21005ac390712a7c3be0f412dd614c9d73cf8fc92c61acdfd868",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "base64/5.2.0";
|
export const version = "base64/5.3.0";
|
||||||
|
|||||||
2
packages/basex/lib.esm/_version.d.ts
vendored
2
packages/basex/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "basex/5.2.0";
|
export declare const version = "basex/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "basex/5.2.0";
|
export const version = "basex/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/basex/lib/_version.d.ts
vendored
2
packages/basex/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "basex/5.2.0";
|
export declare const version = "basex/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "basex/5.2.0";
|
exports.version = "basex/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": "^5.2.0",
|
"@ethersproject/bytes": "^5.3.0",
|
||||||
"@ethersproject/properties": "^5.2.0"
|
"@ethersproject/properties": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "Base-X without Buffer.",
|
"description": "Base-X without Buffer.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0x13fff325a30baa5b8ba04f9fb8e9d1964843c445831d13a3d6e4eba849353900",
|
"tarballHash": "0x1757601373adf9bc3152479e9aca168ad2e9f55253923e45f46516fb60a5993d",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "basex/5.2.0";
|
export const version = "basex/5.3.0";
|
||||||
|
|||||||
2
packages/bignumber/lib.esm/_version.d.ts
vendored
2
packages/bignumber/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "bignumber/5.2.0";
|
export declare const version = "bignumber/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "bignumber/5.2.0";
|
export const version = "bignumber/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"fixednumber.d.ts","sourceRoot":"","sources":["../src.ts/fixednumber.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,SAAS,EAAuB,MAAM,sBAAsB,CAAC;AAMhF,OAAO,EAAE,SAAS,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAiCtE,wBAAgB,WAAW,CAAC,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,CA0BzF;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,YAAY,GAAG,SAAS,CA6C5E;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;gBAEjB,gBAAgB,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAkBnF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW;CA8CvC;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAExB,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;gBAErB,gBAAgB,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW;IAkBnF,YAAY,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAMtC,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,KAAK,IAAI,WAAW;IAcpB,OAAO,IAAI,WAAW;IAetB,KAAK,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW;IAiBrC,MAAM,IAAI,OAAO;IAIjB,UAAU,IAAI,OAAO;IAIrB,QAAQ,IAAI,MAAM;IAElB,WAAW,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;IAOnC,aAAa,IAAI,MAAM;IAEvB,QAAQ,CAAC,MAAM,EAAE,WAAW,GAAG,MAAM,GAAG,WAAW;IAKnD,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,YAAY,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAchH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAwBrF,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAkBvF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM;IAqB9D,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW;CAGzD"}
|
{"version":3,"file":"fixednumber.d.ts","sourceRoot":"","sources":["../src.ts/fixednumber.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,SAAS,EAAuB,MAAM,sBAAsB,CAAC;AAMhF,OAAO,EAAE,SAAS,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAiCtE,wBAAgB,WAAW,CAAC,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,CA0BzF;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,YAAY,GAAG,SAAS,CA6C5E;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;gBAEjB,gBAAgB,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAkBnF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW;CA8CvC;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAExB,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;gBAErB,gBAAgB,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW;IAkBnF,YAAY,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAMtC,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,KAAK,IAAI,WAAW;IAcpB,OAAO,IAAI,WAAW;IAetB,KAAK,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW;IAmBrC,MAAM,IAAI,OAAO;IAIjB,UAAU,IAAI,OAAO;IAIrB,QAAQ,IAAI,MAAM;IAElB,WAAW,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;IAOnC,aAAa,IAAI,MAAM;IAEvB,QAAQ,CAAC,MAAM,EAAE,WAAW,GAAG,MAAM,GAAG,WAAW;IAKnD,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,YAAY,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAchH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAwBrF,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAkBvF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM;IAqB9D,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW;CAGzD"}
|
||||||
@@ -255,8 +255,9 @@ export class FixedNumber {
|
|||||||
if (comps[1].length <= decimals) {
|
if (comps[1].length <= decimals) {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
const factor = FixedNumber.from("1" + zeros.substring(0, decimals));
|
const factor = FixedNumber.from("1" + zeros.substring(0, decimals), this.format);
|
||||||
return this.mulUnsafe(factor).addUnsafe(BUMP).floor().divUnsafe(factor);
|
const bump = BUMP.toFormat(this.format);
|
||||||
|
return this.mulUnsafe(factor).addUnsafe(bump).floor().divUnsafe(factor);
|
||||||
}
|
}
|
||||||
isZero() {
|
isZero() {
|
||||||
return (this._value === "0.0" || this._value === "0");
|
return (this._value === "0.0" || this._value === "0");
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
packages/bignumber/lib/_version.d.ts
vendored
2
packages/bignumber/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "bignumber/5.2.0";
|
export declare const version = "bignumber/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "bignumber/5.2.0";
|
exports.version = "bignumber/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"fixednumber.d.ts","sourceRoot":"","sources":["../src.ts/fixednumber.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,SAAS,EAAuB,MAAM,sBAAsB,CAAC;AAMhF,OAAO,EAAE,SAAS,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAiCtE,wBAAgB,WAAW,CAAC,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,CA0BzF;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,YAAY,GAAG,SAAS,CA6C5E;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;gBAEjB,gBAAgB,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAkBnF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW;CA8CvC;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAExB,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;gBAErB,gBAAgB,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW;IAkBnF,YAAY,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAMtC,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,KAAK,IAAI,WAAW;IAcpB,OAAO,IAAI,WAAW;IAetB,KAAK,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW;IAiBrC,MAAM,IAAI,OAAO;IAIjB,UAAU,IAAI,OAAO;IAIrB,QAAQ,IAAI,MAAM;IAElB,WAAW,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;IAOnC,aAAa,IAAI,MAAM;IAEvB,QAAQ,CAAC,MAAM,EAAE,WAAW,GAAG,MAAM,GAAG,WAAW;IAKnD,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,YAAY,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAchH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAwBrF,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAkBvF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM;IAqB9D,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW;CAGzD"}
|
{"version":3,"file":"fixednumber.d.ts","sourceRoot":"","sources":["../src.ts/fixednumber.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,SAAS,EAAuB,MAAM,sBAAsB,CAAC;AAMhF,OAAO,EAAE,SAAS,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAiCtE,wBAAgB,WAAW,CAAC,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,CA0BzF;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,YAAY,GAAG,SAAS,CA6C5E;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;gBAEjB,gBAAgB,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAkBnF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW;CA8CvC;AAED,qBAAa,WAAW;IACpB,QAAQ,CAAC,MAAM,EAAE,WAAW,CAAC;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAExB,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;gBAErB,gBAAgB,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW;IAkBnF,YAAY,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAMtC,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,WAAW;IAO1C,KAAK,IAAI,WAAW;IAcpB,OAAO,IAAI,WAAW;IAetB,KAAK,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW;IAmBrC,MAAM,IAAI,OAAO;IAIjB,UAAU,IAAI,OAAO;IAIrB,QAAQ,IAAI,MAAM;IAElB,WAAW,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;IAOnC,aAAa,IAAI,MAAM;IAEvB,QAAQ,CAAC,MAAM,EAAE,WAAW,GAAG,MAAM,GAAG,WAAW;IAKnD,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,YAAY,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAchH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAwBrF,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW;IAkBvF,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM;IAqB9D,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,WAAW;CAGzD"}
|
||||||
@@ -262,8 +262,9 @@ var FixedNumber = /** @class */ (function () {
|
|||||||
if (comps[1].length <= decimals) {
|
if (comps[1].length <= decimals) {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
var factor = FixedNumber.from("1" + zeros.substring(0, decimals));
|
var factor = FixedNumber.from("1" + zeros.substring(0, decimals), this.format);
|
||||||
return this.mulUnsafe(factor).addUnsafe(BUMP).floor().divUnsafe(factor);
|
var bump = BUMP.toFormat(this.format);
|
||||||
|
return this.mulUnsafe(factor).addUnsafe(bump).floor().divUnsafe(factor);
|
||||||
};
|
};
|
||||||
FixedNumber.prototype.isZero = function () {
|
FixedNumber.prototype.isZero = function () {
|
||||||
return (this._value === "0.0" || this._value === "0");
|
return (this._value === "0.0" || this._value === "0");
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": "^5.2.0",
|
"@ethersproject/bytes": "^5.3.0",
|
||||||
"@ethersproject/logger": "^5.2.0",
|
"@ethersproject/logger": "^5.3.0",
|
||||||
"bn.js": "^4.4.0"
|
"bn.js": "^4.11.9"
|
||||||
},
|
},
|
||||||
"description": "BigNumber library used in ethers.js.",
|
"description": "BigNumber library used in ethers.js.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0xf541fda3d586d4a9bef45fda1cffa2ef3be324945925e16d0dc04470b59dce11",
|
"tarballHash": "0xc336fdf23f021191c1bd468144f8abca13027b0a1579c45cee6750faf3b607cb",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "bignumber/5.2.0";
|
export const version = "bignumber/5.3.0";
|
||||||
|
|||||||
@@ -288,8 +288,10 @@ export class FixedNumber {
|
|||||||
|
|
||||||
if (comps[1].length <= decimals) { return this; }
|
if (comps[1].length <= decimals) { return this; }
|
||||||
|
|
||||||
const factor = FixedNumber.from("1" + zeros.substring(0, decimals));
|
const factor = FixedNumber.from("1" + zeros.substring(0, decimals), this.format);
|
||||||
return this.mulUnsafe(factor).addUnsafe(BUMP).floor().divUnsafe(factor);
|
const bump = BUMP.toFormat(this.format);
|
||||||
|
|
||||||
|
return this.mulUnsafe(factor).addUnsafe(bump).floor().divUnsafe(factor);
|
||||||
}
|
}
|
||||||
|
|
||||||
isZero(): boolean {
|
isZero(): boolean {
|
||||||
|
|||||||
2
packages/bytes/lib.esm/_version.d.ts
vendored
2
packages/bytes/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "bytes/5.2.0";
|
export declare const version = "bytes/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "bytes/5.2.0";
|
export const version = "bytes/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/bytes/lib/_version.d.ts
vendored
2
packages/bytes/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "bytes/5.2.0";
|
export declare const version = "bytes/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "bytes/5.2.0";
|
exports.version = "bytes/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/logger": "^5.2.0"
|
"@ethersproject/logger": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "Bytes utility functions for ethers.",
|
"description": "Bytes utility functions for ethers.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0xf5c9822d7ad93e85a836d07774c105a2c8a70c1e6e111b1dcaf49d6e00bd375d",
|
"tarballHash": "0xa7b4b67ea3e558b3a66e704cc9663f2cdf51f9c74c0cfd1e8db78482cc4ecf3b",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "bytes/5.2.0";
|
export const version = "bytes/5.3.0";
|
||||||
|
|||||||
2
packages/cli/lib.esm/_version.d.ts
vendored
2
packages/cli/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "cli/5.2.0";
|
export declare const version = "cli/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "cli/5.2.0";
|
export const version = "cli/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
2
packages/cli/lib/_version.d.ts
vendored
2
packages/cli/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "cli/5.2.0";
|
export declare const version = "cli/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "cli/5.2.0";
|
exports.version = "cli/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "7.8.4",
|
"@babel/parser": "7.8.4",
|
||||||
"@babel/types": "7.8.3",
|
"@babel/types": "7.8.3",
|
||||||
"@ethersproject/asm": "^5.2.0",
|
"@ethersproject/asm": "^5.3.0",
|
||||||
"@ethersproject/basex": "^5.2.0",
|
"@ethersproject/basex": "^5.3.0",
|
||||||
"ethers": "^5.2.0",
|
"ethers": "^5.3.0",
|
||||||
"scrypt-js": "3.0.1",
|
"scrypt-js": "3.0.1",
|
||||||
"solc": "0.7.1"
|
"solc": "0.7.1"
|
||||||
},
|
},
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
"test": "exit 1"
|
"test": "exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0x36ebd1819d493241dbfa4ac0010fd8235993387428b98129ab304d186ba8014a",
|
"tarballHash": "0x9568fea6f6bc2419b0245ddb1d628e2279e3f234cd1b13801b6818d50da53723",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "cli/5.2.0";
|
export const version = "cli/5.3.0";
|
||||||
|
|||||||
2
packages/constants/lib.esm/_version.d.ts
vendored
2
packages/constants/lib.esm/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "constants/5.2.0";
|
export declare const version = "constants/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export const version = "constants/5.2.0";
|
export const version = "constants/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
4
packages/constants/lib.esm/bignumbers.d.ts
vendored
4
packages/constants/lib.esm/bignumbers.d.ts
vendored
@@ -5,5 +5,7 @@ declare const One: BigNumber;
|
|||||||
declare const Two: BigNumber;
|
declare const Two: BigNumber;
|
||||||
declare const WeiPerEther: BigNumber;
|
declare const WeiPerEther: BigNumber;
|
||||||
declare const MaxUint256: BigNumber;
|
declare const MaxUint256: BigNumber;
|
||||||
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 };
|
declare const MinInt256: BigNumber;
|
||||||
|
declare const MaxInt256: BigNumber;
|
||||||
|
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256, };
|
||||||
//# sourceMappingURL=bignumbers.d.ts.map
|
//# sourceMappingURL=bignumbers.d.ts.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"bignumbers.d.ts","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,QAAA,MAAM,WAAW,EAAE,SAA6C,CAAC;AACjE,QAAA,MAAM,IAAI,EAAE,SAA4C,CAAC;AACzD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,WAAW,EAAE,SAAgE,CAAC;AACpF,QAAA,MAAM,UAAU,EAAE,SAA+G,CAAC;AAElI,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACb,CAAC"}
|
{"version":3,"file":"bignumbers.d.ts","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,QAAA,MAAM,WAAW,EAAE,SAA6C,CAAC;AACjE,QAAA,MAAM,IAAI,EAAE,SAA4C,CAAC;AACzD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,WAAW,EAAE,SAAgE,CAAC;AACpF,QAAA,MAAM,UAAU,EAAE,SAA+G,CAAC;AAElI,QAAA,MAAM,SAAS,EAAE,SAAgH,CAAC;AAClI,QAAA,MAAM,SAAS,EAAE,SAA+G,CAAC;AAEjI,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACV,SAAS,EACT,SAAS,GACZ,CAAC"}
|
||||||
@@ -5,5 +5,7 @@ const One = ( /*#__PURE__*/BigNumber.from(1));
|
|||||||
const Two = ( /*#__PURE__*/BigNumber.from(2));
|
const Two = ( /*#__PURE__*/BigNumber.from(2));
|
||||||
const WeiPerEther = ( /*#__PURE__*/BigNumber.from("1000000000000000000"));
|
const WeiPerEther = ( /*#__PURE__*/BigNumber.from("1000000000000000000"));
|
||||||
const MaxUint256 = ( /*#__PURE__*/BigNumber.from("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
const MaxUint256 = ( /*#__PURE__*/BigNumber.from("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||||
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 };
|
const MinInt256 = ( /*#__PURE__*/BigNumber.from("-0x8000000000000000000000000000000000000000000000000000000000000000"));
|
||||||
|
const MaxInt256 = ( /*#__PURE__*/BigNumber.from("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||||
|
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256, };
|
||||||
//# sourceMappingURL=bignumbers.js.map
|
//# sourceMappingURL=bignumbers.js.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"bignumbers.js","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,MAAM,WAAW,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACjE,MAAM,IAAI,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AACzD,MAAM,GAAG,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,MAAM,GAAG,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,MAAM,WAAW,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC;AACpF,MAAM,UAAU,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,oEAAoE,CAAC,CAAC,CAAC;AAElI,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACb,CAAC"}
|
{"version":3,"file":"bignumbers.js","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,MAAM,WAAW,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACjE,MAAM,IAAI,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AACzD,MAAM,GAAG,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,MAAM,GAAG,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,MAAM,WAAW,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC;AACpF,MAAM,UAAU,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,oEAAoE,CAAC,CAAC,CAAC;AAElI,MAAM,SAAS,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,qEAAqE,CAAC,CAAC,CAAC;AAClI,MAAM,SAAS,GAAc,EAAC,aAAa,SAAS,CAAC,IAAI,CAAC,oEAAoE,CAAC,CAAC,CAAC;AAEjI,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACV,SAAS,EACT,SAAS,GACZ,CAAC"}
|
||||||
2
packages/constants/lib.esm/index.d.ts
vendored
2
packages/constants/lib.esm/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
|||||||
export { AddressZero } from "./addresses";
|
export { AddressZero } from "./addresses";
|
||||||
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 } from "./bignumbers";
|
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from "./bignumbers";
|
||||||
export { HashZero } from "./hashes";
|
export { HashZero } from "./hashes";
|
||||||
export { EtherSymbol } from "./strings";
|
export { EtherSymbol } from "./strings";
|
||||||
//# sourceMappingURL=index.d.ts.map
|
//# sourceMappingURL=index.d.ts.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACb,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
|
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACV,SAAS,EACT,SAAS,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
export { AddressZero } from "./addresses";
|
export { AddressZero } from "./addresses";
|
||||||
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 } from "./bignumbers";
|
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from "./bignumbers";
|
||||||
export { HashZero } from "./hashes";
|
export { HashZero } from "./hashes";
|
||||||
export { EtherSymbol } from "./strings";
|
export { EtherSymbol } from "./strings";
|
||||||
//# sourceMappingURL=index.js.map
|
//# sourceMappingURL=index.js.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACb,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
|
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACV,SAAS,EACT,SAAS,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
|
||||||
2
packages/constants/lib/_version.d.ts
vendored
2
packages/constants/lib/_version.d.ts
vendored
@@ -1,2 +1,2 @@
|
|||||||
export declare const version = "constants/5.2.0";
|
export declare const version = "constants/5.3.0";
|
||||||
//# sourceMappingURL=_version.d.ts.map
|
//# sourceMappingURL=_version.d.ts.map
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = void 0;
|
exports.version = void 0;
|
||||||
exports.version = "constants/5.2.0";
|
exports.version = "constants/5.3.0";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
||||||
4
packages/constants/lib/bignumbers.d.ts
vendored
4
packages/constants/lib/bignumbers.d.ts
vendored
@@ -5,5 +5,7 @@ declare const One: BigNumber;
|
|||||||
declare const Two: BigNumber;
|
declare const Two: BigNumber;
|
||||||
declare const WeiPerEther: BigNumber;
|
declare const WeiPerEther: BigNumber;
|
||||||
declare const MaxUint256: BigNumber;
|
declare const MaxUint256: BigNumber;
|
||||||
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 };
|
declare const MinInt256: BigNumber;
|
||||||
|
declare const MaxInt256: BigNumber;
|
||||||
|
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256, };
|
||||||
//# sourceMappingURL=bignumbers.d.ts.map
|
//# sourceMappingURL=bignumbers.d.ts.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"bignumbers.d.ts","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,QAAA,MAAM,WAAW,EAAE,SAA6C,CAAC;AACjE,QAAA,MAAM,IAAI,EAAE,SAA4C,CAAC;AACzD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,WAAW,EAAE,SAAgE,CAAC;AACpF,QAAA,MAAM,UAAU,EAAE,SAA+G,CAAC;AAElI,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACb,CAAC"}
|
{"version":3,"file":"bignumbers.d.ts","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,QAAA,MAAM,WAAW,EAAE,SAA6C,CAAC;AACjE,QAAA,MAAM,IAAI,EAAE,SAA4C,CAAC;AACzD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,GAAG,EAAE,SAA4C,CAAC;AACxD,QAAA,MAAM,WAAW,EAAE,SAAgE,CAAC;AACpF,QAAA,MAAM,UAAU,EAAE,SAA+G,CAAC;AAElI,QAAA,MAAM,SAAS,EAAE,SAAgH,CAAC;AAClI,QAAA,MAAM,SAAS,EAAE,SAA+G,CAAC;AAEjI,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACV,SAAS,EACT,SAAS,GACZ,CAAC"}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = void 0;
|
exports.MaxInt256 = exports.MinInt256 = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = void 0;
|
||||||
var bignumber_1 = require("@ethersproject/bignumber");
|
var bignumber_1 = require("@ethersproject/bignumber");
|
||||||
var NegativeOne = ( /*#__PURE__*/bignumber_1.BigNumber.from(-1));
|
var NegativeOne = ( /*#__PURE__*/bignumber_1.BigNumber.from(-1));
|
||||||
exports.NegativeOne = NegativeOne;
|
exports.NegativeOne = NegativeOne;
|
||||||
@@ -14,4 +14,8 @@ var WeiPerEther = ( /*#__PURE__*/bignumber_1.BigNumber.from("1000000000000000000
|
|||||||
exports.WeiPerEther = WeiPerEther;
|
exports.WeiPerEther = WeiPerEther;
|
||||||
var MaxUint256 = ( /*#__PURE__*/bignumber_1.BigNumber.from("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
var MaxUint256 = ( /*#__PURE__*/bignumber_1.BigNumber.from("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||||
exports.MaxUint256 = MaxUint256;
|
exports.MaxUint256 = MaxUint256;
|
||||||
|
var MinInt256 = ( /*#__PURE__*/bignumber_1.BigNumber.from("-0x8000000000000000000000000000000000000000000000000000000000000000"));
|
||||||
|
exports.MinInt256 = MinInt256;
|
||||||
|
var MaxInt256 = ( /*#__PURE__*/bignumber_1.BigNumber.from("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||||
|
exports.MaxInt256 = MaxInt256;
|
||||||
//# sourceMappingURL=bignumbers.js.map
|
//# sourceMappingURL=bignumbers.js.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"bignumbers.js","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":";;;AAAA,sDAAqD;AAErD,IAAM,WAAW,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAQ7D,kCAAW;AAPf,IAAM,IAAI,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAQrD,oBAAI;AAPR,IAAM,GAAG,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAQpD,kBAAG;AAPP,IAAM,GAAG,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAQpD,kBAAG;AAPP,IAAM,WAAW,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAQhF,kCAAW;AAPf,IAAM,UAAU,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,oEAAoE,CAAC,CAAC,CAAC;AAQ9H,gCAAU"}
|
{"version":3,"file":"bignumbers.js","sourceRoot":"","sources":["../src.ts/bignumbers.ts"],"names":[],"mappings":";;;AAAA,sDAAqD;AAErD,IAAM,WAAW,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAW7D,kCAAW;AAVf,IAAM,IAAI,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAWrD,oBAAI;AAVR,IAAM,GAAG,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAWpD,kBAAG;AAVP,IAAM,GAAG,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;AAWpD,kBAAG;AAVP,IAAM,WAAW,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAWhF,kCAAW;AAVf,IAAM,UAAU,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,oEAAoE,CAAC,CAAC,CAAC;AAW9H,gCAAU;AATd,IAAM,SAAS,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,qEAAqE,CAAC,CAAC,CAAC;AAU9H,8BAAS;AATb,IAAM,SAAS,GAAc,EAAC,aAAa,qBAAS,CAAC,IAAI,CAAC,oEAAoE,CAAC,CAAC,CAAC;AAU7H,8BAAS"}
|
||||||
2
packages/constants/lib/index.d.ts
vendored
2
packages/constants/lib/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
|||||||
export { AddressZero } from "./addresses";
|
export { AddressZero } from "./addresses";
|
||||||
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 } from "./bignumbers";
|
export { NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from "./bignumbers";
|
||||||
export { HashZero } from "./hashes";
|
export { HashZero } from "./hashes";
|
||||||
export { EtherSymbol } from "./strings";
|
export { EtherSymbol } from "./strings";
|
||||||
//# sourceMappingURL=index.d.ts.map
|
//# sourceMappingURL=index.d.ts.map
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACb,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
|
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EACH,WAAW,EACX,IAAI,EACJ,GAAG,EACH,GAAG,EACH,WAAW,EACX,UAAU,EACV,SAAS,EACT,SAAS,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.EtherSymbol = exports.HashZero = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = exports.AddressZero = void 0;
|
exports.EtherSymbol = exports.HashZero = exports.MaxInt256 = exports.MinInt256 = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = exports.AddressZero = void 0;
|
||||||
var addresses_1 = require("./addresses");
|
var addresses_1 = require("./addresses");
|
||||||
Object.defineProperty(exports, "AddressZero", { enumerable: true, get: function () { return addresses_1.AddressZero; } });
|
Object.defineProperty(exports, "AddressZero", { enumerable: true, get: function () { return addresses_1.AddressZero; } });
|
||||||
var bignumbers_1 = require("./bignumbers");
|
var bignumbers_1 = require("./bignumbers");
|
||||||
@@ -10,6 +10,8 @@ Object.defineProperty(exports, "One", { enumerable: true, get: function () { ret
|
|||||||
Object.defineProperty(exports, "Two", { enumerable: true, get: function () { return bignumbers_1.Two; } });
|
Object.defineProperty(exports, "Two", { enumerable: true, get: function () { return bignumbers_1.Two; } });
|
||||||
Object.defineProperty(exports, "WeiPerEther", { enumerable: true, get: function () { return bignumbers_1.WeiPerEther; } });
|
Object.defineProperty(exports, "WeiPerEther", { enumerable: true, get: function () { return bignumbers_1.WeiPerEther; } });
|
||||||
Object.defineProperty(exports, "MaxUint256", { enumerable: true, get: function () { return bignumbers_1.MaxUint256; } });
|
Object.defineProperty(exports, "MaxUint256", { enumerable: true, get: function () { return bignumbers_1.MaxUint256; } });
|
||||||
|
Object.defineProperty(exports, "MinInt256", { enumerable: true, get: function () { return bignumbers_1.MinInt256; } });
|
||||||
|
Object.defineProperty(exports, "MaxInt256", { enumerable: true, get: function () { return bignumbers_1.MaxInt256; } });
|
||||||
var hashes_1 = require("./hashes");
|
var hashes_1 = require("./hashes");
|
||||||
Object.defineProperty(exports, "HashZero", { enumerable: true, get: function () { return hashes_1.HashZero; } });
|
Object.defineProperty(exports, "HashZero", { enumerable: true, get: function () { return hashes_1.HashZero; } });
|
||||||
var strings_1 = require("./strings");
|
var strings_1 = require("./strings");
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAEb,yCAA0C;AAAjC,wGAAA,WAAW,OAAA;AACpB,2CAOsB;AANlB,yGAAA,WAAW,OAAA;AACX,kGAAA,IAAI,OAAA;AACJ,iGAAA,GAAG,OAAA;AACH,iGAAA,GAAG,OAAA;AACH,yGAAA,WAAW,OAAA;AACX,wGAAA,UAAU,OAAA;AAEd,mCAAoC;AAA3B,kGAAA,QAAQ,OAAA;AACjB,qCAAwC;AAA/B,sGAAA,WAAW,OAAA"}
|
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAEb,yCAA0C;AAAjC,wGAAA,WAAW,OAAA;AACpB,2CASsB;AARlB,yGAAA,WAAW,OAAA;AACX,kGAAA,IAAI,OAAA;AACJ,iGAAA,GAAG,OAAA;AACH,iGAAA,GAAG,OAAA;AACH,yGAAA,WAAW,OAAA;AACX,wGAAA,UAAU,OAAA;AACV,uGAAA,SAAS,OAAA;AACT,uGAAA,SAAS,OAAA;AAEb,mCAAoC;AAA3B,kGAAA,QAAQ,OAAA;AACjB,qCAAwC;AAA/B,sGAAA,WAAW,OAAA"}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"author": "Richard Moore <me@ricmoo.com>",
|
"author": "Richard Moore <me@ricmoo.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": "^5.2.0"
|
"@ethersproject/bignumber": "^5.3.0"
|
||||||
},
|
},
|
||||||
"description": "Common Ethereum constants used for ethers.",
|
"description": "Common Ethereum constants used for ethers.",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"tarballHash": "0x7c69b00cfcc12dccbfc572b1f826af462aa97c6677da6987863f3267f142fc70",
|
"tarballHash": "0x5b33ba31854b84281dad66bb9f78b22dc2458fd3bfbaf4bbf9186e1ef524db3e",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.2.0"
|
"version": "5.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const version = "constants/5.2.0";
|
export const version = "constants/5.3.0";
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user