@layerzerolabs/lz-ton-sdk-v2 3.0.51 → 3.0.53
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/CHANGELOG.md +12 -0
- package/artifacts/AllStorages.compiled.json +1 -1
- package/artifacts/Dvn.compiled.json +1 -1
- package/artifacts/Executor.compiled.json +1 -1
- package/artifacts/PriceFeedCache.compiled.json +1 -0
- package/artifacts/Proxy.compiled.json +1 -1
- package/artifacts/Uln.compiled.json +1 -1
- package/artifacts/UlnConnection.compiled.json +1 -1
- package/artifacts/UlnManager.compiled.json +1 -1
- package/deployments/ton-sandbox-local/AllStorages.json +1 -1
- package/deployments/ton-sandbox-local/Controller.json +2 -2
- package/deployments/ton-sandbox-local/Counter.json +1 -1
- package/deployments/ton-sandbox-local/Dvn.json +1 -1
- package/deployments/ton-sandbox-local/DvnProxy.json +1 -1
- package/deployments/ton-sandbox-local/Executor.json +1 -1
- package/deployments/ton-sandbox-local/ExecutorProxy.json +1 -1
- package/deployments/ton-sandbox-local/UlnManager.json +2 -2
- package/dist/index.cjs +19 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +19 -19
- package/dist/index.d.ts +19 -19
- package/dist/index.mjs +19 -19
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -11511,22 +11511,22 @@ var OPCODES = {
|
|
|
11511
11511
|
|
|
11512
11512
|
// src/constants/errors.ts
|
|
11513
11513
|
var ERRORS = {
|
|
11514
|
-
ERROR_PeerNotSet:
|
|
11515
|
-
ERROR_WrongPeer:
|
|
11516
|
-
ERROR_WrongSrcEid:
|
|
11517
|
-
ERROR_WrongSrcOApp:
|
|
11518
|
-
ERROR_WrongChannel:
|
|
11519
|
-
ERROR_WrongChannelOwner:
|
|
11520
|
-
ERROR_InsufficientGas:
|
|
11521
|
-
ERROR_InvalidExtraOptions:
|
|
11522
|
-
ERROR_InvalidEnforcedOptions:
|
|
11523
|
-
ERROR_InvalidExtraOptionsVersion:
|
|
11524
|
-
ERROR_NullTentativeOwner:
|
|
11525
|
-
ERROR_OnlyTentativeOwner:
|
|
11526
|
-
ERROR_OnlyOwner:
|
|
11527
|
-
ERROR_NotAuthenticated:
|
|
11528
|
-
ERROR_NotInitialized:
|
|
11529
|
-
Counter_ERROR_invalidIncrementType:
|
|
11514
|
+
ERROR_PeerNotSet: 1978n,
|
|
11515
|
+
ERROR_WrongPeer: 508n,
|
|
11516
|
+
ERROR_WrongSrcEid: 1333n,
|
|
11517
|
+
ERROR_WrongSrcOApp: 1022n,
|
|
11518
|
+
ERROR_WrongChannel: 1648n,
|
|
11519
|
+
ERROR_WrongChannelOwner: 1584n,
|
|
11520
|
+
ERROR_InsufficientGas: 215n,
|
|
11521
|
+
ERROR_InvalidExtraOptions: 1988n,
|
|
11522
|
+
ERROR_InvalidEnforcedOptions: 839n,
|
|
11523
|
+
ERROR_InvalidExtraOptionsVersion: 1595n,
|
|
11524
|
+
ERROR_NullTentativeOwner: 100n,
|
|
11525
|
+
ERROR_OnlyTentativeOwner: 550n,
|
|
11526
|
+
ERROR_OnlyOwner: 492n,
|
|
11527
|
+
ERROR_NotAuthenticated: 1690n,
|
|
11528
|
+
ERROR_NotInitialized: 1273n,
|
|
11529
|
+
Counter_ERROR_invalidIncrementType: 1691n,
|
|
11530
11530
|
lz_EpConfig_ERROR_sameMsglib: 1025n,
|
|
11531
11531
|
lz_EpConfig_ERROR_invalidTimeoutExpiry: 1026n,
|
|
11532
11532
|
lz_EpConfig_ERROR_invalidTimeoutReceiveMsglib: 1027n,
|
|
@@ -11598,9 +11598,9 @@ var ERRORS = {
|
|
|
11598
11598
|
BytesEncoder_ERROR_malformed_subtree: 1217n,
|
|
11599
11599
|
BytesEncoder_ERROR_malformed_data: 1218n,
|
|
11600
11600
|
Msglib_ERROR_onlyChannel: 288n,
|
|
11601
|
-
SmlManager_ERROR_packetHeaderNotFound:
|
|
11602
|
-
SmlManager_ERROR_optionsNotEmpty:
|
|
11603
|
-
SmlManager_ERROR_onlyConnection:
|
|
11601
|
+
SmlManager_ERROR_packetHeaderNotFound: 754n,
|
|
11602
|
+
SmlManager_ERROR_optionsNotEmpty: 419n,
|
|
11603
|
+
SmlManager_ERROR_onlyConnection: 457n,
|
|
11604
11604
|
UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n,
|
|
11605
11605
|
UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n,
|
|
11606
11606
|
UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n,
|