@ar.io/sdk 2.1.0-alpha.2 → 2.1.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/bundles/web.bundle.min.js +2 -2
- package/lib/cjs/utils/processes.js +4 -4
- package/lib/cjs/version.js +1 -1
- package/lib/esm/utils/processes.js +4 -4
- package/lib/esm/version.js +1 -1
- package/lib/types/contract-state.d.ts +6 -4
- package/lib/types/io.d.ts +1 -1
- package/lib/types/utils/processes.d.ts +4 -2
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ const gateways = await io.getGateways();
|
|
|
124
124
|
"failedConsecutiveEpochs": 0,
|
|
125
125
|
"passedEpochCount": 30,
|
|
126
126
|
"submittedEpochCount": 30,
|
|
127
|
-
"
|
|
127
|
+
"totalEpochCount": 31,
|
|
128
128
|
"totalEpochsPrescribedCount": 31
|
|
129
129
|
},
|
|
130
130
|
"status": "joined",
|
|
@@ -364,7 +364,7 @@ const gateway = await io.getGateway({
|
|
|
364
364
|
"failedConsecutiveEpochs": 0,
|
|
365
365
|
"passedEpochCount": 30,
|
|
366
366
|
"submittedEpochCount": 30,
|
|
367
|
-
"
|
|
367
|
+
"totalEpochCount": 31,
|
|
368
368
|
"totalEpochsPrescribedCount": 31
|
|
369
369
|
},
|
|
370
370
|
"status": "joined",
|
|
@@ -412,7 +412,7 @@ Available `sortBy` options are any of the keys on the gateway object, e.g. `oper
|
|
|
412
412
|
"failedConsecutiveEpochs": 0,
|
|
413
413
|
"passedEpochCount": 30,
|
|
414
414
|
"submittedEpochCount": 30,
|
|
415
|
-
"
|
|
415
|
+
"totalEpochCount": 31,
|
|
416
416
|
"totalEpochsPrescribedCount": 31
|
|
417
417
|
},
|
|
418
418
|
"status": "joined",
|