@fuel-ts/errors
Advanced tools
Comparing version
@@ -51,3 +51,3 @@ /** | ||
INVALID_TRANSFER_AMOUNT = "invalid-transfer-amount", | ||
NOT_ENOUGH_FUNDS = "not-enough-funds", | ||
INSUFFICIENT_FUNDS_OR_MAX_COINS = "not-enough-funds-or-max-coins-reached", | ||
INVALID_CREDENTIALS = "invalid-credentials", | ||
@@ -75,3 +75,2 @@ /** @deprecated This error code is no longer used */ | ||
MAX_OUTPUTS_EXCEEDED = "max-outputs-exceeded", | ||
MAX_COINS_REACHED = "max-coins-reached", | ||
ASSET_BURN_DETECTED = "asset-burn-detected", | ||
@@ -87,2 +86,3 @@ INVALID_RECEIPT_TYPE = "invalid-receipt-type", | ||
UNLOCKED_WALLET_REQUIRED = "unlocked-wallet-required", | ||
ASSET_NOT_FOUND = "asset-not-found", | ||
NUMBER_TOO_BIG = "number-too-big", | ||
@@ -89,0 +89,0 @@ ERROR_BUILDING_BLOCK_EXPLORER_URL = "error-building-block-explorer-url", |
@@ -58,3 +58,3 @@ "use strict"; | ||
ErrorCode2["INVALID_TRANSFER_AMOUNT"] = "invalid-transfer-amount"; | ||
ErrorCode2["NOT_ENOUGH_FUNDS"] = "not-enough-funds"; | ||
ErrorCode2["INSUFFICIENT_FUNDS_OR_MAX_COINS"] = "not-enough-funds-or-max-coins-reached"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -81,3 +81,2 @@ ErrorCode2["HASHER_LOCKED"] = "hasher-locked"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
@@ -93,2 +92,3 @@ ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["ASSET_NOT_FOUND"] = "asset-not-found"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
@@ -108,5 +108,5 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
return { | ||
FORC: "0.66.6", | ||
FUEL_CORE: "0.40.4", | ||
FUELS: "0.99.0" | ||
FUEL_CORE: "0.41.9", | ||
FORC: "0.67.0", | ||
FUELS: "0.100.0" | ||
}; | ||
@@ -113,0 +113,0 @@ } |
@@ -81,3 +81,3 @@ "use strict"; | ||
ErrorCode2["INVALID_TRANSFER_AMOUNT"] = "invalid-transfer-amount"; | ||
ErrorCode2["NOT_ENOUGH_FUNDS"] = "not-enough-funds"; | ||
ErrorCode2["INSUFFICIENT_FUNDS_OR_MAX_COINS"] = "not-enough-funds-or-max-coins-reached"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -104,3 +104,2 @@ ErrorCode2["HASHER_LOCKED"] = "hasher-locked"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
@@ -116,2 +115,3 @@ ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["ASSET_NOT_FOUND"] = "asset-not-found"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
@@ -118,0 +118,0 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; |
@@ -63,3 +63,3 @@ "use strict"; | ||
ErrorCode2["INVALID_TRANSFER_AMOUNT"] = "invalid-transfer-amount"; | ||
ErrorCode2["NOT_ENOUGH_FUNDS"] = "not-enough-funds"; | ||
ErrorCode2["INSUFFICIENT_FUNDS_OR_MAX_COINS"] = "not-enough-funds-or-max-coins-reached"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -86,3 +86,2 @@ ErrorCode2["HASHER_LOCKED"] = "hasher-locked"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
@@ -98,2 +97,3 @@ ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["ASSET_NOT_FOUND"] = "asset-not-found"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
@@ -147,3 +147,2 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
expect(thrownError.name).toEqual("FuelError"); | ||
expect(thrownError).toMatchObject(expectedError); | ||
return thrownError; | ||
@@ -150,0 +149,0 @@ }; |
@@ -88,3 +88,3 @@ "use strict"; | ||
ErrorCode2["INVALID_TRANSFER_AMOUNT"] = "invalid-transfer-amount"; | ||
ErrorCode2["NOT_ENOUGH_FUNDS"] = "not-enough-funds"; | ||
ErrorCode2["INSUFFICIENT_FUNDS_OR_MAX_COINS"] = "not-enough-funds-or-max-coins-reached"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -111,3 +111,2 @@ ErrorCode2["HASHER_LOCKED"] = "hasher-locked"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
@@ -123,2 +122,3 @@ ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["ASSET_NOT_FOUND"] = "asset-not-found"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
@@ -172,3 +172,2 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
expect(thrownError.name).toEqual("FuelError"); | ||
expect(thrownError).toMatchObject(expectedError); | ||
return thrownError; | ||
@@ -175,0 +174,0 @@ }; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.99.0", | ||
"version": "0.100.0", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
@@ -36,3 +36,3 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"dependencies": { | ||
"@fuel-ts/versions": "0.99.0" | ||
"@fuel-ts/versions": "0.100.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
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
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
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
Sorry, the diff of this file is not supported yet
131926
0.2%1036
-0.29%+ Added
- Removed
Updated