@layerzerolabs/lz-ton-sdk-v2 3.0.50 → 3.0.52
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/PriceFeedCache.compiled.json +1 -0
- package/deployments/ton-sandbox-local/Controller.json +2 -2
- package/deployments/ton-sandbox-local/Counter.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.d.mts
CHANGED
|
@@ -5551,22 +5551,22 @@ declare const OPCODES: {
|
|
|
5551
5551
|
};
|
|
5552
5552
|
|
|
5553
5553
|
declare const ERRORS: {
|
|
5554
|
-
readonly ERROR_PeerNotSet:
|
|
5555
|
-
readonly ERROR_WrongPeer:
|
|
5556
|
-
readonly ERROR_WrongSrcEid:
|
|
5557
|
-
readonly ERROR_WrongSrcOApp:
|
|
5558
|
-
readonly ERROR_WrongChannel:
|
|
5559
|
-
readonly ERROR_WrongChannelOwner:
|
|
5560
|
-
readonly ERROR_InsufficientGas:
|
|
5561
|
-
readonly ERROR_InvalidExtraOptions:
|
|
5562
|
-
readonly ERROR_InvalidEnforcedOptions:
|
|
5563
|
-
readonly ERROR_InvalidExtraOptionsVersion:
|
|
5564
|
-
readonly ERROR_NullTentativeOwner:
|
|
5565
|
-
readonly ERROR_OnlyTentativeOwner:
|
|
5566
|
-
readonly ERROR_OnlyOwner:
|
|
5567
|
-
readonly ERROR_NotAuthenticated:
|
|
5568
|
-
readonly ERROR_NotInitialized:
|
|
5569
|
-
readonly Counter_ERROR_invalidIncrementType:
|
|
5554
|
+
readonly ERROR_PeerNotSet: 1978n;
|
|
5555
|
+
readonly ERROR_WrongPeer: 508n;
|
|
5556
|
+
readonly ERROR_WrongSrcEid: 1333n;
|
|
5557
|
+
readonly ERROR_WrongSrcOApp: 1022n;
|
|
5558
|
+
readonly ERROR_WrongChannel: 1648n;
|
|
5559
|
+
readonly ERROR_WrongChannelOwner: 1584n;
|
|
5560
|
+
readonly ERROR_InsufficientGas: 215n;
|
|
5561
|
+
readonly ERROR_InvalidExtraOptions: 1988n;
|
|
5562
|
+
readonly ERROR_InvalidEnforcedOptions: 839n;
|
|
5563
|
+
readonly ERROR_InvalidExtraOptionsVersion: 1595n;
|
|
5564
|
+
readonly ERROR_NullTentativeOwner: 100n;
|
|
5565
|
+
readonly ERROR_OnlyTentativeOwner: 550n;
|
|
5566
|
+
readonly ERROR_OnlyOwner: 492n;
|
|
5567
|
+
readonly ERROR_NotAuthenticated: 1690n;
|
|
5568
|
+
readonly ERROR_NotInitialized: 1273n;
|
|
5569
|
+
readonly Counter_ERROR_invalidIncrementType: 1691n;
|
|
5570
5570
|
readonly lz_EpConfig_ERROR_sameMsglib: 1025n;
|
|
5571
5571
|
readonly lz_EpConfig_ERROR_invalidTimeoutExpiry: 1026n;
|
|
5572
5572
|
readonly lz_EpConfig_ERROR_invalidTimeoutReceiveMsglib: 1027n;
|
|
@@ -5638,9 +5638,9 @@ declare const ERRORS: {
|
|
|
5638
5638
|
readonly BytesEncoder_ERROR_malformed_subtree: 1217n;
|
|
5639
5639
|
readonly BytesEncoder_ERROR_malformed_data: 1218n;
|
|
5640
5640
|
readonly Msglib_ERROR_onlyChannel: 288n;
|
|
5641
|
-
readonly SmlManager_ERROR_packetHeaderNotFound:
|
|
5642
|
-
readonly SmlManager_ERROR_optionsNotEmpty:
|
|
5643
|
-
readonly SmlManager_ERROR_onlyConnection:
|
|
5641
|
+
readonly SmlManager_ERROR_packetHeaderNotFound: 754n;
|
|
5642
|
+
readonly SmlManager_ERROR_optionsNotEmpty: 419n;
|
|
5643
|
+
readonly SmlManager_ERROR_onlyConnection: 457n;
|
|
5644
5644
|
readonly UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n;
|
|
5645
5645
|
readonly UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n;
|
|
5646
5646
|
readonly UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n;
|
package/dist/index.d.ts
CHANGED
|
@@ -5551,22 +5551,22 @@ declare const OPCODES: {
|
|
|
5551
5551
|
};
|
|
5552
5552
|
|
|
5553
5553
|
declare const ERRORS: {
|
|
5554
|
-
readonly ERROR_PeerNotSet:
|
|
5555
|
-
readonly ERROR_WrongPeer:
|
|
5556
|
-
readonly ERROR_WrongSrcEid:
|
|
5557
|
-
readonly ERROR_WrongSrcOApp:
|
|
5558
|
-
readonly ERROR_WrongChannel:
|
|
5559
|
-
readonly ERROR_WrongChannelOwner:
|
|
5560
|
-
readonly ERROR_InsufficientGas:
|
|
5561
|
-
readonly ERROR_InvalidExtraOptions:
|
|
5562
|
-
readonly ERROR_InvalidEnforcedOptions:
|
|
5563
|
-
readonly ERROR_InvalidExtraOptionsVersion:
|
|
5564
|
-
readonly ERROR_NullTentativeOwner:
|
|
5565
|
-
readonly ERROR_OnlyTentativeOwner:
|
|
5566
|
-
readonly ERROR_OnlyOwner:
|
|
5567
|
-
readonly ERROR_NotAuthenticated:
|
|
5568
|
-
readonly ERROR_NotInitialized:
|
|
5569
|
-
readonly Counter_ERROR_invalidIncrementType:
|
|
5554
|
+
readonly ERROR_PeerNotSet: 1978n;
|
|
5555
|
+
readonly ERROR_WrongPeer: 508n;
|
|
5556
|
+
readonly ERROR_WrongSrcEid: 1333n;
|
|
5557
|
+
readonly ERROR_WrongSrcOApp: 1022n;
|
|
5558
|
+
readonly ERROR_WrongChannel: 1648n;
|
|
5559
|
+
readonly ERROR_WrongChannelOwner: 1584n;
|
|
5560
|
+
readonly ERROR_InsufficientGas: 215n;
|
|
5561
|
+
readonly ERROR_InvalidExtraOptions: 1988n;
|
|
5562
|
+
readonly ERROR_InvalidEnforcedOptions: 839n;
|
|
5563
|
+
readonly ERROR_InvalidExtraOptionsVersion: 1595n;
|
|
5564
|
+
readonly ERROR_NullTentativeOwner: 100n;
|
|
5565
|
+
readonly ERROR_OnlyTentativeOwner: 550n;
|
|
5566
|
+
readonly ERROR_OnlyOwner: 492n;
|
|
5567
|
+
readonly ERROR_NotAuthenticated: 1690n;
|
|
5568
|
+
readonly ERROR_NotInitialized: 1273n;
|
|
5569
|
+
readonly Counter_ERROR_invalidIncrementType: 1691n;
|
|
5570
5570
|
readonly lz_EpConfig_ERROR_sameMsglib: 1025n;
|
|
5571
5571
|
readonly lz_EpConfig_ERROR_invalidTimeoutExpiry: 1026n;
|
|
5572
5572
|
readonly lz_EpConfig_ERROR_invalidTimeoutReceiveMsglib: 1027n;
|
|
@@ -5638,9 +5638,9 @@ declare const ERRORS: {
|
|
|
5638
5638
|
readonly BytesEncoder_ERROR_malformed_subtree: 1217n;
|
|
5639
5639
|
readonly BytesEncoder_ERROR_malformed_data: 1218n;
|
|
5640
5640
|
readonly Msglib_ERROR_onlyChannel: 288n;
|
|
5641
|
-
readonly SmlManager_ERROR_packetHeaderNotFound:
|
|
5642
|
-
readonly SmlManager_ERROR_optionsNotEmpty:
|
|
5643
|
-
readonly SmlManager_ERROR_onlyConnection:
|
|
5641
|
+
readonly SmlManager_ERROR_packetHeaderNotFound: 754n;
|
|
5642
|
+
readonly SmlManager_ERROR_optionsNotEmpty: 419n;
|
|
5643
|
+
readonly SmlManager_ERROR_onlyConnection: 457n;
|
|
5644
5644
|
readonly UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n;
|
|
5645
5645
|
readonly UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n;
|
|
5646
5646
|
readonly UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n;
|
package/dist/index.mjs
CHANGED
|
@@ -11490,22 +11490,22 @@ var OPCODES = {
|
|
|
11490
11490
|
|
|
11491
11491
|
// src/constants/errors.ts
|
|
11492
11492
|
var ERRORS = {
|
|
11493
|
-
ERROR_PeerNotSet:
|
|
11494
|
-
ERROR_WrongPeer:
|
|
11495
|
-
ERROR_WrongSrcEid:
|
|
11496
|
-
ERROR_WrongSrcOApp:
|
|
11497
|
-
ERROR_WrongChannel:
|
|
11498
|
-
ERROR_WrongChannelOwner:
|
|
11499
|
-
ERROR_InsufficientGas:
|
|
11500
|
-
ERROR_InvalidExtraOptions:
|
|
11501
|
-
ERROR_InvalidEnforcedOptions:
|
|
11502
|
-
ERROR_InvalidExtraOptionsVersion:
|
|
11503
|
-
ERROR_NullTentativeOwner:
|
|
11504
|
-
ERROR_OnlyTentativeOwner:
|
|
11505
|
-
ERROR_OnlyOwner:
|
|
11506
|
-
ERROR_NotAuthenticated:
|
|
11507
|
-
ERROR_NotInitialized:
|
|
11508
|
-
Counter_ERROR_invalidIncrementType:
|
|
11493
|
+
ERROR_PeerNotSet: 1978n,
|
|
11494
|
+
ERROR_WrongPeer: 508n,
|
|
11495
|
+
ERROR_WrongSrcEid: 1333n,
|
|
11496
|
+
ERROR_WrongSrcOApp: 1022n,
|
|
11497
|
+
ERROR_WrongChannel: 1648n,
|
|
11498
|
+
ERROR_WrongChannelOwner: 1584n,
|
|
11499
|
+
ERROR_InsufficientGas: 215n,
|
|
11500
|
+
ERROR_InvalidExtraOptions: 1988n,
|
|
11501
|
+
ERROR_InvalidEnforcedOptions: 839n,
|
|
11502
|
+
ERROR_InvalidExtraOptionsVersion: 1595n,
|
|
11503
|
+
ERROR_NullTentativeOwner: 100n,
|
|
11504
|
+
ERROR_OnlyTentativeOwner: 550n,
|
|
11505
|
+
ERROR_OnlyOwner: 492n,
|
|
11506
|
+
ERROR_NotAuthenticated: 1690n,
|
|
11507
|
+
ERROR_NotInitialized: 1273n,
|
|
11508
|
+
Counter_ERROR_invalidIncrementType: 1691n,
|
|
11509
11509
|
lz_EpConfig_ERROR_sameMsglib: 1025n,
|
|
11510
11510
|
lz_EpConfig_ERROR_invalidTimeoutExpiry: 1026n,
|
|
11511
11511
|
lz_EpConfig_ERROR_invalidTimeoutReceiveMsglib: 1027n,
|
|
@@ -11577,9 +11577,9 @@ var ERRORS = {
|
|
|
11577
11577
|
BytesEncoder_ERROR_malformed_subtree: 1217n,
|
|
11578
11578
|
BytesEncoder_ERROR_malformed_data: 1218n,
|
|
11579
11579
|
Msglib_ERROR_onlyChannel: 288n,
|
|
11580
|
-
SmlManager_ERROR_packetHeaderNotFound:
|
|
11581
|
-
SmlManager_ERROR_optionsNotEmpty:
|
|
11582
|
-
SmlManager_ERROR_onlyConnection:
|
|
11580
|
+
SmlManager_ERROR_packetHeaderNotFound: 754n,
|
|
11581
|
+
SmlManager_ERROR_optionsNotEmpty: 419n,
|
|
11582
|
+
SmlManager_ERROR_onlyConnection: 457n,
|
|
11583
11583
|
UlnWorkerInterface_ERROR_UNKNOWN_OPTIONS: 52n,
|
|
11584
11584
|
UlnWorkerInterface_ERROR_ZERO_LZ_COMPOSE_GAS_PROVIDED: 53n,
|
|
11585
11585
|
UlnWorkerInterface_ERROR_INVALID_OPTIONS: 54n,
|