Update dist files.
This commit is contained in:
parent
12cfc59965
commit
5b0c15930f
@ -3,6 +3,12 @@ Changelog
|
|||||||
|
|
||||||
This change log is managed by `scripts/cmds/update-versions` but may be manually updated.
|
This change log is managed by `scripts/cmds/update-versions` but may be manually updated.
|
||||||
|
|
||||||
|
ethers/v5.0.0-beta.159 (2019-10-17 01:08)
|
||||||
|
-----------------------------------------
|
||||||
|
|
||||||
|
- Removing TypeScript build files from npm to fix excessive package diffs.
|
||||||
|
- Fixed getBlock for blockhashes with a leading 0. ([#629](https://github.com/ethers-io/ethers.js/issues/629); [12cfc59](https://github.com/ethers-io/ethers.js/commit/12cfc599656d7e3a6d3d9aa4e468592865a711cc))
|
||||||
|
|
||||||
ethers/v5.0.0-beta.158 (2019-09-28 01:56)
|
ethers/v5.0.0-beta.158 (2019-09-28 01:56)
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/abi/lib.esm/_version.d.ts
vendored
2
packages/abi/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "abi/5.0.0-beta.139";
|
export declare const version = "abi/5.0.0-beta.140";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "abi/5.0.0-beta.139";
|
export const version = "abi/5.0.0-beta.140";
|
||||||
|
2
packages/abi/lib/_version.d.ts
vendored
2
packages/abi/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "abi/5.0.0-beta.139";
|
export declare const version = "abi/5.0.0-beta.140";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "abi/5.0.0-beta.139";
|
exports.version = "abi/5.0.0-beta.140";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/abi",
|
"name": "@ethersproject/abi",
|
||||||
"version": "5.0.0-beta.139",
|
"version": "5.0.0-beta.140",
|
||||||
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
|
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -33,5 +33,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x2ed1e7e7e83efe63222323ff3578c5860d0cb8f9c4ab067c0051c3140ae89c83"
|
"tarballHash": "0x3e0d6156f8855cd1938962b691562193daeffacdf061949e8a6ad329e8a1e207"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "abi/5.0.0-beta.139";
|
export const version = "abi/5.0.0-beta.140";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
@ -1 +1 @@
|
|||||||
export declare const version = "abstract-provider/5.0.0-beta.133";
|
export declare const version = "abstract-provider/5.0.0-beta.134";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "abstract-provider/5.0.0-beta.133";
|
export const version = "abstract-provider/5.0.0-beta.134";
|
||||||
|
2
packages/abstract-provider/lib/_version.d.ts
vendored
2
packages/abstract-provider/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "abstract-provider/5.0.0-beta.133";
|
export declare const version = "abstract-provider/5.0.0-beta.134";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "abstract-provider/5.0.0-beta.133";
|
exports.version = "abstract-provider/5.0.0-beta.134";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/abstract-provider",
|
"name": "@ethersproject/abstract-provider",
|
||||||
"version": "5.0.0-beta.133",
|
"version": "5.0.0-beta.134",
|
||||||
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
|
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -31,5 +31,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x02ce3eafb7d352bab59bf2b952f17e634b3a97f18e3232231a00725a67e3d6a5"
|
"tarballHash": "0x8046905ec7f3ebbe9c3657de9487b1e859a17e2fe71665bc074a9ae682241cf6"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "abstract-provider/5.0.0-beta.133";
|
export const version = "abstract-provider/5.0.0-beta.134";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
@ -1 +1 @@
|
|||||||
export declare const version = "abstract-signer/5.0.0-beta.134";
|
export declare const version = "abstract-signer/5.0.0-beta.135";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "abstract-signer/5.0.0-beta.134";
|
export const version = "abstract-signer/5.0.0-beta.135";
|
||||||
|
2
packages/abstract-signer/lib/_version.d.ts
vendored
2
packages/abstract-signer/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "abstract-signer/5.0.0-beta.134";
|
export declare const version = "abstract-signer/5.0.0-beta.135";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "abstract-signer/5.0.0-beta.134";
|
exports.version = "abstract-signer/5.0.0-beta.135";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/abstract-signer",
|
"name": "@ethersproject/abstract-signer",
|
||||||
"version": "5.0.0-beta.134",
|
"version": "5.0.0-beta.135",
|
||||||
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
|
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -29,5 +29,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x8571e7bad5de4f3cbb7582fcf4ad9d4a0adbb05cd1310dc194ca9f7e211ad1bd"
|
"tarballHash": "0x6b8c183c976fddaf1cea8a6044447d674b5a30a2fd8364e321affaa573139a89"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "abstract-signer/5.0.0-beta.134";
|
export const version = "abstract-signer/5.0.0-beta.135";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/address/lib.esm/_version.d.ts
vendored
2
packages/address/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "address/5.0.0-beta.130";
|
export declare const version = "address/5.0.0-beta.131";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "address/5.0.0-beta.130";
|
export const version = "address/5.0.0-beta.131";
|
||||||
|
2
packages/address/lib/_version.d.ts
vendored
2
packages/address/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "address/5.0.0-beta.130";
|
export declare const version = "address/5.0.0-beta.131";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "address/5.0.0-beta.130";
|
exports.version = "address/5.0.0-beta.131";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/address",
|
"name": "@ethersproject/address",
|
||||||
"version": "5.0.0-beta.130",
|
"version": "5.0.0-beta.131",
|
||||||
"description": "Utilities for handling Ethereum Addresses for ethers.",
|
"description": "Utilities for handling Ethereum Addresses for ethers.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -30,5 +30,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0xd1af3f7ee45a27dd7a5c9d1aa622ebeca3561eeb0820721089efc6f48f220c88"
|
"tarballHash": "0x602e8905b62009a926e8c96eb2f8bddcb8269f398d094ac8aeeb5536d77c2c1a"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "address/5.0.0-beta.130";
|
export const version = "address/5.0.0-beta.131";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/base64/lib.esm/_version.d.ts
vendored
2
packages/base64/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "base64/5.0.0-beta.128";
|
export declare const version = "base64/5.0.0-beta.129";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "base64/5.0.0-beta.128";
|
export const version = "base64/5.0.0-beta.129";
|
||||||
|
2
packages/base64/lib/_version.d.ts
vendored
2
packages/base64/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "base64/5.0.0-beta.128";
|
export declare const version = "base64/5.0.0-beta.129";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "base64/5.0.0-beta.128";
|
exports.version = "base64/5.0.0-beta.129";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/base64",
|
"name": "@ethersproject/base64",
|
||||||
"version": "5.0.0-beta.128",
|
"version": "5.0.0-beta.129",
|
||||||
"description": "Base64 coder.",
|
"description": "Base64 coder.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"browser": "./lib/browser.js",
|
"browser": "./lib/browser.js",
|
||||||
@ -26,5 +26,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0xb5950a7ff953bd986f0ecfc5830f443bea1b7d7fd20d780136a7dfdb894df7a7"
|
"tarballHash": "0x3ab1f7c71a596f00ebf2371360c296876ae5bc3c44fc7a1d4c063727a6d3f206"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "base64/5.0.0-beta.128";
|
export const version = "base64/5.0.0-beta.129";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/basex/lib.esm/_version.d.ts
vendored
2
packages/basex/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "basex/5.0.0-beta.129";
|
export declare const version = "basex/5.0.0-beta.130";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "basex/5.0.0-beta.129";
|
export const version = "basex/5.0.0-beta.130";
|
||||||
|
2
packages/basex/lib/_version.d.ts
vendored
2
packages/basex/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "basex/5.0.0-beta.129";
|
export declare const version = "basex/5.0.0-beta.130";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "basex/5.0.0-beta.129";
|
exports.version = "basex/5.0.0-beta.130";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/basex",
|
"name": "@ethersproject/basex",
|
||||||
"version": "5.0.0-beta.129",
|
"version": "5.0.0-beta.130",
|
||||||
"description": "Base-X without Buffer.",
|
"description": "Base-X without Buffer.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -26,5 +26,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x06b91176cd6668fc42aefe16cd0e63d9027a8fcc2410a1f5454134a5292f06cb"
|
"tarballHash": "0xe84815357f45e6134c535f478bc7c8f7fe72e47c8de1064756fd6aff0012f001"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "basex/5.0.0-beta.129";
|
export const version = "basex/5.0.0-beta.130";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/bignumber/lib.esm/_version.d.ts
vendored
2
packages/bignumber/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "bignumber/5.0.0-beta.132";
|
export declare const version = "bignumber/5.0.0-beta.133";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "bignumber/5.0.0-beta.132";
|
export const version = "bignumber/5.0.0-beta.133";
|
||||||
|
2
packages/bignumber/lib/_version.d.ts
vendored
2
packages/bignumber/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "bignumber/5.0.0-beta.132";
|
export declare const version = "bignumber/5.0.0-beta.133";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "bignumber/5.0.0-beta.132";
|
exports.version = "bignumber/5.0.0-beta.133";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/bignumber",
|
"name": "@ethersproject/bignumber",
|
||||||
"version": "5.0.0-beta.132",
|
"version": "5.0.0-beta.133",
|
||||||
"description": "BigNumber library used in ethers.js.",
|
"description": "BigNumber library used in ethers.js.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -29,5 +29,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0xf582735da3f3b4f1e5e9176bc1ee08bea0abd32056074dc4e2c184b9fbd3061c"
|
"tarballHash": "0x384e4e9abbfdfd873a8dbf105cd03a5cee12f85bbb1edc7f63d57580b73f92b5"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "bignumber/5.0.0-beta.132";
|
export const version = "bignumber/5.0.0-beta.133";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/bytes/lib.esm/_version.d.ts
vendored
2
packages/bytes/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "bytes/5.0.0-beta.131";
|
export declare const version = "bytes/5.0.0-beta.132";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "bytes/5.0.0-beta.131";
|
export const version = "bytes/5.0.0-beta.132";
|
||||||
|
2
packages/bytes/lib/_version.d.ts
vendored
2
packages/bytes/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "bytes/5.0.0-beta.131";
|
export declare const version = "bytes/5.0.0-beta.132";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "bytes/5.0.0-beta.131";
|
exports.version = "bytes/5.0.0-beta.132";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/bytes",
|
"name": "@ethersproject/bytes",
|
||||||
"version": "5.0.0-beta.131",
|
"version": "5.0.0-beta.132",
|
||||||
"description": "Bytes utility functions for ethers.",
|
"description": "Bytes utility functions for ethers.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -27,5 +27,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x08fd86a1d2754a3a5aa934df094a0db4a6640ab1f8b7344a90c41a4e67d592d2"
|
"tarballHash": "0xea2884dc82e479b3b674c73850c069acd777740d8099630c644880f52fcf4abd"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "bytes/5.0.0-beta.131";
|
export const version = "bytes/5.0.0-beta.132";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/cli/lib.esm/_version.d.ts
vendored
2
packages/cli/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "cli/5.0.0-beta.144";
|
export declare const version = "cli/5.0.0-beta.145";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "cli/5.0.0-beta.144";
|
export const version = "cli/5.0.0-beta.145";
|
||||||
|
2
packages/cli/lib/_version.d.ts
vendored
2
packages/cli/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "cli/5.0.0-beta.144";
|
export declare const version = "cli/5.0.0-beta.145";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "cli/5.0.0-beta.144";
|
exports.version = "cli/5.0.0-beta.145";
|
||||||
|
0
packages/cli/lib/bin/ethers-ens.js
Normal file → Executable file
0
packages/cli/lib/bin/ethers-ens.js
Normal file → Executable file
0
packages/cli/lib/bin/ethers-ts.js
Normal file → Executable file
0
packages/cli/lib/bin/ethers-ts.js
Normal file → Executable file
0
packages/cli/lib/bin/ethers.js
Normal file → Executable file
0
packages/cli/lib/bin/ethers.js
Normal file → Executable file
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/cli",
|
"name": "@ethersproject/cli",
|
||||||
"version": "5.0.0-beta.144",
|
"version": "5.0.0-beta.145",
|
||||||
"description": "Command-Line Interface scripts and releated utilities.",
|
"description": "Command-Line Interface scripts and releated utilities.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -39,5 +39,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0xbd2d5495ba11f22368b78517573025e885bb78f315e70680f33d838558e2ca1d"
|
"tarballHash": "0x57a2be298c5b9a6e4a800c9e5412cb2c3afd8ef6268c6f92423499a0d58611cf"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "cli/5.0.0-beta.144";
|
export const version = "cli/5.0.0-beta.145";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/constants/lib.esm/_version.d.ts
vendored
2
packages/constants/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "constants/5.0.0-beta.130";
|
export declare const version = "constants/5.0.0-beta.131";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "constants/5.0.0-beta.130";
|
export const version = "constants/5.0.0-beta.131";
|
||||||
|
2
packages/constants/lib/_version.d.ts
vendored
2
packages/constants/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "constants/5.0.0-beta.130";
|
export declare const version = "constants/5.0.0-beta.131";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "constants/5.0.0-beta.130";
|
exports.version = "constants/5.0.0-beta.131";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/constants",
|
"name": "@ethersproject/constants",
|
||||||
"version": "5.0.0-beta.130",
|
"version": "5.0.0-beta.131",
|
||||||
"description": "Common Ethereum constants used for ethers.",
|
"description": "Common Ethereum constants used for ethers.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -25,5 +25,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0xa6a15071e1fd0f2fbd62d17e29ea691dcd9f2819a568681860822e5806496cc5"
|
"tarballHash": "0xb7d3db857e3ecff3650086cd1c2c1e60aa3061a73708a30ec839128ea9763d91"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "constants/5.0.0-beta.130";
|
export const version = "constants/5.0.0-beta.131";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/contracts/lib.esm/_version.d.ts
vendored
2
packages/contracts/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "contracts/5.0.0-beta.139";
|
export declare const version = "contracts/5.0.0-beta.140";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "contracts/5.0.0-beta.139";
|
export const version = "contracts/5.0.0-beta.140";
|
||||||
|
2
packages/contracts/lib/_version.d.ts
vendored
2
packages/contracts/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "contracts/5.0.0-beta.139";
|
export declare const version = "contracts/5.0.0-beta.140";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "contracts/5.0.0-beta.139";
|
exports.version = "contracts/5.0.0-beta.140";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/contracts",
|
"name": "@ethersproject/contracts",
|
||||||
"version": "5.0.0-beta.139",
|
"version": "5.0.0-beta.140",
|
||||||
"description": "Contract abstraction meta-class for ethers.",
|
"description": "Contract abstraction meta-class for ethers.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -34,5 +34,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x4163618e4711f8d4dfb605b276cc1e1d19e3f2e673c93111b8a3358a3ded7bb6"
|
"tarballHash": "0x3f0bde6de9ee75a66d88a2d346c0ae689f551370ee8c4cc79f40c6a5d16436e7"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "contracts/5.0.0-beta.139";
|
export const version = "contracts/5.0.0-beta.140";
|
||||||
|
@ -4,3 +4,4 @@ src.ts/
|
|||||||
|
|
||||||
# To run tests, checkout GitHub
|
# To run tests, checkout GitHub
|
||||||
tests/
|
tests/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
2
packages/errors/lib.esm/_version.d.ts
vendored
2
packages/errors/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "errors/5.0.0-beta.130";
|
export declare const version = "errors/5.0.0-beta.131";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "errors/5.0.0-beta.130";
|
export const version = "errors/5.0.0-beta.131";
|
||||||
|
2
packages/errors/lib/_version.d.ts
vendored
2
packages/errors/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "errors/5.0.0-beta.130";
|
export declare const version = "errors/5.0.0-beta.131";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "errors/5.0.0-beta.130";
|
exports.version = "errors/5.0.0-beta.131";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersproject/errors",
|
"name": "@ethersproject/errors",
|
||||||
"version": "5.0.0-beta.130",
|
"version": "5.0.0-beta.131",
|
||||||
"description": "Error utility functions for ethers.",
|
"description": "Error utility functions for ethers.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -22,5 +22,5 @@
|
|||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x69e4d6949d73b6ebd7dd51f0fede9fbd5d720b3a957fc92241c9505eb2cdedcf"
|
"tarballHash": "0x2a7a244a6cad216c7f2da4d69f8014f1eda1655287149889e13315cad45e44e4"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "errors/5.0.0-beta.130";
|
export const version = "errors/5.0.0-beta.131";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
60
packages/ethers/dist/ethers.esm.js
vendored
60
packages/ethers/dist/ethers.esm.js
vendored
@ -3455,7 +3455,7 @@ var bn = createCommonjsModule(function (module) {
|
|||||||
});
|
});
|
||||||
var bn_1 = bn.BN;
|
var bn_1 = bn.BN;
|
||||||
|
|
||||||
const version = "logger/5.0.0-beta.130";
|
const version = "logger/5.0.0-beta.131";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
let _permanentCensorErrors = false;
|
let _permanentCensorErrors = false;
|
||||||
@ -3725,7 +3725,7 @@ var lib_esm = /*#__PURE__*/Object.freeze({
|
|||||||
Logger: Logger
|
Logger: Logger
|
||||||
});
|
});
|
||||||
|
|
||||||
const version$1 = "bytes/5.0.0-beta.131";
|
const version$1 = "bytes/5.0.0-beta.132";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger = new Logger(version$1);
|
const logger = new Logger(version$1);
|
||||||
@ -4124,7 +4124,7 @@ var lib_esm$1 = /*#__PURE__*/Object.freeze({
|
|||||||
joinSignature: joinSignature
|
joinSignature: joinSignature
|
||||||
});
|
});
|
||||||
|
|
||||||
const version$2 = "bignumber/5.0.0-beta.132";
|
const version$2 = "bignumber/5.0.0-beta.133";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$1 = new Logger(version$2);
|
const logger$1 = new Logger(version$2);
|
||||||
@ -4628,7 +4628,7 @@ class FixedNumber {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$3 = "properties/5.0.0-beta.132";
|
const version$3 = "properties/5.0.0-beta.133";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$3 = new Logger(version$3);
|
const logger$3 = new Logger(version$3);
|
||||||
@ -4739,7 +4739,7 @@ var lib_esm$2 = /*#__PURE__*/Object.freeze({
|
|||||||
Description: Description
|
Description: Description
|
||||||
});
|
});
|
||||||
|
|
||||||
const version$4 = "abi/5.0.0-beta.139";
|
const version$4 = "abi/5.0.0-beta.140";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$4 = new Logger(version$4);
|
const logger$4 = new Logger(version$4);
|
||||||
@ -6195,7 +6195,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|||||||
decode: decode
|
decode: decode
|
||||||
});
|
});
|
||||||
|
|
||||||
const version$5 = "address/5.0.0-beta.130";
|
const version$5 = "address/5.0.0-beta.131";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$6 = new Logger(version$5);
|
const logger$6 = new Logger(version$5);
|
||||||
@ -6612,7 +6612,7 @@ class NumberCoder extends Coder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$6 = "strings/5.0.0-beta.132";
|
const version$6 = "strings/5.0.0-beta.133";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$8 = new Logger(version$6);
|
const logger$8 = new Logger(version$6);
|
||||||
@ -7133,7 +7133,7 @@ class AbiCoder {
|
|||||||
}
|
}
|
||||||
const defaultAbiCoder = new AbiCoder();
|
const defaultAbiCoder = new AbiCoder();
|
||||||
|
|
||||||
const version$7 = "hash/5.0.0-beta.130";
|
const version$7 = "hash/5.0.0-beta.131";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$a = new Logger(version$7);
|
const logger$a = new Logger(version$7);
|
||||||
@ -7543,7 +7543,7 @@ function getNameCount(fragments) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const version$8 = "abstract-provider/5.0.0-beta.133";
|
const version$8 = "abstract-provider/5.0.0-beta.134";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$c = new Logger(version$8);
|
const logger$c = new Logger(version$8);
|
||||||
@ -7620,7 +7620,7 @@ class Provider {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$9 = "abstract-signer/5.0.0-beta.134";
|
const version$9 = "abstract-signer/5.0.0-beta.135";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$d = new Logger(version$9);
|
const logger$d = new Logger(version$9);
|
||||||
@ -7788,7 +7788,7 @@ class VoidSigner extends Signer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$a = "contracts/5.0.0-beta.139";
|
const version$a = "contracts/5.0.0-beta.140";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$e = new Logger(version$a);
|
const logger$e = new Logger(version$a);
|
||||||
@ -9762,7 +9762,7 @@ hash.ripemd160 = hash.ripemd.ripemd160;
|
|||||||
var _version = createCommonjsModule(function (module, exports) {
|
var _version = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "sha2/5.0.0-beta.131";
|
exports.version = "sha2/5.0.0-beta.132";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$1 = unwrapExports(_version);
|
var _version$1 = unwrapExports(_version);
|
||||||
@ -12235,7 +12235,7 @@ elliptic.eddsa = eddsa;
|
|||||||
});
|
});
|
||||||
var elliptic_2 = elliptic_1.ec;
|
var elliptic_2 = elliptic_1.ec;
|
||||||
|
|
||||||
const version$c = "signing-key/5.0.0-beta.131";
|
const version$c = "signing-key/5.0.0-beta.132";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$f = new Logger(version$c);
|
const logger$f = new Logger(version$c);
|
||||||
@ -12307,7 +12307,7 @@ function computePublicKey(key, compressed) {
|
|||||||
return logger$f.throwArgumentError("invalid public or private key", "key", "[REDACTED]");
|
return logger$f.throwArgumentError("invalid public or private key", "key", "[REDACTED]");
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$d = "transactions/5.0.0-beta.130";
|
const version$d = "transactions/5.0.0-beta.131";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$g = new Logger(version$d);
|
const logger$g = new Logger(version$d);
|
||||||
@ -12452,7 +12452,7 @@ function parse(rawTransaction) {
|
|||||||
var _version$2 = createCommonjsModule(function (module, exports) {
|
var _version$2 = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "wordlists/5.0.0-beta.130";
|
exports.version = "wordlists/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$3 = unwrapExports(_version$2);
|
var _version$3 = unwrapExports(_version$2);
|
||||||
@ -12592,7 +12592,7 @@ var browser$5 = unwrapExports(browser$4);
|
|||||||
var browser_1$2 = browser$4.Wordlist;
|
var browser_1$2 = browser$4.Wordlist;
|
||||||
var browser_2$1 = browser$4.wordlists;
|
var browser_2$1 = browser$4.wordlists;
|
||||||
|
|
||||||
const version$e = "hdnode/5.0.0-beta.132";
|
const version$e = "hdnode/5.0.0-beta.133";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$h = new Logger(version$e);
|
const logger$h = new Logger(version$e);
|
||||||
@ -12874,7 +12874,7 @@ function isValidMnemonic(mnemonic, wordlist) {
|
|||||||
var _version$4 = createCommonjsModule(function (module, exports) {
|
var _version$4 = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "random/5.0.0-beta.130";
|
exports.version = "random/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$5 = unwrapExports(_version$4);
|
var _version$5 = unwrapExports(_version$4);
|
||||||
@ -13736,7 +13736,7 @@ var aesJs = createCommonjsModule(function (module, exports) {
|
|||||||
})(commonjsGlobal);
|
})(commonjsGlobal);
|
||||||
});
|
});
|
||||||
|
|
||||||
const version$f = "json-wallets/5.0.0-beta.131";
|
const version$f = "json-wallets/5.0.0-beta.132";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/*
|
/*
|
||||||
@ -14890,7 +14890,7 @@ function decryptJsonWallet(json, password, progressCallback) {
|
|||||||
return Promise.reject(new Error("invalid JSON wallet"));
|
return Promise.reject(new Error("invalid JSON wallet"));
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$g = "wallet/5.0.0-beta.132";
|
const version$g = "wallet/5.0.0-beta.133";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$j = new Logger(version$g);
|
const logger$j = new Logger(version$g);
|
||||||
@ -15010,7 +15010,7 @@ function verifyMessage(message, signature) {
|
|||||||
return recoverAddress(hashMessage(message), signature);
|
return recoverAddress(hashMessage(message), signature);
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$h = "networks/5.0.0-beta.130";
|
const version$h = "networks/5.0.0-beta.131";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$k = new Logger(version$h);
|
const logger$k = new Logger(version$h);
|
||||||
@ -15769,7 +15769,7 @@ var browser$a = /*#__PURE__*/Object.freeze({
|
|||||||
encode: browser_2$3
|
encode: browser_2$3
|
||||||
});
|
});
|
||||||
|
|
||||||
const version$i = "web/5.0.0-beta.131";
|
const version$i = "web/5.0.0-beta.132";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$l = new Logger(version$i);
|
const logger$l = new Logger(version$i);
|
||||||
@ -15988,7 +15988,7 @@ function poll(func, options) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$j = "providers/5.0.0-beta.143";
|
const version$j = "providers/5.0.0-beta.144";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$m = new Logger(version$j);
|
const logger$m = new Logger(version$j);
|
||||||
@ -16852,8 +16852,18 @@ class BaseProvider extends Provider {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
_getBlock(blockHashOrBlockTag, includeTransactions) {
|
_getBlock(blockHashOrBlockTag, includeTransactions) {
|
||||||
|
if (blockHashOrBlockTag instanceof Promise) {
|
||||||
|
return blockHashOrBlockTag.then((b) => this._getBlock(b, includeTransactions));
|
||||||
|
}
|
||||||
return this.ready.then(() => {
|
return this.ready.then(() => {
|
||||||
return this._getBlockTag(blockHashOrBlockTag).then((blockHashOrBlockTag) => {
|
let blockHashOrBlockTagPromise = null;
|
||||||
|
if (isHexString(blockHashOrBlockTag, 32)) {
|
||||||
|
blockHashOrBlockTagPromise = Promise.resolve(blockHashOrBlockTag);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
blockHashOrBlockTagPromise = this._getBlockTag(blockHashOrBlockTag);
|
||||||
|
}
|
||||||
|
return blockHashOrBlockTagPromise.then((blockHashOrBlockTag) => {
|
||||||
let params = {
|
let params = {
|
||||||
includeTransactions: !!includeTransactions
|
includeTransactions: !!includeTransactions
|
||||||
};
|
};
|
||||||
@ -18575,7 +18585,7 @@ function sha256$1(types, values) {
|
|||||||
return browser_3(pack$1(types, values));
|
return browser_3(pack$1(types, values));
|
||||||
}
|
}
|
||||||
|
|
||||||
const version$k = "units/5.0.0-beta.129";
|
const version$k = "units/5.0.0-beta.130";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const logger$y = new Logger(version$k);
|
const logger$y = new Logger(version$k);
|
||||||
@ -18733,7 +18743,7 @@ var utils$1 = /*#__PURE__*/Object.freeze({
|
|||||||
Indexed: Indexed
|
Indexed: Indexed
|
||||||
});
|
});
|
||||||
|
|
||||||
const version$l = "ethers/5.0.0-beta.158";
|
const version$l = "ethers/5.0.0-beta.159";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const errors = Logger.errors;
|
const errors = Logger.errors;
|
||||||
|
11
packages/ethers/dist/ethers.esm.min.js
vendored
11
packages/ethers/dist/ethers.esm.min.js
vendored
File diff suppressed because one or more lines are too long
60
packages/ethers/dist/ethers.umd.js
vendored
60
packages/ethers/dist/ethers.umd.js
vendored
@ -3464,7 +3464,7 @@
|
|||||||
var _version = createCommonjsModule(function (module, exports) {
|
var _version = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "logger/5.0.0-beta.130";
|
exports.version = "logger/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$1 = unwrapExports(_version);
|
var _version$1 = unwrapExports(_version);
|
||||||
@ -3758,7 +3758,7 @@
|
|||||||
var _version$2 = createCommonjsModule(function (module, exports) {
|
var _version$2 = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "bytes/5.0.0-beta.131";
|
exports.version = "bytes/5.0.0-beta.132";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$3 = unwrapExports(_version$2);
|
var _version$3 = unwrapExports(_version$2);
|
||||||
@ -4184,7 +4184,7 @@
|
|||||||
var _version$4 = createCommonjsModule(function (module, exports) {
|
var _version$4 = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "bignumber/5.0.0-beta.132";
|
exports.version = "bignumber/5.0.0-beta.133";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$5 = unwrapExports(_version$4);
|
var _version$5 = unwrapExports(_version$4);
|
||||||
@ -4756,7 +4756,7 @@
|
|||||||
var _version$6 = createCommonjsModule(function (module, exports) {
|
var _version$6 = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "properties/5.0.0-beta.132";
|
exports.version = "properties/5.0.0-beta.133";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$7 = unwrapExports(_version$6);
|
var _version$7 = unwrapExports(_version$6);
|
||||||
@ -4886,7 +4886,7 @@
|
|||||||
var _version$8 = createCommonjsModule(function (module, exports) {
|
var _version$8 = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "abi/5.0.0-beta.139";
|
exports.version = "abi/5.0.0-beta.140";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$9 = unwrapExports(_version$8);
|
var _version$9 = unwrapExports(_version$8);
|
||||||
@ -6453,7 +6453,7 @@
|
|||||||
var _version$a = createCommonjsModule(function (module, exports) {
|
var _version$a = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "address/5.0.0-beta.130";
|
exports.version = "address/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$b = unwrapExports(_version$a);
|
var _version$b = unwrapExports(_version$a);
|
||||||
@ -7118,7 +7118,7 @@
|
|||||||
var _version$c = createCommonjsModule(function (module, exports) {
|
var _version$c = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "strings/5.0.0-beta.132";
|
exports.version = "strings/5.0.0-beta.133";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$d = unwrapExports(_version$c);
|
var _version$d = unwrapExports(_version$c);
|
||||||
@ -7796,7 +7796,7 @@
|
|||||||
var _version$e = createCommonjsModule(function (module, exports) {
|
var _version$e = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "hash/5.0.0-beta.130";
|
exports.version = "hash/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$f = unwrapExports(_version$e);
|
var _version$f = unwrapExports(_version$e);
|
||||||
@ -8312,7 +8312,7 @@
|
|||||||
var _version$g = createCommonjsModule(function (module, exports) {
|
var _version$g = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "abstract-provider/5.0.0-beta.133";
|
exports.version = "abstract-provider/5.0.0-beta.134";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$h = unwrapExports(_version$g);
|
var _version$h = unwrapExports(_version$g);
|
||||||
@ -8447,7 +8447,7 @@
|
|||||||
var _version$i = createCommonjsModule(function (module, exports) {
|
var _version$i = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "abstract-signer/5.0.0-beta.134";
|
exports.version = "abstract-signer/5.0.0-beta.135";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$j = unwrapExports(_version$i);
|
var _version$j = unwrapExports(_version$i);
|
||||||
@ -8658,7 +8658,7 @@
|
|||||||
var _version$k = createCommonjsModule(function (module, exports) {
|
var _version$k = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "contracts/5.0.0-beta.139";
|
exports.version = "contracts/5.0.0-beta.140";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$l = unwrapExports(_version$k);
|
var _version$l = unwrapExports(_version$k);
|
||||||
@ -10735,7 +10735,7 @@
|
|||||||
var _version$m = createCommonjsModule(function (module, exports) {
|
var _version$m = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "sha2/5.0.0-beta.131";
|
exports.version = "sha2/5.0.0-beta.132";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$n = unwrapExports(_version$m);
|
var _version$n = unwrapExports(_version$m);
|
||||||
@ -13211,7 +13211,7 @@
|
|||||||
var _version$o = createCommonjsModule(function (module, exports) {
|
var _version$o = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "signing-key/5.0.0-beta.131";
|
exports.version = "signing-key/5.0.0-beta.132";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$p = unwrapExports(_version$o);
|
var _version$p = unwrapExports(_version$o);
|
||||||
@ -13307,7 +13307,7 @@
|
|||||||
var _version$q = createCommonjsModule(function (module, exports) {
|
var _version$q = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "transactions/5.0.0-beta.130";
|
exports.version = "transactions/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$r = unwrapExports(_version$q);
|
var _version$r = unwrapExports(_version$q);
|
||||||
@ -13486,7 +13486,7 @@
|
|||||||
var _version$s = createCommonjsModule(function (module, exports) {
|
var _version$s = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "wordlists/5.0.0-beta.130";
|
exports.version = "wordlists/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$t = unwrapExports(_version$s);
|
var _version$t = unwrapExports(_version$s);
|
||||||
@ -13629,7 +13629,7 @@
|
|||||||
var _version$u = createCommonjsModule(function (module, exports) {
|
var _version$u = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "hdnode/5.0.0-beta.132";
|
exports.version = "hdnode/5.0.0-beta.133";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$v = unwrapExports(_version$u);
|
var _version$v = unwrapExports(_version$u);
|
||||||
@ -13949,7 +13949,7 @@
|
|||||||
var _version$w = createCommonjsModule(function (module, exports) {
|
var _version$w = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "random/5.0.0-beta.130";
|
exports.version = "random/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$x = unwrapExports(_version$w);
|
var _version$x = unwrapExports(_version$w);
|
||||||
@ -14814,7 +14814,7 @@
|
|||||||
var _version$y = createCommonjsModule(function (module, exports) {
|
var _version$y = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "json-wallets/5.0.0-beta.131";
|
exports.version = "json-wallets/5.0.0-beta.132";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$z = unwrapExports(_version$y);
|
var _version$z = unwrapExports(_version$y);
|
||||||
@ -16109,7 +16109,7 @@
|
|||||||
var _version$A = createCommonjsModule(function (module, exports) {
|
var _version$A = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "wallet/5.0.0-beta.132";
|
exports.version = "wallet/5.0.0-beta.133";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$B = unwrapExports(_version$A);
|
var _version$B = unwrapExports(_version$A);
|
||||||
@ -16290,7 +16290,7 @@
|
|||||||
var _version$C = createCommonjsModule(function (module, exports) {
|
var _version$C = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "networks/5.0.0-beta.130";
|
exports.version = "networks/5.0.0-beta.131";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$D = unwrapExports(_version$C);
|
var _version$D = unwrapExports(_version$C);
|
||||||
@ -17058,7 +17058,7 @@
|
|||||||
var _version$E = createCommonjsModule(function (module, exports) {
|
var _version$E = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "web/5.0.0-beta.131";
|
exports.version = "web/5.0.0-beta.132";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$F = unwrapExports(_version$E);
|
var _version$F = unwrapExports(_version$E);
|
||||||
@ -17302,7 +17302,7 @@
|
|||||||
var _version$G = createCommonjsModule(function (module, exports) {
|
var _version$G = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "providers/5.0.0-beta.143";
|
exports.version = "providers/5.0.0-beta.144";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$H = unwrapExports(_version$G);
|
var _version$H = unwrapExports(_version$G);
|
||||||
@ -18254,8 +18254,18 @@
|
|||||||
};
|
};
|
||||||
BaseProvider.prototype._getBlock = function (blockHashOrBlockTag, includeTransactions) {
|
BaseProvider.prototype._getBlock = function (blockHashOrBlockTag, includeTransactions) {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
if (blockHashOrBlockTag instanceof Promise) {
|
||||||
|
return blockHashOrBlockTag.then(function (b) { return _this._getBlock(b, includeTransactions); });
|
||||||
|
}
|
||||||
return this.ready.then(function () {
|
return this.ready.then(function () {
|
||||||
return _this._getBlockTag(blockHashOrBlockTag).then(function (blockHashOrBlockTag) {
|
var blockHashOrBlockTagPromise = null;
|
||||||
|
if (lib$1.isHexString(blockHashOrBlockTag, 32)) {
|
||||||
|
blockHashOrBlockTagPromise = Promise.resolve(blockHashOrBlockTag);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
blockHashOrBlockTagPromise = _this._getBlockTag(blockHashOrBlockTag);
|
||||||
|
}
|
||||||
|
return blockHashOrBlockTagPromise.then(function (blockHashOrBlockTag) {
|
||||||
var params = {
|
var params = {
|
||||||
includeTransactions: !!includeTransactions
|
includeTransactions: !!includeTransactions
|
||||||
};
|
};
|
||||||
@ -20373,7 +20383,7 @@
|
|||||||
var _version$I = createCommonjsModule(function (module, exports) {
|
var _version$I = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "units/5.0.0-beta.129";
|
exports.version = "units/5.0.0-beta.130";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$J = unwrapExports(_version$I);
|
var _version$J = unwrapExports(_version$I);
|
||||||
@ -20665,7 +20675,7 @@
|
|||||||
var _version$K = createCommonjsModule(function (module, exports) {
|
var _version$K = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "ethers/5.0.0-beta.158";
|
exports.version = "ethers/5.0.0-beta.159";
|
||||||
});
|
});
|
||||||
|
|
||||||
var _version$L = unwrapExports(_version$K);
|
var _version$L = unwrapExports(_version$K);
|
||||||
|
11
packages/ethers/dist/ethers.umd.min.js
vendored
11
packages/ethers/dist/ethers.umd.min.js
vendored
File diff suppressed because one or more lines are too long
2
packages/ethers/lib.esm/_version.d.ts
vendored
2
packages/ethers/lib.esm/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "ethers/5.0.0-beta.158";
|
export declare const version = "ethers/5.0.0-beta.159";
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "ethers/5.0.0-beta.158";
|
export const version = "ethers/5.0.0-beta.159";
|
||||||
|
2
packages/ethers/lib/_version.d.ts
vendored
2
packages/ethers/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "ethers/5.0.0-beta.158";
|
export declare const version = "ethers/5.0.0-beta.159";
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "ethers/5.0.0-beta.158";
|
exports.version = "ethers/5.0.0-beta.159";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ethers",
|
"name": "ethers",
|
||||||
"version": "5.0.0-beta.158",
|
"version": "5.0.0-beta.159",
|
||||||
"description": "Umbrella package for most common Ethers libraries.",
|
"description": "Umbrella package for most common Ethers libraries.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -54,5 +54,5 @@
|
|||||||
"module": "./dist/ethers.esm.js",
|
"module": "./dist/ethers.esm.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"ethereum": "donations.ethers.eth",
|
"ethereum": "donations.ethers.eth",
|
||||||
"tarballHash": "0x06e98be1775538a2ffdd67386b7a70928d05f3ade55016bd68dbdfdaee9ea94d"
|
"tarballHash": "0x3e84db7f109b5a0f7b820a45a7d8abfbd028a42c741a2040846a130dafe32d36"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "ethers/5.0.0-beta.158";
|
export const version = "ethers/5.0.0-beta.159";
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
src.ts/
|
src.ts/
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user