@fuel-ts/account 0.0.0-pr-1864-20240313070052 → 0.0.0-rc--20240314183519

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.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

@@ -28954,7 +28954,7 @@ spurious results.`);
28954
28954
  return {
28955
28955
  FORC: "0.51.1",
28956
28956
  FUEL_CORE: "0.22.1",
28957
- FUELS: "0.76.0"
28957
+ FUELS: "0.77.0"
28958
28958
  };
28959
28959
  }
28960
28960
  function parseVersion(version2) {
@@ -29075,6 +29075,7 @@ This unreleased fuel-core build may include features and updates not yet support
29075
29075
  ErrorCode2["INVALID_CHECKSUM"] = "invalid-checksum";
29076
29076
  ErrorCode2["INVALID_PASSWORD"] = "invalid-password";
29077
29077
  ErrorCode2["ACCOUNT_REQUIRED"] = "account-required";
29078
+ ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required";
29078
29079
  ErrorCode2["LATEST_BLOCK_UNAVAILABLE"] = "latest-block-unavailable";
29079
29080
  ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url";
29080
29081
  ErrorCode2["UNSUPPORTED_FUEL_CLIENT_VERSION"] = "unsupported-fuel-client-version";
@@ -41534,6 +41535,7 @@ ${MessageCoinFragmentFragmentDoc}`;
41534
41535
  utxoValidation: utxoValidation || false
41535
41536
  });
41536
41537
  const receipts = gqlReceipts.map(processGqlReceipt);
41538
+ console.log(receipts);
41537
41539
  return {
41538
41540
  receipts
41539
41541
  };