jupiter-fs
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -133,4 +133,4 @@ "use strict"; | ||
const dataTxns = await Promise.all(chunks.map(async (str) => { | ||
await this.checkAndFundAccount(this.binaryClient.address); | ||
const { transaction } = await exponentialBackoff(async () => { | ||
await this.checkAndFundAccount(this.binaryClient.address); | ||
return await this.binaryClient.storeRecord({ | ||
@@ -137,0 +137,0 @@ data: str, |
{ | ||
"name": "jupiter-fs", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A small file system implementation for the Jupiter blockchain.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/JupiterFs.js", |
@@ -157,4 +157,4 @@ import assert from 'assert' | ||
chunks.map(async (str) => { | ||
await this.checkAndFundAccount(this.binaryClient.address) | ||
const { transaction } = await exponentialBackoff(async () => { | ||
await this.checkAndFundAccount(this.binaryClient.address) | ||
return await this.binaryClient.storeRecord({ | ||
@@ -161,0 +161,0 @@ data: str, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33911