@requestnetwork/ethereum-storage
Advanced tools
Comparing version 0.22.1-next.711 to 0.22.1-next.743
@@ -36,3 +36,5 @@ import { BigNumber, ContractTransaction, providers, Signer } from 'ethers'; | ||
initialize(): Promise<void>; | ||
/** Submits an IPFS hash, with fees according to `ipfsSize` */ | ||
/** Returns whether EIP-1559 is supported by the underlying provider. */ | ||
supportsEip1559(): boolean; | ||
/** Submits an IPFS hash, with fees according to `ipfsSize` */ | ||
submit(ipfsHash: string, ipfsSize: number): Promise<ContractTransaction>; | ||
@@ -39,0 +41,0 @@ /** Encodes the submission of an IPFS hash, with fees according to `ipfsSize` */ |
@@ -40,3 +40,7 @@ "use strict"; | ||
} | ||
/** Submits an IPFS hash, with fees according to `ipfsSize` */ | ||
/** Returns whether EIP-1559 is supported by the underlying provider. */ | ||
supportsEip1559() { | ||
return this.enableEip1559; | ||
} | ||
/** Submits an IPFS hash, with fees according to `ipfsSize` */ | ||
submit(ipfsHash, ipfsSize) { | ||
@@ -43,0 +47,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "@requestnetwork/ethereum-storage", | ||
"version": "0.22.1-next.711+dc135379", | ||
"version": "0.22.1-next.743+d54df7f7", | ||
"publishConfig": { | ||
@@ -38,3 +38,3 @@ "access": "public" | ||
"lint:check": "eslint .", | ||
"test": "jest", | ||
"test": "jest --maxWorkers=1", | ||
"test:watch": "yarn test --watch", | ||
@@ -45,6 +45,6 @@ "init-ipfs": "node scripts/init-ipfs.js" | ||
"@rainbow-me/fee-suggestions": "2.1.0", | ||
"@requestnetwork/smart-contracts": "0.21.1-next.711+dc135379", | ||
"@requestnetwork/types": "0.29.1-next.711+dc135379", | ||
"@requestnetwork/utils": "0.28.1-next.711+dc135379", | ||
"ethers": "5.5.1", | ||
"@requestnetwork/smart-contracts": "0.21.1-next.743+d54df7f7", | ||
"@requestnetwork/types": "0.29.1-next.743+d54df7f7", | ||
"@requestnetwork/utils": "0.28.1-next.743+d54df7f7", | ||
"ethers": "5.7.2", | ||
"form-data": "3.0.0", | ||
@@ -69,3 +69,3 @@ "qs": "6.11.2", | ||
}, | ||
"gitHead": "dc135379ba3fa9d2e998c7cdd42f1122d1fd8639" | ||
"gitHead": "d54df7f7923978c066c06dd2b0a9f7c596eb3b80" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
259597
926
+ Added@ethersproject/abi@5.7.0(transitive)
+ Added@ethersproject/contracts@5.7.0(transitive)
+ Added@ethersproject/hdnode@5.7.0(transitive)
+ Added@ethersproject/json-wallets@5.7.0(transitive)
+ Added@ethersproject/pbkdf2@5.7.0(transitive)
+ Added@ethersproject/solidity@5.7.0(transitive)
+ Added@ethersproject/units@5.7.0(transitive)
+ Added@ethersproject/wallet@5.7.0(transitive)
+ Added@ethersproject/wordlists@5.7.0(transitive)
+ Addedethers@5.7.2(transitive)
- Removed@ethersproject/abi@5.5.0(transitive)
- Removed@ethersproject/abstract-provider@5.5.1(transitive)
- Removed@ethersproject/abstract-signer@5.5.0(transitive)
- Removed@ethersproject/address@5.5.0(transitive)
- Removed@ethersproject/base64@5.5.0(transitive)
- Removed@ethersproject/basex@5.5.0(transitive)
- Removed@ethersproject/bignumber@5.5.0(transitive)
- Removed@ethersproject/bytes@5.5.0(transitive)
- Removed@ethersproject/constants@5.5.0(transitive)
- Removed@ethersproject/contracts@5.5.0(transitive)
- Removed@ethersproject/hash@5.5.0(transitive)
- Removed@ethersproject/hdnode@5.5.0(transitive)
- Removed@ethersproject/json-wallets@5.5.0(transitive)
- Removed@ethersproject/keccak256@5.5.0(transitive)
- Removed@ethersproject/logger@5.5.0(transitive)
- Removed@ethersproject/networks@5.5.0(transitive)
- Removed@ethersproject/pbkdf2@5.5.0(transitive)
- Removed@ethersproject/properties@5.5.0(transitive)
- Removed@ethersproject/providers@5.5.0(transitive)
- Removed@ethersproject/random@5.5.0(transitive)
- Removed@ethersproject/rlp@5.5.0(transitive)
- Removed@ethersproject/sha2@5.5.0(transitive)
- Removed@ethersproject/signing-key@5.5.0(transitive)
- Removed@ethersproject/solidity@5.5.0(transitive)
- Removed@ethersproject/strings@5.5.0(transitive)
- Removed@ethersproject/transactions@5.5.0(transitive)
- Removed@ethersproject/units@5.5.0(transitive)
- Removed@ethersproject/wallet@5.5.0(transitive)
- Removed@ethersproject/web@5.5.0(transitive)
- Removed@ethersproject/wordlists@5.5.0(transitive)
- Removedethers@5.5.1(transitive)
Updated@requestnetwork/smart-contracts@0.21.1-next.743+d54df7f7
Updatedethers@5.7.2