@layerzerolabs/layerzero-v2-ton 3.0.13-ton.0 → 3.0.18-ton.0
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/package.json +10 -4
- package/src/classes/lz/EpConfig.fc +3 -3
- package/src/classes/lz/Packet.fc +16 -3
- package/src/classes/lz/Path.fc +10 -1
- package/src/classes/msgdata/Deploy.fc +15 -3
- package/src/classes/msgdata/LzSend.fc +1 -1
- package/src/classes/msgdata/OptionsV2.fc +7 -4
- package/src/funC++/abstract/contractMainAbstract.fc +12 -1
- package/src/funC++/abstract/handlerAbstract.fc +10 -2
- package/src/funC++/actions/call.fc +5 -3
- package/src/funC++/baseInterface.fc +9 -8
- package/src/funC++/classlib.fc +30 -33
- package/src/funC++/constants.fc +2 -2
- package/src/funC++/contractMain.fc +2 -0
- package/src/funC++/dataStructures/AddressList.fc +89 -0
- package/src/funC++/dataStructures/DeterministicInsertionCircularQueue.fc +1 -1
- package/src/funC++/dataStructures/PipelinedOutOfOrder.fc +25 -1
- package/src/funC++/handlerCore.fc +2 -0
- package/src/funC++/stdlib.fc +1 -1
- package/src/funC++/testutils.fc +99 -0
- package/src/funC++/utils.fc +66 -2
- package/src/multisig/bocs/MultiSig.compiled.json +5 -0
- package/src/multisig/bocs/MultiSigOrder.compiled.json +5 -0
- package/tests/baseContractTest.fc +15 -12
- package/build/AllStorages.boc +0 -0
- package/build/AllStorages.compiled.json +0 -1
- package/build/AllStorages.fif +0 -4176
- package/build/AllStorages.test.boc +0 -0
- package/build/AllStorages.test.compiled.json +0 -1
- package/build/AllStorages.test.fif +0 -1831
- package/build/BaseContract.test.boc +0 -0
- package/build/BaseContract.test.compiled.json +0 -1
- package/build/BaseContract.test.fif +0 -3560
- package/build/Channel.boc +0 -0
- package/build/Channel.compiled.json +0 -1
- package/build/Channel.fif +0 -5109
- package/build/Channel.permissions.test.boc +0 -0
- package/build/Channel.permissions.test.compiled.json +0 -1
- package/build/Channel.permissions.test.fif +0 -7601
- package/build/ChannelBurn.test.boc +0 -0
- package/build/ChannelBurn.test.compiled.json +0 -1
- package/build/ChannelBurn.test.fif +0 -7486
- package/build/ChannelCommitPacket.test.boc +0 -0
- package/build/ChannelCommitPacket.test.compiled.json +0 -1
- package/build/ChannelCommitPacket.test.fif +0 -8001
- package/build/ChannelConfig.test.boc +0 -0
- package/build/ChannelConfig.test.compiled.json +0 -1
- package/build/ChannelConfig.test.fif +0 -7474
- package/build/ChannelInitialize.test.boc +0 -0
- package/build/ChannelInitialize.test.compiled.json +0 -1
- package/build/ChannelInitialize.test.fif +0 -7321
- package/build/ChannelMsglibIntegration.test.boc +0 -0
- package/build/ChannelMsglibIntegration.test.compiled.json +0 -1
- package/build/ChannelMsglibIntegration.test.fif +0 -7437
- package/build/ChannelMsglibSendCallback.test.boc +0 -0
- package/build/ChannelMsglibSendCallback.test.compiled.json +0 -1
- package/build/ChannelMsglibSendCallback.test.fif +0 -7743
- package/build/ChannelNilify.test.boc +0 -0
- package/build/ChannelNilify.test.compiled.json +0 -1
- package/build/ChannelNilify.test.fif +0 -7702
- package/build/ChannelReceive.test.boc +0 -0
- package/build/ChannelReceive.test.compiled.json +0 -1
- package/build/ChannelReceive.test.fif +0 -7742
- package/build/ChannelReceiveCallback.test.boc +0 -0
- package/build/ChannelReceiveCallback.test.compiled.json +0 -1
- package/build/ChannelReceiveCallback.test.fif +0 -7581
- package/build/ChannelReceiveView.test.boc +0 -0
- package/build/ChannelReceiveView.test.compiled.json +0 -1
- package/build/ChannelReceiveView.test.fif +0 -7384
- package/build/ChannelSend.test.boc +0 -0
- package/build/ChannelSend.test.compiled.json +0 -1
- package/build/ChannelSend.test.fif +0 -7690
- package/build/Classlib.test.boc +0 -0
- package/build/Classlib.test.compiled.json +0 -1
- package/build/Classlib.test.fif +0 -4728
- package/build/Connection.boc +0 -0
- package/build/Connection.compiled.json +0 -1
- package/build/Connection.fif +0 -3586
- package/build/Connection.test.boc +0 -0
- package/build/Connection.test.compiled.json +0 -1
- package/build/Connection.test.fif +0 -6582
- package/build/Controller.assertions.test.boc +0 -0
- package/build/Controller.assertions.test.compiled.json +0 -1
- package/build/Controller.assertions.test.fif +0 -6137
- package/build/Controller.boc +0 -0
- package/build/Controller.compiled.json +0 -1
- package/build/Controller.fif +0 -3278
- package/build/Controller.permissions.test.boc +0 -0
- package/build/Controller.permissions.test.compiled.json +0 -1
- package/build/Controller.permissions.test.fif +0 -6244
- package/build/Controller.test.boc +0 -0
- package/build/Controller.test.compiled.json +0 -1
- package/build/Controller.test.fif +0 -6407
- package/build/Counter.boc +0 -0
- package/build/Counter.compiled.json +0 -1
- package/build/Counter.fif +0 -4816
- package/build/Counter.permissions.test.boc +0 -0
- package/build/Counter.permissions.test.compiled.json +0 -1
- package/build/Counter.permissions.test.fif +0 -7113
- package/build/Counter.setters.test.boc +0 -0
- package/build/Counter.setters.test.compiled.json +0 -1
- package/build/Counter.setters.test.fif +0 -7090
- package/build/Counter.test.boc +0 -0
- package/build/Counter.test.compiled.json +0 -1
- package/build/Counter.test.fif +0 -7547
- package/build/Dvn.boc +0 -0
- package/build/Dvn.compiled.json +0 -1
- package/build/Dvn.fif +0 -2923
- package/build/Dvn.test.boc +0 -0
- package/build/Dvn.test.compiled.json +0 -1
- package/build/Dvn.test.fif +0 -5760
- package/build/Endpoint.boc +0 -0
- package/build/Endpoint.compiled.json +0 -1
- package/build/Endpoint.fif +0 -3777
- package/build/Endpoint.permissions.test.boc +0 -0
- package/build/Endpoint.permissions.test.compiled.json +0 -1
- package/build/Endpoint.permissions.test.fif +0 -6218
- package/build/Endpoint.test.boc +0 -0
- package/build/Endpoint.test.compiled.json +0 -1
- package/build/Endpoint.test.fif +0 -6906
- package/build/EndpointSetEpConfigDefaults.test.boc +0 -0
- package/build/EndpointSetEpConfigDefaults.test.compiled.json +0 -1
- package/build/EndpointSetEpConfigDefaults.test.fif +0 -6536
- package/build/Executor.boc +0 -0
- package/build/Executor.compiled.json +0 -1
- package/build/Executor.fif +0 -2731
- package/build/Executor.test.boc +0 -0
- package/build/Executor.test.compiled.json +0 -1
- package/build/Executor.test.fif +0 -5829
- package/build/LzClasses.test.boc +0 -0
- package/build/LzClasses.test.compiled.json +0 -1
- package/build/LzClasses.test.fif +0 -4457
- package/build/LzUtil.test.boc +0 -0
- package/build/LzUtil.test.compiled.json +0 -1
- package/build/LzUtil.test.fif +0 -1831
- package/build/MsgData.test.boc +0 -0
- package/build/MsgData.test.compiled.json +0 -1
- package/build/MsgData.test.fif +0 -4318
- package/build/MsglibPacketCodec.test.boc +0 -0
- package/build/MsglibPacketCodec.test.compiled.json +0 -1
- package/build/MsglibPacketCodec.test.fif +0 -4851
- package/build/MultiSig.boc +0 -0
- package/build/MultiSig.compiled.json +0 -1
- package/build/MultiSig.fif +0 -727
- package/build/MultiSigOrder.boc +0 -0
- package/build/MultiSigOrder.compiled.json +0 -1
- package/build/MultiSigOrder.fif +0 -650
- package/build/PipelinedOutOfOrder.test.boc +0 -0
- package/build/PipelinedOutOfOrder.test.compiled.json +0 -1
- package/build/PipelinedOutOfOrder.test.fif +0 -2188
- package/build/SmlConnection.boc +0 -0
- package/build/SmlConnection.compiled.json +0 -1
- package/build/SmlConnection.fif +0 -2600
- package/build/SmlConnection.permissions.test.boc +0 -0
- package/build/SmlConnection.permissions.test.compiled.json +0 -1
- package/build/SmlConnection.permissions.test.fif +0 -5504
- package/build/SmlConnection.test.boc +0 -0
- package/build/SmlConnection.test.compiled.json +0 -1
- package/build/SmlConnection.test.fif +0 -5501
- package/build/SmlManager.boc +0 -0
- package/build/SmlManager.compiled.json +0 -1
- package/build/SmlManager.fif +0 -3987
- package/build/SmlManager.permissions.test.boc +0 -0
- package/build/SmlManager.permissions.test.compiled.json +0 -1
- package/build/SmlManager.permissions.test.fif +0 -6025
- package/build/SmlManager.test.boc +0 -0
- package/build/SmlManager.test.compiled.json +0 -1
- package/build/SmlManager.test.fif +0 -6054
- package/build/Uln.boc +0 -0
- package/build/Uln.compiled.json +0 -1
- package/build/Uln.fif +0 -4924
- package/build/Uln.test.boc +0 -0
- package/build/Uln.test.compiled.json +0 -1
- package/build/Uln.test.fif +0 -7084
- package/build/UlnManager.boc +0 -0
- package/build/UlnManager.compiled.json +0 -1
- package/build/UlnManager.fif +0 -3934
- package/build/UlnManager.test.boc +0 -0
- package/build/UlnManager.test.compiled.json +0 -1
- package/build/UlnManager.test.fif +0 -6578
- package/build/UlnReceiveConfig.test.boc +0 -0
- package/build/UlnReceiveConfig.test.compiled.json +0 -1
- package/build/UlnReceiveConfig.test.fif +0 -4413
- package/build/UlnSend.test.boc +0 -0
- package/build/UlnSend.test.compiled.json +0 -1
- package/build/UlnSend.test.fif +0 -6583
- package/build/UlnSendConfig.test.boc +0 -0
- package/build/UlnSendConfig.test.compiled.json +0 -1
- package/build/UlnSendConfig.test.fif +0 -4431
- package/build/UlnSendWorkerFactory.test.boc +0 -0
- package/build/UlnSendWorkerFactory.test.compiled.json +0 -1
- package/build/UlnSendWorkerFactory.test.fif +0 -6683
- package/build/UlnUtil.test.boc +0 -0
- package/build/UlnUtil.test.compiled.json +0 -1
- package/build/UlnUtil.test.fif +0 -5873
- package/build/WorkerCore.test.boc +0 -0
- package/build/WorkerCore.test.compiled.json +0 -1
- package/build/WorkerCore.test.fif +0 -5637
- package/build/ZroMinter.boc +0 -0
- package/build/ZroMinter.compiled.json +0 -1
- package/build/ZroMinter.fif +0 -2300
- package/build/ZroWallet.boc +0 -0
- package/build/ZroWallet.compiled.json +0 -1
- package/build/ZroWallet.fif +0 -2471
- package/src/classes/lz/Attestation.fc +0 -23
- package/src/classes/msgdata/ClaimUnaccountedPoolFunds.fc +0 -0
- package/src/classes/msgdata/InitUlnConnection.fc +0 -18
package/build/ZroWallet.boc
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"hash":"e57a93b03ed1ae14ff47535c9125b11102fdcc0910b197af0c0ea4c735f692ba","hashBase64":"5XqTsD7RrhT/R1NckSWxEQL9zAkQsZevDA6kxzX2kro=","hex":"b5ee9c7241022601000a06000114ff00f4a413f4bcf2c80b0102016202250202c9030400c3d8831c02497c138007434c0c05c6c2544d7c0fc1b383e903e900c7e800c5c75c87e800c7e800c1cea6d0000b4c7e08403e29fa954882ea54c4d167c1a78208405e3514654882ea58c511100fc1ab80d60841657c1ef2ea4d67c1af817c12103fcbc2020120051b02012006100145a510411806f05b59d3b200005cc708c11806f05b59d3b20000290154c2782551f187400701fe702182b05803bcc5cb9634ba4cfb2213f784019318ed4dcb6017880faa35be8e23308288195e54c5dd42177f53a27172fa9ec630262827aa23a904821b782dace9d9aa18de2182708bcc0026baae9e45e470190267a230cfaa18be8e1c0182501425982cf597cd205cef7380a90401821b782dace9d9aa17a0dea76401a7640801f2208261855144814a7ff805980ff0084000be8e2a8238056bc75e2d631000008261855144814a7ff805980ff0084000a98401822056bc75e2d631aa18a001de20824adf0ab5a80a22c61ab5a700be8e278238056bc75e2d63100000824adf0ab5a80a22c61ab5a700a98401822056bc75e2d631aa17a001de200902f882403f1fce3da636ea5cf850be8e268238056bc75e2d6310000082403f1fce3da636ea5cf850a98401822056bc75e2d631aa16a001de20823927fa27722cc06cc5e2be8e268238056bc75e2d63100000823927fa27722cc06cc5e2a98401823815af1d78b58c400000a001de208238280e60114edb805d03bee300200a0b004c8238056bc75e2d631000008238280e60114edb805d03a9840182380ad78ebc5ac6200000a00102f482380ebc5fb41746121110be8e268238056bc75e2d6310000082380ebc5fb41746121110a984018238056bc75e2d63100000a001de20823808f00f760a4b2db55dbe8e258238056bc75e2d63100000823808f00f760a4b2db55da984018232b5e3af16b1880000a001de20823806f5f1775788937937bee300200c0d004a8238056bc75e2d63100000823806f5f1775788937937a9840182315af1d78b58c40000a00101ec823806248f33704b286603be8e258238056bc75e2d63100000823806248f33704b286603a984018230ad78ebc5ac620000a001de20823805c548670b9510e7acbe8e258238056bc75e2d63100000823805c548670b9510e7aca98401823056bc75e2d6310000a001de208238056bc75e2d63100000a10e01fe8238056bc75e2d631000005122a012a98453008238056bc75e2d63100000a9845c8238056bc75e2d63100000a9842073a90413a051218238056bc75e2d63100000a9842075a90413a051218238056bc75e2d63100000a9842077a90413a051218238056bc75e2d63100000a9842079a90413a0598238056bc75e2d631000000f001ca984800ba904a0aa00a08064a9040137a310411806f05b59d3b200005d4d98411812dca375e059b0b9f187401102fc8200c354218235c702bd3a30fc0000be228238070c1cc73b00c80000bbb0f2f420c1008e1282300de0b6b3a76400005202a3f05612a984e020821b782dace9d9aa18be8e2820821b782dace9d9aa17be8e18821b782dace9d9aa17a182501425982cf597cd205cef73809171e2e30d01a7648238056bc75e2d631000002112130042821b782dace9d9aa18a18288195e54c5dd42177f53a27172fa9ec630262827aa2303fc822056bc75e2d631aa18be8e1c30822056bc75e2d631aa18a18261855144814a7ff805980ff0084000de21822056bc75e2d631aa17be8e2701822056bc75e2d631aa17a101824adf0ab5a80a22c61ab5a7008238056bc75e2d63100000a984de21822056bc75e2d631aa16bee30021823815af1d78b58c400000bee30021141516004c01822056bc75e2d631aa16a10182403f1fce3da636ea5cf8508238056bc75e2d63100000a984004c01823815af1d78b58c400000a101823927fa27722cc06cc5e28238056bc75e2d63100000a98402f482380ad78ebc5ac6200000be8e260182380ad78ebc5ac6200000a1018238280e60114edb805d038238056bc75e2d63100000a984de218238056bc75e2d63100000be8e26018238056bc75e2d63100000a10182380ebc5fb417461211108238056bc75e2d63100000a984de218232b5e3af16b1880000bee300211718004a018232b5e3af16b1880000a101823808f00f760a4b2db55d8238056bc75e2d63100000a98401ec82315af1d78b58c40000be8e250182315af1d78b58c40000a101823806f5f17757889379378238056bc75e2d63100000a984de218238056bc75e2d6310000021a0511382380ad78ebc5ac6200000a98466a0511382381043561a8829300000a98466a05113823815af1d78b58c400000a98466a051131901ea82381b1ae4d6e2ef500000a98466a0511382382086ac351052600000a98466a05113823825f273933db5700000a98466a05113822056bc75e2d631aa16a98466a05113823830ca024f987b900000a98466a0511382383635c9adc5dea00000a98466a0511382383ba1910bf341b00000a98466a0031a00428238410d586a20a4c00000a98412a08238056bc75e2d63100000a984018064a9840201661c240201201d1f01f5503d33ffa00fa407022806501fa443058baf2f4ed44d0fa00fa40fa40d4305136a1522ac705f2e2c128c2fff2e2c254344270542013541403c85004fa0258cf1601cf16ccc922c8cb0112f400f400cb00c920f9007074c8cb02ca07cbffc9d004fa40f40431fa0020d749c200f2e2c4778018c8cb055008cf167081e00bcfa0217cb6b13cc8210178d4519c8cb1f19cb3f5007fa0222cf165006cf1625fa025003cf16c95005cc2391729171e25008a813a08208e4e1c0aa008208989680a0a014bcf2e2c504c98040fb001023c85004fa0258cf1601cf16ccc9ed54020120202302f73b51343e803e903e90350c0234cffe80145468017e903e9014d6f1c1551cdb5c150804d50500f214013e809633c58073c5b33248b232c044bd003d0032c0327e401c1d3232c0b281f2fff274140371c1472c7cb8b0c2be80146a2860822625a020822625a004ad8228608239387028062849e48dcdf8c34a35c2c060212200645279a018a182107362d09cc8cb1f5230cb3f22fa0228cf1629cf16c9718010c8cb0527cf165009fa0218cb6a17ccc971fb00009cc30026c200b08e2f8210d53276dbc8cb1f12cb3f01fa025005cf165005cf16c9718010c8cb055007cf165003fa0215cb6accc972fb0059945b366c32e24003c85004fa0258cf1601cf16ccc9ed5400db3b51343e803e903e90350c01f4cffe803e900c145468549271c17cb8b049f0bffcb8b0a0823938702a8005a805af3cb8b0e0841ef765f7b232c7c572cfd400fe8088b3c58073c5b25c60063232c14933c59c3e80b2dab33260103ec01004f214013e809633c58073c5b3327b55200083d40106b90f6a2687d007d207d206a1802698fc1080bc6a28ca9105d41083deecbef09dd0958f97162e99f98fd001809d02811e428027d012c678b00e78b6664f6aa4001ba0f605da89a1f401f481f481a861e9587f4a"}
|