@leofcoin/chain 1.7.151 → 1.7.152

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.
@@ -4611,6 +4611,10 @@ class State extends Contract {
4611
4611
  #resolvingBlocks;
4612
4612
  #maxConcurrentResolves;
4613
4613
  #totalSize;
4614
+ #lastResolved;
4615
+ #lastResolvedTime;
4616
+ #blockResolveQueue;
4617
+ #chainState;
4614
4618
  /**
4615
4619
  * contains transactions we need before we can successfully load
4616
4620
  */
package/exports/chain.js CHANGED
@@ -752,6 +752,10 @@ class State extends Contract {
752
752
  #resolvingBlocks;
753
753
  #maxConcurrentResolves;
754
754
  #totalSize;
755
+ #lastResolved;
756
+ #lastResolvedTime;
757
+ #blockResolveQueue;
758
+ #chainState;
755
759
  /**
756
760
  * contains transactions we need before we can successfully load
757
761
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.7.151",
3
+ "version": "1.7.152",
4
4
  "description": "Official javascript implementation",
5
5
  "private": false,
6
6
  "exports": {