@layerzerolabs/layerzero-v2-ton 3.0.12-ton.0 → 3.0.13-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 +6 -0
- package/build/AllStorages.boc +0 -0
- package/build/AllStorages.compiled.json +1 -1
- package/build/AllStorages.fif +13 -1
- package/build/BaseContract.test.fif +16 -9
- package/build/Channel.boc +0 -0
- package/build/Channel.compiled.json +1 -1
- package/build/Channel.fif +132 -24
- package/build/Channel.permissions.test.boc +0 -0
- package/build/Channel.permissions.test.compiled.json +1 -1
- package/build/Channel.permissions.test.fif +124 -92
- package/build/ChannelBurn.test.boc +0 -0
- package/build/ChannelBurn.test.compiled.json +1 -1
- package/build/ChannelBurn.test.fif +124 -92
- package/build/ChannelCommitPacket.test.boc +0 -0
- package/build/ChannelCommitPacket.test.compiled.json +1 -1
- package/build/ChannelCommitPacket.test.fif +140 -120
- package/build/ChannelConfig.test.boc +0 -0
- package/build/ChannelConfig.test.compiled.json +1 -1
- package/build/ChannelConfig.test.fif +124 -92
- package/build/ChannelInitialize.test.boc +0 -0
- package/build/ChannelInitialize.test.compiled.json +1 -1
- package/build/ChannelInitialize.test.fif +124 -92
- package/build/ChannelMsglibIntegration.test.boc +0 -0
- package/build/ChannelMsglibIntegration.test.compiled.json +1 -1
- package/build/ChannelMsglibIntegration.test.fif +129 -96
- package/build/ChannelMsglibSendCallback.test.boc +0 -0
- package/build/ChannelMsglibSendCallback.test.compiled.json +1 -1
- package/build/ChannelMsglibSendCallback.test.fif +124 -92
- package/build/ChannelNilify.test.boc +0 -0
- package/build/ChannelNilify.test.compiled.json +1 -1
- package/build/ChannelNilify.test.fif +126 -96
- package/build/ChannelReceive.test.boc +0 -0
- package/build/ChannelReceive.test.compiled.json +1 -1
- package/build/ChannelReceive.test.fif +140 -100
- package/build/ChannelReceiveCallback.test.boc +0 -0
- package/build/ChannelReceiveCallback.test.compiled.json +1 -1
- package/build/ChannelReceiveCallback.test.fif +124 -92
- package/build/ChannelReceiveView.test.boc +0 -0
- package/build/ChannelReceiveView.test.compiled.json +1 -1
- package/build/ChannelReceiveView.test.fif +124 -92
- package/build/ChannelSend.test.boc +0 -0
- package/build/ChannelSend.test.compiled.json +1 -1
- package/build/ChannelSend.test.fif +124 -92
- package/build/Connection.boc +0 -0
- package/build/Connection.compiled.json +1 -1
- package/build/Connection.fif +84 -1
- package/build/Connection.test.fif +16 -9
- package/build/Controller.assertions.test.fif +16 -9
- package/build/Controller.boc +0 -0
- package/build/Controller.compiled.json +1 -1
- package/build/Controller.fif +84 -1
- package/build/Controller.permissions.test.fif +16 -9
- package/build/Controller.test.fif +16 -9
- package/build/Counter.boc +0 -0
- package/build/Counter.compiled.json +1 -1
- package/build/Counter.fif +16 -9
- package/build/Counter.permissions.test.fif +16 -9
- package/build/Counter.setters.test.fif +16 -9
- package/build/Counter.test.fif +16 -9
- package/build/Dvn.test.fif +16 -9
- package/build/Endpoint.boc +0 -0
- package/build/Endpoint.compiled.json +1 -1
- package/build/Endpoint.fif +84 -1
- package/build/Endpoint.permissions.test.fif +16 -9
- package/build/Endpoint.test.fif +16 -9
- package/build/EndpointSetEpConfigDefaults.test.fif +16 -9
- package/build/Executor.test.fif +16 -9
- package/build/SmlConnection.boc +0 -0
- package/build/SmlConnection.compiled.json +1 -1
- package/build/SmlConnection.fif +84 -1
- package/build/SmlConnection.permissions.test.fif +16 -9
- package/build/SmlConnection.test.fif +16 -9
- package/build/SmlManager.boc +0 -0
- package/build/SmlManager.compiled.json +1 -1
- package/build/SmlManager.fif +84 -1
- package/build/SmlManager.permissions.test.fif +16 -9
- package/build/SmlManager.test.fif +16 -9
- package/build/Uln.boc +0 -0
- package/build/Uln.compiled.json +1 -1
- package/build/Uln.fif +84 -1
- package/build/Uln.test.fif +16 -9
- package/build/UlnManager.boc +0 -0
- package/build/UlnManager.compiled.json +1 -1
- package/build/UlnManager.fif +84 -1
- package/build/UlnManager.test.fif +16 -9
- package/build/UlnSend.test.fif +16 -9
- package/build/WorkerCore.test.fif +16 -9
- package/package.json +6 -1
- package/src/classes/msgdata/ChannelNonceInfo.fc +3 -3
- package/src/classes/msgdata/LzReceivePrepare.fc +18 -0
- package/src/funC++/actions/dispatch.fc +10 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"Asm.fif" include
|
|
2
|
-
// automatically generated from `src/protocol/channel/tests/channelReceiveView.fc` incl:`src/protocol/channel/tests/../handler.fc` incl:`src/protocol/channel/tests/../callbackOpcodes.fc` incl:`src/protocol/channel/tests/../../../classes/lz/EpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/classlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/utils.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/constants.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stdlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stringlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Packet.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Path.fc` incl:`src/protocol/channel/tests/../../../classes/lz/ReceiveEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/SendEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ChannelNonceInfo.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/CoinsAmount.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ExtendedMd.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzReceiveStatus.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzSend.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdAddress.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdObj.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MessagingReceipt.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MsglibSendCallback.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/Nonce.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketId.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketSent.fc` incl:`src/protocol/channel/tests/../../core/abstract/protocolHandler.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/handlerCore.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/utils.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/../txnContext.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/baseInterface.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/abstract/handlerAbstract.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/call.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/deploy.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/event.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/payment.fc` incl:`src/protocol/channel/tests/../../core/abstract/../baseStorage.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/DeterministicInsertionCircularQueue.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/PipelinedOutOfOrder.fc` incl:`src/protocol/channel/tests/../../interfaces.fc` incl:`src/protocol/channel/tests/../../channel/interface.fc` incl:`src/protocol/channel/tests/../../controller/interface.fc` incl:`src/protocol/channel/tests/../../endpoint/interface.fc` incl:`src/protocol/channel/tests/../../msglibs/interface.fc` incl:`src/protocol/channel/tests/../storage.fc` incl:`src/protocol/channel/tests/channelReceiveUtils.fc` incl:`src/protocol/channel/tests/../../../../tests/mocks.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetSmlManagerConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/consts.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/interface.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/storage.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnReceiveConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnSendConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/MsglibInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnWorkerInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/SmlJobAssigned.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsExtended.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV1.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV2.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetEpConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/BytesEncoder.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnSend.fc` incl:`src/protocol/channel/tests/../../../../tests/baseContractTest.fc` incl:`src/protocol/channel/tests/../../../../tests/./testMain.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/sendJettons.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/destroy.fc` incl:`src/protocol/channel/tests/../../../../tests
|
|
2
|
+
// automatically generated from `src/protocol/channel/tests/channelReceiveView.fc` incl:`src/protocol/channel/tests/../handler.fc` incl:`src/protocol/channel/tests/../callbackOpcodes.fc` incl:`src/protocol/channel/tests/../../../classes/lz/EpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/classlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/utils.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/constants.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stdlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stringlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Packet.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Path.fc` incl:`src/protocol/channel/tests/../../../classes/lz/ReceiveEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/SendEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ChannelNonceInfo.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/CoinsAmount.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ExtendedMd.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzReceiveStatus.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzSend.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdAddress.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdObj.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MessagingReceipt.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MsglibSendCallback.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/Nonce.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketId.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketSent.fc` incl:`src/protocol/channel/tests/../../core/abstract/protocolHandler.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/handlerCore.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/utils.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/../txnContext.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/baseInterface.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/abstract/handlerAbstract.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/call.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/deploy.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/event.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/payment.fc` incl:`src/protocol/channel/tests/../../core/abstract/../baseStorage.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/DeterministicInsertionCircularQueue.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/PipelinedOutOfOrder.fc` incl:`src/protocol/channel/tests/../../interfaces.fc` incl:`src/protocol/channel/tests/../../channel/interface.fc` incl:`src/protocol/channel/tests/../../controller/interface.fc` incl:`src/protocol/channel/tests/../../endpoint/interface.fc` incl:`src/protocol/channel/tests/../../msglibs/interface.fc` incl:`src/protocol/channel/tests/../storage.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzReceivePrepare.fc` incl:`src/protocol/channel/tests/../../../funC++/actions/dispatch.fc` incl:`src/protocol/channel/tests/channelReceiveUtils.fc` incl:`src/protocol/channel/tests/../../../../tests/mocks.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetSmlManagerConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/consts.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/interface.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/storage.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnReceiveConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnSendConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/MsglibInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnWorkerInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/SmlJobAssigned.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsExtended.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV1.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV2.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetEpConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/BytesEncoder.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnSend.fc` incl:`src/protocol/channel/tests/../../../../tests/baseContractTest.fc` incl:`src/protocol/channel/tests/../../../../tests/./testMain.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/sendJettons.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/destroy.fc` incl:`src/protocol/channel/tests/../../../../tests/protocolStorageTestUtils.fc`
|
|
3
3
|
PROGRAM{
|
|
4
4
|
DECLPROC cell_is_empty
|
|
5
5
|
DECLPROC throwError
|
|
@@ -169,6 +169,12 @@ PROGRAM{
|
|
|
169
169
|
116795 DECLMETHOD POOO::isBitSet
|
|
170
170
|
68887 DECLMETHOD POOO::maxSettableBit
|
|
171
171
|
82960 DECLMETHOD Channel::New
|
|
172
|
+
84751 DECLMETHOD md::LzReceivePrepare::New
|
|
173
|
+
DECLPROC action::dispatch::New
|
|
174
|
+
DECLPROC action::dispatch::equals
|
|
175
|
+
DECLPROC _newAction<dispatch>
|
|
176
|
+
DECLPROC ~pushAction<dispatch>
|
|
177
|
+
DECLPROC executeDispatch
|
|
172
178
|
DECLPROC _assertEqualPaths
|
|
173
179
|
103253 DECLMETHOD _buildSendRequestQueueEntry
|
|
174
180
|
131058 DECLMETHOD _readSendRequestQueueEntry
|
|
@@ -324,11 +330,6 @@ PROGRAM{
|
|
|
324
330
|
DECLPROC executeSendJettons
|
|
325
331
|
DECLPROC action::destroy::New
|
|
326
332
|
DECLPROC action::destroy::equals
|
|
327
|
-
DECLPROC action::dispatch::New
|
|
328
|
-
DECLPROC action::dispatch::equals
|
|
329
|
-
DECLPROC _newAction<dispatch>
|
|
330
|
-
DECLPROC ~pushAction<dispatch>
|
|
331
|
-
DECLPROC executeDispatch
|
|
332
333
|
DECLPROC _callCheckPermissions
|
|
333
334
|
DECLPROC forceAuthenticate
|
|
334
335
|
DECLPROC createInitializedStorage
|
|
@@ -3788,6 +3789,87 @@ PROGRAM{
|
|
|
3788
3789
|
11 TUPLE
|
|
3789
3790
|
cl::declare INLINECALLDICT
|
|
3790
3791
|
}>
|
|
3792
|
+
md::LzReceivePrepare::New PROC:<{
|
|
3793
|
+
512274326030967563773296 PUSHINT
|
|
3794
|
+
6 PUSHINT
|
|
3795
|
+
s0 s3 XCHG2
|
|
3796
|
+
PAIR
|
|
3797
|
+
7 PUSHINT
|
|
3798
|
+
ROT
|
|
3799
|
+
PAIR
|
|
3800
|
+
PAIR
|
|
3801
|
+
cl::declare INLINECALLDICT
|
|
3802
|
+
}>
|
|
3803
|
+
action::dispatch::New PROCINLINE:<{
|
|
3804
|
+
7235441202855961448 PUSHINT
|
|
3805
|
+
4 -ROLL
|
|
3806
|
+
5 TUPLE
|
|
3807
|
+
}>
|
|
3808
|
+
action::dispatch::equals PROC:<{
|
|
3809
|
+
OVER
|
|
3810
|
+
3 INDEX
|
|
3811
|
+
OVER
|
|
3812
|
+
3 INDEX
|
|
3813
|
+
compareObjectFields INLINECALLDICT
|
|
3814
|
+
s2 PUSH
|
|
3815
|
+
0 INDEX
|
|
3816
|
+
s2 PUSH
|
|
3817
|
+
0 INDEX
|
|
3818
|
+
EQUAL
|
|
3819
|
+
s3 PUSH
|
|
3820
|
+
1 INDEX
|
|
3821
|
+
s3 PUSH
|
|
3822
|
+
1 INDEX
|
|
3823
|
+
EQUAL
|
|
3824
|
+
AND
|
|
3825
|
+
s3 PUSH
|
|
3826
|
+
2 INDEX
|
|
3827
|
+
s3 PUSH
|
|
3828
|
+
2 INDEX
|
|
3829
|
+
EQUAL
|
|
3830
|
+
AND
|
|
3831
|
+
SWAP
|
|
3832
|
+
-1 EQINT
|
|
3833
|
+
AND
|
|
3834
|
+
s0 s2 XCHG
|
|
3835
|
+
4 INDEX
|
|
3836
|
+
SWAP
|
|
3837
|
+
4 INDEX
|
|
3838
|
+
EQUAL
|
|
3839
|
+
AND
|
|
3840
|
+
}>
|
|
3841
|
+
_newAction<dispatch> PROCINLINE:<{
|
|
3842
|
+
action::dispatch::New INLINECALLDICT
|
|
3843
|
+
}>
|
|
3844
|
+
~pushAction<dispatch> PROCINLINE:<{
|
|
3845
|
+
_newAction<dispatch> INLINECALLDICT
|
|
3846
|
+
TPUSH
|
|
3847
|
+
}>
|
|
3848
|
+
executeDispatch PROC:<{
|
|
3849
|
+
0 PUSHINT
|
|
3850
|
+
OVER
|
|
3851
|
+
2 INDEX
|
|
3852
|
+
s2 PUSH
|
|
3853
|
+
3 INDEX
|
|
3854
|
+
buildLayerzeroMessageBody INLINECALLDICT
|
|
3855
|
+
DUP
|
|
3856
|
+
16 PUSHPOW2DEC
|
|
3857
|
+
CDATASIZE
|
|
3858
|
+
DROP
|
|
3859
|
+
24 PUSHINT
|
|
3860
|
+
s4 PUSH
|
|
3861
|
+
4 INDEX
|
|
3862
|
+
FALSE
|
|
3863
|
+
s0 s3 s4 XCHG3
|
|
3864
|
+
GETFORWARDFEE
|
|
3865
|
+
ADD
|
|
3866
|
+
s0 s3 XCHG
|
|
3867
|
+
1 INDEX
|
|
3868
|
+
s3 s0 s3 XCHG3
|
|
3869
|
+
0 PUSHINT
|
|
3870
|
+
sendNonTerminalAction INLINECALLDICT
|
|
3871
|
+
TRUE
|
|
3872
|
+
}>
|
|
3791
3873
|
_assertEqualPaths PROCINLINE:<{
|
|
3792
3874
|
SWAP
|
|
3793
3875
|
cl::hash INLINECALLDICT
|
|
@@ -4441,39 +4523,46 @@ PROGRAM{
|
|
|
4441
4523
|
-ROT
|
|
4442
4524
|
cl::set INLINECALLDICT
|
|
4443
4525
|
9 PUSHINT
|
|
4444
|
-
s5
|
|
4526
|
+
s5 s0 PUSH2
|
|
4445
4527
|
cl::get<cellRef> INLINECALLDICT
|
|
4446
|
-
|
|
4528
|
+
s3 s4 PUSH2
|
|
4447
4529
|
2 PUSHINT
|
|
4448
4530
|
DeterministicInsertionCircularQueue::set INLINECALLDICT
|
|
4449
|
-
s1 s5 s0 XCHG3
|
|
4450
4531
|
cl::set INLINECALLDICT
|
|
4451
4532
|
setContractStorage INLINECALLDICT
|
|
4533
|
+
s1 s2 XCHG
|
|
4452
4534
|
30489385396431647050973345907531708794093175298667245388886869385143456646468 PUSHINT
|
|
4453
|
-
|
|
4535
|
+
s0 s3 XCHG2
|
|
4454
4536
|
~pushAction<event> INLINECALLDICT
|
|
4455
4537
|
1578602291 PUSHINT
|
|
4456
|
-
s0
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4538
|
+
s0 s3 XCHG
|
|
4539
|
+
8 PUSHINT
|
|
4540
|
+
cl::get<objRef> INLINECALLDICT
|
|
4541
|
+
0 PUSHINT
|
|
4542
|
+
cl::get<uint64> INLINECALLDICT
|
|
4543
|
+
s1 s2 XCHG
|
|
4544
|
+
md::ChannelNonceInfo::New INLINECALLDICT
|
|
4460
4545
|
s3 s3 s0 XCHG3
|
|
4461
4546
|
~pushAction<call> INLINECALLDICT
|
|
4462
4547
|
}>
|
|
4463
4548
|
lzReceivePrepare PROCINLINE:<{
|
|
4464
4549
|
preamble INLINECALLDICT
|
|
4465
|
-
|
|
4550
|
+
s2 PUSH
|
|
4551
|
+
0 PUSHINT
|
|
4552
|
+
cl::get<uint64> INLINECALLDICT
|
|
4553
|
+
s0 s3 XCHG
|
|
4554
|
+
1 PUSHINT
|
|
4555
|
+
cl::get<coins> INLINECALLDICT
|
|
4556
|
+
s0 s2 XCHG
|
|
4466
4557
|
1 PUSHINT
|
|
4467
4558
|
cl::get<objRef> INLINECALLDICT
|
|
4468
4559
|
1 PUSHINT
|
|
4469
4560
|
cl::get<uint256> INLINECALLDICT
|
|
4470
4561
|
2547990604 PUSHINT
|
|
4471
|
-
s0
|
|
4472
|
-
0 PUSHINT
|
|
4473
|
-
cl::get<uint64> INLINECALLDICT
|
|
4562
|
+
s0 s4 XCHG
|
|
4474
4563
|
_getExecutablePacket INLINECALLDICT
|
|
4475
|
-
|
|
4476
|
-
~pushAction<
|
|
4564
|
+
s4 s0 s3 XCHG3
|
|
4565
|
+
~pushAction<dispatch> INLINECALLDICT
|
|
4477
4566
|
}>
|
|
4478
4567
|
lzReceiveLock PROCINLINE:<{
|
|
4479
4568
|
preamble INLINECALLDICT
|
|
@@ -4831,8 +4920,7 @@ PROGRAM{
|
|
|
4831
4920
|
}>
|
|
4832
4921
|
notifyPacketExecuted PROCINLINE:<{
|
|
4833
4922
|
preamble INLINECALLDICT
|
|
4834
|
-
|
|
4835
|
-
OVER
|
|
4923
|
+
s2 PUSH
|
|
4836
4924
|
0 PUSHINT
|
|
4837
4925
|
cl::get<objRef> INLINECALLDICT
|
|
4838
4926
|
DUP
|
|
@@ -4841,17 +4929,24 @@ PROGRAM{
|
|
|
4841
4929
|
_viewExecutionStatus CALLDICT
|
|
4842
4930
|
3 NEQINT
|
|
4843
4931
|
IF:<{
|
|
4844
|
-
|
|
4845
|
-
|
|
4932
|
+
s1 s3 XCHG
|
|
4933
|
+
3 BLKDROP
|
|
4846
4934
|
}>ELSE<{
|
|
4847
|
-
s0
|
|
4935
|
+
s0 s3 XCHG
|
|
4848
4936
|
1 PUSHINT
|
|
4849
4937
|
cl::get<address> INLINECALLDICT
|
|
4850
4938
|
1578602291 PUSHINT
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4939
|
+
s0 s4 XCHG
|
|
4940
|
+
0 PUSHINT
|
|
4941
|
+
cl::get<uint64> INLINECALLDICT
|
|
4942
|
+
s0 s3 XCHG
|
|
4943
|
+
8 PUSHINT
|
|
4944
|
+
cl::get<objRef> INLINECALLDICT
|
|
4945
|
+
0 PUSHINT
|
|
4946
|
+
cl::get<uint64> INLINECALLDICT
|
|
4947
|
+
s1 s3 XCHG
|
|
4948
|
+
md::ChannelNonceInfo::New INLINECALLDICT
|
|
4949
|
+
s1 s3 XCHG
|
|
4855
4950
|
~pushAction<call> INLINECALLDICT
|
|
4856
4951
|
}>
|
|
4857
4952
|
}>
|
|
@@ -6775,69 +6870,6 @@ PROGRAM{
|
|
|
6775
6870
|
-1 EQINT
|
|
6776
6871
|
AND
|
|
6777
6872
|
}>
|
|
6778
|
-
action::dispatch::New PROCINLINE:<{
|
|
6779
|
-
7235441202855961448 PUSHINT
|
|
6780
|
-
4 -ROLL
|
|
6781
|
-
5 TUPLE
|
|
6782
|
-
}>
|
|
6783
|
-
action::dispatch::equals PROC:<{
|
|
6784
|
-
OVER
|
|
6785
|
-
3 INDEX
|
|
6786
|
-
OVER
|
|
6787
|
-
3 INDEX
|
|
6788
|
-
compareObjectFields INLINECALLDICT
|
|
6789
|
-
s2 PUSH
|
|
6790
|
-
0 INDEX
|
|
6791
|
-
s2 PUSH
|
|
6792
|
-
0 INDEX
|
|
6793
|
-
EQUAL
|
|
6794
|
-
s3 PUSH
|
|
6795
|
-
1 INDEX
|
|
6796
|
-
s3 PUSH
|
|
6797
|
-
1 INDEX
|
|
6798
|
-
EQUAL
|
|
6799
|
-
AND
|
|
6800
|
-
s3 PUSH
|
|
6801
|
-
2 INDEX
|
|
6802
|
-
s3 PUSH
|
|
6803
|
-
2 INDEX
|
|
6804
|
-
EQUAL
|
|
6805
|
-
AND
|
|
6806
|
-
SWAP
|
|
6807
|
-
-1 EQINT
|
|
6808
|
-
AND
|
|
6809
|
-
s0 s2 XCHG
|
|
6810
|
-
4 INDEX
|
|
6811
|
-
SWAP
|
|
6812
|
-
4 INDEX
|
|
6813
|
-
EQUAL
|
|
6814
|
-
AND
|
|
6815
|
-
}>
|
|
6816
|
-
_newAction<dispatch> PROCINLINE:<{
|
|
6817
|
-
action::dispatch::New INLINECALLDICT
|
|
6818
|
-
}>
|
|
6819
|
-
~pushAction<dispatch> PROCINLINE:<{
|
|
6820
|
-
_newAction<dispatch> INLINECALLDICT
|
|
6821
|
-
TPUSH
|
|
6822
|
-
}>
|
|
6823
|
-
executeDispatch PROC:<{
|
|
6824
|
-
24 PUSHINT
|
|
6825
|
-
OVER
|
|
6826
|
-
4 INDEX
|
|
6827
|
-
s2 PUSH
|
|
6828
|
-
1 INDEX
|
|
6829
|
-
0 PUSHINT
|
|
6830
|
-
s4 PUSH
|
|
6831
|
-
2 INDEX
|
|
6832
|
-
s0 s5 XCHG
|
|
6833
|
-
3 INDEX
|
|
6834
|
-
s1 s5 s0 XCHG3
|
|
6835
|
-
buildLayerzeroMessageBody INLINECALLDICT
|
|
6836
|
-
s1 s3 s0 XCHG3
|
|
6837
|
-
0 PUSHINT
|
|
6838
|
-
sendNonTerminalAction INLINECALLDICT
|
|
6839
|
-
TRUE
|
|
6840
|
-
}>
|
|
6841
6873
|
_callCheckPermissions PROC:<{
|
|
6842
6874
|
checkPermissions INLINECALLDICT
|
|
6843
6875
|
0 PUSHINT
|
|
Binary file
|